Searched refs:mMaxLod (Results 1 – 5 of 5) sorted by relevance
41 mMaxLod = 1000.0f; in Sampler()53 void setMaxLod(GLfloat maxLod) { mMaxLod = maxLod; } in setMaxLod()64 GLfloat getMaxLod() const { return mMaxLod; } in getMaxLod()78 GLfloat mMaxLod; variable
279 if (mMaxLod != maxLod) in setMaxLod()281 mMaxLod = maxLod; in setMaxLod()
358 GLfloat getMaxLod() const { return mMaxLod; } in getMaxLod()397 GLfloat mMaxLod; variable
3239 mMaxLod = 0.0f; in reset()3279 mMaxLod = samplerState.getMaxLod(); in update()3324 mMaxLod = 0.25f; in update()3364 createInfo.maxLod = mMaxLod; in init()
911 float mMaxLod; variable