Lines Matching refs:dContext
48 GrDirectContext* dContext = texture->getContext(); in Make() local
53 dContext->priv().getResourceCache()->insertDelayedTextureUnref(texture.get()); in Make()
57 if (!dContext->priv().caps()->areColorTypeAndFormatCompatible( in Make()
65 info, texture.get(), origin, dContext->directContextID(), in Make()
108 auto dContext = rContext->asDirectContext(); in onGenerateTexture() local
109 if (!dContext) { in onGenerateTexture()
113 if (dContext->backend() != fBackendTexture.backend()) { in onGenerateTexture()
120 auto proxyProvider = dContext->priv().proxyProvider(); in onGenerateTexture()
125 if (fRefHelper->fBorrowingContextID != dContext->directContextID()) { in onGenerateTexture()
144 fRefHelper->fBorrowingContextID = dContext->directContextID(); in onGenerateTexture()
152 SkASSERT(fRefHelper->fBorrowingContextID == dContext->directContextID()); in onGenerateTexture()
167 GrSwizzle readSwizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, grColorType); in onGenerateTexture()
232 auto copy = GrSurfaceProxy::Copy(dContext, in onGenerateTexture()