HomeSort by relevance Sort by last modified time
    Searched refs:inner_tess_level_uniform_location (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderTessellation.hpp 308 glw::GLint inner_tess_level_uniform_location; member in struct:glcts::TessellationShaderTessellationgl_TessCoord::_test_descriptor
324 inner_tess_level_uniform_location = -1;
esextcTessellationShaderUtils.cpp 1276 glw::GLint inner_tess_level_uniform_location = -1; local
    [all...]
esextcTessellationShaderVertexOrdering.cpp 418 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);
esextcTessellationShaderInvariance.hpp 111 glw::GLuint inner_tess_level_uniform_location; member in struct:glcts::TessellationShaderInvarianceBaseTest::_test_program
esextcTessellationShaderTessellation.cpp     [all...]
esextcTessellationShaderInvariance.cpp 488 program.inner_tess_level_uniform_location =
578 gl.uniform2fv(program.inner_tess_level_uniform_location, 1, /* count */
    [all...]

Completed in 140 milliseconds