Home
last modified time | relevance | path

Searched refs:texelsShallowCopy (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/ganesh/vk/
DGrVkGpu.cpp1007 AutoTArray<GrMipLevel> texelsShallowCopy(mipLevelCount); in uploadTexDataOptimal() local
1008 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()