Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dentry_point_packed_gl_enums.json53 "glBindTextureUnit": { object
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwApi.inl30 #define glBindTextureUnit glwBindTextureUnit macro
/third_party/skia/third_party/externals/angle2/scripts/
Dentry_point_packed_gl_enums.json88 "glBindTextureUnit": { object
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl188 GLW_APICALL void GLW_APIENTRY glBindTextureUnit (GLuint unit, GLuint texture) function
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp5421 void GL_APIENTRY glBindTextureUnit(GLuint unit, GLuint texture) in glBindTextureUnit() function
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp5437 void GL_APIENTRY glBindTextureUnit(GLuint unit, GLuint texture) in glBindTextureUnit() function
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl175 void CallLogWrapper::glBindTextureUnit (glw::GLuint unit, glw::GLuint texture) function in CallLogWrapper