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

  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 329 const GLushort *zSrc = (const GLushort *)
334 span.array->z[i] = zSrc[i];
350 const GLuint *zSrc = (const GLuint *)
354 memcpy(span.array->z, zSrc, width * sizeof(GLuint));
359 span.array->z[col] = zSrc[col] >> shift;
378 const GLvoid *zSrc = _mesa_image_address2d(unpack,
392 type, zSrc, unpack);
  /external/mesa3d/src/gallium/auxiliary/util/
u_tile.c 713 const uint *zSrc)
716 const uint *ptrc = zSrc;

Completed in 315 milliseconds