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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c 791 static const GLubyte map_identity[6] = { 0, 1, 2, 3, ZERO, ONE }; variable
805 return map_identity;
807 return _mesa_little_endian() ? map_3210 : map_identity;
809 return _mesa_little_endian() ? map_identity : map_3210;
825 return map_identity;
830 return map_identity;
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 791 static const GLubyte map_identity[6] = { 0, 1, 2, 3, ZERO, ONE }; variable
805 return map_identity;
807 return _mesa_little_endian() ? map_3210 : map_identity;
809 return _mesa_little_endian() ? map_identity : map_3210;
825 return map_identity;
830 return map_identity;
    [all...]

Completed in 206 milliseconds