Home | History | Annotate | Download | only in gpu

Lines Matching defs:vector

54     std::vector<unsigned char> vector;
55 if (gfx::PNGCodec::EncodeBGRASkBitmap(bm, false, &vector)) {
56 return SkData::NewWithCopy(&vector.front() , vector.size());
760 const std::vector<unsigned char>& png) {