Searched refs:mapMode (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_clear.c57 GLbitfield mapMode = GL_MAP_WRITE_BIT; local in function:clear_rgba_buffer
64 mapMode |= GL_MAP_READ_BIT;
69 mapMode, &map, &rowStride,
H A Ds_depth.c545 GLbitfield mapMode; local in function:_swrast_clear_depth_buffer
558 mapMode = GL_MAP_WRITE_BIT;
563 mapMode |= GL_MAP_READ_BIT;
567 mapMode, &map, &rowStride,
673 GLbitfield mapMode; local in function:_swrast_clear_depth_stencil_buffer
686 mapMode = GL_MAP_WRITE_BIT;
689 mapMode |= GL_MAP_READ_BIT;
693 mapMode, &map, &rowStride,
H A Ds_stencil.c560 GLbitfield mapMode; local in function:_swrast_clear_stencil_buffer
571 mapMode = GL_MAP_WRITE_BIT;
574 mapMode |= GL_MAP_READ_BIT;
578 mapMode |= GL_MAP_READ_BIT;
582 mapMode, &map, &rowStride,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_clear.c127 GLbitfield mapMode = GL_MAP_WRITE_BIT; local in function:clear_rgba_buffer
134 mapMode |= GL_MAP_READ_BIT;
139 mapMode, &map, &rowStride,
H A Ds_depth.c631 GLbitfield mapMode; local in function:_swrast_clear_depth_buffer
644 mapMode = GL_MAP_WRITE_BIT;
649 mapMode |= GL_MAP_READ_BIT;
653 mapMode, &map, &rowStride,
759 GLbitfield mapMode; local in function:_swrast_clear_depth_stencil_buffer
772 mapMode = GL_MAP_WRITE_BIT;
775 mapMode |= GL_MAP_READ_BIT;
779 mapMode, &map, &rowStride,
H A Ds_stencil.c620 GLbitfield mapMode; local in function:_swrast_clear_stencil_buffer
631 mapMode = GL_MAP_WRITE_BIT;
634 mapMode |= GL_MAP_READ_BIT;
638 mapMode |= GL_MAP_READ_BIT;
642 mapMode, &map, &rowStride,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstore.c982 const GLbitfield mapMode = get_read_write_mode(format, texImage->TexFormat); local in function:store_texsubimage
1074 mapMode, &dstMap, &dstRowStride);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexstore.c980 const GLbitfield mapMode = get_read_write_mode(format, texImage->TexFormat); local in function:store_texsubimage
1072 mapMode, &dstMap, &dstRowStride);

Completed in 12 milliseconds