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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
PixelTransfer11.h 57 unsigned int RowStride;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 140 GLint RowStride; /**< Padded width in units of texels */
179 GLint RowStride; /**< in bytes */
465 const GLint rowStride = srb->RowStride;
474 return (GLubyte *) srb->Map + y * rowStride + x * bpp;
  /external/mesa3d/src/mesa/swrast/
s_context.h 140 GLint RowStride; /**< Padded width in units of texels */
179 GLint RowStride; /**< in bytes */
465 const GLint rowStride = srb->RowStride;
474 return (GLubyte *) srb->Map + y * rowStride + x * bpp;

Completed in 130 milliseconds