Searched refs:PFNGLSAMPLECOVERAGEXPROC (Results 1 – 5 of 5) sorted by relevance
531 typedef void (GL_APIENTRYP PFNGLSAMPLECOVERAGEXPROC) (GLclampx value, GLboolean invert); typedef
87 ANGLE_UTIL_EXPORT PFNGLSAMPLECOVERAGEXPROC glSampleCoveragex;1589 glSampleCoveragex = reinterpret_cast<PFNGLSAMPLECOVERAGEXPROC>(loadProc("glSampleCoveragex")); in LoadGLES()
95 ANGLE_UTIL_EXPORT extern PFNGLSAMPLECOVERAGEXPROC glSampleCoveragex;
3064 PFNGLSAMPLECOVERAGEXPROC __glewSampleCoveragex = NULL;15433 …r = ((glSampleCoveragex = (PFNGLSAMPLECOVERAGEXPROC)glewGetProcAddress((const GLubyte*)"glSampleCo… in _glewInit_GL_REGAL_ES1_0_compatibility()
17866 typedef void (GLAPIENTRY * PFNGLSAMPLECOVERAGEXPROC) (GLclampx value, GLboolean invert); typedef22596 GLEW_FUN_EXPORT PFNGLSAMPLECOVERAGEXPROC __glewSampleCoveragex;