Home
last modified time | relevance | path

Searched defs:getFormatDrmFourcc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/android/
H A DGrallocGoldfish.cpp74 uint32_t GoldfishGralloc::getFormatDrmFourcc(const native_handle_t* handle) { in getFormatDrmFourcc() function in gfxstream::GoldfishGralloc
78 uint32_t GoldfishGralloc::getFormatDrmFourcc(const AHardwareBuffer* ahb) { in getFormatDrmFourcc() function in gfxstream::GoldfishGralloc
H A DGrallocMinigbm.cpp126 uint32_t MinigbmGralloc::getFormatDrmFourcc(const native_handle_t* handle) { in getFormatDrmFourcc() function in gfxstream::MinigbmGralloc
130 uint32_t MinigbmGralloc::getFormatDrmFourcc(const AHardwareBuffer* ahb) { in getFormatDrmFourcc() function in gfxstream::MinigbmGralloc
H A DGrallocEmulated.cpp538 uint32_t EmulatedGralloc::getFormatDrmFourcc(const AHardwareBuffer* handle) { in getFormatDrmFourcc() function in gfxstream::EmulatedGralloc
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/android/include/gfxstream/guest/
H A DGfxStreamGralloc.h161 virtual uint32_t getFormatDrmFourcc(const AHardwareBuffer* /*handle*/) { in getFormatDrmFourcc() function
165 virtual uint32_t getFormatDrmFourcc(const native_handle_t* /*handle*/) { in getFormatDrmFourcc() function