Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/misc/
H A Dwingl.c42 static GETPIXELFMT glGetPixelFormat = NULL; variable
100 if (!OpenGLInitFunction("wglGetPixelFormat", (FARPROC*)&glGetPixelFormat)) in OpenGLEnable()
151 if (glGetPixelFormat == NULL) in GetPixelFormat()
155 return(glGetPixelFormat(hdc)); in GetPixelFormat()