Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dshaders.h220 GST_GL_EXT_FUNCTION (void, ValidateProgram, (GLuint program))
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_no_error.txt151 vendor specific behavior. The same is true for ValidateProgram and
/third_party/openGLES/extensions/KHR/
DKHR_no_error.txt161 vendor specific behavior. The same is true for ValidateProgram and
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_EGL_stream_consumer_external.txt181 condition can be detected by calling ValidateProgram.
193 ValidateProgram.
/third_party/openGLES/extensions/NV/
DNV_EGL_stream_consumer_external.txt181 condition can be detected by calling ValidateProgram.
193 ValidateProgram.
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1128 { "glValidateProgram", _O(ValidateProgram) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp890 return gl::ValidateProgram(program); in glValidateProgram()
1702 this->glValidateProgram = gl::ValidateProgram; in LibGLESv2exports()
Dentry_points.h186 void GL_APIENTRY ValidateProgram(GLuint program);
DlibGLESv2.cpp5397 void GL_APIENTRY ValidateProgram(GLuint program) in ValidateProgram() function
6547 FUNCTION(ValidateProgram), in es2GetProcAddress()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_compute_shader.txt239 Modify the paragraph describing ValidateProgram, p. 113:
1108 same logic in both places ensures a single result for ValidateProgram
DARB_shader_objects.txt2836 - Added lifetime to the pointer returned by ValidateProgram. Also
2837 changed ValidateProgram to take a handle to a program object.
DARB_separate_shader_objects.txt937 Add after the description of ValidateProgram in subsection
/third_party/openGLES/extensions/ARB/
DARB_compute_shader.txt249 Modify the paragraph describing ValidateProgram, p. 113:
1118 same logic in both places ensures a single result for ValidateProgram
DARB_shader_objects.txt2846 - Added lifetime to the pointer returned by ValidateProgram. Also
2847 changed ValidateProgram to take a handle to a program object.
DARB_separate_shader_objects.txt947 Add after the description of ValidateProgram in subsection
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp1538 ANGLE_CAPTURE(ValidateProgram, isCallValid, context, programPacked); in GL_ValidateProgram()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_EGL_image_external.txt218 error. This condition can be detected by calling ValidateProgram.
/third_party/openGLES/extensions/OES/
DOES_EGL_image_external.txt228 error. This condition can be detected by calling ValidateProgram.
/third_party/openGLES/extensions/EXT/
DEXT_separate_shader_objects.gles.txt704 Add after the description of ValidateProgram in subsection
DEXT_framebuffer_object.txt6403 ValidateProgram which served a related but slightly
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_separate_shader_objects.gles.txt704 Add after the description of ValidateProgram in subsection
DEXT_framebuffer_object.txt6403 ValidateProgram which served a related but slightly
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp3607 ANGLE_CAPTURE(ValidateProgram, isCallValid, context, programPacked); in GL_ValidateProgram()