Home
last modified time | relevance | path

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

/external/mesa3d/src/gfxstream/guest/android/
DGrallocGoldfish.h14 GrallocType getGrallocType() override;
DGrallocMinigbm.h20 GrallocType getGrallocType() override;
DGrallocEmulated.h62 GrallocType getGrallocType() override;
DGrallocGoldfish.cpp13 GrallocType GoldfishGralloc::getGrallocType() { return GRALLOC_TYPE_GOLDFISH; } in getGrallocType() function in gfxstream::GoldfishGralloc
DGrallocMinigbm.cpp26 GrallocType MinigbmGralloc::getGrallocType() { return GRALLOC_TYPE_MINIGBM; } in getGrallocType() function in gfxstream::MinigbmGralloc
DGrallocEmulated.cpp406 GrallocType EmulatedGralloc::getGrallocType() { return GRALLOC_TYPE_EMULATED; } in getGrallocType() function in gfxstream::EmulatedGralloc
/external/mesa3d/src/gfxstream/guest/android/include/gfxstream/guest/
DGfxStreamGralloc.h134 virtual GrallocType getGrallocType() = 0;
/external/mesa3d/docs/relnotes/
D24.3.0.rst2919 - gfxstream: guest: introduce Gralloc::getGrallocType()