Searched refs:tile_to_gl_wrap (Results 1 – 1 of 1) sorted by relevance
2945 static inline GrGLenum tile_to_gl_wrap(SkShader::TileMode tm) { in tile_to_gl_wrap() function3048 newTexParams.fWrapS = tile_to_gl_wrap(params.getTileModeX()); in bindTexture()3049 newTexParams.fWrapT = tile_to_gl_wrap(params.getTileModeY()); in bindTexture()