Searched refs:zSrc (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c327 const GLushort *zSrc = (const GLushort *) local
332 span.array->z[i] = zSrc[i];
348 const GLuint *zSrc = (const GLuint *) local
352 memcpy(span.array->z, zSrc, width * sizeof(GLuint));
357 span.array->z[col] = zSrc[col] >> shift;
376 const GLvoid *zSrc = _mesa_image_address2d(unpack, local
390 type, zSrc, unpack);
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c327 const GLushort *zSrc = (const GLushort *) local
332 span.array->z[i] = zSrc[i];
348 const GLuint *zSrc = (const GLuint *) local
352 memcpy(span.array->z, zSrc, width * sizeof(GLuint));
357 span.array->z[col] = zSrc[col] >> shift;
376 const GLvoid *zSrc = _mesa_image_address2d(unpack, local
390 type, zSrc, unpack);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_func.c40 static const unsigned char zSrc[] = local
68 zBuf[i] = zSrc[zBuf[i]%(sizeof(zSrc)-1)];
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_tile.c738 const uint *zSrc)
741 const uint *ptrc = zSrc;
735 pipe_put_tile_z(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, const uint *zSrc) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_tile.c738 const uint *zSrc)
741 const uint *ptrc = zSrc;
735 pipe_put_tile_z(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, const uint *zSrc) argument

Completed in 299 milliseconds