Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h17595 typedef void (GLAPIENTRYP _glptr_Frustumx)(GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed); typedef
17598 static inline _glptr_Frustumx GET_Frustumx(struct _glapi_table *disp) { in GET_Frustumx()
17599 return (_glptr_Frustumx) (GET_by_offset(disp, _gloffset_Frustumx)); in GET_Frustumx()