Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkGpu.h251 bool uploadTexDataCompressed(GrVkTexture* tex, int left, int top, int width, int height,
DGrVkGpu.cpp789 bool GrVkGpu::uploadTexDataCompressed(GrVkTexture* tex, int left, int top, int width, int height, in uploadTexDataCompressed() function in GrVkGpu
978 success = this->uploadTexDataCompressed(tex.get(), 0, 0, desc.fWidth, desc.fHeight, in onCreateTexture()
/external/skia/src/gpu/vk/
DGrVkGpu.h262 bool uploadTexDataCompressed(GrVkTexture* tex, int left, int top, int width, int height,
DGrVkGpu.cpp791 bool GrVkGpu::uploadTexDataCompressed(GrVkTexture* tex, int left, int top, int width, int height, in uploadTexDataCompressed() function in GrVkGpu
980 success = this->uploadTexDataCompressed(tex.get(), 0, 0, desc.fWidth, desc.fHeight, in onCreateTexture()