Searched refs:createTestingOnlyVkImage (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.h | 258 bool createTestingOnlyVkImage(GrPixelConfig config, int w, int h, bool texturable,
|
D | GrVkGpu.cpp | 1327 bool GrVkGpu::createTestingOnlyVkImage(GrPixelConfig config, int w, int h, bool texturable, in createTestingOnlyVkImage() function in GrVkGpu 1672 if (!this->createTestingOnlyVkImage(config, w, h, true, isRenderTarget, mipMapped, srcData, in createTestingOnlyBackendTexture() 1725 if (!this->createTestingOnlyVkImage(config, w, h, false, true, GrMipMapped::kNo, nullptr, 0, in createTestingOnlyBackendRenderTarget()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 269 bool createTestingOnlyVkImage(GrPixelConfig config, int w, int h, bool texturable,
|
D | GrVkGpu.cpp | 1339 bool GrVkGpu::createTestingOnlyVkImage(GrPixelConfig config, int w, int h, bool texturable, in createTestingOnlyVkImage() function in GrVkGpu 1684 if (!this->createTestingOnlyVkImage(config, w, h, true, isRenderTarget, mipMapped, srcData, in createTestingOnlyBackendTexture() 1737 if (!this->createTestingOnlyVkImage(config, w, h, false, true, GrMipMapped::kNo, nullptr, 0, in createTestingOnlyBackendRenderTarget()
|