Searched refs:GR_GL_CLAMP_TO_EDGE (Results 1 – 2 of 2) sorted by relevance
682 #define GR_GL_CLAMP_TO_EDGE 0x812F macro
210 case GrSamplerState::WrapMode::kClamp: return GR_GL_CLAMP_TO_EDGE; in wrap_mode_to_gl_wrap()1341 state.fWrapS = GR_GL_CLAMP_TO_EDGE; in set_initial_texture_params()1342 state.fWrapT = GR_GL_CLAMP_TO_EDGE; in set_initial_texture_params()