Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkWin32OpenGLRenderWindow.cxx594 PIXELFORMATDESCRIPTOR tempPfd; in SetupPixelFormatPaletteAndContext() local
595 memset(&tempPfd, 0, sizeof(PIXELFORMATDESCRIPTOR)); in SetupPixelFormatPaletteAndContext()
596 tempPfd.nSize = sizeof(PIXELFORMATDESCRIPTOR); in SetupPixelFormatPaletteAndContext()
597 tempPfd.nVersion = 1; in SetupPixelFormatPaletteAndContext()
598 tempPfd.dwFlags = PFD_SUPPORT_OPENGL | PFD_DRAW_TO_WINDOW; in SetupPixelFormatPaletteAndContext()
599 tempPfd.iPixelType = PFD_TYPE_RGBA; in SetupPixelFormatPaletteAndContext()
600 int tempPixelFormat = ChoosePixelFormat(tempDC, &tempPfd); in SetupPixelFormatPaletteAndContext()
601 SetPixelFormat(tempDC, tempPixelFormat, &tempPfd); in SetupPixelFormatPaletteAndContext()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkWin32OpenGLRenderWindow.cxx555 PIXELFORMATDESCRIPTOR tempPfd; in SetupPixelFormatPaletteAndContext() local
556 memset(&tempPfd, 0, sizeof(PIXELFORMATDESCRIPTOR)); in SetupPixelFormatPaletteAndContext()
557 tempPfd.nSize = sizeof(PIXELFORMATDESCRIPTOR); in SetupPixelFormatPaletteAndContext()
558 tempPfd.nVersion = 1; in SetupPixelFormatPaletteAndContext()
559 tempPfd.dwFlags = PFD_SUPPORT_OPENGL | PFD_DRAW_TO_WINDOW; in SetupPixelFormatPaletteAndContext()
560 tempPfd.iPixelType = PFD_TYPE_RGBA; in SetupPixelFormatPaletteAndContext()
561 int tempPixelFormat = ChoosePixelFormat(tempDC, &tempPfd); in SetupPixelFormatPaletteAndContext()
562 SetPixelFormat(tempDC, tempPixelFormat, &tempPfd); in SetupPixelFormatPaletteAndContext()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkWin32OpenGLRenderWindow.cxx558 PIXELFORMATDESCRIPTOR tempPfd; in SetupPixelFormatPaletteAndContext() local
559 memset(&tempPfd, 0, sizeof(PIXELFORMATDESCRIPTOR)); in SetupPixelFormatPaletteAndContext()
560 tempPfd.nSize = sizeof(PIXELFORMATDESCRIPTOR); in SetupPixelFormatPaletteAndContext()
561 tempPfd.nVersion = 1; in SetupPixelFormatPaletteAndContext()
562 tempPfd.dwFlags = PFD_SUPPORT_OPENGL | PFD_DRAW_TO_WINDOW; in SetupPixelFormatPaletteAndContext()
563 tempPfd.iPixelType = PFD_TYPE_RGBA; in SetupPixelFormatPaletteAndContext()
564 int tempPixelFormat = ChoosePixelFormat(tempDC, &tempPfd); in SetupPixelFormatPaletteAndContext()
565 SetPixelFormat(tempDC, tempPixelFormat, &tempPfd); in SetupPixelFormatPaletteAndContext()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkWin32OpenGLRenderWindow.cxx590 PIXELFORMATDESCRIPTOR tempPfd; in SetupPixelFormat() local
591 memset(&tempPfd, 0, sizeof(PIXELFORMATDESCRIPTOR)); in SetupPixelFormat()
592 tempPfd.nSize = sizeof(PIXELFORMATDESCRIPTOR); in SetupPixelFormat()
593 tempPfd.nVersion = 1; in SetupPixelFormat()
594 tempPfd.dwFlags = PFD_SUPPORT_OPENGL | PFD_DRAW_TO_WINDOW; in SetupPixelFormat()
595 tempPfd.iPixelType = PFD_TYPE_RGBA; in SetupPixelFormat()
596 int tempPixelFormat = ChoosePixelFormat(tempDC, &tempPfd); in SetupPixelFormat()
597 SetPixelFormat(tempDC, tempPixelFormat, &tempPfd); in SetupPixelFormat()