| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | ARB_separate_shader_objects.txt | 112 stages, UseProgramStages is used. The VERTEX_SHADER_BIT, 160 void UseProgramStages(uint pipeline, bitfield stages, 317 Accepted by <stages> parameter to UseProgramStages: 486 state until a subsequent call to UseProgram, UseProgramStages, or 490 call to UseProgramStages removes them from use. An unsuccessfully linked 492 or added to program pipeline objects by UseProgramStages until it is 517 pipeline stages via UseProgramStages after it is next linked. 588 void UseProgramStages(uint pipeline, bitfield stages, 604 object state. If UseProgramStages is called with <program> set to 891 call to UseProgram, BindProgramPipeline, or UseProgramStages, subroutine [all …]
|
| D | ARB_compute_shader.txt | 147 Accepted by the <stages> parameter of UseProgramStages: 209 UseProgramStages, p. 65: 1009 can be made current in a program pipeline object via UseProgramStages. 1011 to TRUE to be passed to UseProgramStages, even though the compute 1220 by both UseProgram and UseProgramStages, and add 1221 a COMPUTE_SHADER_BIT for UseProgramStages (bug
|
| D | ARB_direct_state_access.txt | 3492 UseProgramStages 3580 - UseProgramStages 3640 UseProgramStages -> DSAProgramPipelineStages 3651 UseProgramStages -> DSAProgramPipelineStages
|
| /third_party/openGLES/extensions/ARB/ |
| D | ARB_separate_shader_objects.txt | 122 stages, UseProgramStages is used. The VERTEX_SHADER_BIT, 170 void UseProgramStages(uint pipeline, bitfield stages, 327 Accepted by <stages> parameter to UseProgramStages: 496 state until a subsequent call to UseProgram, UseProgramStages, or 500 call to UseProgramStages removes them from use. An unsuccessfully linked 502 or added to program pipeline objects by UseProgramStages until it is 527 pipeline stages via UseProgramStages after it is next linked. 598 void UseProgramStages(uint pipeline, bitfield stages, 614 object state. If UseProgramStages is called with <program> set to 901 call to UseProgram, BindProgramPipeline, or UseProgramStages, subroutine [all …]
|
| D | ARB_compute_shader.txt | 157 Accepted by the <stages> parameter of UseProgramStages: 219 UseProgramStages, p. 65: 1019 can be made current in a program pipeline object via UseProgramStages. 1021 to TRUE to be passed to UseProgramStages, even though the compute 1232 by both UseProgram and UseProgramStages, and add 1233 a COMPUTE_SHADER_BIT for UseProgramStages (bug
|
| D | ARB_direct_state_access.txt | 3523 UseProgramStages 3611 - UseProgramStages 3671 UseProgramStages -> DSAProgramPipelineStages 3682 UseProgramStages -> DSAProgramPipelineStages
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_3_1_autogen.h | 212 ANGLE_EXPORT void GL_APIENTRY UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program);
|
| D | entry_points_gles_3_1_autogen.cpp | 1488 void GL_APIENTRY UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) in UseProgramStages() function 1503 ANGLE_CAPTURE(UseProgramStages, isCallValid, context, pipeline, stages, program); in UseProgramStages()
|
| D | proc_table_gles_autogen.cpp | 1421 {"glUseProgramStages", P(gl::UseProgramStages)},
|
| D | proc_table_autogen.cpp | 1448 {"glUseProgramStages", P(gl::UseProgramStages)},
|
| D | proc_table_egl_autogen.cpp | 1450 {"glUseProgramStages", P(gl::UseProgramStages)},
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_4_1_autogen.h | 254 ANGLE_EXPORT void GL_APIENTRY UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program);
|
| D | entry_points_gl_4_1_autogen.cpp | 1722 void GL_APIENTRY UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) in UseProgramStages() function 1737 ANGLE_CAPTURE(UseProgramStages, isCallValid, context, pipeline, stages, program); in UseProgramStages()
|
| D | proc_table_wgl_autogen.cpp | 946 {"glUseProgramStages", P(gl::UseProgramStages)},
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | entry_points_enum_autogen.h | 1220 UseProgramStages, enumerator
|
| D | entry_points_enum_autogen.cpp | 2425 case EntryPoint::UseProgramStages: in GetEntryPointName()
|
| D | capture_gles_3_1_autogen.cpp | 1305 return CallCapture(gl::EntryPoint::UseProgramStages, std::move(paramBuffer)); in CaptureUseProgramStages()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | ProgramPipelineTest.cpp | 291 TEST_P(ProgramPipelineTest31, UseProgramStages) in TEST_P() argument
|
| /third_party/openGLES/extensions/NV/ |
| D | NV_mesh_shader.txt | 171 Accepted by the <stages> parameter of UseProgramStages: 336 (modify the first error in "Errors" for UseProgramStages, p. 118 to allow
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cEnhancedLayoutsTests.hpp | 700 void UseProgramStages(glw::GLuint program_id, glw::GLenum stages); 705 …void UseProgramStages(const glw::Functions& gl, glw::GLuint id, glw::GLuint program_id, glw::GLenu…
|
| D | gl4cEnhancedLayoutsTests.cpp | 2639 void Pipeline::UseProgramStages(GLuint program_id, GLenum stages) in UseProgramStages() function in gl4cts::EnhancedLayouts::Utils::Pipeline 2643 UseProgramStages(gl, m_id, program_id, stages); in UseProgramStages() 2664 void Pipeline::UseProgramStages(const Functions& gl, GLuint id, GLuint program_id, GLenum stages) in UseProgramStages() function in gl4cts::EnhancedLayouts::Utils::Pipeline 7844 pipeline.UseProgramStages(program_fs.m_id, GL_FRAGMENT_SHADER_BIT); in test() 7845 pipeline.UseProgramStages(program_gs.m_id, GL_GEOMETRY_SHADER_BIT); in test() 7846 pipeline.UseProgramStages(program_tcs.m_id, GL_TESS_CONTROL_SHADER_BIT); in test() 7847 pipeline.UseProgramStages(program_tes.m_id, GL_TESS_EVALUATION_SHADER_BIT); in test() 7848 pipeline.UseProgramStages(program_vs.m_id, GL_VERTEX_SHADER_BIT); in test()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_3_1_autogen.cpp | 1948 ANGLE_CAPTURE(UseProgramStages, isCallValid, context, pipelinePacked, stages, in GL_UseProgramStages()
|
| /third_party/openGLES/extensions/OES/ |
| D | OES_geometry_shader.txt | 141 Accepted by the <stages> parameter of UseProgramStages: 322 paragraph after UseProgramStages on p. 89:
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| D | OES_geometry_shader.txt | 131 Accepted by the <stages> parameter of UseProgramStages: 312 paragraph after UseProgramStages on p. 89:
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_geometry_shader.txt | 129 Accepted by the <stages> parameter of UseProgramStages: 310 paragraph after UseProgramStages on p. 89:
|