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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Dutils.c435 * switch in driGetConfigAttribIndex. We need them in the array
447 driGetConfigAttribIndex(const __DRIconfig *config, function in typeref:typename:int
489 return driGetConfigAttribIndex(config, i, value);
508 return driGetConfigAttribIndex(config, index, value);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
H A Dutils.c408 driGetConfigAttribIndex(const __DRIconfig *config, function in typeref:typename:int
526 return driGetConfigAttribIndex(config, attrib - 1, value);
541 if (driGetConfigAttribIndex(config, index, value)) {

Completed in 3 milliseconds