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&);
36 status_t EglWindow::createWindow(const sp<IGraphicBufferProducer>& surface) { in createWindow()63 status_t EglWindow::createPbuffer(int width, int height) { in createPbuffer()91 status_t EglWindow::makeCurrent() const { in makeCurrent()99 status_t EglWindow::eglSetupContext(bool forPbuffer) { in eglSetupContext()158 void EglWindow::eglRelease() { in eglRelease()182 void EglWindow::presentationTime(nsecs_t whenNsec) const { in presentationTime()187 void EglWindow::swapBuffers() const { in swapBuffers()
78 static void doDrawInfoPage(const EglWindow& window,135 EglWindow mEglWindow;
85 EglWindow mEglWindow;
20 "EglWindow.cpp",
292 EglWindow window; in drawInfoPage()327 /*static*/ void Overlay::doDrawInfoPage(const EglWindow& window, in doDrawInfoPage()