Home
last modified time | relevance | path

Searched refs:fIsProtected (Results 1 – 22 of 22) 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/flutter/skia/include/core/
DSkSurfaceCharacterization.h48 , fIsProtected(GrProtected::kNo) in SkSurfaceCharacterization()
83 GrProtected isProtected() const { return fIsProtected; } in isProtected()
122 , fIsProtected(isProtected) in SkSurfaceCharacterization()
158 fIsProtected = isProtected; in set()
175 GrProtected fIsProtected; variable
/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/flutter/skia/src/core/
DSkSurfaceCharacterization.cpp44 fIsProtected == other.fIsProtected && in operator ==()
62 fVulkanSecondaryCBCompatible, fIsProtected, fSurfaceProps); in createResized()
/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/flutter/skia/include/gpu/
DGrSurface.h90 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected()
120 , fIsProtected(isProtected) {} in GrSurface()
147 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/flutter/skia/src/gpu/
DGrSurfaceProxy.cpp70 , fIsProtected(isProtected) in GrSurfaceProxy()
103 , fIsProtected(fTarget->isProtected() ? GrProtected::kYes : GrProtected::kNo) in GrSurfaceProxy()
166 fIsProtected, texels.get(), mipCount); in createSurfaceImpl()
182 fIsProtected, resourceProviderFlags); in createSurfaceImpl()
186 fIsProtected, resourceProviderFlags); in createSurfaceImpl()
DGrSurfaceProxy.h326 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected()
431 GrProtected fIsProtected; variable
/third_party/flutter/skia/tests/
DVkProtectedContextTest.cpp46 VulkanTestHelper(bool isProtected) : fIsProtected(isProtected) {} in VulkanTestHelper()
65 bool fIsProtected = false; member in __anonf43d18f10111::VulkanTestHelper
103 sk_gpu_test::CanPresentFn(), fIsProtected)) { in init()
153 fIsProtected ? GrProtected::kYes : GrProtected::kNo); in createSkSurface()
155 REPORTER_ASSERT(reporter, backendTex.isProtected() == fIsProtected); in createSkSurface()
DDeferredDisplayListTest.cpp73 , fIsProtected(GrProtected::kNo) { in SurfaceParameters()
78 fIsProtected = GrProtected(vkCaps->supportsProtectedMemory()); in SurfaceParameters()
138 fIsProtected = GrProtected::kYes == fIsProtected ? GrProtected::kNo in modify()
162 fUsesGLFBO0, fIsTextureable, fIsProtected); in createCharacterization()
214 mipmapped, GrRenderable::kYes, fIsProtected); in make()
262 GrProtected fIsProtected; member in SurfaceParameters
/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/flutter/skia/src/gpu/vk/
DGrVkImage.h125 GrProtected fIsProtected; member
137 , fIsProtected(GrProtected::kNo) {} in ImageDesc()
DGrVkImage.cpp160 if ((imageDesc.fIsProtected == GrProtected::kYes) && !gpu->vkCaps().supportsProtectedMemory()) { in InitImageInfo()
180 if (imageDesc.fIsProtected == GrProtected::kYes || gpu->protectedContext()) { in InitImageInfo()
DGrVkRenderTarget.cpp163 msImageDesc.fIsProtected = info.fProtected; in MakeWrappedRenderTarget()
DGrVkGpu.cpp989 imageDesc.fIsProtected = isProtected; in onCreateTexture()
1085 imageDesc.fIsProtected = GrProtected::kNo; in onCreateCompressedTexture()
1607 imageDesc.fIsProtected = fProtectedContext; in createVkImageForBackendSurface()
/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.cpp1595 imageDesc.fIsProtected = fProtectedContext; in createVkImageForBackendSurface()