Searched refs:NPOT (Results 1 – 4 of 4) 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,
211 GLboolean NPOT; /**< Non-power of two size OK? */ member1178 tex->NPOT = GL_TRUE; in init_temp_texture()1184 tex->NPOT = ctx->Extensions.ARB_texture_non_power_of_two; in init_temp_texture()1260 if (tex->NPOT) { in alloc_texture()