/external/skqp/src/gpu/mock/ |
D | GrMockGpu.h | 59 sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc&, SkBudgeted, const GrMipLevel[],
|
D | GrMockGpu.cpp | 88 sk_sp<GrTexture> GrMockGpu::onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted, in onCreateTexture() function in GrMockGpu
|
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 59 sk_sp<GrTexture> onCreateTexture(SkISize,
|
D | GrMockGpu.cpp | 94 sk_sp<GrTexture> GrMockGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrMockGpu
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.h | 132 sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted,
|
D | GrMtlGpu.mm | 238 sk_sp<GrTexture> GrMtlGpu::onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted, function
|
/external/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 111 sk_sp<GrTexture> onCreateTexture(SkISize,
|
D | GrDawnGpu.cpp | 213 sk_sp<GrTexture> GrDawnGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrDawnGpu
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 148 sk_sp<GrTexture> onCreateTexture(SkISize,
|
D | GrMtlGpu.mm | 543 sk_sp<GrTexture> GrMtlGpu::onCreateTexture(SkISize dimensions, function
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.h | 184 sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc&, SkBudgeted, const GrMipLevel[],
|
D | GrVkGpu.cpp | 922 sk_sp<GrTexture> GrVkGpu::onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted, in onCreateTexture() function in GrVkGpu
|
/external/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 134 sk_sp<GrTexture> onCreateTexture(SkISize,
|
D | GrD3DGpu.cpp | 295 sk_sp<GrTexture> GrD3DGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrD3DGpu
|
/external/skqp/src/gpu/ |
D | GrGpu.h | 457 virtual sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc&, SkBudgeted,
|
D | GrGpu.cpp | 131 sk_sp<GrTexture> tex = this->onCreateTexture(desc, budgeted, texels, mipLevelCount); in createTexture()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 238 sk_sp<GrTexture> onCreateTexture(SkISize,
|
D | GrVkGpu.cpp | 1031 sk_sp<GrTexture> GrVkGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrVkGpu
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.h | 187 sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted,
|
D | GrGLGpu.cpp | 1538 sk_sp<GrTexture> GrGLGpu::onCreateTexture(const GrSurfaceDesc& desc, in onCreateTexture() function in GrGLGpu
|
/external/skia/src/gpu/ |
D | GrGpu.h | 684 virtual sk_sp<GrTexture> onCreateTexture(SkISize dimensions,
|
D | GrGpu.cpp | 126 auto tex = this->onCreateTexture(dimensions, in createTextureCommon()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 235 sk_sp<GrTexture> onCreateTexture(SkISize dimensions,
|
D | GrGLGpu.cpp | 1288 sk_sp<GrTexture> GrGLGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrGLGpu
|