HomeSort by relevance Sort by last modified time
    Searched defs:multiSample (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/D3D8/
Direct3DSurface8.hpp 32 Direct3DSurface8(Direct3DDevice8 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, bool lockable, unsigned long usage);
68 const D3DMULTISAMPLE_TYPE multiSample;
  /external/swiftshader/src/D3D9/
Direct3DSurface9.hpp 31 Direct3DSurface9(Direct3DDevice9 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, bool lockableOverride, unsigned long usage);
74 const D3DMULTISAMPLE_TYPE multiSample;
  /external/swiftshader/src/Renderer/
SetupProcessor.hpp 54 unsigned int multiSample : 3; // 1, 2 or 4
PixelProcessor.hpp 81 unsigned int multiSample : 3;

Completed in 82 milliseconds