Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h17804 typedef void (GLAPIENTRYP _glptr_TexEnvx)(GLenum, GLenum, GLfixed); typedef
17807 static inline _glptr_TexEnvx GET_TexEnvx(struct _glapi_table *disp) { in GET_TexEnvx()
17808 return (_glptr_TexEnvx) (GET_by_offset(disp, _gloffset_TexEnvx)); in GET_TexEnvx()