Searched refs:mEglWindow (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DFrameOutput.h52 mEglWindow.makeCurrent();
85 EglWindow mEglWindow; member in class:android::FrameOutput
H A DOverlay.cpp137 err = mEglWindow.createWindow(mOutputSurface);
141 mEglWindow.makeCurrent();
143 int width = mEglWindow.getWidth();
144 int height = mEglWindow.getHeight();
196 mEglWindow.release();
220 int width = mEglWindow.getWidth();
221 int height = mEglWindow.getHeight();
253 mEglWindow.presentationTime(monotonicNsec);
254 mEglWindow.swapBuffers();
H A DFrameOutput.cpp47 err = mEglWindow.createPbuffer(width, height);
51 mEglWindow.makeCurrent();
123 int width = mEglWindow.getWidth();
124 int height = mEglWindow.getHeight();
H A DOverlay.h134 EglWindow mEglWindow; member in class:android::Overlay

Completed in 208 milliseconds