/third_party/skia/src/core/ |
D | SkSurfaceCharacterization.cpp | 60 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/ |
D | SkSurfaceCharacterization.h | 48 , 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/ |
D | SkSurfaceCharacterization.h | 52 , 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/ |
D | SkSurfaceCharacterization.cpp | 44 fIsProtected == other.fIsProtected && in operator ==() 62 fVulkanSecondaryCBCompatible, fIsProtected, fSurfaceProps); in createResized()
|
/third_party/skia/src/gpu/ |
D | GrSurface.h | 85 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected() 126 , fIsProtected(isProtected) {} in GrSurface() 151 GrProtected fIsProtected; variable
|
D | GrSurfaceProxy.cpp | 57 , 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()
|
D | GrSurfaceProxy.h | 357 GrProtected isProtected() const { return fIsProtected; } in isProtected() 461 GrProtected fIsProtected; variable
|
/third_party/flutter/skia/include/gpu/ |
D | GrSurface.h | 90 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected() 120 , fIsProtected(isProtected) {} in GrSurface() 147 GrProtected fIsProtected; variable
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 26 VkTestHelper(bool isProtected) : fIsProtected(isProtected) {} in VkTestHelper() 57 bool fIsProtected = false; variable
|
D | VkTestHelper.cpp | 53 sk_gpu_test::CanPresentFn(), fIsProtected)) { in init()
|
/third_party/flutter/skia/src/gpu/ |
D | GrSurfaceProxy.cpp | 70 , 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()
|
D | GrSurfaceProxy.h | 326 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected() 431 GrProtected fIsProtected; variable
|
/third_party/flutter/skia/tests/ |
D | VkProtectedContextTest.cpp | 46 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()
|
D | DeferredDisplayListTest.cpp | 73 , 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/ |
D | DeferredDisplayListTest.cpp | 76 , 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/ |
D | GrVkImage.h | 125 GrProtected fIsProtected; member 137 , fIsProtected(GrProtected::kNo) {} in ImageDesc()
|
D | GrVkImage.cpp | 160 if ((imageDesc.fIsProtected == GrProtected::kYes) && !gpu->vkCaps().supportsProtectedMemory()) { in InitImageInfo() 180 if (imageDesc.fIsProtected == GrProtected::kYes || gpu->protectedContext()) { in InitImageInfo()
|
D | GrVkRenderTarget.cpp | 163 msImageDesc.fIsProtected = info.fProtected; in MakeWrappedRenderTarget()
|
D | GrVkGpu.cpp | 989 imageDesc.fIsProtected = isProtected; in onCreateTexture() 1085 imageDesc.fIsProtected = GrProtected::kNo; in onCreateCompressedTexture() 1607 imageDesc.fIsProtected = fProtectedContext; in createVkImageForBackendSurface()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkImage.h | 179 GrProtected fIsProtected; member 191 , fIsProtected(GrProtected::kNo) {} in ImageDesc()
|
D | GrVkImage.cpp | 149 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()
|
D | GrVkGpu.cpp | 1595 imageDesc.fIsProtected = fProtectedContext; in createVkImageForBackendSurface()
|