Home
last modified time | relevance | path

Searched defs:glValidateProgram (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h150 #define glValidateProgram GLES2_GET_FUN(ValidateProgram) macro
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2.h621 #define glValidateProgram GLES2_GET_FUN(ValidateProgram) macro
/external/deqp/framework/opengl/wrapper/
DglwApi.inl164 #define glValidateProgram glwValidateProgram macro
/external/chromium_org/ppapi/lib/gl/gles2/
Dgles2.c825 void GL_APIENTRY glValidateProgram(GLuint program) { in glValidateProgram() function
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.cpp4652 void __stdcall glValidateProgram(GLuint program) in glValidateProgram() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl1066 GLW_APICALL void GLW_APIENTRY glValidateProgram (GLuint program) function
/external/chromium_org/third_party/mesa/src/include/GL/
Dgl_mangle.h1912 #define glValidateProgram MANGLE(ValidateProgram) macro
/external/mesa3d/include/GL/
Dgl_mangle.h1912 #define glValidateProgram MANGLE(ValidateProgram) macro
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1217 void CallLogWrapper::glValidateProgram (glw::GLuint param0) function in CallLogWrapper