Home
last modified time | relevance | path

Searched defs:glTextureSubImage2D (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dentry_point_packed_gl_enums.json699 "glTextureSubImage2D": { object
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwApi.inl732 #define glTextureSubImage2D glwTextureSubImage2D macro
/third_party/skia/third_party/externals/angle2/scripts/
Dentry_point_packed_gl_enums.json1671 "glTextureSubImage2D": { object
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl6417 GLW_APICALL void GLW_APIENTRY glTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLin… function
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp6199 void GL_APIENTRY glTextureSubImage2D(GLuint texture, in glTextureSubImage2D() function
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp6216 void GL_APIENTRY glTextureSubImage2D(GLuint texture, in glTextureSubImage2D() function
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl5324 void CallLogWrapper::glTextureSubImage2D (glw::GLuint texture, glw::GLint level, glw::GLint xoffset… function in CallLogWrapper