Lines Matching refs:fProtectedContext
141 *backendContext.fVkExtensions, backendContext.fProtectedContext)); in Make()
148 *backendContext.fVkExtensions, backendContext.fProtectedContext)); in Make()
173 backendContext.fProtectedContext)); in Make()
197 if (backendContext.fProtectedContext == GrProtected::kYes && in Make()
221 , fProtectedContext(backendContext.fProtectedContext) { in GrVkGpu()
616 if (fProtectedContext == GrProtected::kYes) { in onTransferPixelsFrom()
1261 if (backendTex.isProtected() && (fProtectedContext == GrProtected::kNo)) { in onWrapBackendTexture()
1301 if (backendTex.isProtected() && (fProtectedContext == GrProtected::kNo)) { in onWrapRenderableBackendTexture()
1332 if (backendRT.isProtected() && (fProtectedContext == GrProtected::kNo)) { in onWrapBackendRenderTarget()
1526 if (fProtectedContext != isProtected) { in createVkImageForBackendSurface()
1573 imageDesc.fIsProtected = fProtectedContext; in createVkImageForBackendSurface()
1646 if (fProtectedContext != isProtected) { in onCreateBackendTexture()