Home
last modified time | relevance | path

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

/dports/cad/ldview/ldview-4.4/
H A DLDVExtensionsSetup.cpp20 LDVExtensionsSetup::sm_wglGetPixelFormatAttribfvARB = NULL; member in LDVExtensionsSetup
211 sm_wglGetPixelFormatAttribfvARB = (PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) in initWindow()
252 wglGetPixelFormatAttribfvARB = sm_wglGetPixelFormatAttribfvARB; in initWindow()
H A DLDVExtensionsSetup.h53 static PFNWGLGETPIXELFORMATATTRIBFVEXTPROC sm_wglGetPixelFormatAttribfvARB; variable