Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp292 typedef void (CODEGEN_FUNCPTR *PFNGETPROGRAMIVPROC)(GLuint , GLenum , GLint *); typedef
599 PFNGETPROGRAMIVPROC GetProgramiv;
1527 GetProgramiv = (PFNGETPROGRAMIVPROC)IntGetProcAddress("glGetProgramiv"); in Switch_GetProgramiv()