Searched refs:NPOT (Results 1 – 5 of 5) sorted by relevance
26 + NPOT textures used with unsupported wrap modes27 + NPOT textures with mipmapping
17 NPOT
25 * ``PIPE_CAP_NPOT_TEXTURES``: Whether :term:`NPOT` textures may have repeat modes,
207 GLboolean NPOT; /**< Non-power of two size OK? */ member
1229 tex->NPOT = GL_TRUE; in init_temp_texture()1235 tex->NPOT = ctx->Extensions.ARB_texture_non_power_of_two; in init_temp_texture()1326 if (tex->NPOT) { in _mesa_meta_alloc_texture()