Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp5081 GLint TestBase::getLastInputLocation(Utils::Shader::STAGES stage, const Utils::Type& type, GLuint a… in getLastInputLocation() function in gl4cts::EnhancedLayouts::TestBase
12436 const GLuint last_in_loc = getLastInputLocation(stage, type, array_length, false); in test()
12806 const GLuint last_in_loc = getLastInputLocation(stage, type, array_length, false); in test()
14598 GLuint last = getLastInputLocation(stage, test_case.m_type, 0, true); in test()
15015 const GLuint last_in_loc = getLastInputLocation(stage, vector_type, array_length, false); in test()
Dgl4cEnhancedLayoutsTests.hpp1021 …glw::GLint getLastInputLocation(Utils::Shader::STAGES stage, const Utils::Type& type, glw::GLuint …