Home | History | Annotate | Download | only in functional

Lines Matching defs:numFormats

166 		deInt32 numFormats = 0x1234;
167 ctx.glGetIntegerv(GL_NUM_SHADER_BINARY_FORMATS, &numFormats);
169 if (numFormats == 0)
173 binaryFormats.resize(numFormats);