Searched refs:maxImages (Results 1 – 1 of 1) sorted by relevance
493 int maxImages = -1; in iterate() local497 gl.glGetIntegerv(GL_MAX_IMAGE_UNITS, &maxImages); in iterate()503 for (int ndx = 0; ndx < maxImages; ++ndx) in iterate()512 const int ndxB = maxImages / 2; in iterate()557 int maxImages = -1; in iterate() local561 gl.glGetIntegerv(GL_MAX_IMAGE_UNITS, &maxImages); in iterate()567 for (int ndx = 0; ndx < maxImages; ++ndx) in iterate()576 const int ndxB = maxImages / 2; in iterate()621 int maxImages = -1; in iterate() local625 gl.glGetIntegerv(GL_MAX_IMAGE_UNITS, &maxImages); in iterate()[all …]