Home
last modified time | relevance | path

Searched refs:getFormatDrmFourcc (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gfxstream/guest/android/
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
80 return getFormatDrmFourcc(handle); in getFormatDrmFourcc()
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
132 return getFormatDrmFourcc(handle); in getFormatDrmFourcc()
DGrallocGoldfish.h35 uint32_t getFormatDrmFourcc(const native_handle_t* handle) override;
36 uint32_t getFormatDrmFourcc(const AHardwareBuffer* handle) override;
DGrallocMinigbm.h42 uint32_t getFormatDrmFourcc(const native_handle_t* handle) override;
43 uint32_t getFormatDrmFourcc(const AHardwareBuffer* handle) override;
DGrallocEmulated.h85 uint32_t getFormatDrmFourcc(const AHardwareBuffer* handle) override;
DGrallocEmulated.cpp538 uint32_t EmulatedGralloc::getFormatDrmFourcc(const AHardwareBuffer* handle) { in getFormatDrmFourcc() function in gfxstream::EmulatedGralloc
/external/mesa3d/src/gfxstream/guest/android/include/gfxstream/guest/
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
/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp166 uint32_t drmFormat = grallocHelper->getFormatDrmFourcc(buffer); in getAndroidHardwareBufferPropertiesANDROID()