Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp669 int maxLocation = 1024; in iterate() local
672 m_renderCtx.getFunctions().getIntegerv(GL_MAX_UNIFORM_LOCATIONS, &maxLocation); in iterate()
674 uniformInfo[0].location = maxLocation-1; in iterate()
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp2007 GLint maxLocation, maxIndex; in runQueryProgram() local
2008 glGetIntegerv(GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS, &maxLocation); in runQueryProgram()
2018 usedLocations, maxLocation); in runQueryProgram()