Lines Matching defs:data
468 GrAccessPattern accessPattern, const void* data) {
491 if (data && buff) {
492 buff->updateData(data, size);
520 SkDebugf("Can't upload mipmap data to linear tiled texture");
589 // Can't transfer compressed data
764 const void* data,
766 SkASSERT(data);
805 data,
843 // Get a staging buffer slice to hold our mip data.
965 // Get a staging buffer slice to hold our mip data.
992 // copy data into the buffer, skipping the trailing bytes
1038 const void* data, size_t dataSize) {
1042 SkASSERT(data);
1075 memcpy(buffer, data, dataSize);
1217 const void* data, size_t dataSize) {
1238 dimensions, mipMapped, data, dataSize)) {
1849 const void* data,
1898 memcpy(slice.fOffsetMapPtr, data, size);
2617 // we can copy the data out of the buffer.