Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:maxLod

3019             *params = texture->getSamplerState().maxLod;
3151 *params = (GLint)texture->getSamplerState().maxLod;
4210 case GL_TEXTURE_MAX_LOD: texture->getSamplerState().maxLod = param; break;
4259 case GL_TEXTURE_MAX_LOD: texture->getSamplerState().maxLod = (GLfloat)param; break;