Searched refs:PFNGLCLEARCOLORXPROC (Results 1 – 5 of 5) sorted by relevance
454 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed… typedef
43 ANGLE_UTIL_EXPORT PFNGLCLEARCOLORXPROC glClearColorx;1540 glClearColorx = reinterpret_cast<PFNGLCLEARCOLORXPROC>(loadProc("glClearColorx")); in LoadGLES()
51 ANGLE_UTIL_EXPORT extern PFNGLCLEARCOLORXPROC glClearColorx;
3040 PFNGLCLEARCOLORXPROC __glewClearColorx = NULL;15409 …r = ((glClearColorx = (PFNGLCLEARCOLORXPROC)glewGetProcAddress((const GLubyte*)"glClearColorx")) =… in _glewInit_GL_REGAL_ES1_0_compatibility()
17842 typedef void (GLAPIENTRY * PFNGLCLEARCOLORXPROC) (GLclampx red, GLclampx green, GLclampx blue, GLcl… typedef22572 GLEW_FUN_EXPORT PFNGLCLEARCOLORXPROC __glewClearColorx;