Home
last modified time | relevance | path

Searched refs:pointScaleEnable (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Renderer/
DContext.cpp309 pointScaleEnable = false; in init()
379 void Context::setPointScaleEnable(bool pointScaleEnable) in setPointScaleEnable() argument
381 Context::pointScaleEnable = pointScaleEnable; in setPointScaleEnable()
739 return isDrawPoint(true) && pointScaleEnable; in pointScaleActive()
DContext.hpp314 void setPointScaleEnable(bool pointScaleEnable);
521 bool pointScaleEnable; member in sw::Context
DRenderer.hpp350 virtual void setPointScaleEnable(bool pointScaleEnable);
DRenderer.cpp2355 void Renderer::setPointScaleEnable(bool pointScaleEnable) in setPointScaleEnable() argument
2357 context->setPointScaleEnable(pointScaleEnable); in setPointScaleEnable()