Home
last modified time | relevance | path

Searched refs:GL_MAX_UNIFORM_BLOCK_SIZE (Results 1 – 25 of 605) sorted by relevance

12345678910>>...25

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/frontend/
H A Dqrendercapabilities.cpp50 #ifndef GL_MAX_UNIFORM_BLOCK_SIZE
51 #define GL_MAX_UNIFORM_BLOCK_SIZE 0x8A30 macro
54 #ifndef GL_MAX_UNIFORM_BLOCK_SIZE
55 #define GL_MAX_UNIFORM_BLOCK_SIZE 0x8A30 macro
66 #ifndef GL_MAX_UNIFORM_BLOCK_SIZE
67 #define GL_MAX_UNIFORM_BLOCK_SIZE 0x8A30 macro
176 funcs->glGetIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, &m_maxUBOSize); in QRenderCapabilitiesPrivate()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_uniform_buffer_object/
H A Dminmax.c70 piglit_test_min_int(GL_MAX_UNIFORM_BLOCK_SIZE, 16384); in piglit_init()
83 glGetIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, &blocksize); in piglit_init()
H A Dmaxuniformblocksize.c119 glGetIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, &max_size); in piglit_display()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.1/
H A Dminmax.c106 piglit_test_min_int(GL_MAX_UNIFORM_BLOCK_SIZE, 16384); in piglit_init()
113 glGetIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, &blocksize); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gles-3.0/
H A Dminmax.c59 glGetInteger64v(GL_MAX_UNIFORM_BLOCK_SIZE, (GLint64*) &blocksize); in piglit_init()
104 piglit_test_min_uint64(GL_MAX_UNIFORM_BLOCK_SIZE, 16384); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.3/
H A Dminmax.c117 piglit_test_min_int(GL_MAX_UNIFORM_BLOCK_SIZE, 16384); in piglit_init()
127 glGetIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, &blocksize); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.2/
H A Dminmax.c119 piglit_test_min_int(GL_MAX_UNIFORM_BLOCK_SIZE, 16384); in piglit_init()
129 glGetIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, &blocksize); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-4.1/
H A Dminmax.c145 piglit_test_min_int(GL_MAX_UNIFORM_BLOCK_SIZE, 16384); in piglit_init()
159 glGetIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, &blocksize); in piglit_init()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/backends/gl/
H A Dqssgopengltokens_p.h467 #ifndef GL_MAX_UNIFORM_BLOCK_SIZE
468 #define GL_MAX_UNIFORM_BLOCK_SIZE 0x8A30 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fInteger64StateQueryTests.cpp234 glGetIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, &uniformBlockSize); in test()
299 { "max_uniform_block_size", "MAX_UNIFORM_BLOCK_SIZE", GL_MAX_UNIFORM_BLOCK_SIZE, 16384 } in init()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_uniform_buffer_object13 GL_MAX_UNIFORM_BLOCK_SIZE 0x8A30
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_uniform_buffer_object15 GL_MAX_UNIFORM_BLOCK_SIZE 0x8A30
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_uniform_buffer_object15 GL_MAX_UNIFORM_BLOCK_SIZE 0x8A30
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_uniform_buffer_object15 GL_MAX_UNIFORM_BLOCK_SIZE 0x8A30
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_ARB_uniform_buffer_object13 GL_MAX_UNIFORM_BLOCK_SIZE 0x8A30
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A Dgl_3_1.h63 #define GL_MAX_UNIFORM_BLOCK_SIZE 0x8A30 macro
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Duniform_buffer_object.py23 GL_MAX_UNIFORM_BLOCK_SIZE=_C('GL_MAX_UNIFORM_BLOCK_SIZE',0x8A30) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Duniform_buffer_object.py23 GL_MAX_UNIFORM_BLOCK_SIZE=_C('GL_MAX_UNIFORM_BLOCK_SIZE',0x8A30) variable
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DUniformBufferTest.cpp109 glGetInteger64v(GL_MAX_UNIFORM_BLOCK_SIZE, &maxUniformBlockSize); in TEST_P()
276 glGetInteger64v(GL_MAX_UNIFORM_BLOCK_SIZE, &maxUniformBlockSize); in TEST_P()
/dports/misc/usd/USD-21.11/pxr/imaging/glf/
H A DcontextCaps.cpp208 glGetIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, in _LoadCaps()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_tessellation_shader/
H A Dlarge-uniforms.c278 glGetIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, &max_uniform_block_size); in test_shader()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/VERSION/
H A DGL_3_1.py27 GL_MAX_UNIFORM_BLOCK_SIZE=_C('GL_MAX_UNIFORM_BLOCK_SIZE',0x8A30) variable
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_uniform_buffer_object.java70 int GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30; field
H A DGL31.java206 int GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cLimitsTests.cpp158 { "max_uniform_block_size", GL_MAX_UNIFORM_BLOCK_SIZE, 16384, 0, "" }, in init()

12345678910>>...25