Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dopengl32_with_wgl_autogen.def2199 glCreateSamplers
Dopengl32_autogen.def2199 glCreateSamplers
DlibGLESv2_autogen.cpp9104 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/
DglwInitGL46.inl102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
DglwInitGL45.inl102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
DglwInitExtGL.inl639 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/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
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Dgl_generated.h17094 #define glCreateSamplers epoxy_glCreateSamplers macro
/external/libepoxy/prebuilt-intermediates/src/
Dgl_generated_dispatch.c114944 GEN_THUNKS(glCreateSamplers, (GLsizei n, GLuint * samplers), (n, samplers))