Searched refs:IntGetProcAddress (Results 1 – 1 of 1) sorted by relevance
136 static void* IntGetProcAddress(const char* name) in IntGetProcAddress() function146 static void* IntGetProcAddress(const char*) in IntGetProcAddress() function779 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 …]