Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h12172 typedef void (GLAPIENTRYP _glptr_TextureView)(GLuint, GLenum, GLuint, GLenum, GLuint, GLuint, GLuin… typedef
12175 static inline _glptr_TextureView GET_TextureView(struct _glapi_table *disp) { in GET_TextureView()
12176 return (_glptr_TextureView) (GET_by_offset(disp, _gloffset_TextureView)); in GET_TextureView()