Home
last modified time | relevance | path

Searched refs:GL_PROGRAM_SEPARABLE (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DProgramParameterTest.cpp45 glProgramParameteri(program, GL_PROGRAM_SEPARABLE, GL_TRUE); in TEST_P()
64 glProgramParameteri(0, GL_PROGRAM_SEPARABLE, GL_TRUE); in TEST_P()
67 glProgramParameteri(program, GL_PROGRAM_SEPARABLE, 2); in TEST_P()
H A DProgramPipelineTest.cpp169 glProgramParameteri(program, GL_PROGRAM_SEPARABLE, GL_TRUE); in createShaderProgram()
415 glProgramParameteri(mVertProg, GL_PROGRAM_SEPARABLE, GL_TRUE); in TEST_P()
423 glProgramParameteri(mFragProg, GL_PROGRAM_SEPARABLE, GL_TRUE); in TEST_P()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_separate_shader_objects/
H A DValidateProgramPipeline.c207 glProgramParameteri(p, GL_PROGRAM_SEPARABLE, GL_TRUE); in create_prog()
499 glGetProgramiv(prog_vs, GL_PROGRAM_SEPARABLE, &separable); in piglit_init()
505 glProgramParameteri(prog_vs, GL_PROGRAM_SEPARABLE, GL_FALSE); in piglit_init()
507 glGetProgramiv(prog_vs, GL_PROGRAM_SEPARABLE, &separable); in piglit_init()
H A Drendezvous_by_name-invalid.c96 glProgramParameteri(prog, GL_PROGRAM_SEPARABLE, GL_TRUE); in piglit_init()
H A Drendezvous_by_location-invalid.c99 glProgramParameteri(prog, GL_PROGRAM_SEPARABLE, GL_TRUE); in piglit_init()
H A DUseProgramStages-non-separable.c64 glGetProgramiv(prog, GL_PROGRAM_SEPARABLE, &param); in piglit_init()
H A Dsso-common.c113 glProgramParameteri(*vs_prog, GL_PROGRAM_SEPARABLE, GL_TRUE); in CreateShaderProgram_with_xfb()
H A Drendezvous_by_name.c290 glProgramParameteri(vs_fs_prog_separate_inactive, GL_PROGRAM_SEPARABLE, GL_TRUE); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_shader_storage_buffer_object/
H A Dissue1258.c87 glProgramParameteri(prog_vs, GL_PROGRAM_SEPARABLE, GL_TRUE); in piglit_init()
91 glProgramParameteri(prog_fs, GL_PROGRAM_SEPARABLE, GL_TRUE); in piglit_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fProgramStateQueryTests.cpp398 verifyStateProgramInteger(result, gl, program.getProgram(), GL_PROGRAM_SEPARABLE, 0, m_verifier); in iterate()
408 gl.glProgramParameteri(program.getProgram(), GL_PROGRAM_SEPARABLE, GL_FALSE); in iterate()
417 verifyStateProgramInteger(result, gl, program.getProgram(), GL_PROGRAM_SEPARABLE, 0, m_verifier); in iterate()
427 gl.glProgramParameteri(program.getProgram(), GL_PROGRAM_SEPARABLE, GL_TRUE); in iterate()
436 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_PROGRAM_SEPARABLE, GL_TRUE, m_verif… in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp542 gl.getProgramiv(program, GL_PROGRAM_SEPARABLE, &separable); in checkCSProg()
745 gl.programParameteri(progVF.getProgram(), GL_PROGRAM_SEPARABLE, GL_TRUE); in iterate()
794 gl.programParameteri(progVF.getProgram(), GL_PROGRAM_SEPARABLE, GL_FALSE); in iterate()
926 gl.programParameteri(progVF.getProgram(), GL_PROGRAM_SEPARABLE, GL_TRUE); in iterate()
1058 gl.programParameteri(programSep, GL_PROGRAM_SEPARABLE, GL_TRUE); in iterate()
1059 gl.getProgramiv(programSep, GL_PROGRAM_SEPARABLE, &separable); in iterate()
1064 gl.programParameteri(programSep, GL_PROGRAM_SEPARABLE, GL_FALSE); in iterate()
1065 gl.getProgramiv(programSep, GL_PROGRAM_SEPARABLE, &separable); in iterate()
1074 gl.programParameteri(programSep, GL_PROGRAM_SEPARABLE, GL_TRUE); in iterate()
1080 gl.programParameteri(progVF.getProgram(), GL_PROGRAM_SEPARABLE, 501); in iterate()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_opengl/
H A Dgl_shader_util.h59 glProgramParameteri(program_id, GL_PROGRAM_SEPARABLE, GL_TRUE); in LoadProgram()
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_shader_util.cpp84 glProgramParameteri(program_id, GL_PROGRAM_SEPARABLE, GL_TRUE); in LoadProgram()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_shader_util.cpp84 glProgramParameteri(program_id, GL_PROGRAM_SEPARABLE, GL_TRUE); in LoadProgram()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GLES2/
H A Dshaders.py125 glProgramParameteri( program, separate_shader_objects.GL_PROGRAM_SEPARABLE, GL_TRUE )
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GLES2/
H A Dshaders.py125 glProgramParameteri( program, separate_shader_objects.GL_PROGRAM_SEPARABLE, GL_TRUE )
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_program_interface_query/
H A Dgetprogramresourceiv.c1031 glProgramParameteri(prog_std, GL_PROGRAM_SEPARABLE, GL_TRUE); in piglit_init()
1067 glProgramParameteri(prog_atom, GL_PROGRAM_SEPARABLE, in piglit_init()
1094 glProgramParameteri(prog_sub_tess, GL_PROGRAM_SEPARABLE, in piglit_init()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GL/
H A Dshaders.py189 glProgramParameteri( program, separate_shader_objects.GL_PROGRAM_SEPARABLE, GL_TRUE )
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/
H A Dshaders.py203 glProgramParameteri( program, separate_shader_objects.GL_PROGRAM_SEPARABLE, GL_TRUE )
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluShaderProgram.cpp308 m_gl.getProgramiv(m_program, GL_PROGRAM_SEPARABLE, &separable); in isSeparable()
316 m_gl.programParameteri(m_program, GL_PROGRAM_SEPARABLE, separable); in setSeparable()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_transform_feedback/
H A Dapi-errors.c251 glProgramParameteri(progs[0], GL_PROGRAM_SEPARABLE, GL_TRUE); in do_test()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_separate_shader_objects9 GL_PROGRAM_SEPARABLE 0x8258
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_separate_shader_objects10 GL_PROGRAM_SEPARABLE 0x8258
/dports/graphics/glew-wayland/glew-2.2.0/auto/core/gl/
H A DGL_ARB_separate_shader_objects10 GL_PROGRAM_SEPARABLE 0x8258
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_separate_shader_objects10 GL_PROGRAM_SEPARABLE 0x8258

12345678910>>...21