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/d3d9/
RenderTarget9.cpp 36 mInternalFormat = d3d9_gl::GetInternalFormat(description.Format);
37 mActualFormat = d3d9_gl::GetInternalFormat(description.Format);
38 mSamples = d3d9_gl::GetSamplesCount(description.MultiSampleType);
110 mActualFormat = d3d9_gl::GetInternalFormat(renderFormat);
formatutils9.h 66 namespace d3d9_gl namespace in namespace:rx
formatutils9.cpp 832 namespace d3d9_gl namespace in namespace:rx
    [all...]
Blit9.cpp 299 d3d9_gl::IsFormatChannelEquivalent(destDesc.Format, destFormat, mRenderer->getCurrentClientVersion())) // Can use StretchRect
Image9.cpp 149 mActualFormat = d3d9_gl::GetInternalFormat(mD3DFormat);
Renderer9.cpp 583 newConfig.renderTargetFormat = d3d9_gl::GetInternalFormat(renderTargetFormat);
584 newConfig.depthStencilFormat = d3d9_gl::GetInternalFormat(depthStencilFormat);
    [all...]

Completed in 101 milliseconds