Home
last modified time | relevance | path

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

/third_party/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()
/third_party/skia/include/core/
DSkSurfaceCharacterization.h52 , fIsProtected(GrProtected::kNo) in SkSurfaceCharacterization()
112 GrProtected isProtected() const { return fIsProtected; } in isProtected()
153 , fIsProtected(isProtected) in SkSurfaceCharacterization()
191 fIsProtected = isProtected; in set()
209 GrProtected fIsProtected; variable
/third_party/skia/src/gpu/
DGrSurface.h85 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected()
126 , fIsProtected(isProtected) {} in GrSurface()
151 GrProtected fIsProtected; variable
DGrSurfaceProxy.cpp57 , fIsProtected(isProtected) { in GrSurfaceProxy()
78 , fIsProtected(isProtected) { in GrSurfaceProxy()
98 , fIsProtected(fTarget->isProtected() ? GrProtected::kYes : GrProtected::kNo) { in GrSurfaceProxy()
120 fIsProtected); in createSurfaceImpl()
129 fIsProtected); in createSurfaceImpl()
227 renderable, sampleCount, mipMapped, fIsProtected, key); in computeScratchKey()
DGrSurfaceProxy.h357 GrProtected isProtected() const { return fIsProtected; } in isProtected()
461 GrProtected fIsProtected; variable
/third_party/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()
/third_party/skia/tests/
DDeferredDisplayListTest.cpp76 , fIsProtected(GrProtected::kNo) in SurfaceParameters()
84 fIsProtected = GrProtected::kYes; in SurfaceParameters()
167 set(fIsProtected, GrProtected(!static_cast<bool>(fIsProtected))); in modify()
203 fUsesGLFBO0, fIsTextureable, fIsProtected, in createCharacterization()
267 fIsProtected, in make()
278 fIsProtected, in make()
329 GrProtected fIsProtected; member in SurfaceParameters
/third_party/skia/src/gpu/vk/
DGrVkImage.h179 GrProtected fIsProtected; member
191 , fIsProtected(GrProtected::kNo) {} in ImageDesc()
DGrVkImage.cpp149 imageDesc.fIsProtected = isProtected; in Make()
464 if ((imageDesc.fIsProtected == GrProtected::kYes) && !gpu->vkCaps().supportsProtectedMemory()) { in InitImageInfo()
482 if (imageDesc.fIsProtected == GrProtected::kYes || gpu->protectedContext()) { in InitImageInfo()
DGrVkGpu.cpp1603 imageDesc.fIsProtected = fProtectedContext; in createVkImageForBackendSurface()