Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DTextureStorage9.cpp48 …else if(forceRenderable || (TextureStorage9::IsTextureFormatRenderable(d3dfmt) && (glusage == GL_F… in GetTextureUsage()
55 bool TextureStorage9::IsTextureFormatRenderable(D3DFORMAT format) in IsTextureFormatRenderable() function in rx::TextureStorage9
DTextureStorage9.h34 static bool IsTextureFormatRenderable(D3DFORMAT format);
DTextureStorage11.h33 static bool IsTextureFormatRenderable(DXGI_FORMAT format);
DTextureStorage11.cpp58 …else if(forceRenderable || (TextureStorage11::IsTextureFormatRenderable(format) && (glusage == GL_… in GetTextureBindFlags()
65 bool TextureStorage11::IsTextureFormatRenderable(DXGI_FORMAT format) in IsTextureFormatRenderable() function in rx::TextureStorage11
DImage11.cpp156 return TextureStorage11::IsTextureFormatRenderable(mDXGIFormat); in isRenderableFormat()
DImage9.cpp241 return TextureStorage9::IsTextureFormatRenderable(getD3DFormat()); in isRenderableFormat()