Searched refs:ARB_texture_non_power_of_two (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | version.c | 113 ctx->Extensions.ARB_texture_non_power_of_two && in compute_version() 284 ctx->Extensions.ARB_texture_non_power_of_two && in compute_version_es2()
|
D | extensions.c | 138 …{ "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()
|
D | teximage.c | 1295 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()
|
D | mtypes.h | 2993 GLboolean ARB_texture_non_power_of_two; member
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_extensions.c | 172 ctx->Extensions.ARB_texture_non_power_of_two = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_extensions.c | 172 ctx->Extensions.ARB_texture_non_power_of_two = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_extensions.c | 172 ctx->Extensions.ARB_texture_non_power_of_two = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 356 { o(ARB_texture_non_power_of_two), PIPE_CAP_NPOT_TEXTURES }, in st_init_extensions()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_api.c | 1049 if (ctx->Extensions.ARB_texture_non_power_of_two) { in XMesaCreatePixmapTextureBuffer()
|
/external/mesa3d/src/glx/ |
D | glxextensions.c | 127 { GL(ARB_texture_non_power_of_two), VER(1,5), Y, N, N, N },
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_api.c | 1091 if (ctx->Extensions.ARB_texture_non_power_of_two) { in XMesaCreatePixmapTextureBuffer()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1184 tex->NPOT = ctx->Extensions.ARB_texture_non_power_of_two; in init_temp_texture()
|