Home
last modified time | relevance | path

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

/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/opengl/
H A Djuce_OpenGLPixelFormat.cpp41 accumulationBufferBlueBits (0), in OpenGLPixelFormat()
57 && accumulationBufferBlueBits == other.accumulationBufferBlueBits in operator ==()
H A Djuce_OpenGLPixelFormat.h65 …int accumulationBufferBlueBits; /**< The number of bits per pixel to use for an accumulation buf… variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/native/
H A Djuce_OpenGL_win32.h275 … + pixelFormat.accumulationBufferBlueBits + pixelFormat.accumulationBufferAlphaBits); in initialisePixelFormatDescriptor()
278 pfd.cAccumBlueBits = (BYTE) pixelFormat.accumulationBufferBlueBits; in initialisePixelFormatDescriptor()
308 … atts[n++] = WGL_ACCUM_BLUE_BITS_ARB; atts[n++] = pixelFormat.accumulationBufferBlueBits; in wglChoosePixelFormatExtension()
H A Djuce_OpenGL_linux_X11.h82 GLX_ACCUM_BLUE_SIZE, cPixelFormat.accumulationBufferBlueBits, in NativeContext()
H A Djuce_OpenGL_osx.h102 … + pixFormat.accumulationBufferBlueBits + pixFormat.accumulationBufferAlphaBits); in createAttribs()