Home
last modified time | relevance | path

Searched refs:fProtectedContext (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/gpu/d3d/
DGrD3DBackendContext.h32 GrProtected fProtectedContext = GrProtected::kNo; member
/external/skia/include/gpu/vk/
DGrVkBackendContext.h73 GrProtected fProtectedContext = GrProtected::kNo; member
/external/skia/tools/gpu/d3d/
DD3DTestUtils.cpp79 ctx->fProtectedContext = /*isProtected ? GrProtected::kYes :*/ GrProtected::kNo; in CreateD3DBackendContext()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp141 *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 …]
DGrVkGpu.h75 bool protectedContext() const { return fProtectedContext == GrProtected::kYes; } in protectedContext()
386 GrProtected fProtectedContext; variable
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp784 ctx->fProtectedContext = isProtected ? GrProtected::kYes : GrProtected::kNo; in CreateVkBackendContext()