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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.h 52 DXGI_FORMAT GetRTVFormat(GLenum internalFormat, GLuint clientVersion);
TextureStorage11.cpp 136 if (gl_d3d11::GetRTVFormat(internalFormat, clientVersion) != DXGI_FORMAT_UNKNOWN && renderTarget)
429 mRenderTargetFormat = gl_d3d11::GetRTVFormat(internalformat, clientVersion);
701 mRenderTargetFormat = gl_d3d11::GetRTVFormat(internalformat, clientVersion);
    [all...]
RenderTarget11.cpp 285 DXGI_FORMAT rtvFormat = gl_d3d11::GetRTVFormat(internalFormat, clientVersion);
Image11.cpp 132 mRenderable = gl_d3d11::GetRTVFormat(internalformat, clientVersion) != DXGI_FORMAT_UNKNOWN;
SwapChain11.cpp 207 offscreenRTVDesc.Format = gl_d3d11::GetRTVFormat(mBackBufferFormat, mRenderer->getCurrentClientVersion());
formatutils11.cpp     [all...]

Completed in 781 milliseconds