HomeSort by relevance Sort by last modified time
    Searched refs:map_mode (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast_priv.h 109 GLbitfield map_mode; member in struct:dri_swrast_renderbuffer
swrast.c 396 xrb->map_mode = mode;
438 if (xrb->map_mode & GL_MAP_WRITE_BIT) {
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 432 assert(!xrb->map_mode); /* only a single mapping allowed */
434 xrb->map_mode = mode;
528 if (xrb->map_mode & GL_MAP_WRITE_BIT) {
548 xrb->map_mode = 0x0;
xmesaP.h 174 GLbitfield map_mode; member in struct:xmesa_renderbuffer
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 252 rrb->map_mode = mode;
356 if (rrb->map_mode & GL_MAP_WRITE_BIT) {
389 if (rrb->map_mode & GL_MAP_WRITE_BIT) {
441 if (rrb->map_mode & GL_MAP_WRITE_BIT) {
radeon_common_context.h 91 GLbitfield map_mode; member in struct:radeon_renderbuffer

Completed in 99 milliseconds