HomeSort by relevance Sort by last modified time
    Searched defs:stencilOffset (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_stencil.c 354 const GLint stencilOffset = get_stencil_offset(rb->Format);
373 stencilBuf = _swrast_pixel_address(rb, span->x, span->y) + stencilOffset;
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 354 const GLint stencilOffset = get_stencil_offset(rb->Format);
373 stencilBuf = _swrast_pixel_address(rb, span->x, span->y) + stencilOffset;

Completed in 161 milliseconds