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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
RenderTarget9.cpp 47 const d3d9::D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(d3d9FormatInfo.renderFormat);
63 result = device->CreateDepthStencilSurface(width, height, d3d9FormatInfo.renderFormat,
70 result = device->CreateRenderTarget(width, height, d3d9FormatInfo.renderFormat,
formatutils9.h 62 D3DFORMAT renderFormat;
SwapChain9.cpp 158 presentParameters.AutoDepthStencilFormat = depthBufferd3dFormatInfo.renderFormat;
160 presentParameters.BackBufferFormat = backBufferd3dFormatInfo.renderFormat;
212 depthBufferd3dFormatInfo.renderFormat,
renderer9_utils.cpp 280 textureCaps.texturable = SUCCEEDED(d3d9->CheckDeviceFormat(adapter, deviceType, adapterFormat, 0, D3DRTYPE_TEXTURE, d3dFormatInfo.renderFormat));
281 textureCaps.filterable = SUCCEEDED(d3d9->CheckDeviceFormat(adapter, deviceType, adapterFormat, D3DUSAGE_QUERY_FILTER, D3DRTYPE_TEXTURE, d3dFormatInfo.renderFormat));
282 textureCaps.renderable = SUCCEEDED(d3d9->CheckDeviceFormat(adapter, deviceType, adapterFormat, D3DUSAGE_RENDERTARGET, D3DRTYPE_TEXTURE, d3dFormatInfo.renderFormat)) ||
283 SUCCEEDED(d3d9->CheckDeviceFormat(adapter, deviceType, adapterFormat, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_TEXTURE, d3dFormatInfo.renderFormat));
299 HRESULT result = d3d9->CheckDeviceMultiSampleType(adapter, deviceType, d3dFormatInfo.renderFormat, TRUE, multisampleType, NULL);
TextureStorage9.cpp 51 else if (renderTarget && (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN))
formatutils9.cpp 196 renderFormat(D3DFMT_NULL),
203 D3DFORMAT renderFormat, LoadImageFunction loadFunction)
207 info.renderFormat = renderFormat;
    [all...]
Image9.cpp 152 mRenderable = (d3d9FormatInfo.renderFormat != D3DFMT_UNKNOWN);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
formatutils11.h 57 DXGI_FORMAT renderFormat;
renderer11_utils.cpp 250 if (SUCCEEDED(device->CheckFormatSupport(formatInfo.renderFormat, &formatSupport)) &&
256 if (SUCCEEDED(device->CheckMultisampleQualityLevels(formatInfo.renderFormat, sampleCount, &qualityCount)) &&
    [all...]
formatutils11.cpp     [all...]

Completed in 185 milliseconds