Searched refs:MakeNewTexture (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlTexture.h | 19 static sk_sp<GrMtlTexture> MakeNewTexture(GrMtlGpu*,
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkTexture.h | 24 static sk_sp<GrVkTexture> MakeNewTexture(GrVkGpu*,
|
H A D | GrVkTexture.cpp | 87 sk_sp<GrVkTexture> GrVkTexture::MakeNewTexture(GrVkGpu* gpu, SkBudgeted budgeted, in MakeNewTexture() function in GrVkTexture
|
H A D | GrVkGpu.cpp | 1170 tex = GrVkTexture::MakeNewTexture(this, budgeted, dimensions, pixelFormat, in onCreateTexture() 1230 auto tex = GrVkTexture::MakeNewTexture(this, budgeted, dimensions, pixelFormat, in onCreateCompressedTexture() 1263 sk_sp<GrVkTexture> texture = GrVkTexture::MakeNewTexture(this, budgeted, dimensions, pixelFormat, in onCreateCompressedTexture()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DTexture.h | 19 static sk_sp<GrD3DTexture> MakeNewTexture(GrD3DGpu*,
|
H A D | GrD3DTexture.cpp | 65 sk_sp<GrD3DTexture> GrD3DTexture::MakeNewTexture(GrD3DGpu* gpu, SkBudgeted budgeted, in MakeNewTexture() function in GrD3DTexture
|
H A D | GrD3DGpu.cpp | 291 return GrD3DTexture::MakeNewTexture(this, budgeted, dimensions, resourceDesc, isProtected, in createD3DTexture() 1102 uavTexture = GrD3DTexture::MakeNewTexture(this, SkBudgeted::kNo, tex->dimensions(), in onRegenerateMipMapLevels()
|
Completed in 9 milliseconds