/external/skia/tools/gpu/vk/ |
D | VkTestHelper.cpp | 49 GaneshVkTestHelper(bool isProtected) : VkTestHelper(isProtected) {} in GaneshVkTestHelper() 63 sk_sp<SkSurface> createSurface(SkISize size, bool textureable, bool isProtected) override { in createSurface() 107 GraphiteVkTestHelper(bool isProtected) : VkTestHelper(isProtected) {} in GraphiteVkTestHelper() 132 bool isProtected) override { in createSurface() 182 bool isProtected) { in Make()
|
/external/skia/tools/gpu/ |
D | BackendTextureImageFactory.cpp | 35 Protected isProtected) { in MakeBackendTextureImage() 60 Protected isProtected) { in MakeBackendTextureImage() 96 Protected isProtected) { in MakeBackendTextureImage() 122 Protected isProtected) { in MakeBackendTextureImage()
|
D | BackendSurfaceFactory.cpp | 34 GrProtected isProtected, in MakeBackendTextureSurface() 67 GrProtected isProtected, in MakeBackendTextureSurface() 77 GrProtected isProtected, in MakeBackendRenderTargetSurface() 112 GrProtected isProtected, in MakeBackendRenderTargetSurface() 122 skgpu::Protected isProtected, in MakeBackendTextureSurface() 148 skgpu::Protected isProtected, in MakeBackendTextureViewSurface()
|
D | ManagedBackendTexture.cpp | 78 Protected isProtected) { in MakeFromInfo() 92 Protected isProtected) { in MakeFromBitmap() 105 Protected isProtected) { in MakeFromPixmap() 183 Protected isProtected) { in MakeUnInit() 207 Protected isProtected) { in MakeFromPixmap() 242 skgpu::Protected isProtected) { in MakeMipmappedFromPixmaps() 266 skgpu::Protected isProtected) { in MakeFromCompressedData()
|
D | ProtectedUtils.cpp | 21 bool isProtected, in CreateProtectedSkSurface() 87 bool isProtected) { in CreateProtectedSkImage()
|
/external/skia/src/gpu/ganesh/ |
D | GrAttachment.cpp | 49 GrProtected isProtected, in build_key() 75 GrProtected isProtected, in ComputeSharedAttachmentUniqueKey() 91 GrProtected isProtected, in ComputeScratchKey() 112 auto isProtected = this->isProtected() ? GrProtected::kYes : GrProtected::kNo; in computeScratchKey() local
|
D | GrTexture.cpp | 44 GrProtected isProtected, in GrTexture() 99 auto isProtected = this->isProtected() ? GrProtected::kYes : GrProtected::kNo; in computeScratchKey() local 111 GrProtected isProtected, in ComputeScratchKey()
|
D | GrRecordingContextPriv.cpp | 60 GrProtected isProtected, in createDevice() 145 GrProtected isProtected, in makeSC() 181 GrProtected isProtected, in makeSFC() 233 GrProtected isProtected, in makeSFC() 287 GrProtected isProtected, in makeSFCWithFallback()
|
D | GrDirectContext.cpp | 576 GrProtected isProtected, in createBackendTexture() 590 GrProtected isProtected, in createBackendTexture() 600 GrProtected isProtected, in createBackendTexture() 616 GrProtected isProtected, in createBackendTexture() 635 GrProtected isProtected, in createBackendTexture() 653 GrProtected isProtected, in create_and_clear_backend_texture() 720 GrProtected isProtected, in createBackendTexture() 748 GrProtected isProtected, in createBackendTexture() 781 GrProtected isProtected, in createBackendTexture() 919 GrProtected isProtected, in create_and_update_compressed_backend_texture() [all …]
|
D | GrResourceProvider.cpp | 68 GrProtected isProtected, in createTexture() 138 GrProtected isProtected, in getExactScratch() 163 GrProtected isProtected, in createTexture() 215 GrProtected isProtected, in createCompressedTexture() 238 GrProtected isProtected, in createTexture() 285 GrProtected isProtected, in createApproxTexture() 351 GrProtected isProtected, in findAndRefScratchTexture() 687 GrProtected isProtected = rt->isProtected() ? GrProtected::kYes : GrProtected::kNo; in attachStencilAttachment() local 719 GrProtected isProtected, in getDiscardableMSAAAttachment() 763 GrProtected isProtected, in makeMSAAAttachment() [all …]
|
D | GrProxyProvider.cpp | 137 GrProtected isProtected) { in testingOnly_createInstantiatedProxy() 190 GrProtected isProtected) { in testingOnly_createInstantiatedProxy() 475 GrProtected isProtected, in createProxy() 548 GrProtected isProtected, in createCompressedTextureProxy() 810 GrProtected isProtected, in createLazyProxy() 853 GrProtected isProtected, in createLazyRenderTargetProxy() 911 GrProtected isProtected, in MakeFullyLazyProxy()
|
D | GrRenderTargetProxy.cpp | 38 GrProtected isProtected, in GrRenderTargetProxy() 54 GrProtected isProtected, in GrRenderTargetProxy()
|
/external/skia/tools/graphite/ |
D | ProtectedUtils_Graphite.cpp | 23 Protected isProtected) { in CreateProtectedSkSurface() 47 Protected isProtected) { in CreateProtectedSkImage()
|
/external/skia/tests/ |
D | TextureProxyTest.cpp | 68 Protected isProtected = Protected(caps->supportsProtectedContent()); in deferred_tex() local 94 Protected isProtected = Protected(caps->supportsProtectedContent()); in deferred_texRT() local 116 Protected isProtected = Protected(rContext->priv().caps()->supportsProtectedContent()); in wrapped() local 131 Protected isProtected = Protected(rContext->priv().caps()->supportsProtectedContent()); in wrapped_with_key() local 153 Protected isProtected = Protected(dContext->priv().caps()->supportsProtectedContent()); in create_wrapped_backend() local
|
D | VkWrapTests.cpp | 50 Protected isProtected = Protected(dContext->priv().caps()->supportsProtectedContent()); in wrap_tex_test() local 117 Protected isProtected = Protected(dContext->priv().caps()->supportsProtectedContent()); in wrap_rt_test() local 166 Protected isProtected = Protected(dContext->priv().caps()->supportsProtectedContent()); in wrap_trt_test() local
|
D | VkBackendSurfaceTest.cpp | 54 Protected isProtected = Protected(vkCaps->supportsProtectedContent()); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local 110 Protected isProtected = Protected(dContext->priv().caps()->supportsProtectedContent()); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local
|
/external/skia/src/gpu/graphite/ |
D | QueueManager.cpp | 48 QueueManager::getAvailableCommandBufferList(Protected isProtected) { in getAvailableCommandBufferList() 54 bool QueueManager::setupCommandBuffer(ResourceProvider* resourceProvider, Protected isProtected) { in setupCommandBuffer() 229 Protected isProtected) { in addTask()
|
/external/skia/tests/graphite/ |
D | VulkanBackendTextureTest.cpp | 28 bool isProtected = context->priv().caps()->protectedSupport(); in DEF_GRAPHITE_TEST_FOR_VULKAN_CONTEXT() local 55 bool isProtected = context->priv().caps()->protectedSupport(); in DEF_GRAPHITE_TEST_FOR_VULKAN_CONTEXT() local
|
/external/skia/src/gpu/ganesh/mock/ |
D | GrMockGpu.cpp | 108 GrProtected isProtected, in onCreateTexture() 144 GrProtected isProtected, in onCreateCompressedTexture() 260 GrProtected isProtected, in onCreateBackendTexture() 282 GrProtected isProtected) { in onCreateCompressedBackendTexture() 323 GrProtected isProtected) { in createTestingOnlyBackendRenderTarget()
|
/external/skia/src/gpu/ganesh/gl/ |
D | GrGLRenderTarget.cpp | 46 skgpu::Protected isProtected, in GrGLRenderTarget() 60 skgpu::Protected isProtected, in GrGLRenderTarget() 105 skgpu::Protected isProtected, in MakeWrapped()
|
/external/skia/include/private/chromium/ |
D | GrSurfaceCharacterization.h | 112 skgpu::Protected isProtected() const { return fIsProtected; } in isProtected() function 138 skgpu::Protected isProtected, in GrSurfaceCharacterization() 171 skgpu::Protected isProtected, in set()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/modifiers/ |
D | NodeWithProtectedModifier.java | 12 default boolean isProtected() { in isProtected() method
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 148 GrProtected isProtected = readSurfaceView.asRenderTargetProxy()->isProtected(); in characterize() local 205 GrProtected isProtected = readSurfaceView.asRenderTargetProxy()->isProtected(); in isCompatible() local
|
/external/skia/src/gpu/ganesh/d3d/ |
D | GrD3DTypesPriv.cpp | 13 skgpu::Protected isProtected) { in GrD3DTextureResourceSpecToSurfaceInfo()
|
/external/doclava/src/com/google/doclava/ |
D | Scoped.java | 22 boolean isProtected(); in isProtected() method
|