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.cpp37 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()
DOverlay.h77 static void doDrawInfoPage(const EglWindow& window,
134 EglWindow mEglWindow;
DAndroid.mk21 EglWindow.cpp \
DFrameOutput.h85 EglWindow mEglWindow;
DOverlay.cpp289 EglWindow window; in drawInfoPage()
324 /*static*/ void Overlay::doDrawInfoPage(const EglWindow& window, in doDrawInfoPage()