Home
last modified time | relevance | path

Searched defs:isProtected (Results 1 – 25 of 81) sorted by relevance

1234

/external/skia/src/gpu/mock/
DGrMockTexture.h21 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()
DGrMockGpu.cpp99 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/
DGrAttachment.cpp44 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
DGrTexture.cpp42 GrProtected isProtected, in GrTexture()
96 auto isProtected = this->isProtected() ? GrProtected::kYes : GrProtected::kNo; in computeScratchKey() local
108 GrProtected isProtected, in ComputeScratchKey()
DGrResourceProvider.cpp50 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()
DGrDirectContext.cpp459 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 …]
DGrSurface.h85 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected() function
122 GrSurface(GrGpu* gpu, const SkISize& dimensions, GrProtected isProtected) in GrSurface()
DGrRenderTargetProxy.cpp33 GrProtected isProtected, in GrRenderTargetProxy()
47 GrProtected isProtected, in GrRenderTargetProxy()
DGrProxyProvider.cpp126 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()
DGrTextureRenderTargetProxy.cpp33 GrProtected isProtected, in GrTextureRenderTargetProxy()
56 GrProtected isProtected, in GrTextureRenderTargetProxy()
DGrTextureProxy.cpp25 GrProtected isProtected, in GrTextureProxy()
50 GrProtected isProtected, in GrTextureProxy()
DGrGpu.cpp105 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()
DGrRenderTarget.cpp21 GrProtected isProtected, in GrRenderTarget()
/external/skia/tools/gpu/
DBackendSurfaceFactory.cpp23 GrProtected isProtected, in MakeBackendTextureSurface()
56 GrProtected isProtected, in MakeBackendTextureSurface()
66 GrProtected isProtected, in MakeBackendRenderTargetSurface()
101 GrProtected isProtected, in MakeBackendRenderTargetSurface()
DManagedBackendTexture.cpp66 GrProtected isProtected) { in MakeFromInfo()
75 GrProtected isProtected) { in MakeFromBitmap()
88 GrProtected isProtected) { in MakeFromPixmap()
/external/angle/src/tests/egl_tests/
DEGLProtectedContentTest.cpp75 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/
DNodeWithProtectedModifier.java12 default boolean isProtected() { in isProtected() method
/external/doclava/src/com/google/doclava/
DScoped.java22 boolean isProtected(); in isProtected() method
DMemberInfo.java24 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/
DAccessible.java93 boolean isProtected(); in isProtected() method
/external/skia/src/gpu/vk/
DGrVkAttachment.cpp66 GrProtected isProtected) { in MakeMSAA()
83 GrProtected isProtected) { in MakeTexture()
139 GrProtected isProtected, in Make()
DGrVkTextureRenderTarget.cpp55 GrProtected isProtected, sk_sp<GrVkAttachment> texture, in create_rt_attachments()
82 GrProtected isProtected) { in MakeNewTextureRenderTarget()
/external/skia/include/core/
DSkSurfaceCharacterization.h112 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/
DAccessFlags.java108 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/
DD3DTestUtils.cpp38 bool isProtected) { in CreateD3DBackendContext()

1234