Home | History | Annotate | Download | only in gl

Lines Matching full:formats

451         SkAutoSTMalloc<10, GrGLint> formats(numFormats);
452 GR_GL_GetIntegerv(gli, GR_GL_COMPRESSED_TEXTURE_FORMATS, formats);
454 if (GR_GL_PALETTE8_RGBA8 == formats[i]) {
601 // Build up list of legal stencil formats (though perhaps not supported on
622 // S1 thru S16 formats are in GL 3.0+, EXT_FBO, and ARB_FBO since we
623 // require FBO support we can expect these are legal formats and don't
636 // for other formats.
662 // we expect a really small number of possible formats so linear search
684 // we expect a really small number of possible formats so linear search