Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp719 PFNGETFRAGDATALOCATIONPROC GetFragDataLocation; variable
2197GetFragDataLocation = (PFNGETFRAGDATALOCATIONPROC)IntGetProcAddress("glGetFragDataLocation"); in Switch_GetFragDataLocation()
2198 return GetFragDataLocation(program, name); in Switch_GetFragDataLocation()
2707 GetFragDataLocation = Switch_GetFragDataLocation; in InitializeVariables()
Dgl_core_3_1.hpp1322 extern GLint (CODEGEN_FUNCPTR *GetFragDataLocation)(GLuint program, const GLchar *name);
/external/mesa3d/include/GL/
Dgl_mangle.h653 #define glGetFragDataLocation MANGLE(GetFragDataLocation)