Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h12183 typedef void (GLAPIENTRYP _glptr_BindVertexBuffer)(GLuint, GLuint, GLintptr, GLsizei); typedef
12186 static inline _glptr_BindVertexBuffer GET_BindVertexBuffer(struct _glapi_table *disp) { in GET_BindVertexBuffer()
12187 return (_glptr_BindVertexBuffer) (GET_by_offset(disp, _gloffset_BindVertexBuffer)); in GET_BindVertexBuffer()