Home
last modified time | relevance | path

Searched defs:dxgiFormat (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/src/gpu/
DGrBackendUtils.cpp78 DXGI_FORMAT dxgiFormat; in GrBackendFormatToCompressionType() local
124 DXGI_FORMAT dxgiFormat; in GrBackendFormatBytesPerBlock() local
184 DXGI_FORMAT dxgiFormat; in GrBackendFormatStencilBits() local
DGrBackendSurface.cpp188 GrBackendFormat::GrBackendFormat(DXGI_FORMAT dxgiFormat) in GrBackendFormat()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Ddxgi_format_map_autogen.cpp21 GLenum GetComponentType(DXGI_FORMAT dxgiFormat) in GetComponentType()
270 const Format &GetFormat(DXGI_FORMAT dxgiFormat) in GetFormat()
Ddxgi_support_table_autogen.cpp45 const DXGISupport &GetDXGISupport_9_3(DXGI_FORMAT dxgiFormat) in GetDXGISupport_9_3()
638 const DXGISupport &GetDXGISupport_10_0(DXGI_FORMAT dxgiFormat) in GetDXGISupport_10_0()
1231 const DXGISupport &GetDXGISupport_10_1(DXGI_FORMAT dxgiFormat) in GetDXGISupport_10_1()
1824 const DXGISupport &GetDXGISupport_11_0(DXGI_FORMAT dxgiFormat) in GetDXGISupport_11_0()
2417 const DXGISupport &GetDXGISupport_11_1(DXGI_FORMAT dxgiFormat) in GetDXGISupport_11_1()
3021 const DXGISupport &GetDXGISupport(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in GetDXGISupport()
Dformatutils11.cpp28 bool SupportsMipGen(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in SupportsMipGen()
DImage11.cpp535 const DXGI_FORMAT dxgiFormat = getDXGIFormat(); in createStagingTexture() local
DResourceManager11.cpp256 DXGI_FORMAT GetTypedDepthStencilFormat(DXGI_FORMAT dxgiFormat) in GetTypedDepthStencilFormat()
Drenderer11_utils.cpp66 bool query(DXGI_FORMAT dxgiFormat, UINT supportMask) in query()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddxgi_format_map_autogen.cpp21 GLenum GetComponentType(DXGI_FORMAT dxgiFormat) in GetComponentType()
270 const Format &GetFormat(DXGI_FORMAT dxgiFormat) in GetFormat()
Ddxgi_support_table_autogen.cpp45 const DXGISupport &GetDXGISupport_9_3(DXGI_FORMAT dxgiFormat) in GetDXGISupport_9_3()
638 const DXGISupport &GetDXGISupport_10_0(DXGI_FORMAT dxgiFormat) in GetDXGISupport_10_0()
1231 const DXGISupport &GetDXGISupport_10_1(DXGI_FORMAT dxgiFormat) in GetDXGISupport_10_1()
1824 const DXGISupport &GetDXGISupport_11_0(DXGI_FORMAT dxgiFormat) in GetDXGISupport_11_0()
2417 const DXGISupport &GetDXGISupport_11_1(DXGI_FORMAT dxgiFormat) in GetDXGISupport_11_1()
3021 const DXGISupport &GetDXGISupport(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in GetDXGISupport()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp772 DXGI_FORMAT dxgiFormat; in isFormatSRGB() local
786 DXGI_FORMAT dxgiFormat; in isFormatTexturable() local
801 DXGI_FORMAT dxgiFormat; in isFormatAsColorTypeRenderable() local
816 DXGI_FORMAT dxgiFormat; in isFormatRenderable() local
834 DXGI_FORMAT dxgiFormat; in getRenderTargetSampleCount() local
867 DXGI_FORMAT dxgiFormat; in maxRenderTargetSampleCount() local
892 DXGI_FORMAT dxgiFormat; in supportedWritePixelsColorType() local
940 DXGI_FORMAT dxgiFormat; in onAreColorTypeAndFormatCompatible() local
978 DXGI_FORMAT dxgiFormat; in onGetReadSwizzle() local
993 DXGI_FORMAT dxgiFormat; in getWriteSwizzle() local
[all …]
DGrD3DUtil.h137 static constexpr const char* GrDxgiFormatToStr(DXGI_FORMAT dxgiFormat) { in GrDxgiFormatToStr()
DGrD3DTextureResource.h38 DXGI_FORMAT dxgiFormat() const { return fInfo.fFormat; } in dxgiFormat() function
DGrD3DGpu.cpp255 DXGI_FORMAT dxgiFormat, in createD3DTexture()
304 DXGI_FORMAT dxgiFormat; in onCreateTexture() local
325 static void copy_compressed_data(char* mapPtr, DXGI_FORMAT dxgiFormat, in copy_compressed_data()
350 DXGI_FORMAT dxgiFormat; in onCreateCompressedTexture() local
1270 bool GrD3DGpu::createTextureResourceForBackendSurface(DXGI_FORMAT dxgiFormat, in createTextureResourceForBackendSurface()
1351 DXGI_FORMAT dxgiFormat; in onCreateBackendTexture() local
1373 DXGI_FORMAT dxgiFormat, in copy_color_data()
1609 DXGI_FORMAT dxgiFormat = this->d3dCaps().getFormatFromColorType(colorType); in createTestingOnlyBackendRenderTarget() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3DTextureTest.cpp474 for (auto dxgiFormat : dxgiFormats) in TEST_P() local
574 for (auto dxgiFormat : dxgiFormats) in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp28 bool SupportsMipGen(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in SupportsMipGen()
DImage11.cpp537 const DXGI_FORMAT dxgiFormat = getDXGIFormat(); in createStagingTexture() local
DResourceManager11.cpp256 DXGI_FORMAT GetTypedDepthStencilFormat(DXGI_FORMAT dxgiFormat) in GetTypedDepthStencilFormat()
Drenderer11_utils.cpp53 bool query(DXGI_FORMAT dxgiFormat, UINT supportMask) in query()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3DTextureTest.cpp469 for (auto dxgiFormat : dxgiFormats) in TEST_P() local
569 for (auto dxgiFormat : dxgiFormats) in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp602 DXGI_FORMAT dxgiFormat = needsTypelessFormat in InitializeAsInternalTexture() local
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_d3d11.c783 D3D11_DXGIFormatToSDLPixelFormat(DXGI_FORMAT dxgiFormat) { in D3D11_DXGIFormatToSDLPixelFormat()