Lines Matching refs:data
73 // Current rule is that you can provide no level data, just the base, or all the levels.
184 SkData* data) {
190 if (data->getNativeBuffer() != nullptr) {
192 isProtected, data->getNativeBuffer(), data->size());
195 isProtected, data->data(), data->size());
477 uint16_t* data = (uint16_t*) buffer->map();
479 if (!data) {
481 data = temp.get();
487 data[baseIdx+j] = baseVert + pattern[j];
491 if (!buffer->updateData(data, bufferSize)) {
557 const void* data) {
562 return this->gpu()->createBuffer(size, intendedType, accessPattern, data);
585 if (data) {
586 buffer->updateData(data, size);
777 std::unique_ptr<char[]>* data) {
794 data->reset(new char[tempRB * dimensions.fHeight]);
795 outLevel->fPixels = data->get();
799 return GrConvertPixels( GrPixmap(dstInfo, data->get(), tempRB),