Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Drenderer9_utils.h47 GLenum ConvertDepthStencilFormat(D3DFORMAT format);
Drenderer11_utils.h42 GLenum ConvertDepthStencilFormat(DXGI_FORMAT format);
Drenderer9_utils.cpp371 GLenum ConvertDepthStencilFormat(D3DFORMAT format) in ConvertDepthStencilFormat() function
Drenderer11_utils.cpp227 GLenum ConvertDepthStencilFormat(DXGI_FORMAT format) in ConvertDepthStencilFormat() function
DRenderer9.cpp589 … newConfig.depthStencilFormat = d3d9_gl::ConvertDepthStencilFormat(depthStencilFormat); in generateConfigs()
DRenderer11.cpp468 … newConfig.depthStencilFormat = d3d11_gl::ConvertDepthStencilFormat(depthStencilFormat); in generateConfigs()