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

  /external/skia/src/gpu/
GrDrawOpAtlas.h 63 * An AtlasID is an opaque handle which callers can use to determine if the atlas contains
66 typedef uint64_t AtlasID;
72 * specific AtlasID, it will call all of the registered listeners so they can process the
75 typedef void (*EvictionFunc)(GrDrawOpAtlas::AtlasID, void*);
112 bool addToAtlas(GrResourceProvider*, AtlasID*, GrDeferredUploadTarget*, int width, int height,
119 inline bool hasID(AtlasID id) {
131 inline void setLastUseToken(AtlasID id, GrDeferredUploadToken token) {
165 void add(AtlasID id) {
225 static uint32_t GetPageIndexFromID(AtlasID id) {
259 GrDrawOpAtlas::AtlasID id() const
    [all...]
  /external/skqp/src/gpu/
GrDrawOpAtlas.h 62 * An AtlasID is an opaque handle which callers can use to determine if the atlas contains
65 typedef uint64_t AtlasID;
71 * specific AtlasID, it will call all of the registered listeners so they can process the
74 typedef void (*EvictionFunc)(GrDrawOpAtlas::AtlasID, void*);
110 bool addToAtlas(AtlasID*, GrDeferredUploadTarget*, int width, int height, const void* image,
118 inline bool hasID(AtlasID id) {
127 inline void setLastUseToken(AtlasID id, GrDeferredUploadToken token) {
161 void add(AtlasID id) {
221 static uint32_t GetPageIndexFromID(AtlasID id) {
251 GrDrawOpAtlas::AtlasID id() const
    [all...]

Completed in 62 milliseconds