Home
last modified time | relevance | path

Searched refs:PRIMITIVES_GENERATED (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderPrimitiveQueries.cpp496 gl.beginQuery(m_glExtTokens.PRIMITIVES_GENERATED, m_qo_primitives_generated_id); in readPrimitiveQueryValues()
510 gl.endQuery(m_glExtTokens.PRIMITIVES_GENERATED); in readPrimitiveQueryValues()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcExtTokens.cpp65 PRIMITIVES_GENERATED = GL_PRIMITIVES_GENERATED; in init()
191 PRIMITIVES_GENERATED = GL_PRIMITIVES_GENERATED_EXT; in init()
DglcExtTokens.hpp67 glw::GLenum PRIMITIVES_GENERATED; member
/third_party/openGLES/extensions/ARB/
DARB_transform_feedback_overflow_query.txt102 An INVALID_VALUE error is generated if <target> is PRIMITIVES_GENERATED,
118 An INVALID_VALUE error is generated if <target> is PRIMITIVES_GENERATED,
DARB_transform_feedback3.txt222 When BeginQueryIndexed is called with a <target> of PRIMITIVES_GENERATED,
428 occlusion queries and PRIMITIVES_GENERATED or
828 or PRIMITIVES_GENERATED and <index> is greater or equal to MAX_VERTEX_STREAMS.
935 PRIMITIVES_GENERATED<i>_NV or TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN<i>_NV
1179 (PRIMITIVES_GENERATED and TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN)
1181 query targets PRIMITIVES_GENERATED<n> and
DARB_pipeline_statistics_query.txt169 other than PRIMITIVES_GENERATED or
195 other than PRIMITIVES_GENERATED or
552 different than PRIMITIVES_GENERATED?
DARB_timer_query.txt210 occlusion queries, PRIMITIVES_GENERATED and
222 For primitive queries (PRIMITIVES_GENERATED and
DARB_occlusion_query2.txt360 Primitive Queries (target PRIMITIVES_GENERATED)
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_transform_feedback_overflow_query.txt92 An INVALID_VALUE error is generated if <target> is PRIMITIVES_GENERATED,
108 An INVALID_VALUE error is generated if <target> is PRIMITIVES_GENERATED,
DARB_transform_feedback3.txt212 When BeginQueryIndexed is called with a <target> of PRIMITIVES_GENERATED,
418 occlusion queries and PRIMITIVES_GENERATED or
818 or PRIMITIVES_GENERATED and <index> is greater or equal to MAX_VERTEX_STREAMS.
925 PRIMITIVES_GENERATED<i>_NV or TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN<i>_NV
1169 (PRIMITIVES_GENERATED and TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN)
1171 query targets PRIMITIVES_GENERATED<n> and
DARB_pipeline_statistics_query.txt159 other than PRIMITIVES_GENERATED or
185 other than PRIMITIVES_GENERATED or
542 different than PRIMITIVES_GENERATED?
DARB_timer_query.txt200 occlusion queries, PRIMITIVES_GENERATED and
212 For primitive queries (PRIMITIVES_GENERATED and
DARB_occlusion_query2.txt350 Primitive Queries (target PRIMITIVES_GENERATED)
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.cpp74 m_gl.beginQuery(m_parent_test->m_glExtTokens.PRIMITIVES_GENERATED, m_qo_pg_id); in captureTessellationData()
101 m_gl.endQuery(m_parent_test->m_glExtTokens.PRIMITIVES_GENERATED); in captureTessellationData()
/third_party/mesa3d/docs/relnotes/
D19.2.0.rst326 - radeonsi/gfx10: fix the PRIMITIVES_GENERATED query if using legacy
D19.0.0.rst1814 - st/mesa: fix PRIMITIVES_GENERATED query after the "pipeline stat
D19.3.0.rst2325 - radeonsi/gfx10: fix the PRIMITIVES_GENERATED query if using legacy