Searched refs:CALL_ArrayElement (Results 1 – 3 of 3) sorted by relevance
1208 CALL_ArrayElement(GET_DISPATCH(), (start + i)); in _save_OBE_DrawArrays()1244 CALL_ArrayElement(GET_DISPATCH(), (((GLubyte *) indices)[i])); in _save_OBE_DrawElements()1248 CALL_ArrayElement(GET_DISPATCH(), (((GLushort *) indices)[i])); in _save_OBE_DrawElements()1252 CALL_ArrayElement(GET_DISPATCH(), (((GLuint *) indices)[i])); in _save_OBE_DrawElements()
5542 #define CALL_ArrayElement(disp, parameters) \ macro