Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h13558 typedef void (GLAPIENTRYP _glptr_TextureParameterfv)(GLuint, GLenum, const GLfloat *); typedef
13561 static inline _glptr_TextureParameterfv GET_TextureParameterfv(struct _glapi_table *disp) { in GET_TextureParameterfv()
13562 return (_glptr_TextureParameterfv) (GET_by_offset(disp, _gloffset_TextureParameterfv)); in GET_TextureParameterfv()