Lines Matching refs:texelsShallowCopy
635 SkAutoTMalloc<GrMipLevel> texelsShallowCopy;
637 texelsShallowCopy.reset(mipLevelCount);
638 memcpy(texelsShallowCopy.get(), texels, mipLevelCount*sizeof(GrMipLevel));
645 if (!texelsShallowCopy[0].fPixels) {
657 if (texelsShallowCopy[currentMipLevel].fPixels) {
727 if (texelsShallowCopy[currentMipLevel].fPixels) {
730 const size_t rowBytes = texelsShallowCopy[currentMipLevel].fRowBytes
731 ? texelsShallowCopy[currentMipLevel].fRowBytes
736 const char* src = (const char*)texelsShallowCopy[currentMipLevel].fPixels;