Home
last modified time | relevance | path

Searched refs:setPointFadeThresholdSize (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h579 void setPointFadeThresholdSize(float threshold);
DlibGLES_CM.cpp3161 context->setPointFadeThresholdSize(param); in PointParameterf()
3203 context->setPointFadeThresholdSize(params[0]); in PointParameterfv()
3240 context->setPointFadeThresholdSize((float)param / 0x10000); in PointParameterx()
3282 context->setPointFadeThresholdSize((float)params[0] / 0x10000); in PointParameterxv()
DContext.cpp3479 void Context::setPointFadeThresholdSize(float threshold) in setPointFadeThresholdSize() function in es1::Context