Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp5161 GLint TestBase::getLastOutputLocation(Utils::Shader::STAGES stage, const Utils::Type& type, GLuint … in getLastOutputLocation() function in gl4cts::EnhancedLayouts::TestBase
12488 const GLuint last_out_loc = getLastOutputLocation(stage, type, array_length, false); in test()
12859 const GLuint last_out_loc = getLastOutputLocation(stage, type, array_length, false); in test()
14608 last = getLastOutputLocation(stage, test_case.m_type, 0, true); in test()
15028 last_out_loc = getLastOutputLocation(stage, vector_type, array_length, false); in test()
Dgl4cEnhancedLayoutsTests.hpp1023 …glw::GLint getLastOutputLocation(Utils::Shader::STAGES stage, const Utils::Type& type, glw::GLuint…