Home | History | Annotate | Download | only in gl

Lines Matching refs:numFormats

236     GrGLint numFormats;
237 GR_GL_GetIntegerv(gl, GR_GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats);
238 SkAutoSTMalloc<10, GrGLint> formats(numFormats);
240 for (int i = 0; i < numFormats; ++i) {