| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | PipelineGL.cpp | 130 gl.UseProgram(mProgram); in InitializeBase() 211 gl.UseProgram(mProgram); in ApplyNow()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
| D | gstglsl_private.h | 42 void (GSTGLAPI *UseProgram) (GLuint program);
|
| D | gstglsl.c | 634 vtable->UseProgram = gl->UseProgram; in _gst_glsl_funcs_fill() 650 vtable->UseProgram = gl->UseProgramObject; in _gst_glsl_funcs_fill()
|
| D | gstglshader.c | 51 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/ |
| D | gl3cClipDistance.cpp | 257 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
|
| D | gl3cClipDistance.hpp | 93 void UseProgram() const;
|
| /third_party/openGLES/extensions/NV/ |
| D | NV_transform_feedback2.txt | 370 * 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/ |
| D | NV_transform_feedback2.txt | 370 * 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/ |
| D | ARB_transform_feedback2.txt | 379 * 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
|
| D | ARB_separate_shader_objects.txt | 396 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 …]
|
| D | ARB_compute_shader.txt | 228 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/ |
| D | EXT_transform_feedback2.txt | 355 * 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
|
| D | EXT_separate_shader_objects.gles.txt | 294 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/ |
| D | EXT_transform_feedback2.txt | 355 * 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
|
| D | EXT_separate_shader_objects.gles.txt | 294 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/ |
| D | ARB_transform_feedback2.txt | 389 * 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
|
| D | ARB_separate_shader_objects.txt | 406 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 …]
|
| D | ARB_compute_shader.txt | 238 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/ |
| D | GrGLAssembleWebGLInterfaceAutogen.cpp | 146 GET_PROC(UseProgram); in GrGLMakeAssembledWebGLInterface()
|
| D | GrGLAssembleGLESInterfaceAutogen.cpp | 139 GET_PROC(UseProgram); in GrGLMakeAssembledGLESInterface()
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 18.1.2.rst | 87 - mesa/program_binary: add implicit UseProgram after successful
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
| D | shaders.h | 59 GST_GL_EXT_FUNCTION (void, UseProgram,
|
| /third_party/skia/third_party/externals/imgui/backends/ |
| D | imgui_impl_opengl3_loader.h | 490 PFNGLUSEPROGRAMPROC UseProgram; member 549 #define glUseProgram imgl3wProcs.gl.UseProgram
|
| /third_party/vk-gl-cts/doc/testspecs/GLES2/ |
| D | functional.lifetime.txt | 38 - After calling CreateProgram, then UseProgram, then DeleteProgram
|
| /third_party/vk-gl-cts/doc/testspecs/GLES3/ |
| D | functional.lifetime.txt | 42 - After calling CreateProgram, then UseProgram, then DeleteProgram
|