Searched refs:glBindSamplers (Results 1 – 13 of 13) sorted by relevance
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 28 gl->bindSamplers = glBindSamplers;
|
D | tcuNullRenderContextFuncs.inl | 173 GLW_APICALL void GLW_APIENTRY glBindSamplers (GLuint first, GLsizei count, const GLuint *samplers) function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL44.inl | 27 gl->bindSamplers = (glBindSamplersFunc) loader->get("glBindSamplers");
|
D | glwInitGL45.inl | 27 gl->bindSamplers = (glBindSamplersFunc) loader->get("glBindSamplers");
|
D | glwInitGL46.inl | 27 gl->bindSamplers = (glBindSamplersFunc) loader->get("glBindSamplers");
|
D | glwApi.inl | 28 #define glBindSamplers glwBindSamplers macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 104 #define glBindSamplers MANGLE(BindSamplers) macro
|
D | glcorearb.h | 2644 GLAPI void APIENTRY glBindSamplers (GLuint first, GLsizei count, const GLuint *samplers);
|
D | glext.h | 2592 GLAPI void APIENTRY glBindSamplers (GLuint first, GLsizei count, const GLuint *samplers);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 28 void glBindSamplers (glw::GLuint first, glw::GLsizei count, const glw::GLuint *sampler…
|
D | gluCallLogWrapper.inl | 161 void CallLogWrapper::glBindSamplers (glw::GLuint first, glw::GLsizei count, const glw::GLuint *samp… function in CallLogWrapper 164 …m_log << TestLog::Message << "glBindSamplers(" << first << ", " << count << ", " << toHex(reinterp…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2644 GLAPI void APIENTRY glBindSamplers (GLuint first, GLsizei count, const GLuint *samplers);
|
D | glext.h | 2592 GLAPI void APIENTRY glBindSamplers (GLuint first, GLsizei count, const GLuint *samplers);
|