Home
last modified time | relevance | path

Searched refs:maxLocation (Results 1 – 1 of 1) 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()