Home
last modified time | relevance | path

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

/external/deqp/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()
/external/deqp/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
/external/deqp/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()