Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.h57 void setSurfaces(SurfacePtr read, SurfacePtr draw);
DEglContext.cpp165 void EglContext::setSurfaces(SurfacePtr read,SurfacePtr draw) in setSurfaces() function in EglContext
DEglImp.cpp1181 newCtx->setSurfaces(newReadSrfc,newDrawSrfc); in eglMakeCurrent()
1231 prevCtx->setSurfaces(SurfacePtr(),SurfacePtr()); in eglMakeCurrent()