Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DImage9.cpp182 const D3DFORMAT d3dFormat = getD3DFormat(); in createSurface()
241 return TextureStorage9::IsTextureFormatRenderable(getD3DFormat()); in isRenderableFormat()
244 D3DFORMAT Image9::getD3DFormat() const in getD3DFormat() function in rx::Image9
386 …eOrBGRA(width, height, inputPitch, input, locked.Pitch, locked.pBits, getD3DFormat() == D3DFMT_L8); in loadData()
401 …eOrBGRA(width, height, inputPitch, input, locked.Pitch, locked.pBits, getD3DFormat() == D3DFMT_A8L… in loadData()
565 switch(getD3DFormat()) in copy()
607 switch(getD3DFormat()) in copy()
646 switch(getD3DFormat()) in copy()
DImage9.h43 D3DFORMAT getD3DFormat() const;