/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | ResourceProvider.cpp | 278 return this->onCreateBackendTexture(dimensions, info); in createBackendTexture() 290 return this->onCreateBackendTexture(hardwareBuffer, in createBackendTexture() 297 BackendTexture ResourceProvider::onCreateBackendTexture(AHardwareBuffer*, in onCreateBackendTexture() function in skgpu::graphite::ResourceProvider
|
H A D | ResourceProvider.h | 149 virtual BackendTexture onCreateBackendTexture(SkISize dimensions, const TextureInfo&) = 0; 151 virtual BackendTexture onCreateBackendTexture(AHardwareBuffer*,
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanResourceProvider.h | 78 BackendTexture onCreateBackendTexture(SkISize dimensions, const TextureInfo&) override; 80 BackendTexture onCreateBackendTexture(AHardwareBuffer*,
|
H A D | VulkanResourceProvider.cpp | 178 BackendTexture VulkanResourceProvider::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in skgpu::graphite::VulkanResourceProvider 603 BackendTexture VulkanResourceProvider::onCreateBackendTexture(AHardwareBuffer* hardwareBuffer, in onCreateBackendTexture() function in skgpu::graphite::VulkanResourceProvider
|
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/ |
H A D | MtlResourceProvider.h | 52 BackendTexture onCreateBackendTexture(SkISize dimensions, const TextureInfo&) override;
|
H A D | MtlResourceProvider.mm | 183 BackendTexture MtlResourceProvider::onCreateBackendTexture(SkISize dimensions,
|
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/ |
H A D | DawnResourceProvider.h | 83 BackendTexture onCreateBackendTexture(SkISize dimensions, const TextureInfo&) override;
|
H A D | DawnResourceProvider.cpp | 500 BackendTexture DawnResourceProvider::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in skgpu::graphite::DawnResourceProvider
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A D | GrMockGpu.h | 215 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
|
H A D | GrMockGpu.cpp | 256 GrBackendTexture GrMockGpu::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in GrMockGpu
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/ |
H A D | GrMtlGpu.h | 129 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
|
H A D | GrMtlGpu.mm | 916 GrBackendTexture GrMtlGpu::onCreateBackendTexture(SkISize dimensions, function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DGpu.h | 243 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
|
H A D | GrD3DGpu.cpp | 1396 GrBackendTexture GrD3DGpu::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in GrD3DGpu 1544 return this->onCreateBackendTexture(dimensions, in onCreateCompressedBackendTexture()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkGpu.h | 258 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
|
H A D | GrVkGpu.cpp | 1758 GrBackendTexture GrVkGpu::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in GrVkGpu 1797 return this->onCreateBackendTexture(dimensions, in onCreateCompressedBackendTexture()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrGpu.h | 724 virtual GrBackendTexture onCreateBackendTexture(SkISize dimensions,
|
H A D | GrGpu.cpp | 906 return this->onCreateBackendTexture( in createBackendTexture()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLGpu.h | 288 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
|
H A D | GrGLGpu.cpp | 3921 GrBackendTexture GrGLGpu::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in GrGLGpu
|