Searched refs:_glptr_TextureSubImage2D (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
H A Ddispatch.h13319 typedef void (GLAPIENTRYP _glptr_TextureSubImage2D)(GLuint, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); typedef
13322 static inline _glptr_TextureSubImage2D GET_TextureSubImage2D(struct _glapi_table *disp) {
13323 return (_glptr_TextureSubImage2D) (GET_by_offset(disp, _gloffset_TextureSubImage2D));

Completed in 144 milliseconds