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

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

Completed in 171 milliseconds