Home
last modified time | relevance | path

Searched refs:fIsProtected (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/core/
DSkSurfaceCharacterization.cpp60 fIsProtected == other.fIsProtected && in operator ==()
80 fIsProtected, fSurfaceProps); in createResized()
93 fVulkanSecondaryCBCompatible, fIsProtected, fSurfaceProps); in createColorSpace()
108 fVulkanSecondaryCBCompatible, fIsProtected, fSurfaceProps); in createBackendFormat()
128 fVulkanSecondaryCBCompatible, fIsProtected, fSurfaceProps); in createFBO0()
/external/skia/include/core/
DSkSurfaceCharacterization.h52 , fIsProtected(GrProtected::kNo) in SkSurfaceCharacterization()
112 GrProtected isProtected() const { return fIsProtected; } in isProtected()
153 , fIsProtected(isProtected) in SkSurfaceCharacterization()
183 fIsProtected = isProtected; in set()
201 GrProtected fIsProtected; variable
/external/skia/src/gpu/
DGrSurface.h85 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected()
126 , fIsProtected(isProtected) {} in GrSurface()
151 GrProtected fIsProtected; variable
DGrSurfaceProxy.cpp59 , fIsProtected(isProtected) { in GrSurfaceProxy()
80 , fIsProtected(isProtected) { in GrSurfaceProxy()
100 , fIsProtected(fTarget->isProtected() ? GrProtected::kYes : GrProtected::kNo) { in GrSurfaceProxy()
118 fIsProtected); in createSurfaceImpl()
121 mipMapped, fBudgeted, fIsProtected); in createSurfaceImpl()
216 renderable, sampleCount, mipMapped, fIsProtected, key); in computeScratchKey()
DGrSurfaceProxy.h354 GrProtected isProtected() const { return fIsProtected; } in isProtected()
455 GrProtected fIsProtected; variable
/external/skia/tools/gpu/vk/
DVkTestHelper.h26 VkTestHelper(bool isProtected) : fIsProtected(isProtected) {} in VkTestHelper()
57 bool fIsProtected = false; variable
DVkTestHelper.cpp53 sk_gpu_test::CanPresentFn(), fIsProtected)) { in init()
/external/skia/src/gpu/vk/
DGrVkImage.h134 GrProtected fIsProtected; member
146 , fIsProtected(GrProtected::kNo) {} in ImageDesc()
DGrVkImage.cpp213 if ((imageDesc.fIsProtected == GrProtected::kYes) && !gpu->vkCaps().supportsProtectedMemory()) { in InitImageInfo()
233 if (imageDesc.fIsProtected == GrProtected::kYes || gpu->protectedContext()) { in InitImageInfo()
DGrVkAttachment.cpp150 imageDesc.fIsProtected = isProtected; in Make()
DGrVkGpu.cpp1573 imageDesc.fIsProtected = fProtectedContext; in createVkImageForBackendSurface()
/external/skia/tests/
DDeferredDisplayListTest.cpp78 , fIsProtected(GrProtected::kNo) in SurfaceParameters()
86 fIsProtected = GrProtected::kYes; in SurfaceParameters()
169 set(fIsProtected, GrProtected(!static_cast<bool>(fIsProtected))); in modify()
205 fUsesGLFBO0, fIsTextureable, fIsProtected, in createCharacterization()
269 fIsProtected, in make()
280 fIsProtected, in make()
331 GrProtected fIsProtected; member in SurfaceParameters