Home | History | Annotate | Download | only in gl

Lines Matching refs:fWrapT

954     initialTexParams.fWrapT = GR_GL_CLAMP_TO_EDGE;
966 initialTexParams.fWrapT));
2042 newTexParams.fWrapT = tile_to_gl_wrap(params.getTileModeY());
2064 if (setAll || newTexParams.fWrapT != oldTexParams.fWrapT) {
2068 newTexParams.fWrapT));