Searched refs:__DRI_DRI2_LOADER (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 967 #define __DRI_DRI2_LOADER "DRI_DRI2Loader" macro
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.c | 76 if (strcmp(extensions[i]->name, __DRI_DRI2_LOADER) == 0) in setupLoaderExtensions()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_x11.c | 1581 .base = { __DRI_DRI2_LOADER, 2 }, 1589 .base = { __DRI_DRI2_LOADER, 3 },
|
H A D | platform_android.c | 1370 .base = { __DRI_DRI2_LOADER, 5 }, 1485 /* Handle control nodes using __DRI_DRI2_LOADER extension and GEM names
|
H A D | platform_wayland.c | 1296 .base = { __DRI_DRI2_LOADER, 4 }, 2188 * the __DRI_DRI2_LOADER extension */ in dri2_initialize_wayland_drm()
|
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 852 .base = { __DRI_DRI2_LOADER, 3 },
|
/third_party/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_dri.c | 248 .base = { __DRI_DRI2_LOADER, 4 },
|
Completed in 18 milliseconds