Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp605 PFNGETUNIFORMFVPROC GetUniformfv; variable
1563 GetUniformfv = (PFNGETUNIFORMFVPROC)IntGetProcAddress("glGetUniformfv"); in Switch_GetUniformfv()
1564 GetUniformfv(program, location, params); in Switch_GetUniformfv()
2593 GetUniformfv = Switch_GetUniformfv; in InitializeVariables()
Dgl_core_3_1.hpp1208 extern void (CODEGEN_FUNCPTR *GetUniformfv)(GLuint program, GLint location, GLfloat *params);
/external/mesa3d/include/GL/
Dgl_mangle.h861 #define glGetUniformfv MANGLE(GetUniformfv)