Searched refs:ARB_texture_non_power_of_two (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dversion.c113 ctx->Extensions.ARB_texture_non_power_of_two &&
284 ctx->Extensions.ARB_texture_non_power_of_two &&
H A Dextensions.c138 { "GL_ARB_texture_non_power_of_two", o(ARB_texture_non_power_of_two), GL, 2003 },
268 { "GL_OES_texture_npot", o(ARB_texture_non_power_of_two), ES2, 2005 },
438 ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE;
596 ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE;
H A Dteximage.c1295 if (!ctx->Extensions.ARB_texture_non_power_of_two) {
1310 if (!ctx->Extensions.ARB_texture_non_power_of_two) {
1329 if (!ctx->Extensions.ARB_texture_non_power_of_two) {
1358 if (!ctx->Extensions.ARB_texture_non_power_of_two) {
1375 if (!ctx->Extensions.ARB_texture_non_power_of_two) {
1392 if (!ctx->Extensions.ARB_texture_non_power_of_two) {
H A Dmtypes.h2993 GLboolean ARB_texture_non_power_of_two; member in struct:gl_extensions
/external/mesa3d/src/mesa/main/
H A Dversion.c113 ctx->Extensions.ARB_texture_non_power_of_two &&
284 ctx->Extensions.ARB_texture_non_power_of_two &&
H A Dextensions.c138 { "GL_ARB_texture_non_power_of_two", o(ARB_texture_non_power_of_two), GL, 2003 },
268 { "GL_OES_texture_npot", o(ARB_texture_non_power_of_two), ES2, 2005 },
438 ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE;
596 ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE;
H A Dteximage.c1295 if (!ctx->Extensions.ARB_texture_non_power_of_two) {
1310 if (!ctx->Extensions.ARB_texture_non_power_of_two) {
1329 if (!ctx->Extensions.ARB_texture_non_power_of_two) {
1358 if (!ctx->Extensions.ARB_texture_non_power_of_two) {
1375 if (!ctx->Extensions.ARB_texture_non_power_of_two) {
1392 if (!ctx->Extensions.ARB_texture_non_power_of_two) {
H A Dmtypes.h2993 GLboolean ARB_texture_non_power_of_two; member in struct:gl_extensions
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_extensions.c172 ctx->Extensions.ARB_texture_non_power_of_two = true;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_extensions.c172 ctx->Extensions.ARB_texture_non_power_of_two = true;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_extensions.c172 ctx->Extensions.ARB_texture_non_power_of_two = true;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_extensions.c172 ctx->Extensions.ARB_texture_non_power_of_two = true;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_extensions.c172 ctx->Extensions.ARB_texture_non_power_of_two = true;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_extensions.c172 ctx->Extensions.ARB_texture_non_power_of_two = true;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_extensions.c356 { o(ARB_texture_non_power_of_two), PIPE_CAP_NPOT_TEXTURES },
/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c356 { o(ARB_texture_non_power_of_two), PIPE_CAP_NPOT_TEXTURES },
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1049 if (ctx->Extensions.ARB_texture_non_power_of_two) {
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxextensions.c127 { GL(ARB_texture_non_power_of_two), VER(1,5), Y, N, N, N },
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1049 if (ctx->Extensions.ARB_texture_non_power_of_two) {
/external/mesa3d/src/glx/
H A Dglxextensions.c127 { GL(ARB_texture_non_power_of_two), VER(1,5), Y, N, N, N },
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_api.c1091 if (ctx->Extensions.ARB_texture_non_power_of_two) {
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c1091 if (ctx->Extensions.ARB_texture_non_power_of_two) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c1184 tex->NPOT = ctx->Extensions.ARB_texture_non_power_of_two;
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1184 tex->NPOT = ctx->Extensions.ARB_texture_non_power_of_two;

Completed in 2558 milliseconds