Home
last modified time | relevance | path

Searched refs:rgbBits (Results 26 – 50 of 403) sorted by relevance

12345678910>>...17

/dports/audio/bschaffl-lv2/BSchaffl-1.4.8/src/BWidgets/pugl/
H A Dwin.h46 const int rgbBits = (hints[PUGL_RED_BITS] + // in puglWinGetPixelFormatDescriptor() local
58 pfd.cColorBits = (BYTE)rgbBits; in puglWinGetPixelFormatDescriptor()
/dports/audio/bsequencer-lv2/BSEQuencer-1.8.10/src/BWidgets/pugl/
H A Dwin.h46 const int rgbBits = (hints[PUGL_RED_BITS] + // in puglWinGetPixelFormatDescriptor() local
58 pfd.cColorBits = (BYTE)rgbBits; in puglWinGetPixelFormatDescriptor()
/dports/audio/bangr-lv2/BAngr-1.6.0/src/BWidgets/pugl/
H A Dwin.h46 const int rgbBits = (hints[PUGL_RED_BITS] + // in puglWinGetPixelFormatDescriptor() local
58 pfd.cColorBits = (BYTE)rgbBits; in puglWinGetPixelFormatDescriptor()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/src/
H A Dwin.h46 const int rgbBits = (hints[PUGL_RED_BITS] + // in puglWinGetPixelFormatDescriptor() local
58 pfd.cColorBits = (BYTE)rgbBits; in puglWinGetPixelFormatDescriptor()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/src/
H A Dwin.h46 const int rgbBits = (hints[PUGL_RED_BITS] + // in puglWinGetPixelFormatDescriptor() local
58 pfd.cColorBits = (BYTE)rgbBits; in puglWinGetPixelFormatDescriptor()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/src/
H A Dwin.h46 const int rgbBits = (hints[PUGL_RED_BITS] + // in puglWinGetPixelFormatDescriptor() local
58 pfd.cColorBits = (BYTE)rgbBits; in puglWinGetPixelFormatDescriptor()
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/src/
H A Dwin.h46 const int rgbBits = (hints[PUGL_RED_BITS] + // in puglWinGetPixelFormatDescriptor() local
58 pfd.cColorBits = (BYTE)rgbBits; in puglWinGetPixelFormatDescriptor()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/src/
H A Dwin.h46 const int rgbBits = (hints[PUGL_RED_BITS] + // in puglWinGetPixelFormatDescriptor() local
58 pfd.cColorBits = (BYTE)rgbBits; in puglWinGetPixelFormatDescriptor()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/pugl/src/
H A Dwin.h46 const int rgbBits = (hints[PUGL_RED_BITS] + //
58 pfd.cColorBits = (BYTE)rgbBits;
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xquartz/GL/
H A Dglcontextmodes.c164 mode->rgbBits = mode->rgbMode ? config->bufferSize : 0; in _gl_copy_visual_to_context_mode()
220 *value_return = mode->rgbBits; in _gl_get_context_mode_data()
547 (a->rgbBits == b->rgbBits) && in _gl_context_modes_are_same()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xquartz/GL/
H A Dglcontextmodes.c164 mode->rgbBits = mode->rgbMode ? config->bufferSize : 0; in _gl_copy_visual_to_context_mode()
220 *value_return = mode->rgbBits; in _gl_get_context_mode_data()
547 (a->rgbBits == b->rgbBits) && in _gl_context_modes_are_same()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/glx/
H A Dglxdricommon.c52 __ATTRIB(__DRI_ATTRIB_BUFFER_SIZE, rgbBits),
193 !server_has_depth(config->config.rgbBits)) { in createModeFromConfig()
220 config->config.rgbBits != 32 || in createModeFromConfig()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dglconfig.h20 GLint rgbBits; /* total bits for rgb */ member
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreDDSCodec.cpp50 uint32 rgbBits; member
378 ddsHeader.pixelFormat.rgbBits = ddsHeaderRgbBits; in encodeToFile()
596 PixelFormat DDSCodec::convertPixelFormat(uint32 rgbBits, uint32 rMask, in convertPixelFormat() argument
603 if (PixelUtil::getNumElemBits(pf) == rgbBits) in convertPixelFormat()
829 sourceFormat = convertPixelFormat(header.pixelFormat.rgbBits, in decode()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreDDSCodec.cpp57 uint32 rgbBits; member
352 ddsHeader.pixelFormat.rgbBits = ddsHeaderRgbBits; in encodeToFile()
452 PixelFormat DDSCodec::convertPixelFormat(uint32 rgbBits, uint32 rMask, in convertPixelFormat() argument
459 if (PixelUtil::getNumElemBits(pf) == rgbBits) in convertPixelFormat()
685 sourceFormat = convertPixelFormat(header.pixelFormat.rgbBits, in decode()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreDDSCodec.h62 PixelFormat convertPixelFormat(uint32 rgbBits, uint32 rMask,
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreDDSCodec.h60 PixelFormat convertPixelFormat(uint32 rgbBits, uint32 rMask,
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/glx/
H A Dindirect.c333 c->rgbBits ? c->rgbBits : c->indexBits, in fbConfigsDump()
1710 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->rgbBits); in fbConfigToPixelFormatIndex()
1715 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->rgbBits); in fbConfigToPixelFormatIndex()
1720 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->rgbBits); in fbConfigToPixelFormatIndex()
1885 c->base.rgbBits = pfd.cColorBits; in glxWinCreateConfigs()
2203 c->base.rgbBits = 0; in glxWinCreateConfigsExt()
2220 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0); in glxWinCreateConfigsExt()
2227 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0); in glxWinCreateConfigsExt()
2236 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0); in glxWinCreateConfigsExt()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/glx/
H A Dindirect.c333 c->rgbBits ? c->rgbBits : c->indexBits, in fbConfigsDump()
1710 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->rgbBits); in fbConfigToPixelFormatIndex()
1715 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->rgbBits); in fbConfigToPixelFormatIndex()
1720 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->rgbBits); in fbConfigToPixelFormatIndex()
1885 c->base.rgbBits = pfd.cColorBits; in glxWinCreateConfigs()
2203 c->base.rgbBits = 0; in glxWinCreateConfigsExt()
2220 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0); in glxWinCreateConfigsExt()
2227 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0); in glxWinCreateConfigsExt()
2236 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0); in glxWinCreateConfigsExt()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/glx/
H A Dglxconfig.h42 GLint rgbBits; /* total bits for rgb */ member
/dports/lang/clover/mesa-21.3.6/src/glx/
H A Dglxconfig.h42 GLint rgbBits; /* total bits for rgb */ member
/dports/graphics/libosmesa/mesa-21.3.6/src/glx/
H A Dglxconfig.h42 GLint rgbBits; /* total bits for rgb */ member
/dports/graphics/mesa-libs/mesa-21.3.6/src/glx/
H A Dglxconfig.h42 GLint rgbBits; /* total bits for rgb */ member
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/glx/
H A Dglxconfig.h42 GLint rgbBits; /* total bits for rgb */ member
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/glx/
H A Dglxconfig.h42 GLint rgbBits; /* total bits for rgb */ member

12345678910>>...17