Searched refs:mapMode (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_clear.c | 57 GLbitfield mapMode = GL_MAP_WRITE_BIT; local in function:clear_rgba_buffer 64 mapMode |= GL_MAP_READ_BIT; 69 mapMode, &map, &rowStride,
|
| H A D | s_depth.c | 545 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 D | s_stencil.c | 560 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 D | s_clear.c | 127 GLbitfield mapMode = GL_MAP_WRITE_BIT; local in function:clear_rgba_buffer 134 mapMode |= GL_MAP_READ_BIT; 139 mapMode, &map, &rowStride,
|
| H A D | s_depth.c | 631 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 D | s_stencil.c | 620 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 D | texstore.c | 982 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 D | texstore.c | 980 const GLbitfield mapMode = get_read_write_mode(format, texImage->TexFormat); local in function:store_texsubimage 1072 mapMode, &dstMap, &dstRowStride);
|
Completed in 12 milliseconds