Lines Matching refs:data
25 GrProcessorKeyBuilder(SkTArray<uint32_t, true>* data) : fData(data) {}
50 void addBytes(uint32_t numBytes, const void* data, const char* label) {
51 const uint8_t* bytes = reinterpret_cast<const uint8_t*>(data);
68 // but can also be called to create a break between generic data and backend-specific data.
85 GrProcessorStringKeyBuilder(SkTArray<uint32_t, true>* data) : INHERITED(data) {}
116 return fKey.data();
161 // This is strictly an OpenGL call since the other backends have additional data in their keys.