Home | History | Annotate | Download | only in gl

Lines Matching refs:fWrapS

953     initialTexParams.fWrapS = GR_GL_CLAMP_TO_EDGE;
963 initialTexParams.fWrapS));
2041 newTexParams.fWrapS = tile_to_gl_wrap(params.getTileModeX());
2058 if (setAll || newTexParams.fWrapS != oldTexParams.fWrapS) {
2062 newTexParams.fWrapS));