Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp1773 GLint textureUnits = 0; in test() local
1774 glGetIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &textureUnits); in test()
1777 for (int ndx = 0; ndx < textureUnits; ++ndx) in test()
/external/deqp/modules/gles3/functional/
Des3fIntegerStateQueryTests.cpp2300 GLint textureUnits = 0; in test() local
2301 glGetIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &textureUnits); in test()
2304 for (int ndx = 0; ndx < textureUnits; ++ndx) in test()