HomeSort by relevance Sort by last modified time
    Searched defs:fKey (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/skia/src/gpu/vk/
GrVkSampler.h 28 static const uint16_t& GetKey(const GrVkSampler& sampler) { return sampler.fKey; }
38 GrVkSampler(VkSampler sampler, uint16_t key) : INHERITED(), fSampler(sampler), fKey(key) {}
43 uint16_t fKey;
GrVkResource.h 44 return r->fKey;
71 fKey = sk_atomic_fetch_add(&fKeyCounter, 1u, sk_memory_order_relaxed);
191 uint32_t fKey;
  /external/skia/src/pdf/
SkKeyedImage.h 31 const SkBitmapKey& key() const { return fKey; }
38 SkBitmapKey fKey = {{0, 0, 0, 0}, 0};
  /external/skqp/src/gpu/vk/
GrVkSampler.h 28 static const uint16_t& GetKey(const GrVkSampler& sampler) { return sampler.fKey; }
38 GrVkSampler(VkSampler sampler, uint16_t key) : INHERITED(), fSampler(sampler), fKey(key) {}
43 uint16_t fKey;
GrVkResource.h 44 return r->fKey;
71 fKey = sk_atomic_fetch_add(&fKeyCounter, 1u, sk_memory_order_relaxed);
191 uint32_t fKey;
  /external/skqp/src/pdf/
SkKeyedImage.h 31 const SkBitmapKey& key() const { return fKey; }
38 SkBitmapKey fKey = {{0, 0, 0, 0}, 0};
  /external/skia/bench/
ImageCacheBench.cpp 22 TestKey fKey;
25 TestRec(const TestKey& key, intptr_t value) : fKey(key), fValue(value) {}
27 const Key& getKey() const override { return fKey; }
28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); }
  /external/skia/src/core/
SkYUVPlanesCache.cpp 36 : fKey(key)
46 YUVPlanesKey fKey;
49 const Key& getKey() const override { return fKey; }
SkImageFilterCache.cpp 42 : fKey(key), fImage(SkRef(image)), fOffset(offset), fFilter(filter) {}
44 Key fKey;
49 return v.fKey;
117 v->fFilter->removeKey(v->fKey);
121 fLookup.remove(v->fKey);
SkLRUCache.h 23 : fKey(key)
26 K fKey;
63 this->remove(fLRU.tail()->fKey);
92 return e->fKey;
104 SkASSERT(key == entry->fKey);
SkMaskCache.cpp 41 : fKey(key)
51 RRectBlurKey fKey;
54 const Key& getKey() const override { return fKey; }
135 : fKey(key)
145 RectsBlurKey fKey;
148 const Key& getKey() const override { return fKey; }
  /external/skqp/bench/
ImageCacheBench.cpp 22 TestKey fKey;
25 TestRec(const TestKey& key, intptr_t value) : fKey(key), fValue(value) {}
27 const Key& getKey() const override { return fKey; }
28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); }
  /external/skqp/src/core/
SkYUVPlanesCache.cpp 36 : fKey(key)
46 YUVPlanesKey fKey;
49 const Key& getKey() const override { return fKey; }
SkImageFilterCache.cpp 42 : fKey(key), fImage(SkRef(image)), fOffset(offset), fFilter(filter) {}
44 Key fKey;
49 return v.fKey;
117 v->fFilter->removeKey(v->fKey);
121 fLookup.remove(v->fKey);
SkLRUCache.h 23 : fKey(key)
26 K fKey;
63 this->remove(fLRU.tail()->fKey);
92 return e->fKey;
104 SkASSERT(key == entry->fKey);
SkMaskCache.cpp 41 : fKey(key)
51 RRectBlurKey fKey;
54 const Key& getKey() const override { return fKey; }
135 : fKey(key)
145 RectsBlurKey fKey;
148 const Key& getKey() const override { return fKey; }
  /external/skia/tests/
ImageCacheTest.cpp 22 TestingRec(const TestingKey& key, uint32_t value) : fKey(key), fValue(value) {}
24 TestingKey fKey;
27 const Key& getKey() const override { return fKey; }
28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); }
PathOpsThreadedCommon.h 32 const char* fKey;
  /external/skqp/tests/
ImageCacheTest.cpp 22 TestingRec(const TestingKey& key, uint32_t value) : fKey(key), fValue(value) {}
24 TestingKey fKey;
27 const Key& getKey() const override { return fKey; }
28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); }
PathOpsThreadedCommon.h 32 const char* fKey;
  /external/skia/include/private/
GrSwizzle.h 20 uint8_t fKey;
38 , fKey((CToI(c[0]) << 0) | (CToI(c[1]) << 2) | (CToI(c[2]) << 4) | (CToI(c[3]) << 6)) {}
56 fKey = key;
69 uint8_t asKey() const { return fKey; }
77 uint32_t key = fKey;
96 uint32_t key = fKey;
  /external/skia/tools/sk_app/
CommandSet.h 76 , fKey(k)
88 Window::Key fKey;
  /external/skqp/include/private/
GrSwizzle.h 20 uint8_t fKey;
38 , fKey((CToI(c[0]) << 0) | (CToI(c[1]) << 2) | (CToI(c[2]) << 4) | (CToI(c[3]) << 6)) {}
56 fKey = key;
69 uint8_t asKey() const { return fKey; }
77 uint32_t key = fKey;
96 uint32_t key = fKey;
  /external/skqp/tools/sk_app/
CommandSet.h 76 , fKey(k)
88 Window::Key fKey;
  /external/icu/icu4c/source/common/
uresimp.h 64 const char *fKey; /*tag*/

Completed in 418 milliseconds

1 2 3 4