Searched refs:d3dfmt (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DTextureStorage9.cpp40 DWORD TextureStorage9::GetTextureUsage(D3DFORMAT d3dfmt, GLenum glusage, bool forceRenderable) argument
44 if (d3dfmt == D3DFMT_INTZ)
48 else if(forceRenderable || (TextureStorage9::IsTextureFormatRenderable(d3dfmt) && (glusage == GL_FRAMEBUFFER_ATTACHMENT_ANGLE)))
H A DTextureStorage11.h32 static DWORD GetTextureBindFlags(DXGI_FORMAT d3dfmt, GLenum glusage, bool forceRenderable);
H A DTextureStorage9.h33 static DWORD GetTextureUsage(D3DFORMAT d3dfmt, GLenum glusage, bool forceRenderable);

Completed in 70 milliseconds