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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
varray.c 856 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ local
888 coffset = 0;
896 coffset = 0;
904 coffset = 0;
919 coffset = 0;
940 coffset = 2*f;
948 coffset = 2*f;
963 coffset = 2*f;
972 coffset = 4*f;
1004 (GLubyte *) pointer + coffset );
    [all...]
  /external/mesa3d/src/mesa/main/
varray.c 856 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ local
888 coffset = 0;
896 coffset = 0;
904 coffset = 0;
919 coffset = 0;
940 coffset = 2*f;
948 coffset = 2*f;
963 coffset = 2*f;
972 coffset = 4*f;
1004 (GLubyte *) pointer + coffset );
    [all...]
  /external/qemu/block/
qcow2-cluster.c 904 uint64_t coffset; local
906 coffset = cluster_offset & s->cluster_offset_mask;
907 if (s->cluster_cache_offset != coffset) {
909 sector_offset = coffset & 511;
912 ret = bdrv_read(bs->file, coffset >> 9, s->cluster_data, nb_csectors);
920 s->cluster_cache_offset = coffset;
  /external/libpng/contrib/libtests/
pngvalid.c 960 png_size_t coffset = (nImage * ps->image_h + y) * (ps->cb_row + 5) + 2; local
965 if (coffset + ps->cb_row + 3 > ps->cb_image)
968 return ps->image + coffset;
    [all...]

Completed in 203 milliseconds