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

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h579 void setPointFadeThresholdSize(float threshold);
H A DlibGLES_CM.cpp3156 context->setPointFadeThresholdSize(param);
3198 context->setPointFadeThresholdSize(params[0]);
3235 context->setPointFadeThresholdSize((float)param / 0x10000);
3277 context->setPointFadeThresholdSize((float)params[0] / 0x10000);
H A DContext.cpp3478 void Context::setPointFadeThresholdSize(float threshold) function in class:es1::Context

Completed in 141 milliseconds