Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrBackendUtils.cpp80 DXGI_FORMAT dxgiFormat; in GrBackendFormatToCompressionType() local
130 DXGI_FORMAT dxgiFormat; in GrBackendFormatBytesPerBlock() local
195 DXGI_FORMAT dxgiFormat; in GrBackendFormatStencilBits() local
DGrBackendSurface.cpp199 GrBackendFormat::GrBackendFormat(DXGI_FORMAT dxgiFormat) in GrBackendFormat()
/external/angle/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()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCaps.cpp785 DXGI_FORMAT dxgiFormat; in isFormatSRGB() local
799 DXGI_FORMAT dxgiFormat; in isFormatTexturable() local
814 DXGI_FORMAT dxgiFormat; in isFormatAsColorTypeRenderable() local
829 DXGI_FORMAT dxgiFormat; in isFormatRenderable() local
847 DXGI_FORMAT dxgiFormat; in getRenderTargetSampleCount() local
880 DXGI_FORMAT dxgiFormat; in maxRenderTargetSampleCount() local
905 DXGI_FORMAT dxgiFormat; in supportedWritePixelsColorType() local
953 DXGI_FORMAT dxgiFormat; in onAreColorTypeAndFormatCompatible() local
992 DXGI_FORMAT dxgiFormat; in onGetReadSwizzle() local
1008 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.cpp259 DXGI_FORMAT dxgiFormat, in createD3DTexture()
310 DXGI_FORMAT dxgiFormat; in onCreateTexture() local
331 static void copy_compressed_data(char* mapPtr, DXGI_FORMAT dxgiFormat, in copy_compressed_data()
357 DXGI_FORMAT dxgiFormat; in onCreateCompressedTexture() local
1313 bool GrD3DGpu::createTextureResourceForBackendSurface(DXGI_FORMAT dxgiFormat, in createTextureResourceForBackendSurface()
1395 DXGI_FORMAT dxgiFormat; in onCreateBackendTexture() local
1417 DXGI_FORMAT dxgiFormat, in copy_color_data()
1657 DXGI_FORMAT dxgiFormat = this->d3dCaps().getFormatFromColorType(colorType); in createTestingOnlyBackendRenderTarget() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp29 bool SupportsMipGen(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in SupportsMipGen()
36 bool IsSupportedMultiplanarFormat(DXGI_FORMAT dxgiFormat) in IsSupportedMultiplanarFormat()
42 const Format &GetYUVPlaneFormat(DXGI_FORMAT dxgiFormat, int plane) in GetYUVPlaneFormat()
DResourceManager11.cpp256 DXGI_FORMAT GetTypedDepthStencilFormat(DXGI_FORMAT dxgiFormat) in GetTypedDepthStencilFormat()
273 DXGI_FORMAT GetTypedColorFormatForClearing(DXGI_FORMAT dxgiFormat) in GetTypedColorFormatForClearing()
DImage11.cpp540 const DXGI_FORMAT dxgiFormat = getDXGIFormat(); in createStagingTexture() local
Drenderer11_utils.cpp52 bool query(DXGI_FORMAT dxgiFormat, UINT supportMask) in query()
1398 for (DXGI_FORMAT dxgiFormat : optionalFormats) in HasTextureBufferSupport() local
/external/angle/src/tests/gl_tests/
DD3DTextureTest.cpp471 for (auto dxgiFormat : dxgiFormats) in TEST_P() local
571 for (auto dxgiFormat : dxgiFormats) in TEST_P() local