HomeSort by relevance Sort by last modified time
    Searched defs:EglSurface (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.cpp 16 #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) {
EglSurface.h 25 class EglSurface;
26 typedef SmartPtr<EglSurface> SurfacePtr;
30 class EglSurface {
44 virtual ~EglSurface();
52 EglSurface(EglDisplay *dpy,

Completed in 78 milliseconds