Home
last modified time | relevance | path

Searched refs:MINIGBM (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
Demugl_config.h101 enum GrallocImplementation { MINIGBM, GOLDFISH_GRALLOC }; enumerator
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Dmisc.cpp27 static GrallocImplementation s_gralloc_implementation = MINIGBM;
/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp335 *yStridePixels = alignToPower2(width, emugl::getGrallocImplementation() == MINIGBM in getYUVOffsets()