Searched defs:hasPixels (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ | ||
D | GrPixmap.h | 23 bool hasPixels() const { return SkToBool(fAddr); } in hasPixels() function |
D | GrResourceProvider.cpp | 68 bool hasPixels = texels[0].fPixels; in createTexture() local |