Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_egl.cpp267 class EglOsEglSurface : public EglOS::Surface { class
269 EglOsEglSurface(SurfaceType type, in EglOsEglSurface() function in __anon12216d320111::EglOsEglSurface
682 return new EglOsEglSurface(EglOS::Surface::PBUFFER, 0); in createPbufferSurface()
708 return new EglOsEglSurface(EglOS::Surface::WINDOW, surface, win); in createWindowSurface()
715 EglOsEglSurface* surface = (EglOsEglSurface*)pb; in releasePbuffer()
733 EglOsEglSurface* readSfc = (EglOsEglSurface*)read; in makeCurrent()
734 EglOsEglSurface* drawSfc = (EglOsEglSurface*)draw; in makeCurrent()
756 EglOsEglSurface* sfc = (EglOsEglSurface*)surface; in swapBuffers()
769 EglOsEglSurface* surface = (EglOsEglSurface*)win; in isValidNativeWin()
770 return surface->type() == EglOsEglSurface::WINDOW && in isValidNativeWin()