Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h41 mMaxLod = 1000.0f; in Sampler()
52 void setMaxLod(GLfloat maxLod) { mMaxLod = maxLod; } in setMaxLod()
62 GLfloat getMaxLod() const { return mMaxLod; } in getMaxLod()
75 GLfloat mMaxLod; variable