Searched refs:glBindTextures (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 961 glBindTextures
|
D | libGL_autogen.cpp | 5395 void GL_APIENTRY glBindTextures(GLuint first, GLsizei count, const GLuint *textures) in glBindTextures() function
|
/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 | glwInitGL45.inl | 30 gl->bindTextures = (glBindTexturesFunc) loader->get("glBindTextures");
|
D | glwInitGL46.inl | 30 gl->bindTextures = (glBindTexturesFunc) loader->get("glBindTextures");
|
D | glwApi.inl | 31 #define glBindTextures glwBindTextures macro
|
/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/mesa3d/include/GL/ |
D | glcorearb.h | 2606 GLAPI void APIENTRY glBindTextures (GLuint first, GLsizei count, const GLuint *textures);
|
D | glext.h | 2555 GLAPI void APIENTRY glBindTextures (GLuint first, GLsizei count, const GLuint *textures);
|
/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);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 10919 …r = ((glBindTextures = (PFNGLBINDTEXTURESPROC)glewGetProcAddress((const GLubyte*)"glBindTextures")… in _glewInit_GL_ARB_multi_bind()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 5611 #define glBindTextures GLEW_GET_FUN(__glewBindTextures) macro
|