Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DEglWindow.h32 class EglWindow {
34 EglWindow() : in EglWindow() function
42 ~EglWindow() { eglRelease(); } in ~EglWindow()
67 EglWindow(const EglWindow&);
68 EglWindow& operator=(const EglWindow&);
DEglWindow.cpp36 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()
DOverlay.h78 static void doDrawInfoPage(const EglWindow& window,
135 EglWindow mEglWindow;
DFrameOutput.h85 EglWindow mEglWindow;
DAndroid.bp20 "EglWindow.cpp",
DOverlay.cpp292 EglWindow window; in drawInfoPage()
327 /*static*/ void Overlay::doDrawInfoPage(const EglWindow& window, in doDrawInfoPage()