Home
last modified time | relevance | path

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

/third_party/skia/m133/src/gpu/ganesh/
DGrDirectContext.cpp690 GrBackendTexture GrDirectContext::createBackendTexture(int width, in createBackendTexture() function in GrDirectContext
706 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap& srcData, in createBackendTexture() function in GrDirectContext
717 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap& srcData, in createBackendTexture() function in GrDirectContext
732 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap srcData[], in createBackendTexture() function in GrDirectContext
749 GrBackendTexture GrDirectContext::createBackendTexture(int width, in createBackendTexture() function in GrDirectContext
833 GrBackendTexture GrDirectContext::createBackendTexture(int width, in createBackendTexture() function in GrDirectContext
861 GrBackendTexture GrDirectContext::createBackendTexture(int width, in createBackendTexture() function in GrDirectContext
896 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap srcData[], in createBackendTexture() function in GrDirectContext
DGrGpu.cpp918 GrBackendTexture GrGpu::createBackendTexture(SkISize dimensions, in createBackendTexture() function in GrGpu
/third_party/skia/m133/src/gpu/graphite/
DResourceProvider.cpp294 BackendTexture ResourceProvider::createBackendTexture(SkISize dimensions, const TextureInfo& info) { in createBackendTexture() function in skgpu::graphite::ResourceProvider
302 BackendTexture ResourceProvider::createBackendTexture(AHardwareBuffer* hardwareBuffer, in createBackendTexture() function in skgpu::graphite::ResourceProvider
DRecorder.cpp280 BackendTexture Recorder::createBackendTexture(SkISize dimensions, const TextureInfo& info) { in createBackendTexture() function in skgpu::graphite::Recorder
291 BackendTexture Recorder::createBackendTexture(AHardwareBuffer* hardwareBuffer, in createBackendTexture() function in skgpu::graphite::Recorder
/third_party/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.cpp52 bool VkYcbcrSamplerHelper::createBackendTexture(uint32_t width, uint32_t height) { in createBackendTexture() function in VkYcbcrSamplerHelper
/third_party/skia/src/gpu/
DGrDirectContext.cpp704 GrBackendTexture GrDirectContext::createBackendTexture(int width, int height, in createBackendTexture() function in GrDirectContext
718 GrBackendTexture GrDirectContext::createBackendTexture(int width, int height, in createBackendTexture() function in GrDirectContext
798 GrBackendTexture GrDirectContext::createBackendTexture(int width, int height, in createBackendTexture() function in GrDirectContext
823 GrBackendTexture GrDirectContext::createBackendTexture(int width, int height, in createBackendTexture() function in GrDirectContext
855 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap srcData[], in createBackendTexture() function in GrDirectContext
DGrGpu.cpp855 GrBackendTexture GrGpu::createBackendTexture(SkISize dimensions, in createBackendTexture() function in GrGpu
/third_party/skia/m133/tools/gpu/vk/
DVkYcbcrSamplerHelper.cpp78 bool VkYcbcrSamplerHelper::createBackendTexture(uint32_t width, uint32_t height) { in createBackendTexture() function in VkYcbcrSamplerHelper