/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A 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 …]
|
H A 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 …]
|
H A 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
|
H A 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()
|
H A 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()
|
H A D | GrGpu.cpp | 106 GrProtected isProtected, in createTextureCommon() 163 GrProtected isProtected, in createTexture() 195 GrProtected isProtected, in createTexture() 264 GrProtected isProtected, in createCompressedTexture() 884 GrProtected isProtected, in createBackendTexture() 927 GrProtected isProtected) { in createCompressedBackendTexture()
|
H A 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()
|
/aosp_15_r20/external/skia/tools/gpu/ |
H A 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()
|
H A 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()
|
H A D | BackendTextureImageFactory.cpp | 35 Protected isProtected) { in MakeBackendTextureImage() 60 Protected isProtected) { in MakeBackendTextureImage() 96 Protected isProtected) { in MakeBackendTextureImage() 122 Protected isProtected) { in MakeBackendTextureImage()
|
/aosp_15_r20/external/skia/tools/gpu/vk/ |
H A 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()
|
/aosp_15_r20/external/skia/tests/ |
H A 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
|
H A 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
|
H A D | GrMipMappedTest.cpp | 103 Protected isProtected = Protected(dContext->priv().caps()->supportsProtectedContent()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 191 Protected isProtected = Protected(dContext->priv().caps()->supportsProtectedContent()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 341 GrProtected isProtected = GrProtected(dContext->priv().caps()->supportsProtectedContent()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A 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()
|
/aosp_15_r20/external/angle/src/tests/egl_tests/ |
H A D | EGLProtectedContentTest.cpp | 81 bool createContext(EGLBoolean isProtected, EGLConfig config, EGLContext *context) in createContext() 95 bool createPbufferSurface(EGLBoolean isProtected, EGLConfig config, EGLSurface *surface) in createPbufferSurface() 126 bool createWindowSurface(EGLBoolean isProtected, in createWindowSurface() 142 bool createImage(EGLBoolean isProtected, in createImage() 159 bool createTexture(EGLBoolean isProtected, GLuint *textureId) in createTexture()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A 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()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkImage.cpp | 51 GrProtected isProtected, in MakeMSAA() 80 GrProtected isProtected) { in MakeTexture() 148 GrProtected isProtected, in Make() 530 skgpu::Protected isProtected = gpu->protectedContext() ? skgpu::Protected::kYes in InitImageInfo() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLRenderTarget.cpp | 46 skgpu::Protected isProtected, in GrGLRenderTarget() 60 skgpu::Protected isProtected, in GrGLRenderTarget() 105 skgpu::Protected isProtected, in MakeWrapped()
|
/aosp_15_r20/external/skia/include/private/chromium/ |
H A 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()
|
/aosp_15_r20/external/skia/tests/graphite/ |
H A D | UpdateBackendTextureTest.cpp | 95 skgpu::Protected isProtected, in create_backend_texture() 192 skgpu::Protected isProtected = skgpu::Protected(caps->protectedSupport()); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS() local 244 skgpu::Protected isProtected = skgpu::Protected(caps->protectedSupport()); in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DGpu.cpp | 265 GrProtected isProtected, in createD3DTexture() 308 GrProtected isProtected, in onCreateTexture() 356 GrProtected isProtected, in onCreateCompressedTexture() 1333 GrProtected isProtected) { in createTextureResourceForBackendSurface() 1400 GrProtected isProtected, in onCreateBackendTexture() 1543 GrProtected isProtected) { in onCreateCompressedBackendTexture() 1665 GrProtected isProtected) { in createTestingOnlyBackendRenderTarget()
|
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLImage.cpp | 32 static std::vector<EGLint> buildAttributeList(bool isProtected) { in buildAttributeList() 55 bool GLImage::setNativeWindowBuffer(ANativeWindowBuffer* buffer, bool isProtected) { in setNativeWindowBuffer()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/surface/ |
H A D | SkSurface_Ganesh.cpp | 141 bool isProtected = targetView.asRenderTargetProxy()->isProtected() == GrProtected::kYes; in onNewSurface() local 284 GrProtected isProtected = readSurfaceView.asRenderTargetProxy()->isProtected(); in onCharacterize() local 391 GrProtected isProtected = targetView.proxy()->isProtected(); in onIsCompatible() local 600 bool isProtected) { in RenderTarget()
|
/aosp_15_r20/external/skia/tools/graphite/ |
H A D | ProtectedUtils_Graphite.cpp | 23 Protected isProtected) { in CreateProtectedSkSurface() 47 Protected isProtected) { in CreateProtectedSkImage()
|