/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglSurface.cpp | 23 if(m_type == EglSurface::PBUFFER) {
|
EglPbufferSurface.h | 26 EglSurface(dpy,PBUFFER,config,0,0),
|
EglSurface.h | 34 PBUFFER = 1,
|
EglX11Api.cpp | 41 PBUFFER = 1, 236 return pb ? new SrfcInfo(pb,SrfcInfo::PBUFFER) : NULL;
|
EglMacApi.cpp | 39 EGLint window,pbuffer; local 48 getPixelFormatAttrib(*frmt,MAC_DRAW_TO_PBUFFER,&pbuffer); 51 if(pbuffer) supportedSurfaces |= EGL_PBUFFER_BIT; 184 case EglSurface::PBUFFER:
|
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;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_api.h | 248 * Create a pbuffer. 318 PBUFFER /* GLX Pbuffer */ 333 BufferType type; /* window, pixmap, pbuffer or glxwindow */
|
xm_api.c | 432 * \param type either WINDOW, PIXMAP or PBUFFER, describing d 445 ASSERT(type == WINDOW || type == PIXMAP || type == PBUFFER); 1102 b = create_xmesa_buffer(drawable, PBUFFER, v, cmap); 1145 if (b->type == PBUFFER) [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_api.h | 248 * Create a pbuffer. 318 PBUFFER /* GLX Pbuffer */ 333 BufferType type; /* window, pixmap, pbuffer or glxwindow */
|
xm_api.c | 432 * \param type either WINDOW, PIXMAP or PBUFFER, describing d 445 ASSERT(type == WINDOW || type == PIXMAP || type == PBUFFER); 1102 b = create_xmesa_buffer(drawable, PBUFFER, v, cmap); 1145 if (b->type == PBUFFER) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xmesaP.h | 131 PBUFFER /* GLX Pbuffer */ 190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
|
xm_api.c | 275 * \param type either WINDOW, PIXMAP or PBUFFER, describing d 286 ASSERT(type == WINDOW || type == PIXMAP || type == PBUFFER); [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xmesaP.h | 131 PBUFFER /* GLX Pbuffer */ 190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
|
xm_api.c | 275 * \param type either WINDOW, PIXMAP or PBUFFER, describing d 286 ASSERT(type == WINDOW || type == PIXMAP || type == PBUFFER); [all...] |