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
119 CHECK_EXTENSION(NV_vertex_program, cap); in client_state()
202 #undef CHECK_EXTENSION
203 #define CHECK_EXTENSION(EXTNAME, CAP) \ macro
749 CHECK_EXTENSION(ARB_texture_cube_map, cap); in _mesa_set_enable()
808 CHECK_EXTENSION(IBM_rasterpos_clip, cap); in _mesa_set_enable()
877 CHECK_EXTENSION(NV_vertex_program, cap); in _mesa_set_enable()
902 CHECK_EXTENSION(NV_vertex_program, cap); in _mesa_set_enable()
915 CHECK_EXTENSION(NV_fragment_program, cap); in _mesa_set_enable()
927 CHECK_EXTENSION(NV_texture_rectangle, 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()