Searched refs:texelsShallowCopy (Results 1 – 1 of 1) sorted by relevance
1007 AutoTArray<GrMipLevel> texelsShallowCopy(mipLevelCount); in uploadTexDataOptimal() local1008 std::copy_n(texels, mipLevelCount, texelsShallowCopy.get()); in uploadTexDataOptimal()1018 SkASSERT(texelsShallowCopy[0].fPixels && texelsShallowCopy[0].fRowBytes); in uploadTexDataOptimal()1047 if (texelsShallowCopy[currentMipLevel].fPixels) { in uploadTexDataOptimal()1049 const size_t rowBytes = texelsShallowCopy[currentMipLevel].fRowBytes; in uploadTexDataOptimal()1053 const char* src = (const char*)texelsShallowCopy[currentMipLevel].fPixels; in uploadTexDataOptimal()