Searched refs:GLX_functions (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c45 static struct name_address_pair GLX_functions[] = { variable in typeref:struct:name_address_pair
190 for (i = 0; GLX_functions[i].Name; i++) {
191 if (strcmp(GLX_functions[i].Name, funcName) == 0)
192 return GLX_functions[i].Address;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c45 static struct name_address_pair GLX_functions[] = { variable in typeref:struct:name_address_pair
190 for (i = 0; GLX_functions[i].Name; i++) {
191 if (strcmp(GLX_functions[i].Name, funcName) == 0)
192 return GLX_functions[i].Address;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.c1228 static struct name_address_pair GLX_functions[] = { variable in typeref:struct:name_address_pair
1380 for (i = 0; GLX_functions[i].Name; i++) {
1383 if (strcmp(GLX_functions[i].Name, funcName+1) == 0)
1385 if (strcmp(GLX_functions[i].Name, funcName) == 0)
1387 return GLX_functions[i].Address;
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c1228 static struct name_address_pair GLX_functions[] = { variable in typeref:struct:name_address_pair
1380 for (i = 0; GLX_functions[i].Name; i++) {
1383 if (strcmp(GLX_functions[i].Name, funcName+1) == 0)
1385 if (strcmp(GLX_functions[i].Name, funcName) == 0)
1387 return GLX_functions[i].Address;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcmds.c1921 ** GLX_functions table.
2477 static const struct name_address_pair GLX_functions[] = { variable in typeref:struct:name_address_pair
2618 for (i = 0; GLX_functions[i].Name; i++) {
2619 if (strcmp(GLX_functions[i].Name, funcName) == 0)
2620 return GLX_functions[i].Address;
/external/mesa3d/src/glx/
H A Dglxcmds.c1921 ** GLX_functions table.
2477 static const struct name_address_pair GLX_functions[] = { variable in typeref:struct:name_address_pair
2618 for (i = 0; GLX_functions[i].Name; i++) {
2619 if (strcmp(GLX_functions[i].Name, funcName) == 0)
2620 return GLX_functions[i].Address;

Completed in 705 milliseconds