Home
last modified time | relevance | path

Searched refs:GL_MAX_GEOMETRY_OUTPUT_VERTICES (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/core/
H A DGL_VERSION_3_219 GL_MAX_GEOMETRY_OUTPUT_VERTICES 0x8DE0
/dports/graphics/glew/glew-2.2.0/auto/core/gl/
H A DGL_VERSION_3_220 GL_MAX_GEOMETRY_OUTPUT_VERTICES 0x8DE0
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/core/gl/
H A DGL_VERSION_3_220 GL_MAX_GEOMETRY_OUTPUT_VERTICES 0x8DE0
/dports/graphics/glew-wayland/glew-2.2.0/auto/core/gl/
H A DGL_VERSION_3_220 GL_MAX_GEOMETRY_OUTPUT_VERTICES 0x8DE0
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.3/
H A Dminmax.c105 piglit_test_min_int(GL_MAX_GEOMETRY_OUTPUT_VERTICES, 256); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.2/
H A Dminmax.c107 piglit_test_min_int(GL_MAX_GEOMETRY_OUTPUT_VERTICES, 256); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_geometry_shader4/execution/program-parameter/
H A Dvertices-out.c97 glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, in test_geometry_vertices_out()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A Dgl_3_2.h41 #define GL_MAX_GEOMETRY_OUTPUT_VERTICES 0x8DE0 macro
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.50/execution/geometry/
H A Dgs-max-output-components.c173 glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &max_gs_out_vertices); in piglit_init()
H A Dend-primitive.c224 glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &max_gs_out_vertices); in piglit_init()
H A Dgs-max-output.cpp414 glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, (GLint*)&max_gs_out_vertices); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-4.1/
H A Dminmax.c128 piglit_test_min_int(GL_MAX_GEOMETRY_OUTPUT_VERTICES, 256); in piglit_init()
/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.cpp127 …{ "max_geometry_output_vertices", GL_MAX_GEOMETRY_OUTPUT_VERTICES, 256, 0, "gl_MaxGeom… in init()
/dports/x11/virtualgl/virtualgl-3.0/glxdemos/
H A Dglinfo_common.c428 { GL_MAX_GEOMETRY_OUTPUT_VERTICES , "GL_MAX_GEOMETRY_OUTPUT_VERTICES " }, in print_shader_limits()
648 { 1, GL_MAX_GEOMETRY_OUTPUT_VERTICES, "GL_MAX_GEOMETRY_OUTPUT_VERTICES", "3.2" }, in print_limits()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/xdemos/
H A Dglinfo_common.c423 { GL_MAX_GEOMETRY_OUTPUT_VERTICES , "GL_MAX_GEOMETRY_OUTPUT_VERTICES " }, in print_shader_limits()
643 { 1, GL_MAX_GEOMETRY_OUTPUT_VERTICES, "GL_MAX_GEOMETRY_OUTPUT_VERTICES", "3.2" }, in print_limits()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DGL32.java239 int GL_MAX_GEOMETRY_OUTPUT_VERTICES = 0x8DE0; field
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/VERSION/
H A DGL_3_2.py37 GL_MAX_GEOMETRY_OUTPUT_VERTICES=_C('GL_MAX_GEOMETRY_OUTPUT_VERTICES',0x8DE0) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/VERSION/
H A DGL_3_2.py37 GL_MAX_GEOMETRY_OUTPUT_VERTICES=_C('GL_MAX_GEOMETRY_OUTPUT_VERTICES',0x8DE0) variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcExtTokens.cpp62 MAX_GEOMETRY_OUTPUT_VERTICES = GL_MAX_GEOMETRY_OUTPUT_VERTICES; in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp184 gl.getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &geometryOutputVertices); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp386 { "gl_MaxGeometryOutputVertices", getInteger<GL_MAX_GEOMETRY_OUTPUT_VERTICES> }, in init()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/xdemos/
H A Dglinfo_common.c584 { 1, GL_MAX_GEOMETRY_OUTPUT_VERTICES, "GL_MAX_GEOMETRY_OUTPUT_VERTICES", "3.2" }, in print_limits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp268 QUERY_AND_LOG_CAPABILITY(GL_MAX_GEOMETRY_OUTPUT_VERTICES, stream); in LogGles32Capabilities()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglshaderprogram.cpp195 #ifndef GL_MAX_GEOMETRY_OUTPUT_VERTICES in Q_DECLARE_LOGGING_CATEGORY()
196 #define GL_MAX_GEOMETRY_OUTPUT_VERTICES 0x8DE0 in Q_DECLARE_LOGGING_CATEGORY() macro
3506 d->glfuncs->glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &n); in maxGeometryOutputVertices()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglshaderprogram.cpp195 #ifndef GL_MAX_GEOMETRY_OUTPUT_VERTICES in Q_DECLARE_LOGGING_CATEGORY()
196 #define GL_MAX_GEOMETRY_OUTPUT_VERTICES 0x8DE0 in Q_DECLARE_LOGGING_CATEGORY() macro
3506 d->glfuncs->glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &n); in maxGeometryOutputVertices()

12345678910>>...17