Lines Matching refs:surfaceFormat
1288 void GrGLCaps::getTexImageExternalFormatAndType(GrGLFormat surfaceFormat, GrGLenum* externalFormat,
1290 const auto& info = this->getFormatInfo(surfaceFormat);
1305 void GrGLCaps::getTexSubImageExternalFormatAndType(GrGLFormat surfaceFormat,
1310 this->getExternalFormat(surfaceFormat, surfaceColorType, memoryColorType,
1314 void GrGLCaps::getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
1317 this->getExternalFormat(surfaceFormat, surfaceColorType, memoryColorType,
1321 void GrGLCaps::getExternalFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
1325 *externalFormat = this->getFormatInfo(surfaceFormat).externalFormat(
1327 *externalType = this->getFormatInfo(surfaceFormat).externalType(
4512 const GrBackendFormat& surfaceFormat,
4517 const auto& formatInfo = this->getFormatInfo(surfaceFormat.asGLFormat());