Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dentry_point_packed_gl_enums.json130 "glCopyTextureSubImage2D": { object
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwApi.inl124 #define glCopyTextureSubImage2D glwCopyTextureSubImage2D macro
/third_party/skia/third_party/externals/angle2/scripts/
Dentry_point_packed_gl_enums.json236 "glCopyTextureSubImage2D": { object
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl1206 GLW_APICALL void GLW_APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, … function
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp5562 void GL_APIENTRY glCopyTextureSubImage2D(GLuint texture, in glCopyTextureSubImage2D() function
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp5578 void GL_APIENTRY glCopyTextureSubImage2D(GLuint texture, in glCopyTextureSubImage2D() function
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl845 void CallLogWrapper::glCopyTextureSubImage2D (glw::GLuint texture, glw::GLint level, glw::GLint xof… function in CallLogWrapper