Home
last modified time | relevance | path

Searched refs:ValidateProgram (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp315 void ValidateProgram(GLuint program);
1225 return es2::ValidateProgram(program); in glValidateProgram()
1506 this->glValidateProgram = es2::ValidateProgram; in LibGLESv2exports()
DlibGLESv2.cpp5954 void ValidateProgram(GLuint program) in ValidateProgram() function
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1130 { "glValidateProgram", _O(ValidateProgram) },
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.h533 void ValidateProgram(GLuint program) override;
Dmojo_gles2_impl_autogen.cc1126 void MojoGLES2Impl::ValidateProgram(GLuint program) { in ValidateProgram() function in mojo::MojoGLES2Impl
/external/mesa3d/include/GL/
Dgl_mangle.h2363 #define glValidateProgram MANGLE(ValidateProgram)