Searched refs:glBindImageTextures (Results 1 – 13 of 13) sorted by relevance
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 23 gl->bindImageTextures = glBindImageTextures;
|
D | tcuNullRenderContextFuncs.inl | 137 GLW_APICALL void GLW_APIENTRY glBindImageTextures (GLuint first, GLsizei count, const GLuint *textu… function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL44.inl | 23 gl->bindImageTextures = (glBindImageTexturesFunc) loader->get("glBindImageTextures");
|
D | glwInitGL45.inl | 23 gl->bindImageTextures = (glBindImageTexturesFunc) loader->get("glBindImageTextures");
|
D | glwInitGL46.inl | 23 gl->bindImageTextures = (glBindImageTexturesFunc) loader->get("glBindImageTextures");
|
D | glwApi.inl | 23 #define glBindImageTextures glwBindImageTextures macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 93 #define glBindImageTextures MANGLE(BindImageTextures) macro
|
D | glcorearb.h | 2645 GLAPI void APIENTRY glBindImageTextures (GLuint first, GLsizei count, const GLuint *textures);
|
D | glext.h | 2593 GLAPI void APIENTRY glBindImageTextures (GLuint first, GLsizei count, const GLuint *textures);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 23 void glBindImageTextures (glw::GLuint first, glw::GLsizei count, const glw::GLuint *tex…
|
D | gluCallLogWrapper.inl | 126 void CallLogWrapper::glBindImageTextures (glw::GLuint first, glw::GLsizei count, const glw::GLuint … function in CallLogWrapper 129 …m_log << TestLog::Message << "glBindImageTextures(" << first << ", " << count << ", " << toHex(rei…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2645 GLAPI void APIENTRY glBindImageTextures (GLuint first, GLsizei count, const GLuint *textures);
|
D | glext.h | 2593 GLAPI void APIENTRY glBindImageTextures (GLuint first, GLsizei count, const GLuint *textures);
|