Home
last modified time | relevance | path

Searched refs:so_type (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderErrors.cpp268 std::string so_type; in iterate() local
276 so_type = "fragment"; in iterate()
285 so_type = "tessellation control"; in iterate()
294 so_type = "tessellation evaluation"; in iterate()
303 so_type = "vertex"; in iterate()
336 m_context.getTestContext().getLog() << tcu::TestLog::Message << so_type << " shader source:\n" in iterate()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp8285 glw::GLenum so_type; in initTest() member
8306 gl.getSubroutineIndex(current_item.po_id, current_item.so_type, "function1"); in initTest()
8308 gl.getSubroutineIndex(current_item.po_id, current_item.so_type, "function2"); in initTest()
8310 gl.getSubroutineIndex(current_item.po_id, current_item.so_type, "function3"); in initTest()
8312 gl.getSubroutineIndex(current_item.po_id, current_item.so_type, "function4"); in initTest()
8324 gl.getSubroutineUniformLocation(current_item.po_id, current_item.so_type, "subroutine1"); in initTest()
8326 gl.getSubroutineUniformLocation(current_item.po_id, current_item.so_type, "subroutine2"); in initTest()
8328 gl.getSubroutineUniformLocation(current_item.po_id, current_item.so_type, "subroutine3"); in initTest()
8330 gl.getSubroutineUniformLocation(current_item.po_id, current_item.so_type, "subroutine4"); in initTest()
8353 gl.getUniformSubroutineuiv(current_item.so_type, current_item.stage.subroutine1_uniform_location, in initTest()
[all …]