Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp289 …typedef void (CODEGEN_FUNCPTR *PFNGETACTIVEUNIFORMPROC)(GLuint , GLuint , GLsizei , GLsizei *, GLi… typedef
596 PFNGETACTIVEUNIFORMPROC GetActiveUniform;
1509 GetActiveUniform = (PFNGETACTIVEUNIFORMPROC)IntGetProcAddress("glGetActiveUniform"); in Switch_GetActiveUniform()