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

  /external/skia/include/core/
SkPixelRef.h 68 uint32_t getGenerationID() const;
72 getGenerationID().
SkBitmap.h 275 uint32_t getGenerationID() const;
279 getGenerationID().
  /external/skia/src/core/
SkPixelRef.cpp 55 uint32_t SkPixelRef::getGenerationID() const {
SkBitmap.cpp 364 uint32_t SkBitmap::getGenerationID() const {
365 return fPixelRef ? fPixelRef->getGenerationID() : 0;
    [all...]
  /external/skia/src/gl/
SkTextureCache.h 32 fGenID = bm.getGenerationID();

Completed in 1145 milliseconds