Searched defs:BindFunc (Results 1 – 3 of 3) sorted by relevance
56 using BindFunc = std::function<int(int, int)>; variable
96 using BindFunc = std::function<absl::Status()>; variable
58 typedef void (CallLogWrapper::*BindFunc)(GLenum target, GLuint name); typedef