Searched refs:so_type (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderErrors.cpp | 268 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()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.cpp | 8284 glw::GLenum so_type; in initTest() member 8305 gl.getSubroutineIndex(current_item.po_id, current_item.so_type, "function1"); in initTest() 8307 gl.getSubroutineIndex(current_item.po_id, current_item.so_type, "function2"); in initTest() 8309 gl.getSubroutineIndex(current_item.po_id, current_item.so_type, "function3"); in initTest() 8311 gl.getSubroutineIndex(current_item.po_id, current_item.so_type, "function4"); in initTest() 8323 gl.getSubroutineUniformLocation(current_item.po_id, current_item.so_type, "subroutine1"); in initTest() 8325 gl.getSubroutineUniformLocation(current_item.po_id, current_item.so_type, "subroutine2"); in initTest() 8327 gl.getSubroutineUniformLocation(current_item.po_id, current_item.so_type, "subroutine3"); in initTest() 8329 gl.getSubroutineUniformLocation(current_item.po_id, current_item.so_type, "subroutine4"); in initTest() 8352 gl.getUniformSubroutineuiv(current_item.so_type, current_ite in initTest() [all...] |
Completed in 15 milliseconds