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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
renderer9_utils.cpp 312 D3DCAPS9 deviceCaps;
313 if (FAILED(d3d9->GetDeviceCaps(adapter, deviceType, &deviceCaps)))
345 caps->max2DTextureSize = std::min(deviceCaps.MaxTextureWidth, deviceCaps.MaxTextureHeight);
369 caps->maxAliasedPointSize = ((D3DSHADER_VERSION_MAJOR(deviceCaps.PixelShaderVersion) >= 3) ? deviceCaps.MaxPointSize : 1.0f);
397 caps->maxVertexOutputComponents = ((deviceCaps.VertexShaderVersion >= D3DVS_VERSION(3, 0)) ? MAX_VERTEX_OUTPUT_VECTORS_SM3
402 if (deviceCaps.VertexShaderVersion >= D3DVS_VERSION(3, 0) &&
419 caps->maxFragmentUniformVectors = ((deviceCaps.PixelShaderVersion >= D3DPS_VERSION(3, 0)) ? MAX_PIXEL_CONSTANT_VECTORS_SM3
448 extensions->elementIndexUint = deviceCaps.MaxVertexIndex >= (1 << 16)
    [all...]
Renderer9.cpp     [all...]

Completed in 3553 milliseconds