Home | History | Annotate | Download | only in gl

Lines Matching refs:numFormats

1581         GrGLint numFormats;
1582 GR_GL_GetIntegerv(gli, GR_GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats);
1583 if (numFormats) {
1584 SkAutoSTMalloc<10, GrGLint> formats(numFormats);
1586 for (int i = 0; i < numFormats; ++i) {