Home
last modified time | relevance | path

Searched refs:SET_PointSize (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dapi_exec.c289 SET_PointSize(exec, _mesa_PointSize); in _mesa_create_exec_table()
Ddlist.c10058 SET_PointSize(table, save_PointSize); in _mesa_create_save_table()
/external/mesa3d/src/mesa/main/
Dapi_exec.c289 SET_PointSize(exec, _mesa_PointSize); in _mesa_create_exec_table()
Ddlist.c10058 SET_PointSize(table, save_PointSize); in _mesa_create_save_table()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dapi_exec_es1.c662 SET_PointSize(exec, _es_PointSize); in _mesa_create_exec_table_es1()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4085 static inline void SET_PointSize(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat)) { in SET_PointSize() function