Searched refs:VaryingLocationsTest (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 2028 class VaryingLocationsTest : public TextureTestBase class 2031 VaryingLocationsTest(deqp::Context& context); 2033 …VaryingLocationsTest(deqp::Context& context, const glw::GLchar* test_name, const glw::GLchar* test… 2035 ~VaryingLocationsTest() in ~VaryingLocationsTest() 2193 class VaryingArrayLocationsTest : public VaryingLocationsTest 2564 class VaryingComponentsTest : public VaryingLocationsTest 2633 using VaryingLocationsTest::prepareShaderStage;
|
D | gl4cEnhancedLayoutsTests.cpp | 12335 VaryingLocationsTest::VaryingLocationsTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::VaryingLocationsTest 12346 VaryingLocationsTest::VaryingLocationsTest(deqp::Context& context, const glw::GLchar* test_name, in test() function in gl4cts::EnhancedLayouts::VaryingLocationsTest 12358 void VaryingLocationsTest::getProgramInterface(GLuint test_case_index, Utils::ProgramInterface& pro… in test() 12379 std::string VaryingLocationsTest::getTestCaseName(glw::GLuint test_case_index) in test() 12388 glw::GLuint VaryingLocationsTest::getTestCaseNumber() in test() 12399 bool VaryingLocationsTest::isComputeRelevant(GLuint /* test_case_index */) in test() 12408 std::string VaryingLocationsTest::prepareGlobals(GLint last_in_loc, GLint last_out_loc) in test() 12429 void VaryingLocationsTest::prepareShaderStage(Utils::Shader::STAGES stage, const Utils::Type& type, in test() 12519 bool VaryingLocationsTest::useMonolithicProgram(GLuint /* test_case_index */) in test() 12791 : VaryingLocationsTest(context, "varying_array_locations", in test() [all …]
|