/third_party/skia/src/gpu/mtl/ |
D | GrMtlTextureRenderTarget.mm | 76 sk_sp<GrMtlAttachment> textureAttachment = 79 if (!textureAttachment) { 84 textureAttachment->mtlTexture().usage); 89 if (!create_rt_attachments(gpu, dimensions, format, sampleCnt, textureAttachment, 97 gpu, budgeted, dimensions, std::move(textureAttachment), std::move(colorAttachment), 116 sk_sp<GrMtlAttachment> textureAttachment = 118 if (!textureAttachment) { 124 if (!create_rt_attachments(gpu, dimensions, texture.pixelFormat, sampleCnt, textureAttachment, 132 gpu, dimensions, std::move(textureAttachment), std::move(colorAttachment),
|
D | GrMtlRenderTarget.mm | 56 sk_sp<GrMtlAttachment> textureAttachment = 78 gpu, dimensions, std::move(colorAttachment), std::move(textureAttachment), 83 mtlRT = new GrMtlRenderTarget(gpu, dimensions, std::move(textureAttachment), nil, 87 mtlRT = new GrMtlRenderTarget(gpu, dimensions, std::move(textureAttachment), nil,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 460 textureCaps.textureAttachment = SUCCEEDED( in GenerateTextureFormatCaps() 463 if (textureCaps.textureAttachment && (formatInfo.colorEncoding == GL_SRGB)) in GenerateTextureFormatCaps() 465 textureCaps.textureAttachment = SUCCEEDED(d3d9->CheckDeviceFormat( in GenerateTextureFormatCaps() 471 !textureCaps.textureAttachment) in GenerateTextureFormatCaps() 473 textureCaps.textureAttachment = SUCCEEDED( in GenerateTextureFormatCaps() 477 textureCaps.renderbuffer = textureCaps.textureAttachment; in GenerateTextureFormatCaps()
|
D | Renderer9.cpp | 503 ASSERT(colorBufferFormatCaps.textureAttachment); in generateConfigs() 514 ASSERT(depthStencilBufferFormatCaps.textureAttachment || in generateConfigs()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 450 textureCaps.textureAttachment = SUCCEEDED( in GenerateTextureFormatCaps() 455 !textureCaps.textureAttachment) in GenerateTextureFormatCaps() 457 textureCaps.textureAttachment = SUCCEEDED( in GenerateTextureFormatCaps() 461 textureCaps.renderbuffer = textureCaps.textureAttachment; in GenerateTextureFormatCaps()
|
D | Renderer9.cpp | 489 ASSERT(colorBufferFormatCaps.textureAttachment); in generateConfigs() 500 ASSERT(depthStencilBufferFormatCaps.textureAttachment || in generateConfigs()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | formatutilsgl.h | 58 SupportRequirement textureAttachment; member
|
D | renderergl_utils.cpp | 242 textureCaps.textureAttachment = MeetsRequirements(functions, formatInfo.textureAttachment); in GenerateTextureFormatCaps() 250 if (textureCaps.textureAttachment) in GenerateTextureFormatCaps() 252 textureCaps.textureAttachment = in GenerateTextureFormatCaps() 1601 return nativegl_gl::MeetsRequirements(functions, nativeInfo.textureAttachment); in SupportsNativeRendering()
|
D | formatutilsgl.cpp | 35 InternalFormat::InternalFormat() : texture(), filter(), textureAttachment(), renderbuffer() {} in InternalFormat() 130 formatInfo.glInfo.textureAttachment = desktopRender; in InsertFormatMapping() 134 formatInfo.glesInfo.textureAttachment = esTextureAttachment; in InsertFormatMapping()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanFormatTablesTest.cpp | 109 EXPECT_EQ(isRenderable, textureCaps.textureAttachment) << vkFormat.vkImageFormat; in TEST_P()
|
D | D3D11FormatTablesTest.cpp | 122 EXPECT_EQ(renderable, textureInfo.textureAttachment) in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanFormatTablesTest.cpp | 114 EXPECT_EQ(isRenderable, textureCaps.textureAttachment) << actualImageVkFormat; in TEST_P()
|
D | D3D11FormatTablesTest.cpp | 123 EXPECT_EQ(renderable, textureInfo.textureAttachment) in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | formatutilsgl.h | 60 SupportRequirement textureAttachment; member
|
D | renderergl_utils.cpp | 441 textureCaps.textureAttachment = MeetsRequirements(functions, formatInfo.textureAttachment); in GenerateTextureFormatCaps() 443 textureCaps.blendable = textureCaps.renderbuffer || textureCaps.textureAttachment; in GenerateTextureFormatCaps() 453 textureCaps.textureAttachment = true; in GenerateTextureFormatCaps() 462 if (textureCaps.textureAttachment) in GenerateTextureFormatCaps() 464 textureCaps.textureAttachment = in GenerateTextureFormatCaps() 2300 return nativegl_gl::MeetsRequirements(functions, nativeInfo.textureAttachment); in SupportsNativeRendering()
|
D | formatutilsgl.cpp | 37 InternalFormat::InternalFormat() : texture(), filter(), textureAttachment(), renderbuffer() {} in InternalFormat() 147 formatInfo.glInfo.textureAttachment = desktopRender; in InsertFormatMapping() 151 formatInfo.glesInfo.textureAttachment = esTextureAttachment; in InsertFormatMapping()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 35 outTextureCaps->textureAttachment = in FillTextureFormatCaps() 37 outTextureCaps->renderbuffer = outTextureCaps->textureAttachment; in FillTextureFormatCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 44 outTextureCaps->textureAttachment = in FillTextureFormatCaps() 47 outTextureCaps->renderbuffer = outTextureCaps->textureAttachment; in FillTextureFormatCaps()
|
/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 = 153 textureCaps.textureAttachment = textureCaps.renderbuffer;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 39 bool textureAttachment = false; member
|
D | Caps.cpp | 73 caps.textureAttachment = internalFormatInfo.textureAttachmentSupport(clientVersion, extensions); in GenerateMinimumTextureCaps() 185 if (requiresAttachingTexture && !cap.textureAttachment) in GetFormatSupportBase()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 39 bool textureAttachment = false; member
|
D | Caps.cpp | 72 caps.textureAttachment = internalFormatInfo.textureAttachmentSupport(clientVersion, extensions); in GenerateMinimumTextureCaps() 178 if (requiresAttachingTexture && !cap.textureAttachment) in GetFormatSupportBase()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 122 textureCaps.textureAttachment = in GenerateTextureFormatCaps() 125 textureCaps.renderbuffer = textureCaps.textureAttachment; in GenerateTextureFormatCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 109 textureCaps.textureAttachment = in GenerateTextureFormatCaps() 112 textureCaps.renderbuffer = textureCaps.textureAttachment; in GenerateTextureFormatCaps()
|