Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h9622 typedef void (GLAPIENTRYP _glptr_ShaderBinary)(GLsizei, const GLuint *, GLenum, const GLvoid *, GLs… typedef
9625 static inline _glptr_ShaderBinary GET_ShaderBinary(struct _glapi_table *disp) { in GET_ShaderBinary()
9626 return (_glptr_ShaderBinary) (GET_by_offset(disp, _gloffset_ShaderBinary)); in GET_ShaderBinary()