Home
last modified time | relevance | path

Searched refs:getContextHelper (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/gl/
DDisplaySurfaceGl.h49 ContextHelper* getContextHelper() const { return mContextHelper.get(); } in getContextHelper() function
DReadbackWorkerGl.cpp44 if (!mFlushSurface->getContextHelper()->setupContext()) { in init()
201 RecursiveScopedContextBind contextBind(mSurface->getContextHelper()); in flushPipeline()
DEmulationGl.cpp386 RecursiveScopedContextBind contextBind(pbufferSurfaceGlPtr->getContextHelper()); in create()
620 return surfaceGl->getContextHelper(); in getColorBufferContextHelper()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3603 return displaySurfaceGl->getContextHelper(); in getPbufferSurfaceContextHelper()