Searched refs:GrBinHashKey (Results 1 – 3 of 3) sorted by relevance
/external/skia/gpu/src/ |
D | GrBinHashKey.h | 59 class GrBinHashKey : public GrBinHashKeyBuilder { 61 GrBinHashKey() in GrBinHashKey() function 79 GrBinHashKey(const GrBinHashKey<Entry, StackSize>&) {} in GrBinHashKey() function 80 GrBinHashKey<Entry, StackSize>& operator=(const GrBinHashKey<Entry, 86 void copyAndTakeOwnership(GrBinHashKey<Entry, StackSize>& key) { in copyAndTakeOwnership() 99 void deepCopyFrom(const GrBinHashKey<Entry, StackSize>& key) { in deepCopyFrom() 109 virtual ~GrBinHashKey() { in ~GrBinHashKey() 174 int compare(const GrBinHashKey<Entry, StackSize>& key) const { in compare() 189 EQ(const Entry& entry, const GrBinHashKey<Entry, StackSize>& key) { in EQ() 195 LT(const Entry& entry, const GrBinHashKey<Entry, StackSize>& key) { in LT() [all …]
|
D | gr_unittests.cpp | 89 typedef GrBinHashKey<BogusEntry, kDataLenUsedForKey> KeyType; in test_binHashKey() 98 GrBinHashKey<BogusEntry, kDataLenUsedForKey-1> keyBust; in test_binHashKey() 137 GrBinHashKey<BogusEntry, kDataLenUsedForKey-1> keyBust2; in test_binHashKey() 143 GrBinHashKey<BogusEntry, kDataLenUsedForKey-1> keyBust3; in test_binHashKey()
|
D | GrGpuGLShaders.cpp | 36 typedef GrBinHashKey<Entry, 4> ProgramHashKey; // Flex the dynamic allocation muscle in debug 38 typedef GrBinHashKey<Entry, 64> ProgramHashKey;
|