Home
last modified time | relevance | path

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

/external/skia/src/gpu/dawn/
DGrDawnGpu.h203 void uploadTextureData(GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount,
DGrDawnGpu.cpp189 this->uploadTextureData(srcColorType, texels, mipLevelCount, in onWritePixels()
342 void GrDawnGpu::uploadTextureData(GrColorType srcColorType, const GrMipLevel texels[], in uploadTextureData() function in GrDawnGpu