HomeSort by relevance Sort by last modified time
    Searched defs:coffset (Results 1 - 3 of 3) 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/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 334 milliseconds