Home
last modified time | relevance | path

Searched refs:textureAttachment (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/src/gpu/mtl/
DGrMtlTextureRenderTarget.mm76 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),
DGrMtlRenderTarget.mm56 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/
Drenderer9_utils.cpp460 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()
DRenderer9.cpp503 ASSERT(colorBufferFormatCaps.textureAttachment); in generateConfigs()
514 ASSERT(depthStencilBufferFormatCaps.textureAttachment || in generateConfigs()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp450 textureCaps.textureAttachment = SUCCEEDED( in GenerateTextureFormatCaps()
455 !textureCaps.textureAttachment) in GenerateTextureFormatCaps()
457 textureCaps.textureAttachment = SUCCEEDED( in GenerateTextureFormatCaps()
461 textureCaps.renderbuffer = textureCaps.textureAttachment; in GenerateTextureFormatCaps()
DRenderer9.cpp489 ASSERT(colorBufferFormatCaps.textureAttachment); in generateConfigs()
500 ASSERT(depthStencilBufferFormatCaps.textureAttachment || in generateConfigs()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dformatutilsgl.h58 SupportRequirement textureAttachment; member
Drenderergl_utils.cpp242 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()
Dformatutilsgl.cpp35 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/
DVulkanFormatTablesTest.cpp109 EXPECT_EQ(isRenderable, textureCaps.textureAttachment) << vkFormat.vkImageFormat; in TEST_P()
DD3D11FormatTablesTest.cpp122 EXPECT_EQ(renderable, textureInfo.textureAttachment) in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanFormatTablesTest.cpp114 EXPECT_EQ(isRenderable, textureCaps.textureAttachment) << actualImageVkFormat; in TEST_P()
DD3D11FormatTablesTest.cpp123 EXPECT_EQ(renderable, textureInfo.textureAttachment) in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dformatutilsgl.h60 SupportRequirement textureAttachment; member
Drenderergl_utils.cpp441 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()
Dformatutilsgl.cpp37 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/
Dvk_format_utils.cpp35 outTextureCaps->textureAttachment = in FillTextureFormatCaps()
37 outTextureCaps->renderbuffer = outTextureCaps->textureAttachment; in FillTextureFormatCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp44 outTextureCaps->textureAttachment = in FillTextureFormatCaps()
47 outTextureCaps->renderbuffer = outTextureCaps->textureAttachment; in FillTextureFormatCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_utils.mm112 caps->texturable = caps->filterable = caps->textureAttachment = caps->renderbuffer =
153 textureCaps.textureAttachment = textureCaps.renderbuffer;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h39 bool textureAttachment = false; member
DCaps.cpp73 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/
DCaps.h39 bool textureAttachment = false; member
DCaps.cpp72 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/
Drenderer11_utils.cpp122 textureCaps.textureAttachment = in GenerateTextureFormatCaps()
125 textureCaps.renderbuffer = textureCaps.textureAttachment; in GenerateTextureFormatCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp109 textureCaps.textureAttachment = in GenerateTextureFormatCaps()
112 textureCaps.renderbuffer = textureCaps.textureAttachment; in GenerateTextureFormatCaps()

12