Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/util/windows/
H A DWGLWindow.cpp101 int currentPixelFormat = GetPixelFormat(mDeviceContext); in initializeGL() local
102 if (currentPixelFormat != pixelFormat) in initializeGL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/util/windows/
H A DWGLWindow.cpp108 int currentPixelFormat = GetPixelFormat(mDeviceContext); in initializeGL() local
109 if (currentPixelFormat != pixelFormat) in initializeGL()
/dports/comms/qsstv/qsstv/videocapt/
H A Dvideocapture.h50 int currentPixelFormat(v4l2_format fmt) const;
H A Dvideocapture.cpp280 int videoCapture::currentPixelFormat(v4l2_format fmt) const in currentPixelFormat() function in videoCapture
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkWin32OpenGLRenderWindow.cxx710 int currentPixelFormat = GetPixelFormat(hDC); in SetupPixelFormatPaletteAndContext() local
713 if (currentPixelFormat != 0) in SetupPixelFormatPaletteAndContext()
715 DescribePixelFormat(hDC, currentPixelFormat,sizeof(pfd), &pfd); in SetupPixelFormatPaletteAndContext()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkWin32OpenGLRenderWindow.cxx703 int currentPixelFormat = GetPixelFormat(hDC); in SetupPixelFormat() local
706 if (currentPixelFormat != 0) in SetupPixelFormat()
708 DescribePixelFormat(hDC, currentPixelFormat, sizeof(pfd), &pfd); in SetupPixelFormat()