Home
last modified time | relevance | path

Searched refs:GL_PRIMITIVES_GENERATED (Results 101 – 125 of 507) sorted by relevance

12345678910>>...21

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A Dgl_3_0.h71 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/ES/
H A DVERSION_3_2.py171 GL_PRIMITIVES_GENERATED=_C('GL_PRIMITIVES_GENERATED',0x8C87) variable
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/shaders/
H A Dshader_runner.c3359 case GL_PRIMITIVES_GENERATED: in query_index()
3390 ENUM_STRING(GL_PRIMITIVES_GENERATED), in verify_query_object_result()
3889 glDeleteQueries(1, &queries[query_index(GL_PRIMITIVES_GENERATED)]); in teardown_xfb()
3891 queries[query_index(GL_PRIMITIVES_GENERATED)] = 0; in teardown_xfb()
4096 begin_query(GL_PRIMITIVES_GENERATED); in piglit_xfb_draw_arrays()
4113 glEndQuery(GL_PRIMITIVES_GENERATED); in piglit_xfb_draw_arrays()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glViewer/
H A DglViewer.cpp1167 glBeginQuery(GL_PRIMITIVES_GENERATED, g_queries[0]); in display()
1195 glEndQuery(GL_PRIMITIVES_GENERATED); in display()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DGL30.java960 int GL_PRIMITIVES_GENERATED = 0x8C87; field
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glPtexViewer/
H A DglPtexViewer.cpp1345 glBeginQuery(GL_PRIMITIVES_GENERATED, g_queries[0]); in display()
1352 glEndQuery(GL_PRIMITIVES_GENERATED); in display()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h585 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h585 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h585 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h585 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h585 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h585 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h585 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp1211 …nst glw::GLenum target[] = { GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_PRIMITIVES_GENERATED }; in testExtension3()
1213 STR(GL_PRIMITIVES_GENERATED) }; in testExtension3()
5503 gl.beginQueryIndexed(GL_PRIMITIVES_GENERATED, 0, m_qo_id[0]); in drawForXFB()
5506 gl.beginQueryIndexed(GL_PRIMITIVES_GENERATED, 1, m_qo_id[1]); in drawForXFB()
5518 gl.endQueryIndexed(GL_PRIMITIVES_GENERATED, 0); in drawForXFB()
5521 gl.endQueryIndexed(GL_PRIMITIVES_GENERATED, 1); in drawForXFB()
H A Dgl4cSparseBufferTests.cpp4466 m_gl.beginQuery(GL_PRIMITIVES_GENERATED, m_qo); in execute()
4473 m_gl.endQuery(GL_PRIMITIVES_GENERATED); in execute()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/VERSION/
H A DGL_3_0.py123 GL_PRIMITIVES_GENERATED=_C('GL_PRIMITIVES_GENERATED',0x8C87) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/VERSION/
H A DGL_3_0.py139 GL_PRIMITIVES_GENERATED=_C('GL_PRIMITIVES_GENERATED',0x8C87) variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp4746 gl.beginQuery(GL_PRIMITIVES_GENERATED, *query); in iterate()
4748 gl.endQuery(GL_PRIMITIVES_GENERATED); in iterate()
4912 verifyStateQueryInteger(result, gl, GL_PRIMITIVES_GENERATED, GL_CURRENT_QUERY, 0, QUERY_QUERY); in iterate()
4917 gl.glBeginQuery(GL_PRIMITIVES_GENERATED, query); in iterate()
4920 …verifyStateQueryInteger(result, gl, GL_PRIMITIVES_GENERATED, GL_CURRENT_QUERY, (int)query, QUERY_Q… in iterate()
4922 gl.glEndQuery(GL_PRIMITIVES_GENERATED); in iterate()
H A Des31fTessellationGeometryInteractionTests.cpp1056 gl.beginQuery(GL_PRIMITIVES_GENERATED, *primitivesGeneratedQuery); in renderWithFeedback()
1072 gl.endQuery(GL_PRIMITIVES_GENERATED); in renderWithFeedback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluStateReset.cpp1129 queryTargets[numTargets++] = GL_PRIMITIVES_GENERATED; in resetStateGLCore()
H A DgluStrUtil.inl1463 case GL_PRIMITIVES_GENERATED: return "GL_PRIMITIVES_GENERATED";
/dports/games/sea-defender/Sea-Defender-d628051/snoutlib/
H A Dgl-enums.h6216 #ifndef GL_PRIMITIVES_GENERATED
6217 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/include/allegrogl/GLext/
H A Dgl_ext_defs.h515 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
/dports/emulators/aranym/aranym-1.1.0/src/include/
H A Dglenums.h9066 #ifndef GL_PRIMITIVES_GENERATED
9067 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/opengl/GLext/
H A Dgl_ext_defs.h523 #define GL_PRIMITIVES_GENERATED 0x8C87 macro

12345678910>>...21