Home
last modified time | relevance | path

Searched refs:_mesa_pack_ubyte_stencil_row (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformat_pack.h97 _mesa_pack_ubyte_stencil_row(mesa_format format, uint32_t n,
/external/mesa3d/src/mesa/swrast/
Ds_stencil.c72 _mesa_pack_ubyte_stencil_row(format, 1, &one, pixel); in get_stencil_offset()
536 _mesa_pack_ubyte_stencil_row(rb->Format, n, newVals, stencilBuf); in _swrast_write_stencil_span()
539 _mesa_pack_ubyte_stencil_row(rb->Format, n, stencil, stencilBuf); in _swrast_write_stencil_span()
Ds_blit.c359 _mesa_pack_ubyte_stencil_row(drawRb->Format, dstWidth, dstBuffer, in blit_nearest()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1520 _mesa_pack_ubyte_stencil_row(rbDraw->Base.Format, width, src, dst); in copy_stencil_pixels()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_pack.c10585 _mesa_pack_ubyte_stencil_row(mesa_format format, uint32_t n, in _mesa_pack_ubyte_stencil_row() function