Home
last modified time | relevance | path

Searched refs:ComputeKey (Results 1 – 11 of 11) sorted by relevance

/external/skia/bench/
DGrResourceCacheBench.cpp32 static void ComputeKey(int i, GrUniqueKey* key) { in ComputeKey() function in BenchResource
47 BenchResource::ComputeKey(i, &key); in populate_cache()
130 BenchResource::ComputeKey(k, &key); in onDraw()
/external/skia/src/core/
DSkLayerInfo.cpp10 SkPicture::AccelData::Key SkLayerInfo::ComputeKey() { in ComputeKey() function in SkLayerInfo
DSkPictureRecorder.cpp56 SkPicture::AccelData::Key key = SkLayerInfo::ComputeKey(); in endRecordingAsPicture()
146 SkPicture::AccelData::Key key = SkLayerInfo::ComputeKey(); in onNewPictureSnapshot()
DSkLayerInfo.h77 static SkPicture::AccelData::Key ComputeKey();
DSkRecordDraw.cpp643 SkPicture::AccelData::Key key = SkLayerInfo::ComputeKey(); in trackSaveLayersForPicture()
/external/skia/src/gpu/
DGrPath.h30 static void ComputeKey(const SkPath& path, const SkStrokeRec& stroke, GrUniqueKey* key);
DGrPath.cpp16 void GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke, GrUniqueKey* key) { in ComputeKey() function in GrPath
DGrLayerHoister.cpp135 SkPicture::AccelData::Key key = SkLayerInfo::ComputeKey(); in FindLayersToAtlas()
192 SkPicture::AccelData::Key key = SkLayerInfo::ComputeKey(); in FindLayersToHoist()
DGrStencilAndCoverPathRenderer.cpp79 GrPath::ComputeKey(skPath, stroke, &key); in get_gr_path()
DSkGpuDevice.cpp2002 SkPicture::AccelData::Key key = SkLayerInfo::ComputeKey(); in EXPERIMENTAL_drawPicture()
/external/skia/tests/
DPictureTest.cpp366 SkPicture::AccelData::Key key = SkLayerInfo::ComputeKey(); in test_savelayer_extraction()