Searched refs:GrallocImplementation (Results 1 – 6 of 6) sorted by relevance
27 static GrallocImplementation s_gralloc_implementation = MINIGBM;78 void emugl::setGrallocImplementation(GrallocImplementation gralloc) { in setGrallocImplementation()82 GrallocImplementation emugl::getGrallocImplementation() { in getGrallocImplementation()
58 GrallocImplementation gralloc);59 EMUGL_COMMON_API GrallocImplementation getGrallocImplementation();
101 enum GrallocImplementation { MINIGBM, GOLDFISH_GRALLOC }; enum
95 virtual void setGrallocImplementation(GrallocImplementation gralloc) = 0;
55 virtual void setGrallocImplementation(GrallocImplementation gralloc) override;
108 void RenderLibImpl::setGrallocImplementation(GrallocImplementation gralloc) { in setGrallocImplementation()