Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp68 glw::GLuint GetLocations(bool is_vs_input = false) const;
Dgl4cEnhancedLayoutsTests.cpp505 GLuint Type::GetLocations(bool is_vs_input) const in GetLocations() function in gl4cts::EnhancedLayouts::Utils::Type
5148 const GLuint n_req_location = type.GetLocations(stage == Utils::Shader::VERTEX) * array_length; in getLastInputLocation()
5224 const GLuint n_req_location = type.GetLocations() * array_length; in getLastOutputLocation()
12951 …structure->Member("array", "" /* qualifiers */, 0 /* component */, type.GetLocations() /* location… in test()