OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atlasentry
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h
133
* free up any allocated
AtlasEntry
and GrTextureStripAtlas objects
138
class
AtlasEntry
;
141
static bool Equals(const
AtlasEntry
& entry, const AtlasHashKey& key);
142
static bool LessThan(const
AtlasEntry
& entry, const AtlasHashKey& key);
144
class
AtlasEntry
: public ::SkNoncopyable {
146
AtlasEntry
() : fAtlas(NULL) {}
147
~
AtlasEntry
() { SkDELETE(fAtlas); }
152
static GrTHashTable<
AtlasEntry
, AtlasHashKey, 8>* gAtlasCache;
154
static GrTHashTable<
AtlasEntry
, AtlasHashKey, 8>* GetCache();
184
inline bool GrTextureStripAtlas::AtlasHashKey::Equals(const
AtlasEntry
& entry
[
all
...]
GrTextureStripAtlas.cpp
22
GrTHashTable<GrTextureStripAtlas::
AtlasEntry
,
26
GrTHashTable<GrTextureStripAtlas::
AtlasEntry
, GrTextureStripAtlas::AtlasHashKey, 8>*
30
gAtlasCache = SkNEW((GrTHashTable<
AtlasEntry
, AtlasHashKey, 8>));
40
AtlasEntry
* entry = static_cast<
AtlasEntry
*>(info);
57
AtlasEntry
* entry = GetCache()->find(key);
59
entry = SkNEW(
AtlasEntry
);
/external/skia/src/gpu/effects/
GrTextureStripAtlas.h
133
* free up any allocated
AtlasEntry
and GrTextureStripAtlas objects
138
class
AtlasEntry
;
141
static bool Equals(const
AtlasEntry
& entry, const AtlasHashKey& key);
142
static bool LessThan(const
AtlasEntry
& entry, const AtlasHashKey& key);
144
class
AtlasEntry
: public ::SkNoncopyable {
146
AtlasEntry
() : fAtlas(NULL) {}
147
~
AtlasEntry
() { SkDELETE(fAtlas); }
152
static GrTHashTable<
AtlasEntry
, AtlasHashKey, 8>* gAtlasCache;
154
static GrTHashTable<
AtlasEntry
, AtlasHashKey, 8>* GetCache();
184
inline bool GrTextureStripAtlas::AtlasHashKey::Equals(const
AtlasEntry
& entry
[
all
...]
GrTextureStripAtlas.cpp
22
GrTHashTable<GrTextureStripAtlas::
AtlasEntry
,
26
GrTHashTable<GrTextureStripAtlas::
AtlasEntry
, GrTextureStripAtlas::AtlasHashKey, 8>*
30
gAtlasCache = SkNEW((GrTHashTable<
AtlasEntry
, AtlasHashKey, 8>));
40
AtlasEntry
* entry = static_cast<
AtlasEntry
*>(info);
57
AtlasEntry
* entry = GetCache()->find(key);
59
entry = SkNEW(
AtlasEntry
);
Completed in 138 milliseconds