Home
last modified time | relevance | path

Searched refs:UseProgram (Results 1 – 25 of 67) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DPipelineGL.cpp130 gl.UseProgram(mProgram); in InitializeBase()
211 gl.UseProgram(mProgram); in ApplyNow()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl_private.h42 void (GSTGLAPI *UseProgram) (GLuint program);
Dgstglsl.c634 vtable->UseProgram = gl->UseProgram; in _gst_glsl_funcs_fill()
650 vtable->UseProgram = gl->UseProgramObject; in _gst_glsl_funcs_fill()
Dgstglshader.c51 void (GSTGLAPI * UseProgram) (GLuint program);
800 priv->vtable.UseProgram (priv->program_handle); in gst_gl_shader_use()
823 gl->UseProgram (0); in gst_gl_context_clear_shader()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cClipDistance.cpp257 program.UseProgram(); in MaxClipDistancesValueInVertexShaderTest()
340 program.UseProgram(); in MaxClipDistancesValueInFragmentShaderTest()
428 program.UseProgram(); in ClipDistancesValuePassing()
632 program.UseProgram(); in iterate()
1452 void gl3cts::ClipDistance::Utility::Program::UseProgram() const in UseProgram() function in gl3cts::ClipDistance::Utility::Program
Dgl3cClipDistance.hpp93 void UseProgram() const;
/third_party/openGLES/extensions/NV/
DNV_transform_feedback2.txt370 * by UseProgram if the current transform feedback object is active and
511 The error INVALID_OPERATION is generated by UseProgram if the current
793 UseProgram(C);
800 UseProgram(D);
807 UseProgram(C);
814 UseProgram(D);
824 UseProgram(C) is legal because the bound transform feedback object (B)
826 pauses, that UseProgram(C) call would be illegal because there is an
827 active transform feedback object. Assume the UseProgram(C) call were
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_transform_feedback2.txt370 * by UseProgram if the current transform feedback object is active and
511 The error INVALID_OPERATION is generated by UseProgram if the current
793 UseProgram(C);
800 UseProgram(D);
807 UseProgram(C);
814 UseProgram(D);
824 UseProgram(C) is legal because the bound transform feedback object (B)
826 pauses, that UseProgram(C) call would be illegal because there is an
827 active transform feedback object. Assume the UseProgram(C) call were
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_transform_feedback2.txt379 * by UseProgram if the current transform feedback object is active and
521 The error INVALID_OPERATION is generated by UseProgram if the current
786 UseProgram(C);
793 UseProgram(D);
800 UseProgram(C);
807 UseProgram(D);
817 UseProgram(C) is legal because the bound transform feedback object (B)
819 pauses, that UseProgram(C) call would be illegal because there is an
820 active transform feedback object. Assume the UseProgram(C) call were
DARB_separate_shader_objects.txt396 void UseProgram(uint program);
401 successfully linked. If UseProgram is called with <program> set to zero,
410 established by UseProgram, that program is considered current for all
486 state until a subsequent call to UseProgram, UseProgramStages, or
491 program may not be made part of the current rendering state by UseProgram
570 If no current program object has been established by UseProgram, the
573 current program object established by UseProgram, the bound program
577 discussion of UseProgram in section 2.14.2.
837 ... If a non-zero program object is bound by UseProgram, it is the
839 If no program object is bound using UseProgram, the active program
[all …]
DARB_compute_shader.txt228 UseProgram, there is a current program pipeline object, and the
243 made current via UseProgram, given the current state. If validation
251 UseProgram, given the current state. If validation failed, such errors
1006 7) Is it possible to pass compute programs to UseProgram, etc.?
1008 RESOLVED: Yes, compute programs can be made current via UseProgram and
1018 * If there is a current program specified via UseProgram, that
1030 if a non-compute program is made current via UseProgram, it will also
1118 errors for Draw* calls if the current program specified by UseProgram
1122 current with UseProgram, there will be no active program for either the
1220 by both UseProgram and UseProgramStages, and add
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_transform_feedback2.txt355 * by UseProgram if the current transform feedback object is active and
497 The error INVALID_OPERATION is generated by UseProgram if the current
762 UseProgram(C);
769 UseProgram(D);
776 UseProgram(C);
783 UseProgram(D);
793 UseProgram(C) is legal because the bound transform feedback object (B)
795 pauses, that UseProgram(C) call would be illegal because there is an
796 active transform feedback object. Assume the UseProgram(C) call were
DEXT_separate_shader_objects.gles.txt294 void UseProgram(uint program);
299 successfully linked. If UseProgram is called with <program> set to zero,
308 established by UseProgram, that program is considered current for all
331 state until a subsequent call to UseProgram, UseProgramStagesEXT, or
337 state by UseProgram or added to program pipeline objects by
456 If no current program object has been established by UseProgram, the
459 current program object established by UseProgram, the bound program
463 discussion of UseProgram in section 2.10.3.
628 If a non-zero program object is bound by UseProgram, it is the
630 If no program object is bound using UseProgram, the active program
/third_party/openGLES/extensions/EXT/
DEXT_transform_feedback2.txt355 * by UseProgram if the current transform feedback object is active and
497 The error INVALID_OPERATION is generated by UseProgram if the current
762 UseProgram(C);
769 UseProgram(D);
776 UseProgram(C);
783 UseProgram(D);
793 UseProgram(C) is legal because the bound transform feedback object (B)
795 pauses, that UseProgram(C) call would be illegal because there is an
796 active transform feedback object. Assume the UseProgram(C) call were
DEXT_separate_shader_objects.gles.txt294 void UseProgram(uint program);
299 successfully linked. If UseProgram is called with <program> set to zero,
308 established by UseProgram, that program is considered current for all
331 state until a subsequent call to UseProgram, UseProgramStagesEXT, or
337 state by UseProgram or added to program pipeline objects by
456 If no current program object has been established by UseProgram, the
459 current program object established by UseProgram, the bound program
463 discussion of UseProgram in section 2.10.3.
628 If a non-zero program object is bound by UseProgram, it is the
630 If no program object is bound using UseProgram, the active program
/third_party/openGLES/extensions/ARB/
DARB_transform_feedback2.txt389 * by UseProgram if the current transform feedback object is active and
531 The error INVALID_OPERATION is generated by UseProgram if the current
796 UseProgram(C);
803 UseProgram(D);
810 UseProgram(C);
817 UseProgram(D);
827 UseProgram(C) is legal because the bound transform feedback object (B)
829 pauses, that UseProgram(C) call would be illegal because there is an
830 active transform feedback object. Assume the UseProgram(C) call were
DARB_separate_shader_objects.txt406 void UseProgram(uint program);
411 successfully linked. If UseProgram is called with <program> set to zero,
420 established by UseProgram, that program is considered current for all
496 state until a subsequent call to UseProgram, UseProgramStages, or
501 program may not be made part of the current rendering state by UseProgram
580 If no current program object has been established by UseProgram, the
583 current program object established by UseProgram, the bound program
587 discussion of UseProgram in section 2.14.2.
847 ... If a non-zero program object is bound by UseProgram, it is the
849 If no program object is bound using UseProgram, the active program
[all …]
DARB_compute_shader.txt238 UseProgram, there is a current program pipeline object, and the
253 made current via UseProgram, given the current state. If validation
261 UseProgram, given the current state. If validation failed, such errors
1016 7) Is it possible to pass compute programs to UseProgram, etc.?
1018 RESOLVED: Yes, compute programs can be made current via UseProgram and
1028 * If there is a current program specified via UseProgram, that
1040 if a non-compute program is made current via UseProgram, it will also
1128 errors for Draw* calls if the current program specified by UseProgram
1132 current with UseProgram, there will be no active program for either the
1232 by both UseProgram and UseProgramStages, and add
/third_party/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp146 GET_PROC(UseProgram); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp139 GET_PROC(UseProgram); in GrGLMakeAssembledGLESInterface()
/third_party/mesa3d/docs/relnotes/
D18.1.2.rst87 - mesa/program_binary: add implicit UseProgram after successful
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dshaders.h59 GST_GL_EXT_FUNCTION (void, UseProgram,
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_opengl3_loader.h490 PFNGLUSEPROGRAMPROC UseProgram; member
549 #define glUseProgram imgl3wProcs.gl.UseProgram
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.lifetime.txt38 - After calling CreateProgram, then UseProgram, then DeleteProgram
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.lifetime.txt42 - After calling CreateProgram, then UseProgram, then DeleteProgram

123