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

  /external/swiftshader/src/Renderer/
QuadRasterizer.cpp 15 #include "QuadRasterizer.hpp"
31 QuadRasterizer::QuadRasterizer(const PixelProcessor::State &state, const PixelShader *pixelShader) : state(state), shader(pixelShader)
35 QuadRasterizer::~QuadRasterizer()
39 void QuadRasterizer::generate()
92 void QuadRasterizer::rasterize(Int &yMin, Int &yMax)
316 Float4 QuadRasterizer::interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspective)
333 bool QuadRasterizer::interpolateZ() const
338 bool QuadRasterizer::interpolateW() cons
    [all...]
QuadRasterizer.hpp 26 class QuadRasterizer : public Rasterizer
29 QuadRasterizer(const PixelProcessor::State &state, const PixelShader *shader);
30 virtual ~QuadRasterizer();

Completed in 284 milliseconds