Home
last modified time | relevance | path

Searched refs:SET_ClearDepthf (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dapi_exec.c456 SET_ClearDepthf(exec, _mesa_ClearDepthf); in _mesa_create_exec_table()
/external/mesa3d/src/mesa/main/
Dapi_exec.c456 SET_ClearDepthf(exec, _mesa_ClearDepthf); in _mesa_create_exec_table()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dapi_exec_es1.c538 SET_ClearDepthf(exec, _es_ClearDepthf); in _mesa_create_exec_table_es1()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h9585 static inline void SET_ClearDepthf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampf)) { in SET_ClearDepthf() function