HomeSort by relevance Sort by last modified time
    Searched defs:subroutine_names (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcMultipleContextsTests.cpp 599 static const GLchar* subroutine_names[] = { "add", "multiply" }; local
600 static const GLuint n_subroutines = sizeof(subroutine_names) / sizeof(subroutine_names[0]);
630 programs[m_fragment_stage_index]->getSubroutineIndex(subroutine_names[i], GL_FRAGMENT_SHADER);
633 programs[m_geometry_stage_index]->getSubroutineIndex(subroutine_names[i], GL_GEOMETRY_SHADER);
636 programs[m_tesselation_control_stage_index]->getSubroutineIndex(subroutine_names[i],
640 programs[m_tesselation_evaluation_stage_index]->getSubroutineIndex(subroutine_names[i],
644 programs[m_vertex_stage_index]->getSubroutineIndex(subroutine_names[i], GL_VERTEX_SHADER);
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.cpp 2848 static const GLchar* subroutine_names[] = { "inverse_order", "negate", "inverse", "square" }; local
3901 static const GLchar* subroutine_names[4][2] = { local
4072 message << "Function: " << subroutine_names[0][subroutine_combination[0]] << "( "; local
4085 message << "Function: " << subroutine_names[1][subroutine_combination[1]] << "( "; local
4096 message << "Function: " << subroutine_names[2][subroutine_combination[2]] << "( "; local
4111 message << "Function: " << subroutine_names[3][subroutine_combination[3]] << "( "; local
4465 static const GLchar* subroutine_names[] = { local
5207 static const GLchar* subroutine_names[] = { local
5575 static const GLchar* subroutine_names[][2] = { { "discard_yes", "discard_no" }, local
6023 static const GLchar* subroutine_names[] = { "increment_two", "decrement_three", "read_one" }; local
6214 static const GLchar* subroutine_names[] = { "left_to_right", "right_to_left" }; local
6436 static const GLchar* subroutine_names[] = { "increment", "decrement" }; local
7569 static const GLchar* subroutine_names[][2] = { { "invert", "increment" }, { "div_by_2", "decrement" } }; local
    [all...]

Completed in 220 milliseconds