Searched defs:glBlendFunc (Results 1 – 3 of 3) sorted by relevance
326 #define glBlendFunc(...) do { glBlendFunc(__VA_ARGS__); GLCHECK("glBlendFunc");} while(0) macro
76 public void glBlendFunc(int sfactor, int dfactor) { in glBlendFunc() method in GLErrorLogger.ErrorLoggingGL
334 void __stdcall glBlendFunc(GLenum sfactor, GLenum dfactor) in glBlendFunc() function