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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.h 53 DXGI_FORMAT GetDSVFormat(GLenum internalFormat, GLuint clientVersion);
TextureStorage11.cpp 132 if (gl_d3d11::GetDSVFormat(internalFormat, clientVersion) != DXGI_FORMAT_UNKNOWN)
428 mDepthStencilFormat = gl_d3d11::GetDSVFormat(internalformat, clientVersion);
700 mDepthStencilFormat = gl_d3d11::GetDSVFormat(internalformat, clientVersion);
    [all...]
RenderTarget11.cpp 286 DXGI_FORMAT dsvFormat = gl_d3d11::GetDSVFormat(internalFormat, clientVersion);
SwapChain11.cpp 258 depthStencilDesc.Format = gl_d3d11::GetDSVFormat(mDepthBufferFormat, mRenderer->getCurrentClientVersion());
formatutils11.cpp     [all...]

Completed in 859 milliseconds