Home
last modified time | relevance | path

Searched refs:glusage (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DTextureStorage9.cpp40 DWORD TextureStorage9::GetTextureUsage(D3DFORMAT d3dfmt, GLenum glusage, bool forceRenderable) in GetTextureUsage() argument
48 …else if(forceRenderable || (TextureStorage9::IsTextureFormatRenderable(d3dfmt) && (glusage == GL_F… in GetTextureUsage()
DTextureStorage9.h33 static DWORD GetTextureUsage(D3DFORMAT d3dfmt, GLenum glusage, bool forceRenderable);
DTextureStorage11.h32 static DWORD GetTextureBindFlags(DXGI_FORMAT d3dfmt, GLenum glusage, bool forceRenderable);
DTextureStorage11.cpp50 DWORD TextureStorage11::GetTextureBindFlags(DXGI_FORMAT format, GLenum glusage, bool forceRenderabl… in GetTextureBindFlags() argument
58 …else if(forceRenderable || (TextureStorage11::IsTextureFormatRenderable(format) && (glusage == GL_… in GetTextureBindFlags()