Home
last modified time | relevance | path

Searched defs:mtlFormat (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlAttachment.h50 MTLPixelFormat mtlFormat() const { return fTexture.pixelFormat; } in mtlFormat() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DDisplayMtl.h166 const mtl::FormatCaps &getNativeFormatCaps(MTLPixelFormat mtlFormat) const in getNativeFormatCaps()