Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp136 static void* IntGetProcAddress(const char* name) in IntGetProcAddress() function
146 static void* IntGetProcAddress(const char*) in IntGetProcAddress() function
779 CullFace = (PFNCULLFACEPROC)IntGetProcAddress("glCullFace"); in Switch_CullFace()
785 FrontFace = (PFNFRONTFACEPROC)IntGetProcAddress("glFrontFace"); in Switch_FrontFace()
791 Hint = (PFNHINTPROC)IntGetProcAddress("glHint"); in Switch_Hint()
797 LineWidth = (PFNLINEWIDTHPROC)IntGetProcAddress("glLineWidth"); in Switch_LineWidth()
803 PointSize = (PFNPOINTSIZEPROC)IntGetProcAddress("glPointSize"); in Switch_PointSize()
809 PolygonMode = (PFNPOLYGONMODEPROC)IntGetProcAddress("glPolygonMode"); in Switch_PolygonMode()
815 Scissor = (PFNSCISSORPROC)IntGetProcAddress("glScissor"); in Switch_Scissor()
821 TexParameterf = (PFNTEXPARAMETERFPROC)IntGetProcAddress("glTexParameterf"); in Switch_TexParameterf()
[all …]