Home
last modified time | relevance | path

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

/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/mesa3d/include/GL/
Dgl_mangle.h391 #define glCreateSamplers MANGLE(CreateSamplers) macro
Dglcorearb.h2876 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
Dglext.h2836 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
/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/swiftshader/include/GL/
Dglcorearb.h2876 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);
Dglext.h2836 GLAPI void APIENTRY glCreateSamplers (GLsizei n, GLuint *samplers);