Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5937 typedef void (GLAPIENTRYP _glptr_CopyColorTable)(GLenum, GLenum, GLint, GLint, GLsizei); typedef
5940 static inline _glptr_CopyColorTable GET_CopyColorTable(struct _glapi_table *disp) { in GET_CopyColorTable()
5941 return (_glptr_CopyColorTable) (GET_by_offset(disp, _gloffset_CopyColorTable)); in GET_CopyColorTable()