Lines Matching defs:extension

64     GL_SupportedExt extension;
272 if(EXTENSION_MAP[i].extension == ext) {
307 * detect the Apple OpenGL implementation to apply some extension fixups afterwards.
338 * otherwise the PBO extension is disabled. */
599 * Note that disabling the extension entirely does not gain predictability because there is no point
600 * sprite capability flag in d3d, so the potential rendering bugs are the same if we disable the extension. */
617 * extension and use GL_ARB_texture_rectangle instead, but texture_rectangle is inconventient
618 * due to the non-normalized texture coordinates. Thus set an internal extension flag,
623 * has this extension promoted to core. The extension loading code sets this extension supported
641 * doesn't explicitly advertise the ARB_tex_npot extension in the GL extension string.
643 * within the limits enforced by the ARB_texture_rectangle extension. This however is not true for the
649 * software-emulated extension and reenable ARB_tex_rect (which was previously disabled
987 * detect the Apple OpenGL implementation to apply some extension fixups afterwards.
1921 pGlInfo->supported[EXTENSION_MAP[i].extension] = TRUE;
1983 * Initialize openGL extension related variables
2098 gl_info->supported[EXTENSION_MAP[i].extension] = TRUE;
2136 * loading the functions, otherwise the code above will load the extension entry points instead of the
2140 if (!gl_info->supported[EXTENSION_MAP[i].extension]
2144 gl_info->supported[EXTENSION_MAP[i].extension] = TRUE;
2151 * The apple extension interacts with some other apple exts. Disable the NV
2152 * extension if the apple one is support to prevent confusion in other parts
2181 * functionality. Prefer the ARB extension */
2476 * extension is disabled if register_combiners and texture_shader2 are both
2498 checkGLcall("extension detection");