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

  /external/swiftshader/src/Renderer/
Context.hpp 315 void setPointScaleEnable(bool pointScaleEnable);
528 bool pointScaleEnable;
Context.cpp 312 pointScaleEnable = false;
382 void Context::setPointScaleEnable(bool pointScaleEnable)
384 Context::pointScaleEnable = pointScaleEnable;
743 return isDrawPoint(true) && pointScaleEnable;
Renderer.hpp 358 void setPointScaleEnable(bool pointScaleEnable);
Renderer.cpp     [all...]

Completed in 74 milliseconds