Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBackendUtils.cpp76 DXGI_FORMAT dxgiFormat; in GrBackendFormatToCompressionType() local
122 DXGI_FORMAT dxgiFormat; in GrBackendFormatBytesPerBlock() local
182 DXGI_FORMAT dxgiFormat; in GrBackendFormatStencilBits() local
DGrBackendSurface.cpp186 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/d3d/
DGrD3DCaps.cpp767 DXGI_FORMAT dxgiFormat; in isFormatSRGB() local
781 DXGI_FORMAT dxgiFormat; in isFormatTexturable() local
796 DXGI_FORMAT dxgiFormat; in isFormatAsColorTypeRenderable() local
811 DXGI_FORMAT dxgiFormat; in isFormatRenderable() local
829 DXGI_FORMAT dxgiFormat; in getRenderTargetSampleCount() local
862 DXGI_FORMAT dxgiFormat; in maxRenderTargetSampleCount() local
887 DXGI_FORMAT dxgiFormat; in supportedWritePixelsColorType() local
936 DXGI_FORMAT dxgiFormat; in onAreColorTypeAndFormatCompatible() local
974 DXGI_FORMAT dxgiFormat; in onGetReadSwizzle() local
988 DXGI_FORMAT dxgiFormat; in getWriteSwizzle() local
[all …]
DGrD3DUtil.h95 static constexpr const char* GrDxgiFormatToStr(DXGI_FORMAT dxgiFormat) { in GrDxgiFormatToStr()
DGrD3DTextureResource.h38 DXGI_FORMAT dxgiFormat() const { return fInfo.fFormat; } in dxgiFormat() function
DGrD3DGpu.cpp254 DXGI_FORMAT dxgiFormat, in createD3DTexture()
303 DXGI_FORMAT dxgiFormat; in onCreateTexture() local
324 static void copy_compressed_data(char* mapPtr, DXGI_FORMAT dxgiFormat, in copy_compressed_data()
349 DXGI_FORMAT dxgiFormat; in onCreateCompressedTexture() local
1068 bool GrD3DGpu::createTextureResourceForBackendSurface(DXGI_FORMAT dxgiFormat, in createTextureResourceForBackendSurface()
1149 DXGI_FORMAT dxgiFormat; in onCreateBackendTexture() local
1171 DXGI_FORMAT dxgiFormat, in copy_color_data()
1407 DXGI_FORMAT dxgiFormat = this->d3dCaps().getFormatFromColorType(colorType); in createTestingOnlyBackendRenderTarget() local
/external/angle/src/tests/gl_tests/
DD3DTextureTest.cpp468 for (auto dxgiFormat : dxgiFormats) in TEST_P() local
568 for (auto dxgiFormat : dxgiFormats) in TEST_P() local
/external/angle/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()