Home
last modified time | relevance | path

Searched refs:glValidateProgram (Results 1 – 25 of 50) sorted by relevance

12

/external/deqp/framework/egl/
DegluStaticES20Library.inl135 { "glValidateProgram", (deFunctionPtr)glValidateProgram },
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.def134 glValidateProgram @132
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl135 gl->validateProgram = &glValidateProgram;
DglwInitES30Direct.inl135 gl->validateProgram = &glValidateProgram;
DglwInitES20.inl135 gl->validateProgram = (glValidateProgramFunc) loader->get("glValidateProgram");
DglwInitES30.inl135 gl->validateProgram = (glValidateProgramFunc) loader->get("glValidateProgram");
DglwInitGL30.inl162 gl->validateProgram = (glValidateProgramFunc) loader->get("glValidateProgram");
DglwInitGL31.inl162 gl->validateProgram = (glValidateProgramFunc) loader->get("glValidateProgram");
DglwInitGL32.inl162 gl->validateProgram = (glValidateProgramFunc) loader->get("glValidateProgram");
DglwInitES31.inl135 gl->validateProgram = (glValidateProgramFunc) loader->get("glValidateProgram");
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h150 #define glValidateProgram GLES2_GET_FUN(ValidateProgram) macro
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_copy_texture_chromium.cc428 glValidateProgram(info->program); in DoCopyTextureWithTransform()
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2.h621 #define glValidateProgram GLES2_GET_FUN(ValidateProgram) macro
770 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp455 glValidateProgram(-1); in init()
460 glValidateProgram(shader); in init()
Des2fShaderStateQueryTests.cpp1063 glValidateProgram(program); in test()
1094 glValidateProgram(program); in test()
/external/deqp/doc/
DGLES2 Negative API Functions.txt158 o glValidateProgram (GLuint program);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp183 void glValidateProgram (deUint32 program);
/external/chromium_org/third_party/angle/include/GLES2/
Dgl2.h604 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);
/external/mesa3d/include/GLES2/
Dgl2.h605 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);
/external/chromium_org/third_party/mesa/src/include/GLES2/
Dgl2.h605 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl164 gl->validateProgram = glValidateProgram;
/external/chromium_org/third_party/khronos/GLES2/
Dgl2.h509 GL_APICALL void GL_APIENTRY glValidateProgram (GLuint program);
/external/deqp/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp370 glValidateProgram(-1); in init()
375 glValidateProgram(shader); in init()
/external/chromium_org/ppapi/lib/gl/gles2/
Dgles2.c825 void GL_APIENTRY glValidateProgram(GLuint program) { in glValidateProgram() function
/external/chromium_org/gpu/command_buffer/
Dcmd_buffer_functions.txt140 GL_APICALL void GL_APIENTRY glValidateProgram (GLidProgram program);

12