Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrDirectContext.cpp567 GrBackendTexture GrDirectContext::createBackendTexture(int width, in createBackendTexture() function in GrDirectContext
583 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap& srcData, in createBackendTexture() function in GrDirectContext
594 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap& srcData, in createBackendTexture() function in GrDirectContext
609 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap srcData[], in createBackendTexture() function in GrDirectContext
626 GrBackendTexture GrDirectContext::createBackendTexture(int width, in createBackendTexture() function in GrDirectContext
710 GrBackendTexture GrDirectContext::createBackendTexture(int width, in createBackendTexture() function in GrDirectContext
738 GrBackendTexture GrDirectContext::createBackendTexture(int width, in createBackendTexture() function in GrDirectContext
773 GrBackendTexture GrDirectContext::createBackendTexture(const SkPixmap srcData[], in createBackendTexture() function in GrDirectContext
DGrGpu.cpp868 GrBackendTexture GrGpu::createBackendTexture(SkISize dimensions, in createBackendTexture() function in GrGpu
/external/skia/src/gpu/graphite/
DResourceProvider.cpp271 BackendTexture ResourceProvider::createBackendTexture(SkISize dimensions, const TextureInfo& info) { in createBackendTexture() function in skgpu::graphite::ResourceProvider
279 BackendTexture ResourceProvider::createBackendTexture(AHardwareBuffer* hardwareBuffer, in createBackendTexture() function in skgpu::graphite::ResourceProvider
DRecorder.cpp284 BackendTexture Recorder::createBackendTexture(SkISize dimensions, const TextureInfo& info) { in createBackendTexture() function in skgpu::graphite::Recorder
295 BackendTexture Recorder::createBackendTexture(AHardwareBuffer* hardwareBuffer, in createBackendTexture() function in skgpu::graphite::Recorder
/external/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.cpp77 bool VkYcbcrSamplerHelper::createBackendTexture(uint32_t width, uint32_t height) { in createBackendTexture() function in VkYcbcrSamplerHelper