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

  /external/swiftshader/src/Renderer/
Surface.hpp 328 inline int getSuperSampleCount() const;
646 int Surface::getSuperSampleCount() const
Context.hpp 406 int getSuperSampleCount() const;
Context.cpp 1453 int Context::getSuperSampleCount() const
1455 return renderTarget[0] ? renderTarget[0]->getSuperSampleCount() : 1;
VertexProcessor.cpp 963 state.superSampling = context->getSuperSampleCount() > 1;
Renderer.cpp 225 int ss = context->getSuperSampleCount();
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]

Completed in 334 milliseconds