Searched refs:EglWindow (Results 1 – 6 of 6) sorted by relevance
32 class EglWindow {34 EglWindow() : in EglWindow() function42 ~EglWindow() { eglRelease(); } in ~EglWindow()67 EglWindow(const EglWindow&);68 EglWindow& operator=(const EglWindow&);
37 status_t EglWindow::createWindow(const sp<IGraphicBufferProducer>& surface) { in createWindow()64 status_t EglWindow::createPbuffer(int width, int height) { in createPbuffer()92 status_t EglWindow::makeCurrent() const { in makeCurrent()100 status_t EglWindow::eglSetupContext(bool forPbuffer) { in eglSetupContext()159 void EglWindow::eglRelease() { in eglRelease()183 void EglWindow::presentationTime(nsecs_t whenNsec) const { in presentationTime()188 void EglWindow::swapBuffers() const { in swapBuffers()
77 static void doDrawInfoPage(const EglWindow& window,134 EglWindow mEglWindow;
21 EglWindow.cpp \
85 EglWindow mEglWindow;
289 EglWindow window; in drawInfoPage()324 /*static*/ void Overlay::doDrawInfoPage(const EglWindow& window, in doDrawInfoPage()