Searched refs:getAttrValue (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dindirect.c2038 getAttrValue(const int attrs[], int values[], unsigned int num, int attr, function in typeref:typename:int
2045 GLWIN_TRACE_MSG("getAttrValue attr 0x%x, value %d", attr,
2051 ErrorF("getAttrValue failed to find attr 0x%x, using default value %d\n",
2168 #define ATTR_VALUE(a, d) getAttrValue(attrs, values, num_attrs, (a), (d))
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dindirect.c1941 int getAttrValue(const int attrs[], int values[], unsigned int num, int attr, int fallback) function in typeref:typename:int
1948 GLWIN_TRACE_MSG("getAttrValue attr 0x%x, value %d", attr, values[i]);
1953 ErrorF("getAttrValue failed to find attr 0x%x, using default value %d\n", attr, fallback);
2070 #define ATTR_VALUE(a, d) getAttrValue(attrs, values, num_attrs, (a), (d))

Completed in 7 milliseconds