Lines Matching refs:supported

507         if (gl_info->supported[ARB_OCCLUSION_QUERY])
518 WARN("Occlusion queries not supported, not allocating query id.\n");
564 if (gl_info->supported[ARB_SYNC])
570 else if (gl_info->supported[APPLE_FENCE])
579 else if(gl_info->supported[NV_FENCE])
590 WARN("Event queries not supported, not allocating query id.\n");
721 if (gl_info->supported[WGL_WINE_PIXEL_FORMAT_PASSTHROUGH])
965 if (context->valid && gl_info->supported[ARB_OCCLUSION_QUERY])
974 if (gl_info->supported[ARB_SYNC])
978 else if (gl_info->supported[APPLE_FENCE]) GL_EXTCALL(glDeleteFencesAPPLE(1, &event_query->object.id));
979 else if (gl_info->supported[NV_FENCE]) GL_EXTCALL(glDeleteFencesNV(1, &event_query->object.id));
1013 if (gl_info->supported[ARB_OCCLUSION_QUERY])
1016 if (gl_info->supported[ARB_SYNC])
1020 else if (gl_info->supported[APPLE_FENCE])
1027 else if (gl_info->supported[NV_FENCE])
1623 if (!gl_info->supported[ARB_MULTISAMPLE])
1793 if (gl_info->supported[APPLE_CLIENT_STORAGE])
1795 /* Most textures will use client storage if supported. Exceptions are non-native power of 2 textures
1801 if (gl_info->supported[ARB_VERTEX_BLEND])
1810 if (gl_info->supported[NV_TEXTURE_SHADER2])
1822 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
1849 if (gl_info->supported[ARB_PROVOKING_VERTEX])
1853 else if (gl_info->supported[EXT_PROVOKING_VERTEX])
2135 if (gl_info->supported[ARB_TEXTURE_CUBE_MAP])
2142 if (gl_info->supported[ARB_TEXTURE_RECTANGLE])
2166 if (gl_info->supported[ARB_TEXTURE_CUBE_MAP])
2173 if (gl_info->supported[ARB_TEXTURE_RECTANGLE])
2188 if (gl_info->supported[EXT_TEXTURE_LOD_BIAS])
2230 if (gl_info->supported[ARB_POINT_SPRITE])
2242 if (gl_info->supported[EXT_SECONDARY_COLOR])
2574 if (gl_info->supported[ARB_DRAW_BUFFERS])
2649 WARN("Depth stencil format is not supported by WGL, rendering the backbuffer in an FBO\n");