Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h8654 typedef void (GLAPIENTRYP _glptr_GetUniformIndices)(GLuint, GLsizei, const GLchar * const *, GLuint… typedef
8657 static inline _glptr_GetUniformIndices GET_GetUniformIndices(struct _glapi_table *disp) { in GET_GetUniformIndices()
8658 return (_glptr_GetUniformIndices) (GET_by_offset(disp, _gloffset_GetUniformIndices)); in GET_GetUniformIndices()