OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:layerCache
(Results
1 - 3
of
3
) sorted by null
/external/skia/tests/
RecordReplaceDrawTest.cpp
114
GrLayerCache*
layerCache
= context->getLayerCache();
115
GrCachedLayer* layer =
layerCache
->findLayerOrCreate(pic->uniqueID(), 0, 2,
135
GrRecordReplaceDraw(pic, &canvas,
layerCache
, SkMatrix::I(), NULL/*callback*/);
/external/skia/src/gpu/
GrLayerHoister.cpp
24
static void prepare_for_hoisting(GrLayerCache*
layerCache
,
36
GrCachedLayer* layer =
layerCache
->findLayerOrCreate(topLevelPicture->uniqueID(),
54
locked =
layerCache
->tryToAtlas(layer, desc, &needsRendering);
56
locked =
layerCache
->lock(layer, desc, &needsRendering);
78
layerCache
->addUse(layer);
131
GrLayerCache*
layerCache
= context->getLayerCache();
133
layerCache
->processDeletedPictures();
175
prepare_for_hoisting(
layerCache
, topLevelPicture, initialMat,
188
GrLayerCache*
layerCache
= context->getLayerCache();
190
layerCache
->processDeletedPictures()
[
all
...]
/frameworks/base/libs/hwui/
Caches.h
30
#include "
LayerCache
.h"
161
LayerCache
layerCache
;
Completed in 253 milliseconds