Home
last modified time | relevance | path

Searched refs:__DRI_SWRAST_LOADER (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/common/
Ddrisw_util.c45 if (strcmp(extensions[i]->name, __DRI_SWRAST_LOADER) == 0) in setupLoaderExtensions()
/external/mesa3d/include/GL/internal/
Ddri_interface.h416 #define __DRI_SWRAST_LOADER "DRI_SWRastLoader" macro
/external/mesa3d/src/glx/
Ddrisw_glx.c234 {__DRI_SWRAST_LOADER, __DRI_SWRAST_LOADER_VERSION},
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c1004 dri2_dpy->swrast_loader_extension.base.name = __DRI_SWRAST_LOADER; in dri2_initialize_x11_swrast()