Home | History | Annotate | Download | only in functional

Lines Matching refs:numFormats

1134 	GLint numFormats = -1;
1135 glGetIntegerv(GL_NUM_PROGRAM_BINARY_FORMATS, &numFormats);
1139 if (numFormats > 0)
1141 out.resize(numFormats, 0);