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/main/
Dversion.c113 ctx->Extensions.ARB_texture_non_power_of_two && in compute_version()
284 ctx->Extensions.ARB_texture_non_power_of_two && in compute_version_es2()
Dextensions.c138 …{ "GL_ARB_texture_non_power_of_two", o(ARB_texture_non_power_of_two), GL, …
268 …{ "GL_OES_texture_npot", o(ARB_texture_non_power_of_two), …
438 ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE; in _mesa_enable_sw_extensions()
596 ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE; in _mesa_enable_2_0_extensions()
Dteximage.c1295 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_test_proxy_teximage()
1310 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_test_proxy_teximage()
1329 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_test_proxy_teximage()
1358 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_test_proxy_teximage()
1375 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_test_proxy_teximage()
1392 if (!ctx->Extensions.ARB_texture_non_power_of_two) { in _mesa_test_proxy_teximage()
Dmtypes.h2993 GLboolean ARB_texture_non_power_of_two; member
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_extensions.c172 ctx->Extensions.ARB_texture_non_power_of_two = true; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c172 ctx->Extensions.ARB_texture_non_power_of_two = true; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_extensions.c172 ctx->Extensions.ARB_texture_non_power_of_two = true; in intelInitExtensions()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c356 { o(ARB_texture_non_power_of_two), PIPE_CAP_NPOT_TEXTURES }, in st_init_extensions()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c1049 if (ctx->Extensions.ARB_texture_non_power_of_two) { in XMesaCreatePixmapTextureBuffer()
/external/mesa3d/src/glx/
Dglxextensions.c127 { GL(ARB_texture_non_power_of_two), VER(1,5), Y, N, N, N },
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c1091 if (ctx->Extensions.ARB_texture_non_power_of_two) { in XMesaCreatePixmapTextureBuffer()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1184 tex->NPOT = ctx->Extensions.ARB_texture_non_power_of_two; in init_temp_texture()