Home
last modified time | relevance | path

Searched refs:GLX_functions (Results 26 – 32 of 32) sorted by relevance

12

/dports/graphics/mesa-libs/mesa-21.3.6/src/glx/
H A Dglxcmds.c2534 static const struct name_address_pair GLX_functions[] = { variable
2673 for (i = 0; GLX_functions[i].Name; i++) { in get_glx_proc_address()
2674 if (strcmp(GLX_functions[i].Name, funcName) == 0) in get_glx_proc_address()
2675 return GLX_functions[i].Address; in get_glx_proc_address()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/glx/
H A Dglxcmds.c2534 static const struct name_address_pair GLX_functions[] = { variable
2673 for (i = 0; GLX_functions[i].Name; i++) { in get_glx_proc_address()
2674 if (strcmp(GLX_functions[i].Name, funcName) == 0) in get_glx_proc_address()
2675 return GLX_functions[i].Address; in get_glx_proc_address()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/glx/
H A Dglxcmds.c2534 static const struct name_address_pair GLX_functions[] = { variable
2673 for (i = 0; GLX_functions[i].Name; i++) { in get_glx_proc_address()
2674 if (strcmp(GLX_functions[i].Name, funcName) == 0) in get_glx_proc_address()
2675 return GLX_functions[i].Address; in get_glx_proc_address()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/glx/
H A Dglxcmds.c2543 static const struct name_address_pair GLX_functions[] = { variable
2682 for (i = 0; GLX_functions[i].Name; i++) { in get_glx_proc_address()
2683 if (strcmp(GLX_functions[i].Name, funcName) == 0) in get_glx_proc_address()
2684 return GLX_functions[i].Address; in get_glx_proc_address()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/glx/
H A Dglxcmds.c2534 static const struct name_address_pair GLX_functions[] = { variable
2673 for (i = 0; GLX_functions[i].Name; i++) { in get_glx_proc_address()
2674 if (strcmp(GLX_functions[i].Name, funcName) == 0) in get_glx_proc_address()
2675 return GLX_functions[i].Address; in get_glx_proc_address()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/glx/
H A Dglxcmds.c2422 static const struct name_address_pair GLX_functions[] = { variable
2562 for (i = 0; GLX_functions[i].Name; i++) { in get_glx_proc_address()
2563 if (strcmp(GLX_functions[i].Name, funcName) == 0) in get_glx_proc_address()
2564 return GLX_functions[i].Address; in get_glx_proc_address()
/dports/graphics/mesa-dri/mesa-21.3.6/src/glx/
H A Dglxcmds.c2534 static const struct name_address_pair GLX_functions[] = { variable
2673 for (i = 0; GLX_functions[i].Name; i++) { in get_glx_proc_address()
2674 if (strcmp(GLX_functions[i].Name, funcName) == 0) in get_glx_proc_address()
2675 return GLX_functions[i].Address; in get_glx_proc_address()

12