Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h40 mMinLod = -1000.0f; in Sampler()
52 void setMinLod(GLfloat minLod) { mMinLod = minLod; } in setMinLod()
63 GLfloat getMinLod() const { return mMinLod; } in getMinLod()
77 GLfloat mMinLod; variable