Home
last modified time | relevance | path

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

/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/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()
DTextureTest.cpp4879 GLTexture textureAttachment; in TEST_P() local
4889 glBindTexture(GL_TEXTURE_2D, textureAttachment); in TEST_P()
4897 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, textureAttachment, in TEST_P()
4910 glCopyImageSubDataEXT(srcTexture, GL_TEXTURE_2D, 0, 0, 0, 0, textureAttachment, GL_TEXTURE_2D, 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/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()
DContext.cpp3951 formatCaps.textureAttachment = in updateCaps()
3952 formatCaps.textureAttachment && in updateCaps()
DvalidationES.cpp7992 if (!formatCaps.textureAttachment) in ValidateTexStorageMultisample()
/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()
DRenderer11.cpp1175 ASSERT(!colorBufferFormatCaps.textureAttachment); in generateConfigs()
1186 ASSERT(!depthStencilBufferFormatCaps.textureAttachment); in generateConfigs()