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

  /external/swiftshader/src/Renderer/
VertexProcessor.hpp 180 float pointScaleB;
275 void setPointScaleB(float pointScaleB);
VertexProcessor.cpp 706 void VertexProcessor::setPointScaleB(float pointScaleB)
708 point.pointScaleB = pointScaleB;
  /external/swiftshader/src/Shader/
VertexPipeline.cpp 821 Float4 B = *Pointer<Float>(data + OFFSET(DrawData,point.pointScaleB)); // FIXME: Unpack

Completed in 823 milliseconds