/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 34 outTextureCaps->texturable = in FillTextureFormatCaps() 45 outTextureCaps->texturable && in FillTextureFormatCaps() 279 if (textureCaps.texturable) in initialize() 296 if (textureCaps.texturable) in initialize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 431 textureCaps.texturable = SUCCEEDED(d3d9->CheckDeviceFormat( in GenerateTextureFormatCaps() 436 textureCaps.texturable = in GenerateTextureFormatCaps() 441 if (textureCaps.texturable && (formatInfo.colorEncoding == GL_SRGB)) in GenerateTextureFormatCaps() 443 textureCaps.texturable = in GenerateTextureFormatCaps()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanFormatTablesTest.cpp | 89 EXPECT_EQ(isTexturable, textureCaps.texturable) << actualImageVkFormat; in TEST_P()
|
D | D3D11FormatTablesTest.cpp | 74 EXPECT_EQ(textureable, textureInfo.texturable) << " for " << gl::FmtHex(internalFormat); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanFormatTablesTest.cpp | 86 EXPECT_EQ(isTexturable, textureCaps.texturable) << vkFormat.vkImageFormat; in TEST_P()
|
D | D3D11FormatTablesTest.cpp | 73 EXPECT_EQ(textureable, textureInfo.texturable) << " for " << gl::FmtHex(internalFormat); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 31 outTextureCaps->texturable = in FillTextureFormatCaps() 230 if (textureCaps.texturable) in initialize()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 651 int w, int h, bool texturable, 655 SkASSERT(texturable || renderable); 656 if (!texturable) { 661 if (texturable && !fMtlCaps->isFormatTexturable(format)) { 693 desc.usage = texturable ? MTLTextureUsageShaderRead : 0;
|
D | GrMtlGpu.h | 229 int w, int h, bool texturable,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 431 textureCaps.texturable = SUCCEEDED(d3d9->CheckDeviceFormat( in GenerateTextureFormatCaps() 436 textureCaps.texturable = in GenerateTextureFormatCaps()
|
/third_party/skia/src/image/ |
D | SkSurface_Gpu.cpp | 430 bool texturable) { in validate_backend_texture() argument 448 if (texturable && !caps->isFormatTexturable(backendFormat, tex.textureType())) { in validate_backend_texture()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_format_utils.mm | 112 caps->texturable = caps->filterable = caps->textureAttachment = caps->renderbuffer = 152 textureCaps.texturable = true;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 33 bool texturable = false; member
|
D | Caps.cpp | 71 caps.texturable = internalFormatInfo.textureSupport(clientVersion, extensions); in GenerateMinimumTextureCaps() 175 if (requiresTexturing && !cap.texturable) in GetFormatSupportBase()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 282 GrTexturable texturable,
|
D | GrD3DGpu.cpp | 1272 GrTexturable texturable, in createTextureResourceForBackendSurface() argument 1278 SkASSERT(texturable == GrTexturable::kYes || renderable == GrRenderable::kYes); in createTextureResourceForBackendSurface() 1284 if (texturable == GrTexturable::kYes && !this->d3dCaps().isFormatTexturable(dxgiFormat)) { in createTextureResourceForBackendSurface()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 1553 bool GrVkGpu::createVkImageForBackendSurface(VkFormat vkFormat, int w, int h, bool texturable, in createVkImageForBackendSurface() argument 1558 SkASSERT(texturable || renderable); in createVkImageForBackendSurface() 1559 if (!texturable) { in createVkImageForBackendSurface() 1568 if (texturable && !fVkCaps->isVkFormatTexturable(vkFormat)) { in createVkImageForBackendSurface() 1584 if (texturable) { in createVkImageForBackendSurface() 1779 } else if (texturable) { in createVkImageForBackendSurface()
|
D | GrVkGpu.h | 277 bool createVkImageForBackendSurface(VkFormat vkFormat, int w, int h, bool texturable,
|
/third_party/flutter/skia/src/image/ |
D | SkSurface_Gpu.cpp | 403 bool texturable) { in validate_backend_texture() argument 421 if (texturable && !caps->isFormatTexturable(backendFormat)) { in validate_backend_texture()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 33 bool texturable = false; member
|
D | Caps.cpp | 70 caps.texturable = internalFormatInfo.textureSupport(clientVersion, extensions); in GenerateMinimumTextureCaps() 168 if (requiresTexturing && !cap.texturable) in GetFormatSupportBase()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 1541 GrTexturable texturable, in createVkImageForBackendSurface() argument 1546 SkASSERT(texturable == GrTexturable::kYes || renderable == GrRenderable::kYes); in createVkImageForBackendSurface() 1552 if (texturable == GrTexturable::kYes && !fVkCaps->isVkFormatTexturable(vkFormat)) { in createVkImageForBackendSurface() 1557 if (sampleCnt > 1 && (texturable == GrTexturable::kYes || renderable == GrRenderable::kNo)) { in createVkImageForBackendSurface() 1576 if (texturable == GrTexturable::kYes) { in createVkImageForBackendSurface()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_view.txt | 457 formats differently than GL, depth formats are not texturable and 459 depth formats are all texturable and we don't have equivalent RG
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_view.txt | 447 formats differently than GL, depth formats are not texturable and 449 depth formats are all texturable and we don't have equivalent RG
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 866 GrTexturable texturable, 870 SkASSERT(texturable == GrTexturable::kYes || renderable == GrRenderable::kYes); 872 if (texturable == GrTexturable::kYes && !fMtlCaps->isFormatTexturable(mtlFormat)) { 892 MTLTextureUsage usage = texturable == GrTexturable::kYes ? MTLTextureUsageShaderRead : 0;
|