Path: blob/21.2-virgl/src/mapi/glapi/gen/ARB_get_texture_sub_image.xml
4561 views
<?xml version="1.0"?>1<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">23<!-- This is included by gl_and_es_API.xml. Could be moved to gl_API.xml. -->45<OpenGLAPI>67<category name="GL_ARB_get_texture_sub_image" number="165">89<function name="GetTextureSubImage"10marshal="async" marshal_sync="_mesa_glthread_has_no_pack_buffer(ctx)">11<param name="texture" type="GLuint"/>12<param name="level" type="GLint"/>13<param name="xoffset" type="GLint"/>14<param name="yoffset" type="GLint"/>15<param name="zoffset" type="GLint"/>16<param name="width" type="GLsizei"/>17<param name="height" type="GLsizei"/>18<param name="depth" type="GLsizei"/>19<param name="format" type="GLenum"/>20<param name="type" type="GLenum"/>21<param name="bufSize" type="GLsizei"/>22<param name="pixels" type="GLvoid *"/>23</function>2425<function name="GetCompressedTextureSubImage"26marshal="async" marshal_sync="_mesa_glthread_has_no_pack_buffer(ctx)">27<param name="texture" type="GLuint"/>28<param name="level" type="GLint"/>29<param name="xoffset" type="GLint"/>30<param name="yoffset" type="GLint"/>31<param name="zoffset" type="GLint"/>32<param name="width" type="GLsizei"/>33<param name="height" type="GLsizei"/>34<param name="depth" type="GLsizei"/>35<param name="bufSize" type="GLsizei"/>36<param name="pixels" type="GLvoid *"/>37</function>3839</category>4041</OpenGLAPI>424344