Searched refs:fProtectedContext (Results 1 – 6 of 6) sorted by relevance
32 GrProtected fProtectedContext = GrProtected::kNo; member
73 GrProtected fProtectedContext = GrProtected::kNo; member
79 ctx->fProtectedContext = /*isProtected ? GrProtected::kYes :*/ GrProtected::kNo; in CreateD3DBackendContext()
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()[all …]
75 bool protectedContext() const { return fProtectedContext == GrProtected::kYes; } in protectedContext()386 GrProtected fProtectedContext; variable
784 ctx->fProtectedContext = isProtected ? GrProtected::kYes : GrProtected::kNo; in CreateVkBackendContext()