Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h14361 typedef void (GLAPIENTRYP _glptr_DrawTexivOES)(const GLint *); typedef
14364 static inline _glptr_DrawTexivOES GET_DrawTexivOES(struct _glapi_table *disp) { in GET_DrawTexivOES()
14365 return (_glptr_DrawTexivOES) (GET_by_offset(disp, _gloffset_DrawTexivOES)); in GET_DrawTexivOES()