Searched refs:glBindSamplers (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 960 glBindSamplers
|
D | libGL_autogen.cpp | 5390 void GL_APIENTRY glBindSamplers(GLuint first, GLsizei count, const GLuint *samplers) in glBindSamplers() function
|
/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/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/mesa3d/include/GL/ |
D | glcorearb.h | 2607 GLAPI void APIENTRY glBindSamplers (GLuint first, GLsizei count, const GLuint *samplers);
|
D | glext.h | 2556 GLAPI void APIENTRY glBindSamplers (GLuint first, GLsizei count, const GLuint *samplers);
|
/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);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 10918 …r = ((glBindSamplers = (PFNGLBINDSAMPLERSPROC)glewGetProcAddress((const GLubyte*)"glBindSamplers")… in _glewInit_GL_ARB_multi_bind()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 5610 #define glBindSamplers GLEW_GET_FUN(__glewBindSamplers) macro
|