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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
RenderTarget9.cpp 33 mInternalFormat = d3d9_gl::GetEquivalentFormat(description.Format);
34 mActualFormat = d3d9_gl::GetEquivalentFormat(description.Format);
35 mSamples = d3d9_gl::GetSamplesFromMultisampleType(description.MultiSampleType);
85 mActualFormat = d3d9_gl::GetEquivalentFormat(requestedFormat);
renderer9_utils.h 37 namespace d3d9_gl namespace
renderer9_utils.cpp 267 namespace d3d9_gl namespace
Blit.cpp 301 d3d9_gl::IsFormatChannelEquivalent(destDesc.Format, destFormat)) // Can use StretchRect
Image9.cpp 158 mActualFormat = d3d9_gl::GetEquivalentFormat(mD3DFormat);
Renderer9.cpp 588 newConfig.renderTargetFormat = d3d9_gl::ConvertBackBufferFormat(renderTargetFormat);
589 newConfig.depthStencilFormat = d3d9_gl::ConvertDepthStencilFormat(depthStencilFormat);
    [all...]

Completed in 37 milliseconds