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.cpp26 #include "EglWindow.h"
36 status_t EglWindow::createWindow(const sp<IGraphicBufferProducer>& surface) {
63 status_t EglWindow::createPbuffer(int width, int height) {
91 status_t EglWindow::makeCurrent() const {
99 status_t EglWindow::eglSetupContext(bool forPbuffer) {
158 void EglWindow::eglRelease() {
159 ALOGV("EglWindow::eglRelease");
182 void EglWindow::presentationTime(nsecs_t whenNsec) const {
187 void EglWindow::swapBuffers() const {
H A DFrameOutput.h21 #include "EglWindow.h"
85 EglWindow mEglWindow;
H A DOverlay.h22 #include "EglWindow.h"
78 static void doDrawInfoPage(const EglWindow& window,
135 EglWindow mEglWindow;
H A DAndroid.mk21 EglWindow.cpp \
H A DOverlay.cpp292 EglWindow window;
327 /*static*/ void Overlay::doDrawInfoPage(const EglWindow& window,

Completed in 50 milliseconds