Home
last modified time | relevance | path

Searched refs:ARB_texture_non_power_of_two (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_extensions.c88 ctx->Extensions.ARB_texture_non_power_of_two = true; in intelInitExtensions()
/external/mesa3d/src/mesa/main/
Dversion.c260 extensions->ARB_texture_non_power_of_two && in compute_version()
507 extensions->ARB_texture_non_power_of_two && in compute_version_es2()
Dextensions.c148 ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE; in _mesa_enable_sw_extensions()
Dextensions_table.h169 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…
Dteximage.c979 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()
Dmtypes.h4338 GLboolean ARB_texture_non_power_of_two; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c88 ctx->Extensions.ARB_texture_non_power_of_two = true; in intelInitExtensions()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c1167 if (ctx->Extensions.ARB_texture_non_power_of_two) { in XMesaCreatePixmapTextureBuffer()
/external/mesa3d/src/glx/
Dglxextensions.c198 { GL(ARB_texture_non_power_of_two), VER(1,5), Y, N, N, N },
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c1094 if (ctx->Extensions.ARB_texture_non_power_of_two) { in XMesaCreatePixmapTextureBuffer()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c775 { o(ARB_texture_non_power_of_two), PIPE_CAP_NPOT_TEXTURES }, in st_init_extensions()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1254 tex->NPOT = ctx->Extensions.ARB_texture_non_power_of_two; in init_temp_texture()