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

/frameworks/av/cmds/screenrecord/
H A DEglWindow.h32 class EglWindow { class in namespace:android
34 EglWindow() : function in class:android::EglWindow
42 ~EglWindow() { eglRelease(); }
67 EglWindow(const EglWindow&);
68 EglWindow& operator=(const EglWindow&);
H A DEglWindow.cpp27 #include "EglWindow.h"
37 status_t EglWindow::createWindow(const sp<IGraphicBufferProducer>& surface) {
64 status_t EglWindow::createPbuffer(int width, int height) {
92 status_t EglWindow::makeCurrent() const {
100 status_t EglWindow::eglSetupContext(bool forPbuffer) {
159 void EglWindow::eglRelease() {
160 ALOGV("EglWindow::eglRelease");
183 void EglWindow::presentationTime(nsecs_t whenNsec) const {
188 void EglWindow::swapBuffers() const {
H A DFrameOutput.h21 #include "EglWindow.h"
85 EglWindow mEglWindow;
H A DOverlay.h22 #include "EglWindow.h"
77 static void doDrawInfoPage(const EglWindow& window,
134 EglWindow mEglWindow;
H A DAndroid.mk21 EglWindow.cpp \
H A DOverlay.cpp289 EglWindow window;
324 /*static*/ void Overlay::doDrawInfoPage(const EglWindow& window,

Completed in 65 milliseconds