Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcExtTokens.cpp93 TESS_GEN_MODE = GL_TESS_GEN_MODE; in init()
218 TESS_GEN_MODE = GL_TESS_GEN_MODE_EXT; in init()
DglcExtTokens.hpp92 glw::GLenum TESS_GEN_MODE; member
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProperties.cpp464 gl.getProgramiv(m_po_id, m_glExtTokens.TESS_GEN_MODE, &gen_mode_value); in iterate()
DesextcTessellationShaderTCTE.cpp2771 gl.getProgramiv(program, m_glExtTokens.TESS_GEN_MODE, &tess_gen_mode_value); in initTestRun()