Home
last modified time | relevance | path

Searched refs:NPOT (Results 1 – 5 of 5) sorted by relevance

/external/deqp/doc/testspecs/GLES2/
Dfunctional.texture.incomplete.txt26 + NPOT textures used with unsupported wrap modes
27 + NPOT textures with mipmapping
/external/mesa3d/src/gallium/docs/source/
Dglossary.rst17 NPOT
Dscreen.rst25 * ``PIPE_CAP_NPOT_TEXTURES``: Whether :term:`NPOT` textures may have repeat modes,
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h207 GLboolean NPOT; /**< Non-power of two size OK? */ member
Dmeta.c1229 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()