Home
last modified time | relevance | path

Searched refs:mFastBlitSupported (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulationGl.cpp317 emulationGl->mFastBlitSupported = in create()
584 return mFastBlitSupported; in isFastBlitSupported()
588 mFastBlitSupported = false; in disableFastBlitForTesting()
DEmulationGl.h184 bool mFastBlitSupported = false; variable