Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp243 typedef void (CODEGEN_FUNCPTR *PFNBLENDFUNCSEPARATEPROC)(GLenum , GLenum , GLenum , GLenum ); typedef
550 PFNBLENDFUNCSEPARATEPROC BlendFuncSeparate;
1253 BlendFuncSeparate = (PFNBLENDFUNCSEPARATEPROC)IntGetProcAddress("glBlendFuncSeparate"); in Switch_BlendFuncSeparate()