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

  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 100 * GL_FALSE = use an off-screen pixmap for back buffer
165 * Create an XMesaBuffer from an X pixmap.
168 Pixmap p,
173 * Destroy an XMesaBuffer, but not the corresponding window or pixmap.
240 * Scan for XMesaBuffers whose window/pixmap has been destroyed, then free
259 * Texture from Pixmap
271 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p,
295 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */
320 PIXMAP, /* GLX pixmap */
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */
130 PIXMAP, /* GLX pixmap */
147 * Either <ximage> or <pixmap> will be used, never both.
148 * In any case, <drawable> always equals <pixmap>.
149 * For stand-alone Mesa, we could merge <drawable> and <pixmap> into one
159 XMesaPixmap pixmap; /* Back color buffer */ member in struct:xmesa_renderbuffer
160 XMesaImage *ximage; /* The back buffer, if not using a Pixmap */
190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
203 /* BACK_PIXMAP = use Pixmap for back buffer *
    [all...]

Completed in 1286 milliseconds