Home
last modified time | relevance | path

Searched refs:GL_PATCH_VERTICES (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_tessellation_shader/
H A Dinvalid-patch-vertices-range.c57 glPatchParameteri(GL_PATCH_VERTICES, -1); in piglit_init()
61 glPatchParameteri(GL_PATCH_VERTICES, 0); in piglit_init()
65 glPatchParameteri(GL_PATCH_VERTICES, max_patch_vertices + 1); in piglit_init()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/opengl/graphicshelpers/
H A Dgraphicshelperes3_2.cpp55 #ifndef GL_PATCH_VERTICES
56 #define GL_PATCH_VERTICES 36466 macro
137 m_extraFuncs->glPatchParameteri(GL_PATCH_VERTICES, verticesPerPatch); in setVerticesPerPatch()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DPatchParameter56 /** Set GL_PATCH_VERTICES parameter.*/
59 /** Get GL_PATCH_VERTICES parameter.*/
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DPatchParameter56 /** Set GL_PATCH_VERTICES parameter.*/
59 /** Get GL_PATCH_VERTICES parameter.*/
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DPatchParameter.cpp38 extensions->glPatchParameteri( GL_PATCH_VERTICES, _vertices ); in apply()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DPatchParameter.cpp38 extensions->glPatchParameteri( GL_PATCH_VERTICES, _vertices ); in apply()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_tessellation_shader.java52 int GL_PATCH_VERTICES = 0x8E72; field
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_tessellation_shader11 GL_PATCH_VERTICES 0x8E72
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_tessellation_shader12 GL_PATCH_VERTICES 0x8E72
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_tessellation_shader12 GL_PATCH_VERTICES 0x8E72
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_tessellation_shader12 GL_PATCH_VERTICES 0x8E72
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_ARB_tessellation_shader11 GL_PATCH_VERTICES 0x8E72
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dtessellation_shader.py39 GL_PATCH_VERTICES=_C('GL_PATCH_VERTICES',0x8E72) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dtessellation_shader.py39 GL_PATCH_VERTICES=_C('GL_PATCH_VERTICES',0x8E72) variable
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_separate_shader_objects/
H A Dmix-and-match-tcs-tes.c206 glPatchParameteri(GL_PATCH_VERTICES, 3); in piglit_init()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/backends/gl/
H A Dqssgrenderbackendgl3.cpp68 #ifndef GL_PATCH_VERTICES
69 #define GL_PATCH_VERTICES 0x8E72 macro
441 …GL_CALL_TESSELATION_EXT(glPatchParameteriEXT(GL_PATCH_VERTICES, inputAssembler->m_patchVertexCount… in setInputAssembler()
443 …GL_CALL_TESSELATION_EXT(glPatchParameteri(GL_PATCH_VERTICES, GLint(inputAssembler->m_patchVertexCo… in setInputAssembler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fNegativeTessellationTests.cpp393 ctx.glPatchParameteri(GL_PATCH_VERTICES, 0); in invalid_patch_parameteri()
402 ctx.glPatchParameteri(GL_PATCH_VERTICES, maxPatchVertices + 1); in invalid_patch_parameteri()
H A Des31fTessellationTests.cpp2063 gl.patchParameteri(GL_PATCH_VERTICES, 1); in iterate()
2246 gl.patchParameteri(GL_PATCH_VERTICES, 1); in iterate()
2392 gl.patchParameteri(GL_PATCH_VERTICES, patchSize); in iterate()
2807 gl.patchParameteri(GL_PATCH_VERTICES, 1); in iterate()
3754 gl.patchParameteri(GL_PATCH_VERTICES, 7); in iterate()
4046 gl.patchParameteri(GL_PATCH_VERTICES, 6); in iterate()
4326 gl.patchParameteri(GL_PATCH_VERTICES, 6); in iterate()
4579 gl.patchParameteri(GL_PATCH_VERTICES, 6); in iterate()
5087 gl.patchParameteri(GL_PATCH_VERTICES, 6); in iterate()
6445 gl.patchParameteri(GL_PATCH_VERTICES, 3); in iterate()
[all …]
H A Des31fTessellationGeometryInteractionTests.cpp299 gl.patchParameteri(GL_PATCH_VERTICES, (m_case == CASE_TRIANGLES) ? (3): (4)); in iterate()
596 gl.patchParameteri(GL_PATCH_VERTICES, numPrimitiveVertices); in iterate()
1053 gl.patchParameteri(GL_PATCH_VERTICES, 4); in renderWithFeedback()
1148 gl.patchParameteri(GL_PATCH_VERTICES, 4); in renderWithoutFeedback()
1856 gl.patchParameteri(GL_PATCH_VERTICES, 1); in renderTo()
2451 gl.patchParameteri(GL_PATCH_VERTICES, 1); in renderTo()
2922 gl.patchParameteri(GL_PATCH_VERTICES, 3); in iterate()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/
H A DTessellationShader01bGL4.java85 gl.glPatchParameteri(GL4.GL_PATCH_VERTICES, 3); in init()
H A DTessellationShader01aGLSL440CoreHardcoded.java84 gl.glPatchParameteri(GL4.GL_PATCH_VERTICES, 3); in init()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DgeometricShader.cpp195 glPatchParameteri(GL_PATCH_VERTICES, GetPrimitiveIndexSize()); in BindResources()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcSeparableProgramsTransformFeedbackTests.cpp278 gl.patchParameteri(GL_PATCH_VERTICES, 1); in iterate()
H A DglcExtTokens.cpp71 PATCH_VERTICES = GL_PATCH_VERTICES; in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderWinding.cpp191 gl.patchParameteri(GL_PATCH_VERTICES, 1); in iterate()

12345678910>>...18