Searched refs:outer_tess_level_uniform_location (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderUtils.cpp | 1282 glw::GLint outer_tess_level_uniform_location = -1; in initTessellationVertexCounterProgram() local 1285 outer_tess_level_uniform_location = m_gl.getUniformLocation(po_id, "outer_tess_level"); in initTessellationVertexCounterProgram() 1288 DE_ASSERT(outer_tess_level_uniform_location != -1); in initTessellationVertexCounterProgram() 1297 m_gl.uniform4fv(outer_tess_level_uniform_location, 1, /* count */ in initTessellationVertexCounterProgram() 1312 result_descriptor.tess_level_outer_uniform_location = outer_tess_level_uniform_location; in initTessellationVertexCounterProgram()
|
H A D | esextcTessellationShaderTessellation.hpp | 309 glw::GLint outer_tess_level_uniform_location; member 325 outer_tess_level_uniform_location = -1; in _test_descriptor()
|
H A D | esextcTessellationShaderVertexOrdering.cpp | 420 glw::GLint outer_tess_level_uniform_location = gl.getUniformLocation(po_id, "outer_tess_level"); in initTestIteration() local 424 DE_ASSERT(outer_tess_level_uniform_location != -1); in initTestIteration() 432 … gl.uniform4fv(outer_tess_level_uniform_location, 1 /* count */, test_iteration.outer_tess_levels); in initTestIteration()
|
H A D | esextcTessellationShaderInvariance.hpp | 112 glw::GLuint outer_tess_level_uniform_location; member
|
H A D | esextcTessellationShaderTessellation.cpp | 1982 … test.outer_tess_level_uniform_location = gl.getUniformLocation(test.po_id, "outer_tess_level"); in initTestDescriptor() 1985 DE_ASSERT(test.outer_tess_level_uniform_location != -1); in initTestDescriptor() 1995 gl.uniform4fv(test.outer_tess_level_uniform_location, 1, /* count */ in initTestDescriptor()
|
H A D | esextcTessellationShaderInvariance.cpp | 489 program.outer_tess_level_uniform_location = in initTest() 581 gl.uniform4fv(program.outer_tess_level_uniform_location, 1, /* count */ in iterate()
|