Lines Matching refs:backendFormat
53 GrBackendFormat backendFormat = tex.getBackendFormat(); in ValidateBackendTexture() local
54 if (!backendFormat.isValid()) { in ValidateBackendTexture()
58 return caps->areColorTypeAndFormatCompatible(grCT, backendFormat); in ValidateBackendTexture()
93 texProxy->backendFormat()); in getROPixels()
151 texProxy->backendFormat()); in onReadPixels()
251 GrBackendFormat backendFormat = yuvaTextures[textureIndex].getBackendFormat(); in MakeTempTextureProxies() local
252 if (!backendFormat.isValid()) { in MakeTempTextureProxies()
257 backendFormat, in MakeTempTextureProxies()
333 GrBackendFormat backendFormat, GrMipMapped mipMapped, in MakePromiseImageLazyProxy() argument
350 GrTextureTypeHasRestrictedSampling(backendFormat.textureType())) { in MakePromiseImageLazyProxy()
488 backendFormat, in MakePromiseImageLazyProxy()
504 std::move(callback), backendFormat, desc, GrRenderable::kNo, 1, origin, mipMapped, in MakePromiseImageLazyProxy()