Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h8828 typedef void (GLAPIENTRYP _glptr_ClearBufferfv)(GLenum, GLint, const GLfloat *); typedef
8831 static inline _glptr_ClearBufferfv GET_ClearBufferfv(struct _glapi_table *disp) { in GET_ClearBufferfv()
8832 return (_glptr_ClearBufferfv) (GET_by_offset(disp, _gloffset_ClearBufferfv)); in GET_ClearBufferfv()