Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DContextHelper.h32 virtual bool setupContext() = 0;
51 mIsBound = helper->setupContext(); in RecursiveScopedContextBind()
DPostWorkerGl.cpp74 setupContext(); in postImpl()
253 setupContext(); in viewportImpl()
271 setupContext(); in clearImpl()
279 setupContext(); in composeImpl()
284 void PostWorkerGl::setupContext() { in setupContext() function in gfxstream::PostWorkerGl
DPostWorkerGl.h55 void setupContext();
/hardware/google/gfxstream/host/gl/
DDisplayGl.h68 void setupContext();
DDisplaySurfaceGl.cpp67 bool setupContext() override { in setupContext() function in gfxstream::gl::__anon7946768e0111::DisplaySurfaceGlContextHelper
DReadbackWorkerGl.cpp44 if (!mFlushSurface->getContextHelper()->setupContext()) { in init()