Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkWin32OpenGLRenderWindow.cxx600 int tempPixelFormat = ChoosePixelFormat(tempDC, &tempPfd); in SetupPixelFormatPaletteAndContext() local
601 SetPixelFormat(tempDC, tempPixelFormat, &tempPfd); in SetupPixelFormatPaletteAndContext()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkWin32OpenGLRenderWindow.cxx561 int tempPixelFormat = ChoosePixelFormat(tempDC, &tempPfd); in SetupPixelFormatPaletteAndContext() local
562 SetPixelFormat(tempDC, tempPixelFormat, &tempPfd); in SetupPixelFormatPaletteAndContext()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkWin32OpenGLRenderWindow.cxx564 int tempPixelFormat = ChoosePixelFormat(tempDC, &tempPfd); in SetupPixelFormatPaletteAndContext() local
565 SetPixelFormat(tempDC, tempPixelFormat, &tempPfd); in SetupPixelFormatPaletteAndContext()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkWin32OpenGLRenderWindow.cxx596 int tempPixelFormat = ChoosePixelFormat(tempDC, &tempPfd); in SetupPixelFormat() local
597 SetPixelFormat(tempDC, tempPixelFormat, &tempPfd); in SetupPixelFormat()