Home
last modified time | relevance | path

Searched refs:GL_CompressedTextureSubImage3D (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp154 {"glCompressedTextureSubImage3D", P(GL_CompressedTextureSubImage3D)},
Dentry_points_gl_4_autogen.h734 ANGLE_EXPORT void GL_APIENTRY GL_CompressedTextureSubImage3D(GLuint texture,
DlibGL_autogen.cpp5543 return GL_CompressedTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, width, height, in glCompressedTextureSubImage3D()
Dentry_points_gl_4_autogen.cpp6166 void GL_APIENTRY GL_CompressedTextureSubImage3D(GLuint texture, in GL_CompressedTextureSubImage3D() function