Searched refs:GR_GL_NEAREST_MIPMAP_NEAREST (Results 1 – 3 of 3) sorted by relevance
603 #define GR_GL_NEAREST_MIPMAP_NEAREST 0x2700 macro
616 #define GR_GL_NEAREST_MIPMAP_NEAREST 0x2700 macro
192 case GrSamplerState::Filter::kNearest: return GR_GL_NEAREST_MIPMAP_NEAREST; in filter_to_gl_min_filter()