Searched refs:glBindTextures (Results 1 – 13 of 13) sorted by relevance
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 31 gl->bindTextures = glBindTextures;
|
D | tcuNullRenderContextFuncs.inl | 195 GLW_APICALL void GLW_APIENTRY glBindTextures (GLuint first, GLsizei count, const GLuint *textures) function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL44.inl | 29 gl->bindTextures = (glBindTexturesFunc) loader->get("glBindTextures");
|
D | glwInitGL46.inl | 30 gl->bindTextures = (glBindTexturesFunc) loader->get("glBindTextures");
|
D | glwInitGL45.inl | 30 gl->bindTextures = (glBindTexturesFunc) loader->get("glBindTextures");
|
D | glwApi.inl | 31 #define glBindTextures glwBindTextures macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 108 #define glBindTextures MANGLE(BindTextures) macro
|
D | glcorearb.h | 2643 GLAPI void APIENTRY glBindTextures (GLuint first, GLsizei count, const GLuint *textures);
|
D | glext.h | 2591 GLAPI void APIENTRY glBindTextures (GLuint first, GLsizei count, const GLuint *textures);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 31 void glBindTextures (glw::GLuint first, glw::GLsizei count, const glw::GLuint *texture…
|
D | gluCallLogWrapper.inl | 182 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/ |
D | glcorearb.h | 2643 GLAPI void APIENTRY glBindTextures (GLuint first, GLsizei count, const GLuint *textures);
|
D | glext.h | 2591 GLAPI void APIENTRY glBindTextures (GLuint first, GLsizei count, const GLuint *textures);
|