Searched refs:bsearchStr (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | xmlconfig.c | 159 static GLuint bsearchStr (const XML_Char *name, in bsearchStr() function 556 GLuint attrName = bsearchStr (attr[i], optAttr, OA_COUNT); in parseOptInfoAttr() 614 enum OptInfoElem elem = bsearchStr (name, OptInfoElems, OI_COUNT); in optInfoStartElem() 666 enum OptInfoElem elem = bsearchStr (name, OptInfoElems, OI_COUNT); in optInfoEndElem() 829 enum OptConfElem elem = bsearchStr (name, OptConfElems, OC_COUNT); in optConfStartElem() 873 enum OptConfElem elem = bsearchStr (name, OptConfElems, OC_COUNT); in optConfEndElem()
|