/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/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()
|
D | TextureTest.cpp | 4879 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/ |
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/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()
|
D | Context.cpp | 3951 formatCaps.textureAttachment = in updateCaps() 3952 formatCaps.textureAttachment && in updateCaps()
|
D | validationES.cpp | 7992 if (!formatCaps.textureAttachment) in ValidateTexStorageMultisample()
|
/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()
|
D | Renderer11.cpp | 1175 ASSERT(!colorBufferFormatCaps.textureAttachment); in generateConfigs() 1186 ASSERT(!depthStencilBufferFormatCaps.textureAttachment); in generateConfigs()
|