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;
274 void setPointSizeMax(float pointSizeMax);
VertexProcessor.cpp 705 void VertexProcessor::setPointSizeMax(float pointSizeMax)
707 point.pointSizeMax = pointSizeMax;
Renderer.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 676 float pointSizeMax;
Context.cpp 246 pointSizeMax = 1.0f;
    [all...]

Completed in 151 milliseconds