Home
last modified time | relevance | path

Searched defs:srfc (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglPbufferSurface.h32 void setNativePbuffer(EglOS::Surface* srfc) { m_native = srfc; } in setNativePbuffer()
DEglOsApi_darwin.cpp356 virtual void swapBuffers(EglOS::Surface* srfc) { in swapBuffers()
DEglOsApi_glx.cpp564 virtual void swapBuffers(EglOS::Surface* srfc) { in swapBuffers()
DEglOsApi_wgl.cpp1185 virtual void swapBuffers(EglOS::Surface* srfc) { in swapBuffers()
DEglImp.cpp870 SurfacePtr srfc = dpy->getSurface(surface); in eglDestroySurface() local