Searched refs:CHECK_EXTENSION (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | enable.c | 45 #define CHECK_EXTENSION(EXTNAME, CAP) \ macro 183 #undef CHECK_EXTENSION 184 #define CHECK_EXTENSION(EXTNAME, CAP) \ macro 827 CHECK_EXTENSION(ARB_texture_cube_map, cap); in _mesa_set_enable() 890 CHECK_EXTENSION(ARB_sample_shading, cap); in _mesa_set_enable() 923 CHECK_EXTENSION(ARB_vertex_program, cap); in _mesa_set_enable() 935 CHECK_EXTENSION(ARB_vertex_program, cap); in _mesa_set_enable() 944 CHECK_EXTENSION(ARB_vertex_program, cap); in _mesa_set_enable() 955 CHECK_EXTENSION(NV_texture_rectangle, cap); in _mesa_set_enable() 965 CHECK_EXTENSION(EXT_stencil_two_side, cap); in _mesa_set_enable() [all …]
|
/external/deqp/modules/egl/ |
D | teglImageTests.cpp | 90 #define CHECK_EXTENSION(DPY, EXTNAME) \ macro 409 CHECK_EXTENSION(dpy, m_source->getRequiredExtension()); in iterate() 474 CHECK_EXTENSION(m_display, "EGL_KHR_gl_texture_2D_image"); in iterate()
|