Home | History | Annotate | Download | only in gl

Lines Matching defs:internalFormat

862     GrGLenum internalFormat;
867 if (!this->glCaps().getTexImageFormats(texConfig, bufferAsConfig, &internalFormat,
894 * @param internalFormat The data format used for the internal storage of the texture. May be sized.
906 GrGLenum internalFormat,
957 internalFormat,
978 internalFormat,
1063 GrGLenum internalFormat;
1067 if (!this->glCaps().getTexImageFormats(texConfig, dataConfig, &internalFormat, &externalFormat,
1071 // TexStorage requires a sized format, and internalFormat may or may not be
1206 texConfig, *interface, caps, target, internalFormat,
1549 GrGLenum internalFormat;
1552 if (!this->glCaps().getTexImageFormats(config, config, &internalFormat, &externalFormat,
1560 internalFormat,
4216 GrGLenum internalFormat;
4220 &internalFormat, &externalFormat, &externalType)) {
4230 GL_ALLOC_CALL(this->glInterface(), TexImage2D(GR_GL_TEXTURE_2D, level, internalFormat,
4378 GrGLenum internalFormat;
4382 if (!this->glCaps().getTexImageFormats(config, config, &internalFormat, &externalFormat,
4409 GL_CALL(TexImage2D(info.fTarget, i, internalFormat, width, height, 0, externalFormat,