Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A 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/
H A 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; member in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::VulkanSecondaryCBCompatible
/third_party/skia/src/gpu/
H A DGrSurface.h85 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected()
126 , fIsProtected(isProtected) {} in GrSurface()
151 GrProtected fIsProtected; member in GrSurface
H A 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()
H A DGrSurfaceProxy.h357 GrProtected isProtected() const { return fIsProtected; } in isProtected()
461 GrProtected fIsProtected; member in GrSurfaceProxy::RectsMustMatch
/third_party/skia/tools/gpu/vk/
H A DVkTestHelper.h26 VkTestHelper(bool isProtected) : fIsProtected(isProtected) {} in VkTestHelper()
57 bool fIsProtected = false; member in VkTestHelper
H A DVkTestHelper.cpp53 sk_gpu_test::CanPresentFn(), fIsProtected)) { in init()
/third_party/skia/tests/
H A 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/
H A DGrVkImage.h182 GrProtected fIsProtected; member
194 , fIsProtected(GrProtected::kNo) {} in ImageDesc()
H A DGrVkImage.cpp150 imageDesc.fIsProtected = isProtected; in Make()
477 if ((imageDesc.fIsProtected == GrProtected::kYes) && !gpu->vkCaps().supportsProtectedMemory()) { in InitImageInfo()
495 if (imageDesc.fIsProtected == GrProtected::kYes || gpu->protectedContext()) { in InitImageInfo()
H A DGrVkGpu.cpp1738 imageDesc.fIsProtected = fProtectedContext; in createVkImageForBackendSurface()

Completed in 13 milliseconds