Home
last modified time | relevance | path

Searched refs:numTexUnits (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluStateReset.cpp148 int numTexUnits = 0; in resetStateES() local
151 gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numTexUnits); in resetStateES()
153 for (int ndx = 0; ndx < numTexUnits; ndx++) in resetStateES()
324 for (int ndx = 0; ndx < numTexUnits; ndx++) in resetStateES()
756 int numTexUnits = 0; in resetStateGLCore() local
757 gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numTexUnits); in resetStateGLCore()
763 for (int ndx = 0; ndx < numTexUnits; ndx++) in resetStateGLCore()
995 for (int ndx = 0; ndx < numTexUnits; ndx++) in resetStateGLCore()

Completed in 2 milliseconds