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
277 if (mMaxLod != maxLod) in setMaxLod()279 mMaxLod = maxLod; in setMaxLod()
324 GLfloat getMaxLod() const { return mMaxLod; } in getMaxLod()363 GLfloat mMaxLod; variable
3115 mMaxLod = 0.0f; in reset()3156 mMaxLod = samplerState.getMaxLod(); in update()3205 mMaxLod = 0.25f; in update()3244 createInfo.maxLod = mMaxLod; in init()
866 float mMaxLod; variable