Searched refs:glCreateSamplers (Results 1 – 16 of 16) sorted by relevance
990 glCreateSamplers
5629 void GL_APIENTRY glCreateSamplers(GLsizei n, GLuint *samplers) in glCreateSamplers() function
134 gl->createSamplers = glCreateSamplers;
1298 GLW_APICALL void GLW_APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers) function
102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
629 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
134 #define glCreateSamplers glwCreateSamplers macro
134 void glCreateSamplers (glw::GLsizei n, glw::GLuint *samplers);
918 void CallLogWrapper::glCreateSamplers (glw::GLsizei n, glw::GLuint *samplers) function in CallLogWrapper921 …m_log << TestLog::Message << "glCreateSamplers(" << n << ", " << toHex(reinterpret_cast<deUintptr>…
2839 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
2800 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
2876 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
2836 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
10435 …r = ((glCreateSamplers = (PFNGLCREATESAMPLERSPROC)glewGetProcAddress((const GLubyte*)"glCreateSamp… in _glewInit_GL_ARB_direct_state_access()
4457 #define glCreateSamplers GLEW_GET_FUN(__glewCreateSamplers) macro