Searched refs:maxImages (Results 1 – 1 of 1) sorted by relevance
482 int maxImages = -1; in iterate() local486 gl.glGetIntegerv(GL_MAX_IMAGE_UNITS, &maxImages); in iterate()492 for (int ndx = 0; ndx < maxImages; ++ndx) in iterate()501 const int ndxB = maxImages / 2; in iterate()546 int maxImages = -1; in iterate() local550 gl.glGetIntegerv(GL_MAX_IMAGE_UNITS, &maxImages); in iterate()556 for (int ndx = 0; ndx < maxImages; ++ndx) in iterate()565 const int ndxB = maxImages / 2; in iterate()610 int maxImages = -1; in iterate() local614 gl.glGetIntegerv(GL_MAX_IMAGE_UNITS, &maxImages); in iterate()[all …]