Searched refs:fIsProtected (Results 1 – 11 of 11) sorted by relevance
/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/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/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/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/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/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 | 1603 imageDesc.fIsProtected = fProtectedContext; in createVkImageForBackendSurface()
|