Searched refs:fProtectedContext (Results 1 – 10 of 10) sorted by relevance
32 GrProtected fProtectedContext = GrProtected::kNo; member
146 if (backendContext.fProtectedContext == GrProtected::kYes && in Make()168 , fProtectedContext(backendContext.fProtectedContext) { in GrVkGpu()183 *backendContext.fVkExtensions, fProtectedContext)); in GrVkGpu()190 *backendContext.fVkExtensions, fProtectedContext)); in GrVkGpu()215 fProtectedContext)); in GrVkGpu()525 if (fProtectedContext == GrProtected::kYes) { in onTransferPixelsFrom()1189 if (backendTex.isProtected() && (fProtectedContext == GrProtected::kNo)) { in onWrapBackendTexture()1229 if (backendTex.isProtected() && (fProtectedContext == GrProtected::kNo)) { in onWrapRenderableBackendTexture()1277 if (backendRT.isProtected() && (fProtectedContext == GrProtected::kNo)) { in onWrapBackendRenderTarget()1315 if (tex.isProtected() && (fProtectedContext == GrProtected::kNo)) { in onWrapBackendTextureAsRenderTarget()[all …]
65 bool protectedContext() const { return fProtectedContext == GrProtected::kYes; } in protectedContext()316 GrProtected fProtectedContext; variable
73 GrProtected fProtectedContext = GrProtected::kNo; member
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()627 if (fProtectedContext == GrProtected::kYes) { in onTransferPixelsFrom()1282 if (backendTex.isProtected() && (fProtectedContext == GrProtected::kNo)) { in onWrapBackendTexture()1322 if (backendTex.isProtected() && (fProtectedContext == GrProtected::kNo)) { in onWrapRenderableBackendTexture()1353 if (backendRT.isProtected() && (fProtectedContext == GrProtected::kNo)) { in onWrapBackendRenderTarget()1548 if (fProtectedContext != isProtected) { in createVkImageForBackendSurface()[all …]
75 bool protectedContext() const { return fProtectedContext == GrProtected::kYes; } in protectedContext()414 GrProtected fProtectedContext; variable
79 ctx->fProtectedContext = /*isProtected ? GrProtected::kYes :*/ GrProtected::kNo; in CreateD3DBackendContext()
791 ctx->fProtectedContext = isProtected ? GrProtected::kYes : GrProtected::kNo; in CreateVkBackendContext()
751 ctx->fProtectedContext = isProtected ? GrProtected::kYes : GrProtected::kNo; in CreateVkBackendContext()