Home
last modified time | relevance | path

Searched refs:pointDistanceAttenuation (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DGLES1State.h129 angle::Vector3 pointDistanceAttenuation = {1.0f, 0.0f, 0.0f}; member
DGLES1Renderer.cpp418 pointParams.pointDistanceAttenuation.data()); in prepareForDraw()
Dqueryutils.cpp2950 pointParams.pointDistanceAttenuation[i] = params[i]; in SetPointParameter()
2976 params[i] = pointParams.pointDistanceAttenuation[i]; in GetPointParameter()
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h677 Attenuation pointDistanceAttenuation; variable
DContext.cpp247 pointDistanceAttenuation = {1.0f, 0.0f, 0.0f}; in Context()
3476 pointDistanceAttenuation = {a, b, c}; in setPointDistanceAttenuation()