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

  /external/skia/src/gpu/
GrCacheable.cpp 11 uint32_t GrCacheable::getGenerationID() const {
  /external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp 119 // This is subtle. We must call that.getGenerationID() to make sure its genID isn't 0.
120 this->fGenerationID = that.getGenerationID();
198 uint32_t SkPixelRef::getGenerationID() const {
SkBitmap.cpp 392 uint32_t SkBitmap::getGenerationID() const {
393 return (fPixelRef) ? fPixelRef->getGenerationID() : 0;
    [all...]
SkPaint.cpp 230 uint32_t SkPaint::getGenerationID() const {
    [all...]
SkPath.cpp 292 uint32_t SkPath::getGenerationID() const {
    [all...]
  /external/skia/src/core/
SkPixelRef.cpp 147 // This is subtle. We must call that.getGenerationID() to make sure its genID isn't 0.
148 this->fGenerationID = that.getGenerationID();
243 uint32_t SkPixelRef::getGenerationID() const {
SkBitmap.cpp 452 uint32_t SkBitmap::getGenerationID() const {
453 return (fPixelRef) ? fPixelRef->getGenerationID() : 0;
    [all...]
SkPaint.cpp 236 uint32_t SkPaint::getGenerationID() const {
    [all...]
SkPath.cpp 292 uint32_t SkPath::getGenerationID() const {
    [all...]
  /external/skia/include/core/
SkShader.h 399 uint32_t getGenerationID() const { return fGenerationID; }

Completed in 432 milliseconds