Path: blob/21.2-virgl/src/mapi/glapi/gen/ARB_invalidate_subdata.xml
4561 views
<?xml version="1.0"?>1<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">23<OpenGLAPI>4<category name="GL_ARB_invalidate_subdata" number="666">5<function name="InvalidateTexSubImage" no_error="true">6<param name="texture" type="GLuint"/>7<param name="level" type="GLint"/>8<param name="xoffset" type="GLint"/>9<param name="yoffset" type="GLint"/>10<param name="zoffset" type="GLint"/>11<param name="width" type="GLsizei"/>12<param name="height" type="GLsizei"/>13<param name="depth" type="GLsizei"/>14</function>1516<function name="InvalidateTexImage" no_error="true">17<param name="texture" type="GLuint"/>18<param name="level" type="GLint"/>19</function>2021<function name="InvalidateBufferSubData" no_error="true">22<param name="buffer" type="GLuint"/>23<param name="offset" type="GLintptr"/>24<param name="length" type="GLsizeiptr"/>25</function>2627<function name="InvalidateBufferData" no_error="true">28<param name="buffer" type="GLuint"/>29</function>3031<function name="InvalidateSubFramebuffer" es2="3.0" no_error="true">32<param name="target" type="GLenum"/>33<param name="numAttachments" type="GLsizei" counter="true"/>34<param name="attachments" type="const GLenum *" count="numAttachments"/>35<param name="x" type="GLint"/>36<param name="y" type="GLint"/>37<param name="width" type="GLsizei"/>38<param name="height" type="GLsizei"/>39</function>4041<function name="InvalidateFramebuffer" es2="3.0" no_error="true">42<param name="target" type="GLenum"/>43<param name="numAttachments" type="GLsizei" counter="true"/>44<param name="attachments" type="const GLenum *" count="numAttachments"/>45</function>46</category>47</OpenGLAPI>484950