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

  /external/swiftshader/src/Renderer/
VertexProcessor.hpp 178 float pointSizeMax;
273 void setPointSizeMax(float pointSizeMax);
VertexProcessor.cpp 696 void VertexProcessor::setPointSizeMax(float pointSizeMax)
698 point.pointSizeMax = pointSizeMax;
Renderer.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 678 float pointSizeMax;
Context.cpp 241 pointSizeMax = 1.0f;
    [all...]

Completed in 65 milliseconds