Lines Matching full:internalformat
1160 GrGLenum* internalFormat, GrGLenum* externalFormat,
1166 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage;
1171 GrGLenum* internalFormat) const {
1175 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage;
1188 bool GrGLCaps::getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const {
1192 *internalFormat = fConfigTable[config].fFormats.fInternalFormatRenderbuffer;
1694 // param to Tex(Sub)Image. ES 2.0 requires the <internalFormat> and <format> params to match.