Searched refs:glCreateSamplers (Results 1 – 17 of 17) sorted by relevance
/external/angle/src/libGLESv2/ |
D | opengl32_with_wgl_autogen.def | 2199 glCreateSamplers
|
D | opengl32_autogen.def | 2199 glCreateSamplers
|
D | libGLESv2_autogen.cpp | 9104 void GL_APIENTRY glCreateSamplers(GLsizei n, GLuint *samplers) in glCreateSamplers() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 134 gl->createSamplers = glCreateSamplers;
|
D | tcuNullRenderContextFuncs.inl | 1298 GLW_APICALL void GLW_APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers) function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL46.inl | 102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
|
D | glwInitGL45.inl | 102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
|
D | glwInitExtGL.inl | 639 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
|
D | glwApi.inl | 134 #define glCreateSamplers glwCreateSamplers macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 134 void glCreateSamplers (glw::GLsizei n, glw::GLuint *samplers);
|
D | gluCallLogWrapper.inl | 918 void CallLogWrapper::glCreateSamplers (glw::GLsizei n, glw::GLuint *samplers) function in CallLogWrapper 921 …m_log << TestLog::Message << "glCreateSamplers(" << n << ", " << toHex(reinterpret_cast<deUintptr>…
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2839 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
|
D | glext.h | 2800 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 10435 …r = ((glCreateSamplers = (PFNGLCREATESAMPLERSPROC)glewGetProcAddress((const GLubyte*)"glCreateSamp… in _glewInit_GL_ARB_direct_state_access()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4457 #define glCreateSamplers GLEW_GET_FUN(__glewCreateSamplers) macro
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 17094 #define glCreateSamplers epoxy_glCreateSamplers macro
|
/external/libepoxy/prebuilt-intermediates/src/ |
D | gl_generated_dispatch.c | 114944 GEN_THUNKS(glCreateSamplers, (GLsizei n, GLuint * samplers), (n, samplers))
|