Home
last modified time | relevance | path

Searched defs:createBackendTexture (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrDirectContext.cpp571 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 DGrGpu.cpp880 GrBackendTexture GrGpu::createBackendTexture(SkISize dimensions, in createBackendTexture() function in GrGpu
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DResourceProvider.cpp274 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 DRecorder.cpp281 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 DVkYcbcrSamplerHelper.cpp78 bool VkYcbcrSamplerHelper::createBackendTexture(uint32_t width, uint32_t height) { in createBackendTexture() function in VkYcbcrSamplerHelper