Home
last modified time | relevance | path

Searched refs:getD3DFormat (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderTarget9.h32 virtual D3DFORMAT getD3DFormat() const = 0;
58 D3DFORMAT getD3DFormat() const override;
89 D3DFORMAT getD3DFormat() const override;
DRenderTarget9.cpp102 D3DFORMAT TextureRenderTarget9::getD3DFormat() const in getD3DFormat() function in rx::TextureRenderTarget9
155 D3DFORMAT SurfaceRenderTarget9::getD3DFormat() const in getD3DFormat() function in rx::SurfaceRenderTarget9
DImage9.cpp264 const D3DFORMAT d3dFormat = getD3DFormat(); in createSurface()
337 D3DFORMAT Image9::getD3DFormat() const in getD3DFormat() function in rx::Image9
612 switch (getD3DFormat()) in copyFromRTInternal()
651 switch (getD3DFormat()) in copyFromRTInternal()
688 switch (getD3DFormat()) in copyFromRTInternal()
DImage9.h53 D3DFORMAT getD3DFormat() const;
DTextureStorage9.cpp298 mTextureFormat = renderTarget9->getD3DFormat(); in TextureStorage9_EGLImage()
DRenderer9.cpp1290 renderTargetFormat = colorRenderTarget->getD3DFormat(); in applyRenderTarget()
1932 d3d9::GetD3DFormatInfo(depthStencilRenderTarget->getD3DFormat()); in clear()
1950 d3d9::GetD3DFormatInfo(colorRenderTarget->getD3DFormat()); in clear()