Lines Matching refs:asGLFormat
3511 auto dstFormat = dst->backendFormat().asGLFormat(); in onCanCopySurface()
3512 auto srcFormat = src->backendFormat().asGLFormat(); in onCanCopySurface()
3553 auto srcFormat = src->backendFormat().asGLFormat(); in getDstCopyRestrictions()
4479 const auto& formatInfo = this->getFormatInfo(srcBackendFormat.asGLFormat()); in onSupportedReadPixelsColorType()
4517 const auto& formatInfo = this->getFormatInfo(surfaceFormat.asGLFormat()); in supportedWritePixelsColorType()
4553 return format.asGLFormat() == GrGLFormat::kSRGB8_ALPHA8; in isFormatSRGB()
4560 return this->isFormatTexturable(format.asGLFormat()); in isFormatTexturable()
4576 auto f = format.asGLFormat(); in isFormatAsColorTypeRenderable()
4592 return this->isFormatRenderable(format.asGLFormat(), sampleCount); in isFormatRenderable()
4641 return this->canFormatBeFBOColorAttachment(format.asGLFormat()); in isFormatCopyable()
4692 GrGLFormat glFormat = format.asGLFormat(); in onAreColorTypeAndFormatCompatible()
4760 GrGLFormat glFormat = format.asGLFormat(); in onGetReadSwizzle()
4774 const auto& info = this->getFormatInfo(format.asGLFormat()); in getWriteSwizzle()
4782 (int)colorType, (int)format.asGLFormat()); in getWriteSwizzle()
4798 auto glFormat = format.asGLFormat(); in computeFormatKey()
4887 GrGLenum formatEnum = GrGLFormatToEnum(combo2D.fFormat.asGLFormat()); in getTestingCombinations()