Home
last modified time | relevance | path

Searched refs:GL_PROGRAM_BINARY_RETRIEVABLE_HINT (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_get_program_binary/
H A Dretrievable_hint.c82 glGetProgramiv(prog, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, &value); in piglit_init()
114 glProgramParameteri(prog, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE); in piglit_init()
117 glGetProgramiv(prog, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, &value); in piglit_init()
130 glGetProgramiv(prog, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, &value); in piglit_init()
H A Dapi-errors.c121 glProgramParameteri(prog, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, 7); in piglit_init()
125 glProgramParameteri(prog, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, ~0); in piglit_init()
129 glGetProgramiv(prog, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, &value); in piglit_init()
188 glProgramParameteri(0xDEADBEEF, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, in piglit_init()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_define.h234 #ifndef GL_PROGRAM_BINARY_RETRIEVABLE_HINT
235 # define GL_PROGRAM_BINARY_RETRIEVABLE_HINT 0x8257 macro
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A DARB_get_program_binary.h26 #define GL_PROGRAM_BINARY_RETRIEVABLE_HINT 0x8257 macro
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_get_program_binary4 GL_PROGRAM_BINARY_RETRIEVABLE_HINT 0x8257
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_get_program_binary5 GL_PROGRAM_BINARY_RETRIEVABLE_HINT 0x8257
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_get_program_binary5 GL_PROGRAM_BINARY_RETRIEVABLE_HINT 0x8257
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_get_program_binary5 GL_PROGRAM_BINARY_RETRIEVABLE_HINT 0x8257
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_ARB_get_program_binary4 GL_PROGRAM_BINARY_RETRIEVABLE_HINT 0x8257
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DProgramParameterTest.cpp42 glProgramParameteri(program, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE); in TEST_P()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_get_program_binary.java49 int GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257; field
H A DGL41.java95 int GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257; field
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dget_program_binary.py17 GL_PROGRAM_BINARY_RETRIEVABLE_HINT=_C('GL_PROGRAM_BINARY_RETRIEVABLE_HINT',0x8257) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dget_program_binary.py17 GL_PROGRAM_BINARY_RETRIEVABLE_HINT=_C('GL_PROGRAM_BINARY_RETRIEVABLE_HINT',0x8257) variable
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_opengl/
H A Dgl_shader_util.h62 glProgramParameteri(program_id, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE); in LoadProgram()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GLES2/
H A Dshaders.py127 … glProgramParameteri( program, get_program_binary.GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE )
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GLES2/
H A Dshaders.py127 … glProgramParameteri( program, get_program_binary.GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE )
/dports/devel/efl/efl-1.25.1/src/lib/ector/gl/
H A Dector_gl_shader.c109 GL.glProgramParameteri(prg, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE); in _ector_gl_shader_glsl_link()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GL/
H A Dshaders.py191 … glProgramParameteri( program, get_program_binary.GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE )
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/
H A Dshaders.py205 … glProgramParameteri( program, get_program_binary.GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE )
/dports/multimedia/mpv/mpv-0.34.1/video/out/opengl/
H A Dgl_headers.h779 #define GL_PROGRAM_BINARY_RETRIEVABLE_HINT 0x8257 macro
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/GLSL/
H A DOgreGLSLSeparableProgram.cpp150 …OGRE_CHECK_GL_ERROR(glProgramParameteri(programHandle, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE… in loadIndividualProgram()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A Dqueryutils.cpp518 case GL_PROGRAM_BINARY_RETRIEVABLE_HINT: in QueryProgramiv()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DProgramGL.cpp95 mFunctions->programParameteri(mProgramID, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, in setBinaryRetrievableHint()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dqueryutils.cpp974 case GL_PROGRAM_BINARY_RETRIEVABLE_HINT: in QueryProgramiv()
1343 case GL_PROGRAM_BINARY_RETRIEVABLE_HINT: in SetProgramParameteri()

12345678910>>...23