Home
last modified time | relevance | path

Searched refs:CHECK_EXTENSION (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Denable.c45 #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()
[all …]
/external/deqp/modules/egl/
DteglImageTests.cpp90 #define CHECK_EXTENSION(DPY, EXTNAME) \ macro
360 CHECK_EXTENSION(dpy, m_source->getRequiredExtension()); in iterate()
425 CHECK_EXTENSION(m_display, "EGL_KHR_gl_texture_2D_image"); in iterate()