Home
last modified time | relevance | path

Searched refs:GetVulkanBackendFormat (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/include/android/
H A DGrAHardwareBufferUtils.h36 GrBackendFormat GetVulkanBackendFormat(GrDirectContext* dContext, AHardwareBuffer* hardwareBuffer,
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrAHardwareBufferUtils.cpp43 return GetVulkanBackendFormat(dContext, hardwareBuffer, bufferFormat, requireKnownFormat); in GetBackendFormat()
/aosp_15_r20/frameworks/base/libs/hwui/
H A DAutoBackendTextureRelease.cpp59 GrAHardwareBufferUtils::GetVulkanBackendFormat(context, in AutoBackendTextureRelease()
/aosp_15_r20/frameworks/native/libs/renderengine/skia/compat/
H A DGaneshBackendTexture.cpp60 backendFormat = GrAHardwareBufferUtils::GetVulkanBackendFormat(grContext.get(), buffer, in GaneshBackendTexture()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DAHardwareBufferVk.cpp31 GrBackendFormat GetVulkanBackendFormat(GrDirectContext* dContext, AHardwareBuffer* hardwareBuffer, in GetVulkanBackendFormat() function