Home
last modified time | relevance | path

Searched refs:CALL_ArrayElement (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
Dvbo_save_api.c1208 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()
/external/mesa3d/src/mesa/vbo/
Dvbo_save_api.c1208 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()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5542 #define CALL_ArrayElement(disp, parameters) \ macro