HomeSort by relevance Sort by last modified time
    Searched refs:setSurfaces (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.cpp 65 void EglContext::setSurfaces(SurfacePtr read,SurfacePtr draw)
EglContext.h 51 void setSurfaces(SurfacePtr read,SurfacePtr draw);
EglImp.cpp 746 newCtx->setSurfaces(newReadSrfc,newDrawSrfc);
758 prevCtx->setSurfaces(SurfacePtr(NULL),SurfacePtr(NULL));
    [all...]

Completed in 19 milliseconds