Searched defs:createBackendTexture (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrDirectContext.cpp | 571 GrBackendTexture GrDirectContext::createBackendTexture(int width, in createBackendTexture() function in GrDirectContext 587 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap& srcData, in createBackendTexture() function in GrDirectContext 598 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap& srcData, in createBackendTexture() function in GrDirectContext 613 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap srcData[], in createBackendTexture() function in GrDirectContext 630 GrBackendTexture GrDirectContext::createBackendTexture(int width, in createBackendTexture() function in GrDirectContext 714 GrBackendTexture GrDirectContext::createBackendTexture(int width, in createBackendTexture() function in GrDirectContext 742 GrBackendTexture GrDirectContext::createBackendTexture(int width, in createBackendTexture() function in GrDirectContext 777 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap srcData[], in createBackendTexture() function in GrDirectContext
|
H A D | GrGpu.cpp | 880 GrBackendTexture GrGpu::createBackendTexture(SkISize dimensions, in createBackendTexture() function in GrGpu
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | ResourceProvider.cpp | 274 BackendTexture ResourceProvider::createBackendTexture(SkISize dimensions, const TextureInfo& info) { in createBackendTexture() function in skgpu::graphite::ResourceProvider 282 BackendTexture ResourceProvider::createBackendTexture(AHardwareBuffer* hardwareBuffer, in createBackendTexture() function in skgpu::graphite::ResourceProvider
|
H A D | Recorder.cpp | 281 BackendTexture Recorder::createBackendTexture(SkISize dimensions, const TextureInfo& info) { in createBackendTexture() function in skgpu::graphite::Recorder 292 BackendTexture Recorder::createBackendTexture(AHardwareBuffer* hardwareBuffer, in createBackendTexture() function in skgpu::graphite::Recorder
|
/aosp_15_r20/external/skia/tools/gpu/vk/ |
H A D | VkYcbcrSamplerHelper.cpp | 78 bool VkYcbcrSamplerHelper::createBackendTexture(uint32_t width, uint32_t height) { in createBackendTexture() function in VkYcbcrSamplerHelper
|