/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()
|
D | vk_caps_utils.cpp | 53 if (baseCaps.texturable && baseCaps.filterable) in FormatReinterpretationSupported()
|
/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/skia/src/image/ |
D | SkSurface_Gpu.cpp | 437 bool texturable) { in validate_backend_texture() argument 455 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()
|
D | Context.cpp | 3947 formatCaps.texturable = formatCaps.texturable && in updateCaps() 3999 if (formatCaps.texturable) in updateCaps() 4017 if (formatCaps.texturable && formatInfo.compressed) in updateCaps()
|
/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/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 1549 GrTexturable texturable, in createVkImageForBackendSurface() argument 1554 SkASSERT(texturable == GrTexturable::kYes || renderable == GrRenderable::kYes); in createVkImageForBackendSurface() 1560 if (texturable == GrTexturable::kYes && !fVkCaps->isVkFormatTexturable(vkFormat)) { in createVkImageForBackendSurface() 1565 if (sampleCnt > 1 && (texturable == GrTexturable::kYes || renderable == GrRenderable::kNo)) { in createVkImageForBackendSurface() 1584 if (texturable == GrTexturable::kYes) { in createVkImageForBackendSurface()
|
/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/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/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;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 438 textureCaps.texturable = MeetsRequirements(functions, formatInfo.texture); in GenerateTextureFormatCaps() 440 textureCaps.texturable && MeetsRequirements(functions, formatInfo.filter); in GenerateTextureFormatCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 106 textureCaps.texturable = support.query(formatInfo.texFormat, texSupportMask); in GenerateTextureFormatCaps()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_framebuffer_object.txt | 2807 share-able, non-texturable renderable entitites that can be
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_framebuffer_object.txt | 2807 share-able, non-texturable renderable entitites that can be
|