Searched refs:texturable (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.mm | 413 bool GrMtlGpu::createTestingOnlyMtlTextureInfo(GrColorType colorType, int w, int h, bool texturable, 417 SkASSERT(texturable || renderable); 418 if (!texturable) { 429 if (texturable && !fMtlCaps->isConfigTexturable(config)) { 451 desc.usage = texturable ? MTLTextureUsageShaderRead : 0;
|
D | GrMtlGpu.h | 178 bool createTestingOnlyMtlTextureInfo(GrColorType colorType, int w, int h, bool texturable,
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 472 bool GrMtlGpu::createTestingOnlyMtlTextureInfo(GrColorType colorType, int w, int h, bool texturable, 476 SkASSERT(texturable || renderable); 477 if (!texturable) { 488 if (texturable && !fMtlCaps->isConfigTexturable(config)) { 511 desc.usage = texturable ? MTLTextureUsageShaderRead : 0;
|
D | GrMtlGpu.h | 204 bool createTestingOnlyMtlTextureInfo(GrColorType colorType, int w, int h, bool texturable,
|
/external/skqp/src/image/ |
D | SkSurface_Gpu.cpp | 387 bool texturable) { in validate_backend_texture() argument 414 if (texturable && !ctx->contextPriv().caps()->isConfigTexturable(*config)) { in validate_backend_texture()
|
/external/skia/src/image/ |
D | SkSurface_Gpu.cpp | 402 bool texturable) { in validate_backend_texture() argument 429 if (texturable && !ctx->priv().caps()->isConfigTexturable(*config)) { in validate_backend_texture()
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.cpp | 1327 bool GrVkGpu::createTestingOnlyVkImage(GrPixelConfig config, int w, int h, bool texturable, in createTestingOnlyVkImage() argument 1330 SkASSERT(texturable || renderable); in createTestingOnlyVkImage() 1331 if (!texturable) { in createTestingOnlyVkImage() 1340 if (texturable && !fVkCaps->isConfigTexturable(config)) { in createTestingOnlyVkImage() 1356 if (texturable) { in createTestingOnlyVkImage() 1574 if (texturable) { in createTestingOnlyVkImage()
|
D | GrVkGpu.h | 258 bool createTestingOnlyVkImage(GrPixelConfig config, int w, int h, bool texturable,
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 1339 bool GrVkGpu::createTestingOnlyVkImage(GrPixelConfig config, int w, int h, bool texturable, in createTestingOnlyVkImage() argument 1342 SkASSERT(texturable || renderable); in createTestingOnlyVkImage() 1343 if (!texturable) { in createTestingOnlyVkImage() 1352 if (texturable && !fVkCaps->isConfigTexturable(config)) { in createTestingOnlyVkImage() 1368 if (texturable) { in createTestingOnlyVkImage() 1586 if (texturable) { in createTestingOnlyVkImage()
|
D | GrVkGpu.h | 269 bool createTestingOnlyVkImage(GrPixelConfig config, int w, int h, bool texturable,
|