Lines Matching refs:asGLFormat
3372 auto dstFormat = dst->backendFormat().asGLFormat(); in onCanCopySurface()
3373 auto srcFormat = src->backendFormat().asGLFormat(); in onCanCopySurface()
3414 auto srcFormat = src->backendFormat().asGLFormat(); in getDstCopyRestrictions()
4215 const auto& formatInfo = this->getFormatInfo(srcBackendFormat.asGLFormat()); in onSupportedReadPixelsColorType()
4250 const auto& formatInfo = this->getFormatInfo(surfaceFormat.asGLFormat()); in supportedWritePixelsColorType()
4282 return format.asGLFormat() == GrGLFormat::kSRGB8_ALPHA8; in isFormatSRGB()
4289 return this->isFormatTexturable(format.asGLFormat()); in isFormatTexturable()
4305 auto f = format.asGLFormat(); in isFormatAsColorTypeRenderable()
4321 return this->isFormatRenderable(format.asGLFormat(), sampleCount); in isFormatRenderable()
4371 return this->canFormatBeFBOColorAttachment(format.asGLFormat()); in isFormatCopyable()
4422 GrGLFormat glFormat = format.asGLFormat(); in onAreColorTypeAndFormatCompatible()
4472 GrGLFormat glFormat = format.asGLFormat(); in onGetReadSwizzle()
4486 const auto& info = this->getFormatInfo(format.asGLFormat()); in getWriteSwizzle()
4494 format.asGLFormat()); in getWriteSwizzle()
4506 auto glFormat = format.asGLFormat(); in computeFormatKey()
4589 GrGLenum formatEnum = GrGLFormatToEnum(combo2D.fFormat.asGLFormat()); in getTestingCombinations()