Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5838 typedef void (GLAPIENTRYP _glptr_TexSubImage2D)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLen… typedef
5841 static inline _glptr_TexSubImage2D GET_TexSubImage2D(struct _glapi_table *disp) { in GET_TexSubImage2D()
5842 return (_glptr_TexSubImage2D) (GET_by_offset(disp, _gloffset_TexSubImage2D)); in GET_TexSubImage2D()