Home
last modified time | relevance | path

Searched refs:UseProgramStages (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_separate_shader_objects.txt112 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 …]
DARB_compute_shader.txt147 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
DARB_direct_state_access.txt3492 UseProgramStages
3580 - UseProgramStages
3640 UseProgramStages -> DSAProgramPipelineStages
3651 UseProgramStages -> DSAProgramPipelineStages
/third_party/openGLES/extensions/ARB/
DARB_separate_shader_objects.txt122 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 …]
DARB_compute_shader.txt157 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
DARB_direct_state_access.txt3523 UseProgramStages
3611 - UseProgramStages
3671 UseProgramStages -> DSAProgramPipelineStages
3682 UseProgramStages -> DSAProgramPipelineStages
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_1_autogen.h212 ANGLE_EXPORT void GL_APIENTRY UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program);
Dentry_points_gles_3_1_autogen.cpp1488 void GL_APIENTRY UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) in UseProgramStages() function
1503 ANGLE_CAPTURE(UseProgramStages, isCallValid, context, pipeline, stages, program); in UseProgramStages()
Dproc_table_gles_autogen.cpp1421 {"glUseProgramStages", P(gl::UseProgramStages)},
Dproc_table_autogen.cpp1448 {"glUseProgramStages", P(gl::UseProgramStages)},
Dproc_table_egl_autogen.cpp1450 {"glUseProgramStages", P(gl::UseProgramStages)},
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_1_autogen.h254 ANGLE_EXPORT void GL_APIENTRY UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program);
Dentry_points_gl_4_1_autogen.cpp1722 void GL_APIENTRY UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) in UseProgramStages() function
1737 ANGLE_CAPTURE(UseProgramStages, isCallValid, context, pipeline, stages, program); in UseProgramStages()
Dproc_table_wgl_autogen.cpp946 {"glUseProgramStages", P(gl::UseProgramStages)},
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1220 UseProgramStages, enumerator
Dentry_points_enum_autogen.cpp2425 case EntryPoint::UseProgramStages: in GetEntryPointName()
Dcapture_gles_3_1_autogen.cpp1305 return CallCapture(gl::EntryPoint::UseProgramStages, std::move(paramBuffer)); in CaptureUseProgramStages()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DProgramPipelineTest.cpp291 TEST_P(ProgramPipelineTest31, UseProgramStages) in TEST_P() argument
/third_party/openGLES/extensions/NV/
DNV_mesh_shader.txt171 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/
Dgl4cEnhancedLayoutsTests.hpp700 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…
Dgl4cEnhancedLayoutsTests.cpp2639 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/
Dentry_points_gles_3_1_autogen.cpp1948 ANGLE_CAPTURE(UseProgramStages, isCallValid, context, pipelinePacked, stages, in GL_UseProgramStages()
/third_party/openGLES/extensions/OES/
DOES_geometry_shader.txt141 Accepted by the <stages> parameter of UseProgramStages:
322 paragraph after UseProgramStages on p. 89:
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_geometry_shader.txt131 Accepted by the <stages> parameter of UseProgramStages:
312 paragraph after UseProgramStages on p. 89:
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_geometry_shader.txt129 Accepted by the <stages> parameter of UseProgramStages:
310 paragraph after UseProgramStages on p. 89:

12