Searched refs:fWrapS (Results 1 – 2 of 2) sorted by relevance
23 GrGLenum fWrapS; member
1365 initialTexParams->fWrapS = GR_GL_CLAMP_TO_EDGE; in set_initial_texture_params()1375 initialTexParams->fWrapS)); in set_initial_texture_params()3001 newTexParams.fWrapS = tile_to_gl_wrap(params.getTileModeX()); in bindTexture()3026 if (setAll || newTexParams.fWrapS != oldTexParams.fWrapS) { in bindTexture()3028 GL_CALL(TexParameteri(target, GR_GL_TEXTURE_WRAP_S, newTexParams.fWrapS)); in bindTexture()