/dports/editors/lazarus/lazarus/components/opengl/ |
H A D | glcocoanscontext.pas | 257 AddUInt32(NSOpenGLPFAOpenGLProfile); 264 AddUInt32(NSOpenGLPFAColorSize); AddUInt32(24); 266 AddUInt32(NSOpenGLPFADepthSize); AddUInt32(32); 269 AddUInt32(NSOpenGLPFAAlphaSize); AddUInt32(AlphaBits); 271 AddUInt32(NSOpenGLPFAAccelerated); 273 AddUInt32(NSOpenGLPFAMultisample); 274 AddUInt32(NSOpenGLPFASampleBuffers); AddUInt32(1); 275 AddUInt32(NSOpenGLPFASamples); AddUInt32(MultiSampling); 279 AddUInt32(NSOpenGLPFAStencilSize); AddUInt32(StencilBits); 283 AddUInt32(NSOpenGLPFAAuxBuffers); AddUInt32(AUXBuffers); [all …]
|
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/opengl/ |
H A D | glcocoanscontext.pas | 257 AddUInt32(NSOpenGLPFAOpenGLProfile); 264 AddUInt32(NSOpenGLPFAColorSize); AddUInt32(24); 266 AddUInt32(NSOpenGLPFADepthSize); AddUInt32(32); 269 AddUInt32(NSOpenGLPFAAlphaSize); AddUInt32(AlphaBits); 271 AddUInt32(NSOpenGLPFAAccelerated); 273 AddUInt32(NSOpenGLPFAMultisample); 274 AddUInt32(NSOpenGLPFASampleBuffers); AddUInt32(1); 275 AddUInt32(NSOpenGLPFASamples); AddUInt32(MultiSampling); 279 AddUInt32(NSOpenGLPFAStencilSize); AddUInt32(StencilBits); 283 AddUInt32(NSOpenGLPFAAuxBuffers); AddUInt32(AUXBuffers); [all …]
|
/dports/editors/lazarus-qt5/lazarus/components/opengl/ |
H A D | glcocoanscontext.pas | 257 AddUInt32(NSOpenGLPFAOpenGLProfile); 264 AddUInt32(NSOpenGLPFAColorSize); AddUInt32(24); 266 AddUInt32(NSOpenGLPFADepthSize); AddUInt32(32); 269 AddUInt32(NSOpenGLPFAAlphaSize); AddUInt32(AlphaBits); 271 AddUInt32(NSOpenGLPFAAccelerated); 273 AddUInt32(NSOpenGLPFAMultisample); 274 AddUInt32(NSOpenGLPFASampleBuffers); AddUInt32(1); 275 AddUInt32(NSOpenGLPFASamples); AddUInt32(MultiSampling); 279 AddUInt32(NSOpenGLPFAStencilSize); AddUInt32(StencilBits); 283 AddUInt32(NSOpenGLPFAAuxBuffers); AddUInt32(AUXBuffers); [all …]
|
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/opengl/ |
H A D | glcocoanscontext.pas | 257 AddUInt32(NSOpenGLPFAOpenGLProfile); 264 AddUInt32(NSOpenGLPFAColorSize); AddUInt32(24); 266 AddUInt32(NSOpenGLPFADepthSize); AddUInt32(32); 269 AddUInt32(NSOpenGLPFAAlphaSize); AddUInt32(AlphaBits); 271 AddUInt32(NSOpenGLPFAAccelerated); 273 AddUInt32(NSOpenGLPFAMultisample); 274 AddUInt32(NSOpenGLPFASampleBuffers); AddUInt32(1); 275 AddUInt32(NSOpenGLPFASamples); AddUInt32(MultiSampling); 279 AddUInt32(NSOpenGLPFAStencilSize); AddUInt32(StencilBits); 283 AddUInt32(NSOpenGLPFAAuxBuffers); AddUInt32(AUXBuffers); [all …]
|
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/ |
H A D | CAPersistence.cpp | 76 if (!dict.AddUInt32 (kFormat, mFormatID)) goto error; in Save() 122 if (!dict.AddUInt32 (kType, componentType)) goto error; in Save() 311 dict.AddUInt32 (kAUScopeStr, inParam.mScope); in Save() 312 dict.AddUInt32 (kAUElementIDStr, inParam.mElement); in Save() 313 dict.AddUInt32 (kAUParameterIDStr, inParam.mParameterID); in Save() 349 paramDict.AddUInt32 (kLocalScopeStr, mScope); in Save() 350 paramDict.AddUInt32 (kLocalElementIDStr, mElement); in Save() 352 paramDict.AddUInt32 (kMIDIFlagsStr, mFlags); in Save() 357 paramDict.AddUInt32 (kMIDIStatusStr, data); in Save() 360 paramDict.AddUInt32 (kMIDIDataByteStr, data); in Save() [all …]
|
H A D | CACFDictionary.h | 146 bool AddUInt32(const CFStringRef inKey, UInt32 inValue);
|
H A D | CACFDictionary.cpp | 479 bool CACFDictionary::AddUInt32(const CFStringRef inKey, UInt32 inValue) in AddUInt32() function in CACFDictionary
|
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Vectors/ |
H A D | UInt32v.pas | 26 AddVectCode = AddUInt32;
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/ |
H A D | AddInstruction.cs | 92 private sealed class AddUInt32 : AddInstruction class in System.Linq.Expressions.Interpreter.AddInstruction 173 case TypeCode.UInt32: return s_UInt32 ?? (s_UInt32 = new AddUInt32()); in Create()
|
/dports/games/0ad/0ad-0.0.23b-alpha/source/network/ |
H A D | StunClient.cpp | 100 void AddUInt32(std::vector<u8>& buffer, const u32 value) in AddUInt32() function 178 AddUInt32(buffer, m_MagicCookie); in SendStunRequest()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/ |
H A D | test_util.h | 244 reflection->AddUInt32(message, F("repeated_uint32"), 203); in SetAllFieldsViaReflection() 248 reflection->AddUInt32(message, F("repeated_fixed32"), 207); in SetAllFieldsViaReflection() 279 reflection->AddUInt32(message, F("repeated_uint32"), 303); in SetAllFieldsViaReflection() 283 reflection->AddUInt32(message, F("repeated_fixed32"), 307); in SetAllFieldsViaReflection() 401 reflection->AddUInt32(message, F("packed_uint32"), 603); in SetPackedFieldsViaReflection() 405 reflection->AddUInt32(message, F("packed_fixed32"), 607); in SetPackedFieldsViaReflection() 416 reflection->AddUInt32(message, F("packed_uint32"), 703); in SetPackedFieldsViaReflection() 420 reflection->AddUInt32(message, F("packed_fixed32"), 707); in SetPackedFieldsViaReflection()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/ |
H A D | test_util.h | 244 reflection->AddUInt32(message, F("repeated_uint32"), 203); in SetAllFieldsViaReflection() 248 reflection->AddUInt32(message, F("repeated_fixed32"), 207); in SetAllFieldsViaReflection() 279 reflection->AddUInt32(message, F("repeated_uint32"), 303); in SetAllFieldsViaReflection() 283 reflection->AddUInt32(message, F("repeated_fixed32"), 307); in SetAllFieldsViaReflection() 401 reflection->AddUInt32(message, F("packed_uint32"), 603); in SetPackedFieldsViaReflection() 405 reflection->AddUInt32(message, F("packed_fixed32"), 607); in SetPackedFieldsViaReflection() 416 reflection->AddUInt32(message, F("packed_uint32"), 703); in SetPackedFieldsViaReflection() 420 reflection->AddUInt32(message, F("packed_fixed32"), 707); in SetPackedFieldsViaReflection()
|
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/ |
H A D | test_util.h | 244 reflection->AddUInt32(message, F("repeated_uint32"), 203); in SetAllFieldsViaReflection() 248 reflection->AddUInt32(message, F("repeated_fixed32"), 207); in SetAllFieldsViaReflection() 279 reflection->AddUInt32(message, F("repeated_uint32"), 303); in SetAllFieldsViaReflection() 283 reflection->AddUInt32(message, F("repeated_fixed32"), 307); in SetAllFieldsViaReflection() 401 reflection->AddUInt32(message, F("packed_uint32"), 603); in SetPackedFieldsViaReflection() 405 reflection->AddUInt32(message, F("packed_fixed32"), 607); in SetPackedFieldsViaReflection() 416 reflection->AddUInt32(message, F("packed_uint32"), 703); in SetPackedFieldsViaReflection() 420 reflection->AddUInt32(message, F("packed_fixed32"), 707); in SetPackedFieldsViaReflection()
|
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/ |
H A D | test_util.h | 244 reflection->AddUInt32(message, F("repeated_uint32"), 203); in SetAllFieldsViaReflection() 248 reflection->AddUInt32(message, F("repeated_fixed32"), 207); in SetAllFieldsViaReflection() 279 reflection->AddUInt32(message, F("repeated_uint32"), 303); in SetAllFieldsViaReflection() 283 reflection->AddUInt32(message, F("repeated_fixed32"), 307); in SetAllFieldsViaReflection() 401 reflection->AddUInt32(message, F("packed_uint32"), 603); in SetPackedFieldsViaReflection() 405 reflection->AddUInt32(message, F("packed_fixed32"), 607); in SetPackedFieldsViaReflection() 416 reflection->AddUInt32(message, F("packed_uint32"), 703); in SetPackedFieldsViaReflection() 420 reflection->AddUInt32(message, F("packed_fixed32"), 707); in SetPackedFieldsViaReflection()
|
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio105/ |
H A D | CACFDictionary.h | 115 bool AddUInt32(const CFStringRef inKey, UInt32 inValue);
|
H A D | CACFDictionary.cpp | 310 bool CACFDictionary::AddUInt32(const CFStringRef inKey, UInt32 inValue) in AddUInt32() function in CACFDictionary
|
/dports/devel/protobuf25/protobuf-2.5.0/src/google/protobuf/ |
H A D | generated_message_reflection.h | 261 void AddUInt32(Message* message,
|
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/ |
H A D | generated_message_reflection.h | 311 void AddUInt32(Message* message,
|
H A D | message.h | 630 virtual void AddUInt32(Message* message,
|
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/protobuf/protobuf-2.6.1/src/google/protobuf/ |
H A D | generated_message_reflection.h | 311 void AddUInt32(Message* message,
|
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/protobuf/protobuf-2.6.1/src/google/protobuf/ |
H A D | generated_message_reflection.h | 311 void AddUInt32(Message* message,
|
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/ |
H A D | generated_message_reflection.h | 311 void AddUInt32(Message* message,
|
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/ |
H A D | generated_message_reflection.h | 311 void AddUInt32(Message* message,
|
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/protobuf/src/google/protobuf/ |
H A D | generated_message_reflection.h | 311 void AddUInt32(Message* message,
|
/dports/databases/mysql57-client/mysql-5.7.36/extra/protobuf/protobuf-2.6.1/src/google/protobuf/ |
H A D | generated_message_reflection.h | 311 void AddUInt32(Message* message,
|