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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.h 104 size_t sizea = draw_vinfo_size( a ); local
105 return memcmp( a, b, sizea );
  /external/skia/tests/
DataRefTest.cpp 20 size_t sizea, sizeb; local
21 const void* mema = a->at(i, &sizea);
23 REPORTER_ASSERT(reporter, sizea == sizeb);
24 REPORTER_ASSERT(reporter, !memcmp(mema, memb, sizea));

Completed in 1143 milliseconds