HomeSort by relevance Sort by last modified time
    Searched refs:AtlasID (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/
GrBatchAtlas.h 25 // An AtlasID is an opaque handle which callers can use to determine if the atlas contains
27 typedef uint32_t AtlasID;
32 // specific AtlasID, it will call all of the registered listeners so they can optionally process
34 typedef void (*EvictionFunc)(GrBatchAtlas::AtlasID, void*);
46 bool addToAtlas(AtlasID*, GrBatchTarget*, int width, int height, const void* image,
52 bool hasID(AtlasID id);
55 void setLastUseToken(AtlasID id, BatchToken batchToken);
70 void add(AtlasID id) {
110 static int GetIndexFromID(AtlasID id) {
114 static int GetGenerationFromID(AtlasID id)
    [all...]
GrAADistanceFieldPathRenderer.h 59 GrBatchAtlas::AtlasID fID;
73 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
GrBatchFontCache.h 50 void removeID(GrBatchAtlas::AtlasID);
136 bool addToAtlas(GrBatchTextStrike* strike, GrBatchAtlas::AtlasID* id,
183 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
GrBatchAtlas.cpp 20 static GrBatchAtlas::AtlasID create_id(int index, int generation) {
45 GrBatchAtlas::AtlasID id() { return fID; }
180 GrBatchAtlas::AtlasID fID;
258 void GrBatchAtlas::processEviction(AtlasID id) {
273 inline void GrBatchAtlas::updatePlot(GrBatchTarget* batchTarget, AtlasID* id, BatchPlot* plot) {
287 bool GrBatchAtlas::addToAtlas(AtlasID* id, GrBatchTarget* batchTarget,
354 bool GrBatchAtlas::hasID(AtlasID id) {
360 void GrBatchAtlas::setLastUseToken(AtlasID id, BatchToken batchToken) {
GrGlyph.h 34 // TODO either plot or AtlasID will be valid, not both
35 GrBatchAtlas::AtlasID fID;
GrBatchFontCache.cpp 110 void GrBatchFontCache::HandleEviction(GrBatchAtlas::AtlasID id, void* ptr) {
194 void GrBatchTextStrike::removeID(GrBatchAtlas::AtlasID id) {
GrAADistanceFieldPathRenderer.cpp 45 void GrAADistanceFieldPathRenderer::HandleEviction(GrBatchAtlas::AtlasID id, void* pr) {
412 GrBatchAtlas::AtlasID id;
635 static void HandleEviction(GrBatchAtlas::AtlasID id, void* pr) {

Completed in 852 milliseconds