Home
last modified time | relevance | path

Searched refs:pEntryPoint (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglspirv.c322 const GLchar *pEntryPoint, in _mesa_SpecializeShaderARB() argument
388 sh->Stage, pEntryPoint); in _mesa_SpecializeShaderARB()
394 " for shader)", pEntryPoint); in _mesa_SpecializeShaderARB()
407 spirv_data->SpirVEntryPoint = ralloc_strdup(spirv_data, pEntryPoint); in _mesa_SpecializeShaderARB()
Dglspirv.h100 const GLchar *pEntryPoint,
/external/angle/src/libANGLE/
DvalidationGL46_autogen.h39 const GLchar *pEntryPoint,
DContext_gl_4_autogen.h361 void specializeShader(GLuint shader, const GLchar *pEntryPoint, \
DvalidationGL4.cpp1917 const GLchar *pEntryPoint, in ValidateSpecializeShader() argument
DvalidationGL4_autogen.h1090 const GLchar *pEntryPoint,
DContext_gl.cpp3738 const GLchar *pEntryPoint, in specializeShader() argument
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_gl_spirv.txt120 - Verify if SpecializeShader function generate INVALID_VALUE when <pEntryPoint>
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.h1159 const GLchar *pEntryPoint,
Dentry_points_gl_4_autogen.cpp9464 const GLchar *pEntryPoint, in GL_SpecializeShader() argument
9474 CID(context), shader, (uintptr_t)pEntryPoint, numSpecializationConstants, in GL_SpecializeShader()
9482 ValidateSpecializeShader(context, shader, pEntryPoint, numSpecializationConstants, in GL_SpecializeShader()
9486 context->specializeShader(shader, pEntryPoint, numSpecializationConstants, in GL_SpecializeShader()
9489 ANGLE_CAPTURE(SpecializeShader, isCallValid, context, shader, pEntryPoint, in GL_SpecializeShader()
DlibGL_autogen.cpp6336 const GLchar *pEntryPoint, in glSpecializeShader() argument
6341 return GL_SpecializeShader(shader, pEntryPoint, numSpecializationConstants, pConstantIndex, in glSpecializeShader()
/external/swiftshader/include/GL/
Dglcorearb.h2922 typedef void (APIENTRYP PFNGLSPECIALIZESHADERPROC) (GLuint shader, const GLchar *pEntryPoint, GLuin…
2927 GLAPI void APIENTRY glSpecializeShader (GLuint shader, const GLchar *pEntryPoint, GLuint numSpecial…
3242 typedef void (APIENTRYP PFNGLSPECIALIZESHADERARBPROC) (GLuint shader, const GLchar *pEntryPoint, GL…
3244 GLAPI void APIENTRY glSpecializeShaderARB (GLuint shader, const GLchar *pEntryPoint, GLuint numSpec…
Dglext.h2894 typedef void (APIENTRYP PFNGLSPECIALIZESHADERPROC) (GLuint shader, const GLchar *pEntryPoint, GLuin…
2899 GLAPI void APIENTRY glSpecializeShader (GLuint shader, const GLchar *pEntryPoint, GLuint numSpecial…
3398 typedef void (APIENTRYP PFNGLSPECIALIZESHADERARBPROC) (GLuint shader, const GLchar *pEntryPoint, GL…
3400 GLAPI void APIENTRY glSpecializeShaderARB (GLuint shader, const GLchar *pEntryPoint, GLuint numSpec…
/external/mesa3d/include/GL/
Dglcorearb.h2885 typedef void (APIENTRYP PFNGLSPECIALIZESHADERPROC) (GLuint shader, const GLchar *pEntryPoint, GLuin…
2890 GLAPI void APIENTRY glSpecializeShader (GLuint shader, const GLchar *pEntryPoint, GLuint numSpecial…
3205 typedef void (APIENTRYP PFNGLSPECIALIZESHADERARBPROC) (GLuint shader, const GLchar *pEntryPoint, GL…
3207 GLAPI void APIENTRY glSpecializeShaderARB (GLuint shader, const GLchar *pEntryPoint, GLuint numSpec…
Dglext.h2858 typedef void (APIENTRYP PFNGLSPECIALIZESHADERPROC) (GLuint shader, const GLchar *pEntryPoint, GLuin…
2863 GLAPI void APIENTRY glSpecializeShader (GLuint shader, const GLchar *pEntryPoint, GLuint numSpecial…
3362 typedef void (APIENTRYP PFNGLSPECIALIZESHADERARBPROC) (GLuint shader, const GLchar *pEntryPoint, GL…
3364 GLAPI void APIENTRY glSpecializeShaderARB (GLuint shader, const GLchar *pEntryPoint, GLuint numSpec…
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl5741 GLW_APICALL void GLW_APIENTRY glSpecializeShader (GLuint shader, const GLchar *pEntryPoint, GLuint … argument
5744 DE_UNREF(pEntryPoint);
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl4869 void CallLogWrapper::glSpecializeShader (glw::GLuint shader, const glw::GLchar *pEntryPoint, glw::G… argument
4872 …m_log << TestLog::Message << "glSpecializeShader(" << shader << ", " << getStringStr(pEntryPoint) …
4873 …m_gl.specializeShader(shader, pEntryPoint, numSpecializationConstants, pConstantIndex, pConstantVa…
DgluCallLogWrapperApi.inl667 void glSpecializeShader (glw::GLuint shader, const glw::GLchar *pEntryPoint, glw::GLuin…
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl5295 void glwSpecializeShader (GLuint shader, const GLchar *pEntryPoint, GLuint numSpecializationConstan… argument
5300 …gl->specializeShader(shader, pEntryPoint, numSpecializationConstants, pConstantIndex, pConstantVal…
DglwApi.inl1573 void glwSpecializeShader (GLuint shader, const GLchar *pEntryPoint, GLuint numSpecializat…
DglwFunctionTypes.inl667 …PIENTRY* glSpecializeShaderFunc) (GLuint shader, const GLchar *pEntryPoint, GLuint numSpec…
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Dgl_generated.h9234 typedef void (GLAPIENTRY *PFNGLSPECIALIZESHADERPROC)(GLuint shader, const GLchar * pEntryPoint, GLu…
9235 typedef void (GLAPIENTRY *PFNGLSPECIALIZESHADERARBPROC)(GLuint shader, const GLchar * pEntryPoint, …
14884 …POXY_CALLSPEC *epoxy_glSpecializeShader)(GLuint shader, const GLchar * pEntryPoint, GLuint numSpec…
14886 …Y_CALLSPEC *epoxy_glSpecializeShaderARB)(GLuint shader, const GLchar * pEntryPoint, GLuint numSpec…
/external/libepoxy/prebuilt-intermediates/src/
Dgl_generated_dispatch.c116897 …t GLchar * pEntryPoint, GLuint numSpecializationConstants, const GLuint * pConstantIndex, const GL…
116898 …t GLchar * pEntryPoint, GLuint numSpecializationConstants, const GLuint * pConstantIndex, const GL…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h2525 typedef void (GLAPIENTRY * PFNGLSPECIALIZESHADERPROC) (GLuint shader, const GLchar *pEntryPoint, GL…
4991 typedef void (GLAPIENTRY * PFNGLSPECIALIZESHADERARBPROC) (GLuint shader, const GLchar* pEntryPoint,…