Home | History | Annotate | Download | only in gl

Lines Matching refs:params

1847         // Just the func, ref, and mask is set here. The op and write mask are params to the call
2010 void GrGpuGL::bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture) {
2032 newTexParams.fFilter = params.isBilerp() ? GR_GL_LINEAR : GR_GL_NEAREST;
2034 newTexParams.fWrapS = tile_to_gl_wrap(params.getTileModeX());
2035 newTexParams.fWrapT = tile_to_gl_wrap(params.getTileModeY());
2236 // glCompressedTexImage doesn't take external params