Searched refs:MakeNewTexture (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/mtl/ |
D | GrMtlTexture.h | 19 static sk_sp<GrMtlTexture> MakeNewTexture(GrMtlGpu*,
|
D | GrMtlTexture.mm | 72 sk_sp<GrMtlTexture> GrMtlTexture::MakeNewTexture(GrMtlGpu* gpu, function
|
D | GrMtlGpu.mm | 488 tex = GrMtlTexture::MakeNewTexture(this, budgeted, dimensions, texDesc, mipMapsStatus); 553 auto tex = GrMtlTexture::MakeNewTexture(this, budgeted, dimensions, texDesc, mipMapsStatus);
|
/external/skqp/src/gpu/vk/ |
D | GrVkTexture.h | 21 static sk_sp<GrVkTexture> MakeNewTexture(GrVkGpu*,
|
D | GrVkTexture.cpp | 69 sk_sp<GrVkTexture> GrVkTexture::MakeNewTexture(GrVkGpu* gpu, SkBudgeted budgeted, in MakeNewTexture() function in GrVkTexture
|
D | GrVkGpu.cpp | 710 copyTexture = GrVkTexture::MakeNewTexture(this, SkBudgeted::kYes, surfDesc, imageDesc, in uploadTexDataOptimal() 974 tex = GrVkTexture::MakeNewTexture(this, budgeted, desc, imageDesc, mipMapsStatus); in onCreateTexture()
|
/external/skia/src/gpu/vk/ |
D | GrVkTexture.h | 24 static sk_sp<GrVkTexture> MakeNewTexture(GrVkGpu*,
|
D | GrVkTexture.cpp | 79 sk_sp<GrVkTexture> GrVkTexture::MakeNewTexture(GrVkGpu* gpu, SkBudgeted budgeted, in MakeNewTexture() function in GrVkTexture
|
D | GrVkGpu.cpp | 855 copyTexture = GrVkTexture::MakeNewTexture(this, SkBudgeted::kYes, {width, height}, in uploadTexDataOptimal() 1041 tex = GrVkTexture::MakeNewTexture(this, budgeted, dimensions, imageDesc, mipMapsStatus); in onCreateTexture() 1119 auto tex = GrVkTexture::MakeNewTexture(this, budgeted, dimensions, imageDesc, mipMapsStatus); in onCreateCompressedTexture()
|