Lines Matching refs:maxImages
496 int maxImages = -1;
500 gl.glGetIntegerv(GL_MAX_IMAGE_UNITS, &maxImages);
506 for (int ndx = 0; ndx < maxImages; ++ndx)
515 const int ndxB = maxImages / 2;
560 int maxImages = -1;
564 gl.glGetIntegerv(GL_MAX_IMAGE_UNITS, &maxImages);
570 for (int ndx = 0; ndx < maxImages; ++ndx)
579 const int ndxB = maxImages / 2;
624 int maxImages = -1;
628 gl.glGetIntegerv(GL_MAX_IMAGE_UNITS, &maxImages);
634 for (int ndx = 0; ndx < maxImages; ++ndx)
643 const int ndxB = maxImages / 2;
688 int maxImages = -1;
692 gl.glGetIntegerv(GL_MAX_IMAGE_UNITS, &maxImages);
698 for (int ndx = 0; ndx < maxImages; ++ndx)
707 const int ndxB = maxImages / 2;
752 int maxImages = -1;
756 gl.glGetIntegerv(GL_MAX_IMAGE_UNITS, &maxImages);
762 for (int ndx = 0; ndx < maxImages; ++ndx)
771 const int ndxB = maxImages / 2;
816 int maxImages = -1;
820 gl.glGetIntegerv(GL_MAX_IMAGE_UNITS, &maxImages);
826 for (int ndx = 0; ndx < maxImages; ++ndx)
838 const int ndxB = maxImages / 2;