Searched refs:inner_tess_level_uniform_location (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderTessellation.hpp | 308 glw::GLint inner_tess_level_uniform_location; member 324 inner_tess_level_uniform_location = -1; in _test_descriptor()
|
D | esextcTessellationShaderUtils.cpp | 1276 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()
|
D | esextcTessellationShaderVertexOrdering.cpp | 418 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()
|
D | esextcTessellationShaderInvariance.hpp | 111 glw::GLuint inner_tess_level_uniform_location; member
|
D | esextcTessellationShaderTessellation.cpp | 1974 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()
|
D | esextcTessellationShaderInvariance.cpp | 488 program.inner_tess_level_uniform_location = in initTest() 578 gl.uniform2fv(program.inner_tess_level_uniform_location, 1, /* count */ in iterate()
|