| /external/skia/src/gpu/mock/ |
| D | GrMockTexture.h | 21 GrProtected isProtected, in GrMockTexture() 30 GrProtected isProtected, in GrMockTexture() 56 GrMockTexture(GrMockGpu* gpu, const SkISize& dimensions, GrProtected isProtected, in GrMockTexture() 86 GrProtected isProtected, in GrMockRenderTarget() 96 GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget() 140 GrProtected isProtected, in GrMockRenderTarget() 159 GrProtected isProtected, in GrMockTextureRenderTarget() 173 GrProtected isProtected, in GrMockTextureRenderTarget()
|
| D | GrMockGpu.cpp | 99 GrProtected isProtected, in onCreateTexture() 130 GrProtected isProtected, in onCreateCompressedTexture() 167 auto isProtected = GrProtected(tex.isProtected()); in onWrapBackendTexture() local 192 auto isProtected = GrProtected(tex.isProtected()); in onWrapRenderableBackendTexture() local 202 auto isProtected = GrProtected(rt.isProtected()); in onWrapBackendRenderTarget() local
|
| /external/skia/src/gpu/ |
| D | GrAttachment.cpp | 44 GrProtected isProtected) { in build_key() 67 GrProtected isProtected, in ComputeSharedAttachmentUniqueKey() 81 GrProtected isProtected, in ComputeScratchKey() 91 auto isProtected = this->isProtected() ? GrProtected::kYes : GrProtected::kNo; in computeScratchKey() local
|
| D | GrTexture.cpp | 42 GrProtected isProtected, in GrTexture() 96 auto isProtected = this->isProtected() ? GrProtected::kYes : GrProtected::kNo; in computeScratchKey() local 108 GrProtected isProtected, in ComputeScratchKey()
|
| D | GrResourceProvider.cpp | 50 GrProtected isProtected, in createTexture() 98 GrProtected isProtected) { in getExactScratch() 116 GrProtected isProtected, in createTexture() 149 GrProtected isProtected, in createCompressedTexture() 165 GrProtected isProtected) { in createTexture() 225 GrProtected isProtected) { in createApproxTexture() 271 GrProtected isProtected) { in findAndRefScratchTexture() 528 GrProtected isProtected = rt->isProtected() ? GrProtected::kYes : GrProtected::kNo; in attachStencilAttachment() local 555 GrProtected isProtected) { in makeMSAAAttachment() 580 GrProtected isProtected) { in refScratchMSAAAttachment()
|
| D | GrDirectContext.cpp | 459 GrProtected isProtected) { in createBackendTexture() 473 GrProtected isProtected) { in createBackendTexture() 488 GrProtected isProtected, in create_and_clear_backend_texture() 554 GrProtected isProtected, in createBackendTexture() 579 GrProtected isProtected, in createBackendTexture() 610 GrProtected isProtected, in createBackendTexture() 733 GrProtected isProtected, in create_and_update_compressed_backend_texture() 758 GrProtected isProtected, in createCompressedBackendTexture() 794 GrProtected isProtected, in createCompressedBackendTexture() 810 GrProtected isProtected, in createCompressedBackendTexture() [all …]
|
| D | GrSurface.h | 85 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected() function 122 GrSurface(GrGpu* gpu, const SkISize& dimensions, GrProtected isProtected) in GrSurface()
|
| D | GrRenderTargetProxy.cpp | 33 GrProtected isProtected, in GrRenderTargetProxy() 47 GrProtected isProtected, in GrRenderTargetProxy()
|
| D | GrProxyProvider.cpp | 126 GrProtected isProtected) { in testingOnly_createInstantiatedProxy() 166 GrProtected isProtected) { in testingOnly_createInstantiatedProxy() 400 GrProtected isProtected, in createProxy() 448 SkISize dimensions, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, in createCompressedTextureProxy() 715 GrProtected isProtected, in createLazyProxy() 756 GrProtected isProtected, in createLazyRenderTargetProxy() 794 GrProtected isProtected, in MakeFullyLazyProxy()
|
| D | GrTextureRenderTargetProxy.cpp | 33 GrProtected isProtected, in GrTextureRenderTargetProxy() 56 GrProtected isProtected, in GrTextureRenderTargetProxy()
|
| D | GrTextureProxy.cpp | 25 GrProtected isProtected, in GrTextureProxy() 50 GrProtected isProtected, in GrTextureProxy()
|
| D | GrGpu.cpp | 105 GrProtected isProtected, in createTextureCommon() 155 GrProtected isProtected) { in createTexture() 176 GrProtected isProtected, in createTexture() 232 GrProtected isProtected, in createCompressedTexture() 774 GrProtected isProtected) { in createBackendTexture() 815 GrProtected isProtected) { in createCompressedBackendTexture()
|
| D | GrRenderTarget.cpp | 21 GrProtected isProtected, in GrRenderTarget()
|
| /external/skia/tools/gpu/ |
| D | BackendSurfaceFactory.cpp | 23 GrProtected isProtected, in MakeBackendTextureSurface() 56 GrProtected isProtected, in MakeBackendTextureSurface() 66 GrProtected isProtected, in MakeBackendRenderTargetSurface() 101 GrProtected isProtected, in MakeBackendRenderTargetSurface()
|
| D | ManagedBackendTexture.cpp | 66 GrProtected isProtected) { in MakeFromInfo() 75 GrProtected isProtected) { in MakeFromBitmap() 88 GrProtected isProtected) { in MakeFromPixmap()
|
| /external/angle/src/tests/egl_tests/ |
| D | EGLProtectedContentTest.cpp | 75 bool createContext(EGLBoolean isProtected, EGLConfig config, EGLContext *context) in createContext() 89 bool createPbufferSurface(EGLBoolean isProtected, EGLConfig config, EGLSurface *surface) in createPbufferSurface() 103 bool createWindowSurface(EGLBoolean isProtected, in createWindowSurface()
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/modifiers/ |
| D | NodeWithProtectedModifier.java | 12 default boolean isProtected() { in isProtected() method
|
| /external/doclava/src/com/google/doclava/ |
| D | Scoped.java | 22 boolean isProtected(); in isProtected() method
|
| D | MemberInfo.java | 24 boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, in MemberInfo() 96 public boolean isProtected() { in isProtected() method in MemberInfo
|
| /external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
| D | Accessible.java | 93 boolean isProtected(); in isProtected() method
|
| /external/skia/src/gpu/vk/ |
| D | GrVkAttachment.cpp | 66 GrProtected isProtected) { in MakeMSAA() 83 GrProtected isProtected) { in MakeTexture() 139 GrProtected isProtected, in Make()
|
| D | GrVkTextureRenderTarget.cpp | 55 GrProtected isProtected, sk_sp<GrVkAttachment> texture, in create_rt_attachments() 82 GrProtected isProtected) { in MakeNewTextureRenderTarget()
|
| /external/skia/include/core/ |
| D | SkSurfaceCharacterization.h | 112 GrProtected isProtected() const { return fIsProtected; } in isProtected() function 140 GrProtected isProtected, in SkSurfaceCharacterization() 169 GrProtected isProtected, in set()
|
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
| D | AccessFlags.java | 108 public final void isProtected(final boolean flag) { in isProtected() method in AccessFlags 112 public final boolean isProtected() { in isProtected() method in AccessFlags
|
| /external/skia/tools/gpu/d3d/ |
| D | D3DTestUtils.cpp | 38 bool isProtected) { in CreateD3DBackendContext()
|