HomeSort by relevance Sort by last modified time
    Searched refs:IsTextureFormatRenderable (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
TextureStorage9.h 34 static bool IsTextureFormatRenderable(D3DFORMAT format);
TextureStorage11.h 33 static bool IsTextureFormatRenderable(DXGI_FORMAT format);
TextureStorage9.cpp 48 else if(forceRenderable || (TextureStorage9::IsTextureFormatRenderable(d3dfmt) && (glusage == GL_FRAMEBUFFER_ATTACHMENT_ANGLE)))
55 bool TextureStorage9::IsTextureFormatRenderable(D3DFORMAT format)
TextureStorage11.cpp 58 else if(forceRenderable || (TextureStorage11::IsTextureFormatRenderable(format) && (glusage == GL_FRAMEBUFFER_ATTACHMENT_ANGLE)))
65 bool TextureStorage11::IsTextureFormatRenderable(DXGI_FORMAT format)
Image11.cpp 156 return TextureStorage11::IsTextureFormatRenderable(mDXGIFormat);
Image9.cpp 241 return TextureStorage9::IsTextureFormatRenderable(getD3DFormat());

Completed in 84 milliseconds