Searched defs:PictureLayerKey (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrLayerCache.cpp13 * PictureLayerKey just wraps a saveLayer's id in the picture for GrTHashTable.
15 class GrLayerCache::PictureLayerKey { class in class:GrLayerCache
17 PictureLayerKey(uint32_t pictureID, int layerID) function in class:GrLayerCache::PictureLayerKey
27 static bool LessThan(const GrCachedLayer& layer, const PictureLayerKey& key) {
35 static bool Equals(const GrCachedLayer& layer, const PictureLayerKey& key) {
74 fLayerHash.insert(PictureLayerKey(picture->uniqueID(), layerID), layer);
81 GrCachedLayer* layer = fLayerHash.find(PictureLayerKey(picture->uniqueID(), layerID));
/external/skia/src/gpu/
H A DGrLayerCache.cpp13 * PictureLayerKey just wraps a saveLayer's id in the picture for GrTHashTable.
15 class GrLayerCache::PictureLayerKey { class in class:GrLayerCache
17 PictureLayerKey(uint32_t pictureID, int layerID) function in class:GrLayerCache::PictureLayerKey
27 static bool LessThan(const GrCachedLayer& layer, const PictureLayerKey& key) {
35 static bool Equals(const GrCachedLayer& layer, const PictureLayerKey& key) {
74 fLayerHash.insert(PictureLayerKey(picture->uniqueID(), layerID), layer);
81 GrCachedLayer* layer = fLayerHash.find(PictureLayerKey(picture->uniqueID(), layerID));

Completed in 411 milliseconds