Searched refs:uploadTexDataOptimal (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.h | 249 bool uploadTexDataOptimal(GrVkTexture* tex, int left, int top, int width, int height,
|
D | GrVkGpu.cpp | 417 success = this->uploadTexDataOptimal(vkTex, left, top, width, height, srcColorType, texels, in onWritePixels() 591 bool GrVkGpu::uploadTexDataOptimal(GrVkTexture* tex, int left, int top, int width, int height, in uploadTexDataOptimal() function in GrVkGpu 989 success = this->uploadTexDataOptimal(tex.get(), 0, 0, desc.fWidth, desc.fHeight, in onCreateTexture()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 337 bool uploadTexDataOptimal(GrVkAttachment* tex, int left, int top, int width, int height,
|
D | GrVkGpu.cpp | 516 success = this->uploadTexDataOptimal(texAttachment, left, top, width, height, srcColorType, in onWritePixels() 843 bool GrVkGpu::uploadTexDataOptimal(GrVkAttachment* texAttachment, int left, int top, int width, in uploadTexDataOptimal() function in GrVkGpu
|