Home
last modified time | relevance | path

Searched refs:GrallocImplementation (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Dmisc.cpp27 static GrallocImplementation s_gralloc_implementation = MINIGBM;
78 void emugl::setGrallocImplementation(GrallocImplementation gralloc) { in setGrallocImplementation()
82 GrallocImplementation emugl::getGrallocImplementation() { in getGrallocImplementation()
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
Dmisc.h58 GrallocImplementation gralloc);
59 EMUGL_COMMON_API GrallocImplementation getGrallocImplementation();
Demugl_config.h101 enum GrallocImplementation { MINIGBM, GOLDFISH_GRALLOC }; enum
/hardware/google/gfxstream/include/render-utils/
DRenderLib.h95 virtual void setGrallocImplementation(GrallocImplementation gralloc) = 0;
/hardware/google/gfxstream/host/
DRenderLibImpl.h55 virtual void setGrallocImplementation(GrallocImplementation gralloc) override;
DRenderLibImpl.cpp108 void RenderLibImpl::setGrallocImplementation(GrallocImplementation gralloc) { in setGrallocImplementation()