• Home
  • Raw
  • Download

Lines Matching refs:CHECK_EXTENSION

45 #define CHECK_EXTENSION(EXTNAME, CAP)					\  macro
184 #undef CHECK_EXTENSION
185 #define CHECK_EXTENSION(EXTNAME, CAP) \ macro
775 CHECK_EXTENSION(ARB_texture_cube_map, cap); in _mesa_set_enable()
830 CHECK_EXTENSION(ARB_sample_shading, cap); in _mesa_set_enable()
861 CHECK_EXTENSION(ARB_vertex_program, cap); in _mesa_set_enable()
873 CHECK_EXTENSION(ARB_vertex_program, cap); in _mesa_set_enable()
882 CHECK_EXTENSION(ARB_vertex_program, cap); in _mesa_set_enable()
893 CHECK_EXTENSION(NV_texture_rectangle, cap); in _mesa_set_enable()
903 CHECK_EXTENSION(EXT_stencil_two_side, cap); in _mesa_set_enable()
918 CHECK_EXTENSION(ARB_fragment_program, cap); in _mesa_set_enable()
929 CHECK_EXTENSION(EXT_depth_bounds_test, cap); in _mesa_set_enable()
939 CHECK_EXTENSION(ARB_depth_clamp, cap); in _mesa_set_enable()
949 CHECK_EXTENSION(ATI_fragment_shader, cap); in _mesa_set_enable()
959 CHECK_EXTENSION(ARB_seamless_cube_map, cap); in _mesa_set_enable()
969 CHECK_EXTENSION(EXT_transform_feedback, cap); in _mesa_set_enable()
1005 CHECK_EXTENSION(EXT_framebuffer_sRGB, cap); in _mesa_set_enable()
1013 CHECK_EXTENSION(OES_EGL_image_external, cap); in _mesa_set_enable()
1023 CHECK_EXTENSION(ARB_texture_multisample, cap); in _mesa_set_enable()
1031 CHECK_EXTENSION(KHR_blend_equation_advanced_coherent, cap); in _mesa_set_enable()
1179 #undef CHECK_EXTENSION
1180 #define CHECK_EXTENSION(EXTNAME) \ macro
1482 CHECK_EXTENSION(ARB_texture_cube_map); in _mesa_IsEnabled()
1525 CHECK_EXTENSION(ARB_vertex_program); in _mesa_IsEnabled()
1533 CHECK_EXTENSION(ARB_vertex_program); in _mesa_IsEnabled()
1538 CHECK_EXTENSION(ARB_vertex_program); in _mesa_IsEnabled()
1545 CHECK_EXTENSION(NV_texture_rectangle); in _mesa_IsEnabled()
1552 CHECK_EXTENSION(EXT_stencil_two_side); in _mesa_IsEnabled()
1564 CHECK_EXTENSION(EXT_depth_bounds_test); in _mesa_IsEnabled()
1571 CHECK_EXTENSION(ARB_depth_clamp); in _mesa_IsEnabled()
1577 CHECK_EXTENSION(ATI_fragment_shader); in _mesa_IsEnabled()
1583 CHECK_EXTENSION(ARB_seamless_cube_map); in _mesa_IsEnabled()
1589 CHECK_EXTENSION(EXT_transform_feedback); in _mesa_IsEnabled()
1616 CHECK_EXTENSION(EXT_framebuffer_sRGB); in _mesa_IsEnabled()
1623 CHECK_EXTENSION(OES_EGL_image_external); in _mesa_IsEnabled()
1630 CHECK_EXTENSION(ARB_texture_multisample); in _mesa_IsEnabled()
1637 CHECK_EXTENSION(ARB_sample_shading); in _mesa_IsEnabled()
1641 CHECK_EXTENSION(KHR_blend_equation_advanced_coherent); in _mesa_IsEnabled()
1645 CHECK_EXTENSION(INTEL_conservative_rasterization); in _mesa_IsEnabled()