Searched refs:fImageContext (Results 1 – 2 of 2) sorted by relevance
37 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(fImageContext->priv().singleOwner())39 GrProxyProvider::GrProxyProvider(GrImageContext* imageContext) : fImageContext(imageContext) {} in GrProxyProvider()62 auto direct = fImageContext->asDirectContext(); in assignUniqueKeyToProxy()131 auto direct = fImageContext->asDirectContext(); in testingOnly_createInstantiatedProxy()216 auto direct = fImageContext->asDirectContext(); in findOrCreateProxyByUniqueKey()250 GrSurfaceFillContext::GetFallbackColorTypeAndFormat(fImageContext, ct, sampleCnt); in findCachedProxyWithColorTypeFallback()253 GrSwizzle swizzle = fImageContext->priv().caps()->getReadSwizzle(proxy->backendFormat(), ct); in findCachedProxyWithColorTypeFallback()300 auto direct = fImageContext->asDirectContext(); in createProxyFromBitmap()477 auto direct = fImageContext->asDirectContext(); in createCompressedTextureProxy()501 auto direct = fImageContext->asDirectContext(); in wrapBackendTexture()[all …]
308 GrImageContext* fImageContext; variable