Home
last modified time | relevance | path

Searched refs:GL_ARB_texture_non_power_of_two (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/docs/source/
Dresources.rst85 - PIPE_CAP_NPOT_TEXTURES is equivalent to GL 2.0 or GL_ARB_texture_non_power_of_two
119 - PIPE_CAP_NPOT_TEXTURES is equivalent to GL 2.0 or GL_ARB_texture_non_power_of_two
139 - PIPE_CAP_NPOT_TEXTURES is equivalent to GL 2.0 or GL_ARB_texture_non_power_of_two
165 - PIPE_CAP_NPOT_TEXTURES is equivalent to GL 2.0 or GL_ARB_texture_non_power_of_two
/external/mesa3d/docs/
DRELNOTES-6.044 GL_ARB_texture_non_power_of_two extension
DRELNOTES-5.161 GL_ARB_texture_non_power_of_two
98 GL_ARB_texture_non_power_of_two and GL_EXT_shadow_funcs, Mesa 5.1 supports
DVERSIONS1160 - GL_ARB_texture_non_power_of_two extension
1286 - Omit GL_ARB_texture_non_power_of_two from list of OpenGL 1.5 features
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglGL1Renderer.java107 if (GLContext.getCapabilities().GL_ARB_texture_non_power_of_two) { in initialize()
734 if (!GLContext.getCapabilities().GL_ARB_texture_non_power_of_two) { in updateTexImageData()
DLwjglRenderer.java297 if (ctxCaps.GL_ARB_texture_non_power_of_two) { in initialize()
1825 if (!GLContext.getCapabilities().GL_ARB_texture_non_power_of_two) { in updateTexImageData()
/external/mesa3d/include/GL/
Dglext.h1842 #ifndef GL_ARB_texture_non_power_of_two
7573 #ifndef GL_ARB_texture_non_power_of_two
7574 #define GL_ARB_texture_non_power_of_two 1 macro