Searched refs:ARB_texture_non_power_of_two (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_extensions.c | 88 ctx->Extensions.ARB_texture_non_power_of_two = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/main/ |
D | version.c | 260 extensions->ARB_texture_non_power_of_two && in compute_version() 507 extensions->ARB_texture_non_power_of_two && in compute_version_es2()
|
D | extensions.c | 148 ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE; in _mesa_enable_sw_extensions()
|
D | extensions_table.h | 169 EXT(ARB_texture_non_power_of_two , ARB_texture_non_power_of_two , GLL, GLC, x… 476 EXT(OES_texture_npot , ARB_texture_non_power_of_two , x , x , ES…
|
D | teximage.c | 979 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_legal_texture_dimensions() 994 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_legal_texture_dimensions() 1012 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_legal_texture_dimensions() 1049 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_legal_texture_dimensions() 1064 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_legal_texture_dimensions() 1081 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_legal_texture_dimensions() 1102 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_legal_texture_dimensions()
|
D | mtypes.h | 4338 GLboolean ARB_texture_non_power_of_two; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_extensions.c | 88 ctx->Extensions.ARB_texture_non_power_of_two = true; in intelInitExtensions()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_api.c | 1167 if (ctx->Extensions.ARB_texture_non_power_of_two) { in XMesaCreatePixmapTextureBuffer()
|
/external/mesa3d/src/glx/ |
D | glxextensions.c | 198 { GL(ARB_texture_non_power_of_two), VER(1,5), Y, N, N, N },
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_api.c | 1094 if (ctx->Extensions.ARB_texture_non_power_of_two) { in XMesaCreatePixmapTextureBuffer()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 775 { o(ARB_texture_non_power_of_two), PIPE_CAP_NPOT_TEXTURES }, in st_init_extensions()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1254 tex->NPOT = ctx->Extensions.ARB_texture_non_power_of_two; in init_temp_texture()
|