Home
last modified time | relevance | path

Searched refs:glBindTextures (Results 1 – 13 of 13) sorted by relevance

/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl31 gl->bindTextures = glBindTextures;
DtcuNullRenderContextFuncs.inl195 GLW_APICALL void GLW_APIENTRY glBindTextures (GLuint first, GLsizei count, const GLuint *textures) function
/external/deqp/framework/opengl/wrapper/
DglwInitGL44.inl29 gl->bindTextures = (glBindTexturesFunc) loader->get("glBindTextures");
DglwInitGL46.inl30 gl->bindTextures = (glBindTexturesFunc) loader->get("glBindTextures");
DglwInitGL45.inl30 gl->bindTextures = (glBindTexturesFunc) loader->get("glBindTextures");
DglwApi.inl31 #define glBindTextures glwBindTextures macro
/external/mesa3d/include/GL/
Dgl_mangle.h108 #define glBindTextures MANGLE(BindTextures) macro
Dglcorearb.h2643 GLAPI void APIENTRY glBindTextures (GLuint first, GLsizei count, const GLuint *textures);
Dglext.h2591 GLAPI void APIENTRY glBindTextures (GLuint first, GLsizei count, const GLuint *textures);
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl31 void glBindTextures (glw::GLuint first, glw::GLsizei count, const glw::GLuint *texture…
DgluCallLogWrapper.inl182 void CallLogWrapper::glBindTextures (glw::GLuint first, glw::GLsizei count, const glw::GLuint *text… function in CallLogWrapper
185 …m_log << TestLog::Message << "glBindTextures(" << first << ", " << count << ", " << toHex(reinterp…
/external/swiftshader/include/GL/
Dglcorearb.h2643 GLAPI void APIENTRY glBindTextures (GLuint first, GLsizei count, const GLuint *textures);
Dglext.h2591 GLAPI void APIENTRY glBindTextures (GLuint first, GLsizei count, const GLuint *textures);