Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4516 typedef void (GLAPIENTRYP _glptr_TexEnvfv)(GLenum, GLenum, const GLfloat *); typedef
4519 static inline _glptr_TexEnvfv GET_TexEnvfv(struct _glapi_table *disp) { in GET_TexEnvfv()
4520 return (_glptr_TexEnvfv) (GET_by_offset(disp, _gloffset_TexEnvfv)); in GET_TexEnvfv()