Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcExtTokens.cpp94 TESS_GEN_SPACING = GL_TESS_GEN_SPACING; in init()
219 TESS_GEN_SPACING = GL_TESS_GEN_SPACING_EXT; in init()
DglcExtTokens.hpp93 glw::GLenum TESS_GEN_SPACING; member
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProperties.cpp465 gl.getProgramiv(m_po_id, m_glExtTokens.TESS_GEN_SPACING, &gen_spacing_value); in iterate()
DesextcTessellationShaderTCTE.cpp2782 gl.getProgramiv(program, m_glExtTokens.TESS_GEN_SPACING, &tess_gen_spacing_value); in initTestRun()