Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp184 typedef void (CODEGEN_FUNCPTR *PFNBLENDFUNCPROC)(GLenum , GLenum ); typedef
491 PFNBLENDFUNCPROC BlendFunc;
929 BlendFunc = (PFNBLENDFUNCPROC)IntGetProcAddress("glBlendFunc"); in Switch_BlendFunc()