HomeSort by relevance Sort by last modified time
    Searched refs:mEglWindow (Results 1 - 4 of 4) sorted by null

  /frameworks/av/cmds/screenrecord/
FrameOutput.h 52 mEglWindow.makeCurrent();
85 EglWindow mEglWindow;
Overlay.cpp 137 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();
FrameOutput.cpp 47 err = mEglWindow.createPbuffer(width, height);
51 mEglWindow.makeCurrent();
123 int width = mEglWindow.getWidth();
124 int height = mEglWindow.getHeight();
Overlay.h 134 EglWindow mEglWindow;

Completed in 218 milliseconds