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

  /external/swiftshader/src/Shader/
VertexPipeline.hpp 25 class VertexPipeline : public VertexRoutine
28 VertexPipeline(const VertexProcessor::State &state);
30 virtual ~VertexPipeline();
VertexPipeline.cpp 15 #include "VertexPipeline.hpp"
32 VertexPipeline::VertexPipeline(const VertexProcessor::State &state) : VertexRoutine(state, 0)
36 VertexPipeline::~VertexPipeline()
40 Vector4f VertexPipeline::transformBlend(const Register &src, const Pointer<Byte> &matrix, bool homogeneous)
161 void VertexPipeline::pipeline(UInt &index)
544 void VertexPipeline::processTextureCoordinate(int stage, Vector4f &normal, Vector4f &position)
798 void VertexPipeline::processPointSize()
830 Vector4f VertexPipeline::transform(const Register &src, const Pointer<Byte> &matrix, bool homogeneous
    [all...]

Completed in 4720 milliseconds