Searched refs:zSrc (Results 1 – 2 of 2) sorted by relevance
337 const GLushort *zSrc = (const GLushort *) in draw_depth_pixels() local342 span.array->z[i] = zSrc[i]; in draw_depth_pixels()358 const GLuint *zSrc = (const GLuint *) in draw_depth_pixels() local362 memcpy(span.array->z, zSrc, width * sizeof(GLuint)); in draw_depth_pixels()367 span.array->z[col] = zSrc[col] >> shift; in draw_depth_pixels()386 const GLvoid *zSrc = _mesa_image_address2d(unpack, in draw_depth_pixels() local400 type, zSrc, unpack); in draw_depth_pixels()
203024 const char *zSrc, /* The source or pattern file */203063 memcpy(zOut, &zSrc[ofst], cnt);