Home
last modified time | relevance | path

Searched refs:inner_tess_level_uniform_location (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTessellation.hpp308 glw::GLint inner_tess_level_uniform_location; member
324 inner_tess_level_uniform_location = -1; in _test_descriptor()
DesextcTessellationShaderUtils.cpp1276 glw::GLint inner_tess_level_uniform_location = -1; in initTessellationVertexCounterProgram() local
1279 inner_tess_level_uniform_location = m_gl.getUniformLocation(po_id, "inner_tess_level"); in initTessellationVertexCounterProgram()
1282 DE_ASSERT(inner_tess_level_uniform_location != -1); in initTessellationVertexCounterProgram()
1288 m_gl.uniform2fv(inner_tess_level_uniform_location, 1, /* count */ in initTessellationVertexCounterProgram()
1306 result_descriptor.tess_level_inner_uniform_location = inner_tess_level_uniform_location; in initTessellationVertexCounterProgram()
DesextcTessellationShaderVertexOrdering.cpp418 glw::GLint inner_tess_level_uniform_location = gl.getUniformLocation(po_id, "inner_tess_level"); in initTestIteration() local
422 DE_ASSERT(inner_tess_level_uniform_location != -1); in initTestIteration()
428 gl.uniform2fv(inner_tess_level_uniform_location, 1 /* count */, test_iteration.inner_tess_levels); in initTestIteration()
DesextcTessellationShaderInvariance.hpp111 glw::GLuint inner_tess_level_uniform_location; member
DesextcTessellationShaderTessellation.cpp1974 test.inner_tess_level_uniform_location = gl.getUniformLocation(test.po_id, "inner_tess_level"); in initTestDescriptor()
1977 DE_ASSERT(test.inner_tess_level_uniform_location != -1); in initTestDescriptor()
1984 gl.uniform2fv(test.inner_tess_level_uniform_location, 1, /* count */ in initTestDescriptor()
DesextcTessellationShaderInvariance.cpp488 program.inner_tess_level_uniform_location = in initTest()
578 gl.uniform2fv(program.inner_tess_level_uniform_location, 1, /* count */ in iterate()