/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
|
D | GrMockTypes.cpp | 23 GrProtected isProtected) { in GrMockTextureSpecToSurfaceInfo()
|
/external/skia/src/gpu/ |
D | GrAttachment.cpp | 43 GrProtected isProtected, in build_key() 69 GrProtected isProtected, in ComputeSharedAttachmentUniqueKey() 85 GrProtected isProtected, in ComputeScratchKey() 97 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 | 54 GrProtected isProtected, in createTexture() 121 GrProtected isProtected) { in getExactScratch() 144 GrProtected isProtected, in createTexture() 185 GrProtected isProtected, in createCompressedTexture() 202 GrProtected isProtected) { in createTexture() 275 GrProtected isProtected) { in createApproxTexture() 328 GrProtected isProtected) { in findAndRefScratchTexture() 620 GrProtected isProtected = rt->isProtected() ? GrProtected::kYes : GrProtected::kNo; in attachStencilAttachment() local 647 GrProtected isProtected, in getDiscardableMSAAAttachment() 691 GrProtected isProtected, in makeMSAAAttachment() [all …]
|
D | GrRecordingContextPriv.cpp | 45 GrProtected isProtected, in createDevice() 124 GrProtected isProtected, in makeSC() 156 GrProtected isProtected, in makeSFC() 212 GrProtected isProtected, in makeSFC() 269 GrProtected isProtected, in makeSFCWithFallback()
|
D | GrDirectContext.cpp | 473 GrProtected isProtected) { in createBackendTexture() 487 GrProtected isProtected) { in createBackendTexture() 502 GrProtected isProtected, in create_and_clear_backend_texture() 568 GrProtected isProtected, in createBackendTexture() 593 GrProtected isProtected, in createBackendTexture() 624 GrProtected isProtected, in createBackendTexture() 747 GrProtected isProtected, in create_and_update_compressed_backend_texture() 772 GrProtected isProtected, in createCompressedBackendTexture() 808 GrProtected isProtected, in createCompressedBackendTexture() 824 GrProtected isProtected, in createCompressedBackendTexture() [all …]
|
D | GrProxyProvider.cpp | 128 GrProtected isProtected) { in testingOnly_createInstantiatedProxy() 178 GrProtected isProtected) { in testingOnly_createInstantiatedProxy() 430 GrProtected isProtected, in createProxy() 482 SkISize dimensions, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, in createCompressedTextureProxy() 756 GrProtected isProtected, in createLazyProxy() 797 GrProtected isProtected, in createLazyRenderTargetProxy() 835 GrProtected isProtected, in MakeFullyLazyProxy()
|
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 | GrGpu.cpp | 104 GrProtected isProtected, in createTextureCommon() 159 GrProtected isProtected) { in createTexture() 188 GrProtected isProtected, in createTexture() 255 GrProtected isProtected, in createCompressedTexture() 821 GrProtected isProtected) { in createBackendTexture() 862 GrProtected isProtected) { in createCompressedBackendTexture()
|
D | GrTextureRenderTargetProxy.cpp | 33 GrProtected isProtected, in GrTextureRenderTargetProxy() 56 GrProtected isProtected, in GrTextureRenderTargetProxy()
|
D | GrTextureProxy.cpp | 26 GrProtected isProtected, in GrTextureProxy() 51 GrProtected isProtected, in GrTextureProxy()
|
/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/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 115 GrProtected isProtected = readSurfaceView.asRenderTargetProxy()->isProtected(); in characterize() local 172 GrProtected isProtected = readSurfaceView.asRenderTargetProxy()->isProtected(); in isCompatible() local
|
D | GrVkTextureRenderTarget.cpp | 55 GrProtected isProtected, in create_rt_attachments() 83 GrProtected isProtected) { in MakeNewTextureRenderTarget()
|
/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/d3d/ |
D | GrD3DTypesPriv.cpp | 13 GrProtected isProtected) { in GrD3DTextureResourceSpecToSurfaceInfo()
|
/external/doclava/src/com/google/doclava/ |
D | Scoped.java | 22 boolean isProtected(); in isProtected() method
|
/external/skia/src/gpu/dawn/ |
D | GrDawnTypesPriv.cpp | 13 GrProtected isProtected) { in GrDawnTextureSpecToSurfaceInfo()
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | Accessible.java | 93 boolean isProtected(); in isProtected() method
|
/external/angle/src/tests/egl_tests/ |
D | EGLProtectedContentTest.cpp | 77 bool createContext(EGLBoolean isProtected, EGLConfig config, EGLContext *context) in createContext() 91 bool createPbufferSurface(EGLBoolean isProtected, EGLConfig config, EGLSurface *surface) in createPbufferSurface() 122 bool createWindowSurface(EGLBoolean isProtected, in createWindowSurface() 138 bool createImage(EGLBoolean isProtected, in createImage() 155 bool createTexture(EGLBoolean isProtected, GLuint *textureId) in createTexture()
|
/external/skia/include/core/ |
D | SkSurfaceCharacterization.h | 112 GrProtected isProtected() const { return fIsProtected; } in isProtected() function 140 GrProtected isProtected, in SkSurfaceCharacterization() 173 GrProtected isProtected, in set()
|