Searched defs:EglSurface (Results 1 - 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
H A DEglSurface.cpp16 #include "EglSurface.h"
19 unsigned int EglSurface::s_nextSurfaceHndl = 0;
21 EglSurface::~EglSurface(){
23 if(m_type == EglSurface::PBUFFER) {
30 bool EglSurface::setAttrib(EGLint attrib,EGLint val) {
H A DEglSurface.h26 class EglSurface;
27 typedef emugl::SmartPtr<EglSurface> SurfacePtr;
31 class EglSurface { class
45 virtual ~EglSurface();
53 EglSurface(EglDisplay *dpy, function in class:EglSurface

Completed in 20 milliseconds