Home
last modified time | relevance | path

Searched refs:glCreateSamplers (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/libGL/
DlibGL_autogen.def990 glCreateSamplers
DlibGL_autogen.cpp5629 void GL_APIENTRY glCreateSamplers(GLsizei n, GLuint *samplers) in glCreateSamplers() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl134 gl->createSamplers = glCreateSamplers;
DtcuNullRenderContextFuncs.inl1298 GLW_APICALL void GLW_APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers) function
/external/deqp/framework/opengl/wrapper/
DglwInitGL45.inl102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
DglwInitGL46.inl102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
DglwInitExtGL.inl629 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
DglwApi.inl134 #define glCreateSamplers glwCreateSamplers macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl134 void glCreateSamplers (glw::GLsizei n, glw::GLuint *samplers);
DgluCallLogWrapper.inl918 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/
Dglcorearb.h2839 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
Dglext.h2800 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
/external/swiftshader/include/GL/
Dglcorearb.h2876 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
Dglext.h2836 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c10435 …r = ((glCreateSamplers = (PFNGLCREATESAMPLERSPROC)glewGetProcAddress((const GLubyte*)"glCreateSamp… in _glewInit_GL_ARB_direct_state_access()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h4457 #define glCreateSamplers GLEW_GET_FUN(__glewCreateSamplers) macro