Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h11306 typedef void (GLAPIENTRYP _glptr_ShaderBinary)(GLsizei, const GLuint *, GLenum, const GLvoid *, GLs… typedef
11309 static inline _glptr_ShaderBinary GET_ShaderBinary(struct _glapi_table *disp) { in GET_ShaderBinary()
11310 return (_glptr_ShaderBinary) (GET_by_offset(disp, _gloffset_ShaderBinary)); in GET_ShaderBinary()