Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2055 std::string prepareGlobals(glw::GLint last_in_loc, glw::GLint last_out_loc);
2625 std::string prepareGlobals(glw::GLuint last_in_location, glw::GLuint last_out_location);
Dgl4cEnhancedLayoutsTests.cpp12408 std::string VaryingLocationsTest::prepareGlobals(GLint last_in_loc, GLint last_out_loc) in test() function in gl4cts::EnhancedLayouts::VaryingLocationsTest
12501 si.m_globals = prepareGlobals(last_in_loc, last_out_loc); in test()
12509 si.m_globals = prepareGlobals(last_in_loc, 0); in test()
12873 si.m_globals = prepareGlobals(last_in_loc, last_out_loc); in test()
12881 si.m_globals = prepareGlobals(last_in_loc, 0); in test()
14953 std::string VaryingComponentsTest::prepareGlobals(GLuint last_in_location, GLuint last_out_location) in test() function in gl4cts::EnhancedLayouts::VaryingComponentsTest
14955 std::string globals = VaryingLocationsTest::prepareGlobals(last_in_location, last_out_location); in test()
15165 si.m_globals = prepareGlobals(last_in_loc, last_out_loc); in test()