Searched refs:map_stride (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c786 GLint map_stride; local in function:build_bitmap_atlas
903 GL_MAP_WRITE_BIT, &map, &map_stride);
909 memset(map, 0xff, map_stride * atlas->texHeight);
931 map + map_stride * ypos + xpos, /* dest addr */
932 map_stride, 0x0);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddlist.c952 GLint map_stride; local in function:build_bitmap_atlas
1077 GL_MAP_WRITE_BIT, &map, &map_stride);
1083 memset(map, 0xff, map_stride * atlas->texHeight);
1105 map + map_stride * ypos + xpos, /* dest addr */
1106 map_stride, 0x0);

Completed in 124 milliseconds