Home
last modified time | relevance | path

Searched refs:onCreateBackendTexture (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DResourceProvider.cpp278 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 DResourceProvider.h149 virtual BackendTexture onCreateBackendTexture(SkISize dimensions, const TextureInfo&) = 0;
151 virtual BackendTexture onCreateBackendTexture(AHardwareBuffer*,
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanResourceProvider.h78 BackendTexture onCreateBackendTexture(SkISize dimensions, const TextureInfo&) override;
80 BackendTexture onCreateBackendTexture(AHardwareBuffer*,
H A DVulkanResourceProvider.cpp178 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 DMtlResourceProvider.h52 BackendTexture onCreateBackendTexture(SkISize dimensions, const TextureInfo&) override;
H A DMtlResourceProvider.mm183 BackendTexture MtlResourceProvider::onCreateBackendTexture(SkISize dimensions,
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnResourceProvider.h83 BackendTexture onCreateBackendTexture(SkISize dimensions, const TextureInfo&) override;
H A DDawnResourceProvider.cpp500 BackendTexture DawnResourceProvider::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in skgpu::graphite::DawnResourceProvider
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockGpu.h215 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
H A DGrMockGpu.cpp256 GrBackendTexture GrMockGpu::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in GrMockGpu
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlGpu.h129 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
H A DGrMtlGpu.mm916 GrBackendTexture GrMtlGpu::onCreateBackendTexture(SkISize dimensions, function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.h243 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
H A DGrD3DGpu.cpp1396 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 DGrVkGpu.h258 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
H A DGrVkGpu.cpp1758 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 DGrGpu.h724 virtual GrBackendTexture onCreateBackendTexture(SkISize dimensions,
H A DGrGpu.cpp906 return this->onCreateBackendTexture( in createBackendTexture()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.h288 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
H A DGrGLGpu.cpp3921 GrBackendTexture GrGLGpu::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in GrGLGpu