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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.h 34 PBUFFER = 1,
EglX11Api.cpp 41 PBUFFER = 1,
237 return pb ? new SrfcInfo(pb,SrfcInfo::PBUFFER) : NULL;
EglWindowsApi.cpp 100 PBUFFER = 1,
135 m_type(PBUFFER){
344 EGLint window,bitmap,pbuffer,transparent; local
366 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[2],&pbuffer));
369 if(pbuffer) supportedSurfaces |= EGL_PBUFFER_BIT;

Completed in 41 milliseconds