SYMBOL INDEX (8641 symbols across 401 files) FILE: BasicSamplers/FrequencyDetection.cpp class Window (line 12) | class Window method Allocate (line 19) | void Allocate(float halfWidth) method SetZero (line 30) | void SetZero() method CreateFromBuffer (line 35) | void CreateFromBuffer(const Buffer& src, float center, float halfWidth) method MergeToBuffer (line 58) | void MergeToBuffer(Buffer& buf, float pos) method GetHalfWidthOfData (line 71) | virtual unsigned GetHalfWidthOfData() const method GetSample (line 79) | virtual float GetSample(int i) const method SetSample (line 99) | virtual void SetSample(int i, float v) function fetchFrequency (line 121) | float fetchFrequency(const Buffer& buf, unsigned sampleRate) FILE: BasicSamplers/FrequencyDetection.h function class (line 8) | class Buffer FILE: BasicSamplers/InstrumentMultiSampler.cpp function s_generateNoteWave (line 14) | static void s_generateNoteWave(const InstrumentSample& sample, float* ou... function InstrumentMultiSample (line 85) | void InstrumentMultiSample(const std::vector& samples,... FILE: BasicSamplers/InstrumentMultiSampler.h type InstrumentSample (line 6) | struct InstrumentSample FILE: BasicSamplers/InstrumentSingleSampler.cpp function InstrumentSingleSample (line 14) | void InstrumentSingleSample(const InstrumentSample& sample, float* outBu... FILE: BasicSamplers/InstrumentSingleSampler.h type InstrumentSample (line 4) | struct InstrumentSample FILE: BasicSamplers/PercussionSampler.cpp function PercussionSample (line 14) | void PercussionSample(const Sample& sample, float* outBuf, unsigned outB... FILE: BasicSamplers/PercussionSampler.h type Sample (line 4) | struct Sample FILE: BasicSamplers/Sample.h type Sample (line 3) | struct Sample function Sample (line 15) | struct InstrumentSample : public Sample FILE: BasicSamplers/api.cpp function CreateSample (line 25) | void CreateSample(Sample* sample, unsigned origin_sample_rate, unsigned ... function s_DetectBaseFreq (line 53) | static float s_DetectBaseFreq(const Sample& sample) function SampleDestroy (line 96) | void SampleDestroy(void *ptr) function PercussionGenerate (line 101) | void PercussionGenerate(void* ptr_wavbuf, void* ptr_sample, float fdurat... function InstrumentSingleGenerate (line 116) | void InstrumentSingleGenerate(void* ptr_wavbuf, void* ptr_sample, float ... function compareSampleWav (line 132) | static int compareSampleWav(const void* a, const void* b) function InstrumentMultiGenerate (line 143) | void InstrumentMultiGenerate(void* ptr_wavbuf, void* ptr_sample_lst, flo... FILE: DSPUtil/complex.cpp function DCEnergy (line 5) | double DCEnergy(const DComp* c) function DCAbs (line 10) | double DCAbs(const DComp* c) function DCAng (line 14) | double DCAng(const DComp* c) function DCSetAA (line 18) | void DCSetAA(DComp* c,double Abs,double Ang) function DCConjugate (line 23) | void DCConjugate(DComp* c,const DComp* c1) function DCAdd (line 29) | void DCAdd(DComp* c,const DComp* c1,const DComp* c2) function DCSub (line 34) | void DCSub(DComp* c,const DComp* c1,const DComp* c2) function DCMul (line 39) | void DCMul(DComp* c,const DComp* c1,const DComp* c2) function DCCW90 (line 46) | void DCCW90(DComp* c,const DComp* c1) function DCCCW90 (line 53) | void DCCCW90(DComp* c,const DComp* c1) function DCPowN (line 60) | void DCPowN(DComp* c,const DComp* c1,int n) function DCPrint (line 64) | void DCPrint(const DComp *c,FILE* f) FILE: DSPUtil/complex.h type DComp (line 3) | typedef struct FILE: DSPUtil/fft.cpp function fft (line 3) | void fft(DComp *a,unsigned l) function ifft (line 49) | void ifft(DComp *a,unsigned l) FILE: KarplusStrong/KarplusStrong.cpp function rand01 (line 19) | inline float rand01() function GeneratePinkNoise (line 27) | inline void GeneratePinkNoise(float period, std::vector& buf) function KarplusStrongGenerate (line 76) | void KarplusStrongGenerate(void* ptr_wavbuf, float freq, float fduration... FILE: MIDIWriter/MIDIWriter.cpp function ByteSwap (line 18) | inline void ByteSwap(unsigned short& word) function ByteSwap (line 26) | inline void ByteSwap(unsigned& word) function ToVariableLength (line 39) | inline void ToVariableLength(unsigned fixed, unsigned& variable, unsigne... function WriteBigEdianWord (line 58) | inline void WriteBigEdianWord(FILE *fp, unsigned short aword) function WriteBigEdianDWord (line 64) | inline void WriteBigEdianDWord(FILE *fp, unsigned int adword) function WriteVariableLengthDWord (line 70) | inline void WriteVariableLengthDWord(FILE *fp, unsigned fixeddword) type Note (line 79) | struct Note function NoteDestroy (line 90) | void NoteDestroy(void* ptr) type NoteEvent (line 95) | struct NoteEvent function AddNoteEvent (line 104) | inline void AddNoteEvent(NoteEventList& list, const NoteEvent& nevent) FILE: Meteor/DrawText.cpp function exists_test (line 15) | inline bool exists_test(const char* name) class LibHolder (line 29) | class LibHolder method LibHolder (line 32) | static LibHolder& singlton() method FT_Library (line 42) | FT_Library get_library() const method add_face (line 47) | void add_face(const std::string& name, const std::string& path_ttf) method set_current_face (line 52) | void set_current_face(const std::string& name) method FT_Face (line 57) | FT_Face get_face(const std::string& name = "") const method LibHolder (line 77) | LibHolder() function FTAddFont (line 96) | void FTAddFont(const std::string& name, const std::string& path_ttf) function FTSetCurrentFont (line 101) | void FTSetCurrentFont(const std::string& name) function UTF8_to_wchar (line 106) | std::wstring UTF8_to_wchar(const char * in) type Character (line 141) | struct Character FILE: Meteor/DrawText.h function class (line 5) | class Text FILE: Meteor/Meteor.h function class (line 7) | class Event function class (line 24) | class EventInst : public Event type VisNote (line 77) | struct VisNote type VisBeat (line 85) | struct VisBeat type std (line 92) | typedef std::vector> TempoMap; type VisSinging (line 94) | struct VisSinging function class (line 107) | class Meteor FILE: Meteor/MeteorPlayer.cpp class AudioBufferQueue (line 27) | class AudioBufferQueue method AudioBufferQueue (line 30) | AudioBufferQueue(int cache_size) : m_semaphore_in(cache_size) method Size (line 38) | size_t Size() method AudioBuffer (line 43) | AudioBuffer* Front() method Push (line 48) | void Push(AudioBuffer* packet) method AudioBuffer (line 57) | AudioBuffer* Pop() function rand01 (line 185) | inline float rand01() FILE: Meteor/MeteorPlayer.h type std (line 8) | typedef std::unordered_map SubList; function class (line 12) | class SubLists FILE: Meteor/api.cpp function CtrlPntDestroy (line 36) | void CtrlPntDestroy(void* ptr) function SyllableDestroy (line 54) | void SyllableDestroy(void* ptr) function EventDestroy (line 59) | void EventDestroy(void* ptr) function EventSetOffset (line 64) | void EventSetOffset(void* ptr, float offset) function MeteorDestroy (line 101) | void MeteorDestroy(void* ptr) function MeteorSaveToFile (line 106) | void MeteorSaveToFile(void* ptr, const char* filename) function MeteorLoadFromFile (line 112) | void MeteorLoadFromFile(void* ptr, const char* filename) function MeteorPlay (line 118) | void MeteorPlay(void* ptr_meteor, void* ptr_track) function Base64Destroy (line 134) | void Base64Destroy(void* ptr) FILE: Meteor/base64.hpp function base64_encode (line 8) | inline void base64_encode(const std::vector& input, std::string... FILE: Meteor/blob.hpp function blob_write (line 8) | inline void blob_write(std::vector& blob, const void* data, siz... FILE: PCMPlayer/PCMPlayer.cpp class TrackBufferCopy (line 25) | class TrackBufferCopy method TrackBufferCopy (line 28) | TrackBufferCopy(TrackBuffer& input) class TrackBufferQueue (line 65) | class TrackBufferQueue method TrackBufferQueue (line 68) | TrackBufferQueue() method Size (line 78) | size_t Size() method Front2 (line 83) | void Front2(TrackBufferCopy*& track0, TrackBufferCopy*& track1) method Push (line 101) | void Push(TrackBufferCopy* buf) method TrackBufferCopy (line 108) | TrackBufferCopy* Pop() class AudioBufferQueue (line 122) | class AudioBufferQueue method AudioBufferQueue (line 125) | AudioBufferQueue(int cache_size) : m_semaphore_in(cache_size) method Size (line 133) | size_t Size() method AudioBuffer (line 138) | AudioBuffer* Front() method Push (line 143) | void Push(AudioBuffer* packet) method AudioBuffer (line 152) | AudioBuffer* Pop() FILE: PCMPlayer/PCMPlayer.h function namespace (line 7) | namespace std type AudioBuffer (line 13) | struct AudioBuffer type PaStreamCallbackTimeInfo (line 22) | struct PaStreamCallbackTimeInfo type GLFWwindow (line 24) | struct GLFWwindow function class (line 27) | class PCMPlayer FILE: PCMPlayer/api.cpp function PCMPlayerDestroy (line 24) | void PCMPlayerDestroy(void* ptr) function PlayTrack (line 30) | void PlayTrack(void* ptr, void* ptr_track) function GetRemainingTime (line 37) | float GetRemainingTime(void* ptr) function MainLoop (line 43) | void MainLoop(void* ptr) FILE: ScoreDraftCore/ReadWav.cpp type WavHeader (line 12) | struct WavHeader FILE: ScoreDraftCore/ReadWav.h function class (line 5) | class ReadWav FILE: ScoreDraftCore/TrackBuffer.h function class (line 8) | class SCOREDRAFTCORE_API TrackBuffer FILE: ScoreDraftCore/WavBuffer.h function class (line 6) | class SCOREDRAFTCORE_API WavBuffer FILE: ScoreDraftCore/WriteWav.cpp type WavHeader (line 11) | struct WavHeader function CalcPan (line 76) | inline void CalcPan(float pan, float& l, float& r) FILE: ScoreDraftCore/WriteWav.h function class (line 5) | class WriteWav FILE: ScoreDraftCore/api.cpp function PtrArrayDestroy (line 68) | void PtrArrayDestroy(void* ptr_arr) function F32BufDestroy (line 80) | void F32BufDestroy(void* ptr) function F32BufSize (line 92) | int F32BufSize(void* ptr) function F32BufToS16 (line 98) | void F32BufToS16(void* ptr, short* dst, float amplitude) function F32BufFromS16 (line 105) | void F32BufFromS16(void* ptr, const short* data, unsigned long long size) function F32BufMaxValue (line 115) | float F32BufMaxValue(void* ptr) function F32BufMix (line 129) | void F32BufMix(void* ptr, void* ptr_lst) function WavBufferDestroy (line 175) | void WavBufferDestroy(void *ptr) function WavBufferGetSampleRate (line 180) | float WavBufferGetSampleRate(void* ptr) function WavBufferGetChannelNum (line 186) | unsigned WavBufferGetChannelNum(void *ptr) function WavBufferGetSampleNum (line 192) | unsigned long long WavBufferGetSampleNum(void *ptr) function WavBufferGetAlignPos (line 198) | unsigned WavBufferGetAlignPos(void* ptr) function WavBufferSetAlignPos (line 204) | void WavBufferSetAlignPos(void* ptr, unsigned alignPos) function WavBufferGetVolume (line 210) | float WavBufferGetVolume(void* ptr) function WavBufferSetVolume (line 216) | void WavBufferSetVolume(void* ptr, float volume) function WavBufferGetPan (line 222) | float WavBufferGetPan(void* ptr) function WavBufferSetPan (line 228) | void WavBufferSetPan(void* ptr, float pan) function TrackBufferDestroy (line 240) | void TrackBufferDestroy(void* ptr) function TrackBufferSetVolume (line 246) | void TrackBufferSetVolume(void* ptr, float volume) function TrackBufferGetVolume (line 252) | float TrackBufferGetVolume(void* ptr) function TrackBufferSetPan (line 258) | void TrackBufferSetPan(void* ptr, float pan) function TrackBufferGetPan (line 264) | float TrackBufferGetPan(void* ptr) function TrackBufferGetNumberOfSamples (line 270) | unsigned TrackBufferGetNumberOfSamples(void* ptr) function TrackBufferGetAlignPos (line 276) | unsigned TrackBufferGetAlignPos(void* ptr) function TrackBufferGetCursor (line 282) | float TrackBufferGetCursor(void* ptr) function TrackBufferSetCursor (line 288) | void TrackBufferSetCursor(void* ptr, float cursor) function TrackBufferMoveCursor (line 294) | void TrackBufferMoveCursor(void* ptr, float cursor_delta) function MixTrackBufferList (line 300) | void MixTrackBufferList(void* ptr, void* ptr_list) function WriteTrackBufferToWav (line 307) | void WriteTrackBufferToWav(void* ptr, const char* fn) function ReadTrackBufferFromWav (line 313) | void ReadTrackBufferFromWav(void* ptr, const char* fn) function TrackBufferWriteBlend (line 319) | void TrackBufferWriteBlend(void* ptr, void* ptr_wav_buf) FILE: ScoreDraftCore/utils.h function time_micro_sec (line 9) | inline uint64_t time_micro_sec() function time_milli_sec (line 17) | inline uint64_t time_milli_sec() function time_sec (line 22) | inline double time_sec() type std (line 38) | typedef std::vector PtrArray; type std (line 39) | typedef std::vector F32Buf; function CalcPan (line 41) | inline void CalcPan(float pan, float& l, float& r) function WriteToWav (line 67) | inline void WriteToWav(TrackBuffer& track, const char* fileName) function ReadFromWav (line 94) | inline void ReadFromWav(TrackBuffer& track, const char* fileName) function class (line 122) | class Semaphore { FILE: SimpleInstruments/SimpleInstruments.cpp function GeneratePureSin (line 22) | void GeneratePureSin(void* ptr_wavbuf, float freq, float fduration) function GenerateSquare (line 47) | void GenerateSquare(void* ptr_wavbuf, float freq, float fduration) function GenerateTriangle (line 67) | void GenerateTriangle(void* ptr_wavbuf, float freq, float fduration) function GenerateSawtooth (line 88) | void GenerateSawtooth(void* ptr_wavbuf, float freq, float fduration) function GenerateNaivePiano (line 108) | void GenerateNaivePiano(void* ptr_wavbuf, float freq, float fduration) function rand01 (line 133) | inline float rand01() function GenerateBottleBlow (line 142) | void GenerateBottleBlow(void* ptr_wavbuf, float freq, float fduration) FILE: SoundFont2/Presets.cpp function tsf_region_clear (line 21) | static void tsf_region_clear(struct tsf_region* i, TSF_BOOL for_relative) function tsf_timecents2Secsf (line 42) | static float tsf_timecents2Secsf(float timecents) { return TSF_POWF(2.0f... function tsf_decibelsToGain (line 43) | static float tsf_decibelsToGain(float db) { return (db > -100.f ? TSF_PO... function tsf_region_envtosecs (line 45) | static void tsf_region_envtosecs(struct tsf_envelope* p, TSF_BOOL sustai... function tsf_region_operator (line 64) | static void tsf_region_operator(struct tsf_region* region, tsf_u16 genOp... function LoadPresets (line 130) | void LoadPresets(SF2& sf2, Presets& presets) FILE: SoundFont2/Presets.h type tsf_preset (line 74) | struct tsf_preset type std (line 81) | typedef std::vector Presets; FILE: SoundFont2/SF2.cpp type tsf_riffchunk (line 3) | struct tsf_riffchunk { tsf_fourcc id; tsf_u32 size; } function TSF_BOOL (line 6) | static TSF_BOOL tsf_riffchunk_read(struct tsf_riffchunk* parent, struct ... function tsf_hydra_read_phdr (line 23) | inline void tsf_hydra_read_phdr(struct tsf_hydra_phdr* i, struct tsf_str... type tsf_hydra_pbag (line 24) | struct tsf_hydra_pbag type tsf_stream (line 24) | struct tsf_stream function tsf_hydra_read_pmod (line 25) | inline void tsf_hydra_read_pmod(struct tsf_hydra_pmod* i, struct tsf_str... type tsf_hydra_pgen (line 26) | struct tsf_hydra_pgen type tsf_stream (line 26) | struct tsf_stream type tsf_hydra_inst (line 27) | struct tsf_hydra_inst type tsf_stream (line 27) | struct tsf_stream type tsf_hydra_ibag (line 28) | struct tsf_hydra_ibag type tsf_stream (line 28) | struct tsf_stream function tsf_hydra_read_imod (line 29) | inline void tsf_hydra_read_imod(struct tsf_hydra_imod* i, struct tsf_str... type tsf_hydra_igen (line 30) | struct tsf_hydra_igen type tsf_stream (line 30) | struct tsf_stream function tsf_hydra_read_shdr (line 31) | inline void tsf_hydra_read_shdr(struct tsf_hydra_shdr* i, struct tsf_str... function tsf_load_samples (line 35) | static void tsf_load_samples(F32Samples* samples, struct tsf_riffchunk *... function LoadSF2 (line 56) | void LoadSF2(struct tsf_stream* stream, SF2& sf2) FILE: SoundFont2/SF2.h type tsf_s8 (line 31) | typedef signed char tsf_s8; type tsf_u8 (line 32) | typedef unsigned char tsf_u8; type tsf_u16 (line 33) | typedef unsigned short tsf_u16; type tsf_s16 (line 34) | typedef signed short tsf_s16; type tsf_u32 (line 35) | typedef unsigned int tsf_u32; type tsf_hydra_phdr (line 39) | struct tsf_hydra_phdr { tsf_char20 presetName; tsf_u16 preset, bank, pre... type tsf_hydra_pbag (line 40) | struct tsf_hydra_pbag { tsf_u16 genNdx, modNdx; } type tsf_hydra_pmod (line 41) | struct tsf_hydra_pmod { tsf_u16 modSrcOper, modDestOper; tsf_s16 modAmou... type tsf_hydra_pgen (line 42) | struct tsf_hydra_pgen { tsf_u16 genOper; union tsf_hydra_genamount genAm... type tsf_hydra_inst (line 43) | struct tsf_hydra_inst { tsf_char20 instName; tsf_u16 instBagNdx; } type tsf_hydra_ibag (line 44) | struct tsf_hydra_ibag { tsf_u16 instGenNdx, instModNdx; } type tsf_hydra_imod (line 45) | struct tsf_hydra_imod { tsf_u16 modSrcOper, modDestOper; tsf_s16 modAmou... type tsf_hydra_igen (line 46) | struct tsf_hydra_igen { tsf_u16 genOper; union tsf_hydra_genamount genAm... type tsf_hydra_shdr (line 47) | struct tsf_hydra_shdr { tsf_char20 sampleName; tsf_u32 start, end, start... type tsf_stream (line 51) | struct tsf_stream type Hydra (line 63) | struct Hydra type std (line 70) | typedef std::vector F32Samples; type SF2 (line 72) | struct SF2 type tsf_stream (line 78) | struct tsf_stream function tsf_stream_stdio_read (line 81) | inline int tsf_stream_stdio_read(FILE* f, void* ptr, unsigned int size) ... function tsf_stream_stdio_skip (line 82) | inline int tsf_stream_stdio_skip(FILE* f, unsigned int count) { return !... function LoadSF2Filename (line 83) | inline void LoadSF2Filename(const char* filename, SF2& sf2) type tsf_stream_memory (line 102) | struct tsf_stream_memory { const char* buffer; unsigned int total, pos; } function tsf_stream_memory_read (line 103) | inline int tsf_stream_memory_read(struct tsf_stream_memory* m, void* ptr... function tsf_stream_memory_skip (line 104) | inline int tsf_stream_memory_skip(struct tsf_stream_memory* m, unsigned ... function LoadSF2Memory (line 106) | inline void LoadSF2Memory(const void* buffer, int size, SF2& sf2) FILE: SoundFont2/SF2Synth.cpp type LowPass (line 4) | struct LowPass type tsf_voice_envelope (line 11) | struct tsf_voice_envelope { float level, slope; int samplesUntilNextSegm... type tsf_envelope (line 11) | struct tsf_envelope type tsf_voice_lfo (line 12) | struct tsf_voice_lfo { int samplesUntil; float level, delta; } function tsf_gainToDecibels (line 30) | static float tsf_gainToDecibels(float gain) { return (gain <= .00001f ? ... function tsf_timecents2Secsd (line 31) | static double tsf_timecents2Secsd(double timecents) { return TSF_POW(2.0... function tsf_timecents2Secsf (line 32) | static float tsf_timecents2Secsf(float timecents) { return TSF_POWF(2.0f... function tsf_cents2Hertz (line 33) | static float tsf_cents2Hertz(float cents) { return 8.176f * TSF_POWF(2.0... function tsf_decibelsToGain (line 34) | static float tsf_decibelsToGain(float db) { return (db > -100.f ? TSF_PO... function tsf_voice_envelope_nextsegment (line 39) | static void tsf_voice_envelope_nextsegment(struct tsf_voice_envelope* e,... function tsf_voice_envelope_setup (line 140) | static void tsf_voice_envelope_setup(struct tsf_voice_envelope* e, const... function tsf_voice_lowpass_setup (line 158) | static void tsf_voice_lowpass_setup(LowPass* e, float Fc) function tsf_voice_lfo_setup (line 170) | static void tsf_voice_lfo_setup(struct tsf_voice_lfo* e, float delay, in... function tsf_voice_envelope_process (line 177) | static void tsf_voice_envelope_process(struct tsf_voice_envelope* e, int... function tsf_voice_lfo_process (line 189) | static void tsf_voice_lfo_process(struct tsf_voice_lfo* e, int blockSamp... function SynthRegion (line 204) | void SynthRegion(F32Samples& output, F32Samples& input, const tsf_region... function SF2Synth (line 351) | void SF2Synth(F32Samples& output, F32Samples& input, tsf_preset& preset,... FILE: SoundFont2/Synth.cpp function Synth (line 4) | void Synth(const float* input, float* outputBuffer, unsigned numSamples,... FILE: SoundFont2/Synth.h type LowPassState (line 6) | struct LowPassState type NoteState (line 11) | struct NoteState type LowPassCtrlPnt (line 17) | struct LowPassCtrlPnt type SynthCtrlPnt (line 23) | struct SynthCtrlPnt type OutputMode (line 32) | enum OutputMode type SynthCtrl (line 42) | struct SynthCtrl FILE: SoundFont2/api.cpp type SF2Bank (line 29) | struct SF2Bank function SF2BankDestroy (line 45) | void SF2BankDestroy(void* ptr) function SF2BankGetNumberPresets (line 51) | unsigned long long SF2BankGetNumberPresets(void* ptr) function SF2BankGetPresetBankNum (line 63) | int SF2BankGetPresetBankNum(void* ptr, int i) function SF2BankGetPresetNumber (line 69) | int SF2BankGetPresetNumber(void* ptr, int i) type SF2Tone (line 76) | struct SF2Tone function SF2ToneDestroy (line 91) | void SF2ToneDestroy(void* ptr) function SF2SynthNote (line 98) | void SF2SynthNote(void* ptr_wavbuf, void* ptr_tone, float key, float vel... FILE: Test/FlyMeToTheMoon.py function soS (line 7) | def soS(octave=5, duration=48): function set_soS (line 10) | def set_soS(freq): FILE: Test/percussion_test.py function dong (line 10) | def dong(duration=48): function ca (line 13) | def ca(duration=48): function Bl (line 16) | def Bl(duration=48): function Bk (line 19) | def Bk(duration=48): FILE: VoiceSampler/DVVector.hpp type VectorView (line 4) | struct VectorView class DVVector (line 11) | class DVVector method DVVector (line 15) | DVVector() method ViewType (line 26) | ViewType view() method Count (line 31) | unsigned Count() const method T (line 36) | T* Pointer() method T (line 41) | const T* ConstPointer() const method Free (line 56) | void Free() method Allocate (line 66) | void Allocate(unsigned count) method DVVector (line 74) | const DVVector& operator = (const std::vector& cpuVec) method ToCPU (line 85) | void ToCPU(std::vector& cpuVec) const method Update (line 91) | void Update(const std::vector& cpuVec) class DVImagedVector (line 105) | class DVImagedVector : public DVVector method Allocate (line 108) | void Allocate(const std::vector& counts) method DVImagedVector (line 121) | const DVImagedVector& operator = (const std::vector& cpuVecs) method ToCPU (line 135) | void ToCPU(std::vector& cpuVecs) const method Update (line 143) | void Update(const std::vector& cpuVecs) FILE: VoiceSampler/FrequencyDetection.cpp function fetchFrequency (line 15) | void fetchFrequency(unsigned length, float *samples, unsigned sampleRate... FILE: VoiceSampler/SentenceDescriptor.h type Wav (line 6) | struct Wav type FrqDataPoint (line 12) | struct FrqDataPoint type FrqData (line 18) | struct FrqData type Source (line 24) | struct Source type SourceMapCtrlPnt (line 30) | struct SourceMapCtrlPnt type Piece (line 37) | struct Piece type GeneralCtrlPnt (line 43) | struct GeneralCtrlPnt type SentenceDescriptor (line 49) | struct SentenceDescriptor FILE: VoiceSampler/SentenceGeneratorCPU.cpp function Clamp01 (line 11) | inline void Clamp01(float& v) function GenerateSentenceCPU (line 17) | void GenerateSentenceCPU(const SentenceDescriptor* desc, float* outBuf, ... FILE: VoiceSampler/SentenceGeneratorCPU.h type SentenceDescriptor (line 4) | struct SentenceDescriptor FILE: VoiceSampler/SentenceGeneratorCUDA.cpp function Clamp01 (line 15) | inline void Clamp01(float& v) class DVSrcBuf (line 22) | class DVSrcBuf : public DVVector method DVSrcBuf (line 25) | const DVSrcBuf& operator = (const Buffer& cpuVec) method ToCPU (line 31) | void ToCPU(Buffer& cpuVec) const method Update (line 36) | void Update(const Buffer& cpuVec) type SrcSampleInfo (line 44) | struct SrcSampleInfo type Job (line 56) | struct Job type DstPieceInfo (line 62) | struct DstPieceInfo type SynthJobInfo (line 72) | struct SynthJobInfo type CUDATempBuffer (line 87) | struct CUDATempBuffer function GenerateSentenceCUDA (line 107) | void GenerateSentenceCUDA(const SentenceDescriptor* desc, float* outBuf,... FILE: VoiceSampler/SentenceGeneratorCUDA.h type SentenceDescriptor (line 4) | struct SentenceDescriptor FILE: VoiceSampler/SentenceGeneratorGeneral.cpp function Clamp01 (line 6) | inline void Clamp01(float& v) function RegulateSource (line 12) | void RegulateSource(const float* srcData, unsigned len, Buffer& dstBuf, ... function _floatBufSmooth (line 38) | static void _floatBufSmooth(float* buf, unsigned size) function PreprocessFreqMap (line 78) | void PreprocessFreqMap(const SentenceDescriptor* desc, unsigned outBufLe... FILE: VoiceSampler/VoiceUtil.h function rand01 (line 25) | inline float rand01() function randGauss (line 33) | inline float randGauss(float sd) function namespace (line 40) | namespace VoiceUtil function class (line 103) | class Window function class (line 278) | class AmpSpectrum function CreateFromAmpSpec_noise (line 424) | void Window::CreateFromAmpSpec_noise(const AmpSpectrum& src, float targe... function class (line 475) | class SymmetricWindow_Base : public Window function class (line 557) | class SymmetricWindow_Axis : public SymmetricWindow_Base function class (line 738) | class SymmetricWindow_Center : public SymmetricWindow_Base type SymmetricWindow_Axis (line 917) | typedef SymmetricWindow_Axis SymmetricWindow; type SymmetricWindow_Center (line 919) | typedef SymmetricWindow_Center SymmetricWindow; function class (line 926) | class AutoRegression FILE: VoiceSampler/api.cpp function HaveCUDA (line 43) | unsigned HaveCUDA() function FrqDataPointDestroy (line 65) | void FrqDataPointDestroy(void* ptr) function FrqDataDestroy (line 75) | void FrqDataDestroy(void* ptr) function FrqDataSet (line 80) | void FrqDataSet(void* ptr, int interval, double key, void* ptr_data_points) function DetectFreqs (line 95) | void DetectFreqs(const Buffer& buf, std::vector& frequencies, std... function FrqDataDetect (line 119) | void FrqDataDetect(void* ptr, void* ptr_f32_buf, int interval) function SourceMapCtrlPntDestroy (line 167) | void SourceMapCtrlPntDestroy(void* ptr) function PieceDestroy (line 190) | void PieceDestroy(void* ptr) function GeneralCtrlPntDestroy (line 203) | void GeneralCtrlPntDestroy(void* ptr) function SentenceDescriptorDestroy (line 248) | void SentenceDescriptorDestroy(void* ptr) function GenerateSentenceX (line 253) | inline void GenerateSentenceX(void* ptr_wavbuf, void* ptr_sentence, bool... function GenerateSentence (line 300) | void GenerateSentence(void* ptr_wavbuf, void* ptr_sentence) function GenerateSentenceCUDA (line 305) | void GenerateSentenceCUDA(void* ptr_wavbuf, void* ptr_sentence) FILE: VoiceSampler/helper_math.h type uint (line 28) | typedef unsigned int uint; type ushort (line 29) | typedef unsigned short ushort; function fminf (line 42) | inline float fminf(float a, float b) function fmaxf (line 47) | inline float fmaxf(float a, float b) function max (line 52) | inline int max(int a, int b) function min (line 57) | inline int min(int a, int b) function rsqrtf (line 62) | inline float rsqrtf(float x) function float2 (line 72) | float2 make_float2(float s) function float2 (line 76) | float2 make_float2(float3 a) function float2 (line 80) | float2 make_float2(int2 a) function float2 (line 84) | float2 make_float2(uint2 a) function int2 (line 89) | int2 make_int2(int s) function int2 (line 93) | int2 make_int2(int3 a) function int2 (line 97) | int2 make_int2(uint2 a) function int2 (line 101) | int2 make_int2(float2 a) function uint2 (line 106) | uint2 make_uint2(uint s) function uint2 (line 110) | uint2 make_uint2(uint3 a) function uint2 (line 114) | uint2 make_uint2(int2 a) function float3 (line 119) | float3 make_float3(float s) function float3 (line 123) | float3 make_float3(float2 a) function float3 (line 127) | float3 make_float3(float2 a, float s) function float3 (line 131) | float3 make_float3(float4 a) function float3 (line 135) | float3 make_float3(int3 a) function float3 (line 139) | float3 make_float3(uint3 a) function int3 (line 144) | int3 make_int3(int s) function int3 (line 148) | int3 make_int3(int2 a) function int3 (line 152) | int3 make_int3(int2 a, int s) function int3 (line 156) | int3 make_int3(uint3 a) function int3 (line 160) | int3 make_int3(float3 a) function uint3 (line 165) | uint3 make_uint3(uint s) function uint3 (line 169) | uint3 make_uint3(uint2 a) function uint3 (line 173) | uint3 make_uint3(uint2 a, uint s) function uint3 (line 177) | uint3 make_uint3(uint4 a) function uint3 (line 181) | uint3 make_uint3(int3 a) function float4 (line 186) | float4 make_float4(float s) function float4 (line 190) | float4 make_float4(float3 a) function float4 (line 194) | float4 make_float4(float3 a, float w) function float4 (line 198) | float4 make_float4(int4 a) function float4 (line 202) | float4 make_float4(uint4 a) function int4 (line 207) | int4 make_int4(int s) function int4 (line 211) | int4 make_int4(int3 a) function int4 (line 215) | int4 make_int4(int3 a, int w) function int4 (line 219) | int4 make_int4(uint4 a) function int4 (line 223) | int4 make_int4(float4 a) function uint4 (line 229) | uint4 make_uint4(uint s) function uint4 (line 233) | uint4 make_uint4(uint3 a) function uint4 (line 237) | uint4 make_uint4(uint3 a, uint w) function uint4 (line 241) | uint4 make_uint4(int4 a) function float2 (line 735) | float2 operator*(float2 a, float2 b) function float2 (line 744) | float2 operator*(float2 a, float b) function float2 (line 748) | float2 operator*(float b, float2 a) function int2 (line 758) | int2 operator*(int2 a, int2 b) function int2 (line 767) | int2 operator*(int2 a, int b) function int2 (line 771) | int2 operator*(int b, int2 a) function uint2 (line 781) | uint2 operator*(uint2 a, uint2 b) function uint2 (line 790) | uint2 operator*(uint2 a, uint b) function uint2 (line 794) | uint2 operator*(uint b, uint2 a) function float3 (line 804) | float3 operator*(float3 a, float3 b) function float3 (line 814) | float3 operator*(float3 a, float b) function float3 (line 818) | float3 operator*(float b, float3 a) function int3 (line 829) | int3 operator*(int3 a, int3 b) function int3 (line 839) | int3 operator*(int3 a, int b) function int3 (line 843) | int3 operator*(int b, int3 a) function uint3 (line 854) | uint3 operator*(uint3 a, uint3 b) function uint3 (line 864) | uint3 operator*(uint3 a, uint b) function uint3 (line 868) | uint3 operator*(uint b, uint3 a) function float4 (line 879) | float4 operator*(float4 a, float4 b) function float4 (line 890) | float4 operator*(float4 a, float b) function float4 (line 894) | float4 operator*(float b, float4 a) function int4 (line 906) | int4 operator*(int4 a, int4 b) function int4 (line 917) | int4 operator*(int4 a, int b) function int4 (line 921) | int4 operator*(int b, int4 a) function uint4 (line 933) | uint4 operator*(uint4 a, uint4 b) function uint4 (line 944) | uint4 operator*(uint4 a, uint b) function uint4 (line 948) | uint4 operator*(uint b, uint4 a) function float2 (line 1043) | float2 fminf(float2 a, float2 b) function float3 (line 1047) | float3 fminf(float3 a, float3 b) function float4 (line 1051) | float4 fminf(float4 a, float4 b) function int2 (line 1056) | int2 min(int2 a, int2 b) function int3 (line 1060) | int3 min(int3 a, int3 b) function int4 (line 1064) | int4 min(int4 a, int4 b) function uint2 (line 1069) | uint2 min(uint2 a, uint2 b) function uint3 (line 1073) | uint3 min(uint3 a, uint3 b) function uint4 (line 1077) | uint4 min(uint4 a, uint4 b) function float2 (line 1086) | float2 fmaxf(float2 a, float2 b) function float3 (line 1090) | float3 fmaxf(float3 a, float3 b) function float4 (line 1094) | float4 fmaxf(float4 a, float4 b) function int2 (line 1099) | int2 max(int2 a, int2 b) function int3 (line 1103) | int3 max(int3 a, int3 b) function int4 (line 1107) | int4 max(int4 a, int4 b) function uint2 (line 1112) | uint2 max(uint2 a, uint2 b) function uint3 (line 1116) | uint3 max(uint3 a, uint3 b) function uint4 (line 1120) | uint4 max(uint4 a, uint4 b) function lerp (line 1130) | float lerp(float a, float b, float t) function float2 (line 1134) | float2 lerp(float2 a, float2 b, float t) function float3 (line 1138) | float3 lerp(float3 a, float3 b, float t) function float4 (line 1142) | float4 lerp(float4 a, float4 b, float t) function clamp (line 1152) | float clamp(float f, float a, float b) function clamp (line 1156) | int clamp(int f, int a, int b) function uint (line 1160) | uint clamp(uint f, uint a, uint b) function float2 (line 1165) | float2 clamp(float2 v, float a, float b) function float2 (line 1169) | float2 clamp(float2 v, float2 a, float2 b) function float3 (line 1173) | float3 clamp(float3 v, float a, float b) function float3 (line 1177) | float3 clamp(float3 v, float3 a, float3 b) function float4 (line 1181) | float4 clamp(float4 v, float a, float b) function float4 (line 1185) | float4 clamp(float4 v, float4 a, float4 b) function int2 (line 1190) | int2 clamp(int2 v, int a, int b) function int2 (line 1194) | int2 clamp(int2 v, int2 a, int2 b) function int3 (line 1198) | int3 clamp(int3 v, int a, int b) function int3 (line 1202) | int3 clamp(int3 v, int3 a, int3 b) function int4 (line 1206) | int4 clamp(int4 v, int a, int b) function int4 (line 1210) | int4 clamp(int4 v, int4 a, int4 b) function uint2 (line 1215) | uint2 clamp(uint2 v, uint a, uint b) function uint2 (line 1219) | uint2 clamp(uint2 v, uint2 a, uint2 b) function uint3 (line 1223) | uint3 clamp(uint3 v, uint a, uint b) function uint3 (line 1227) | uint3 clamp(uint3 v, uint3 a, uint3 b) function uint4 (line 1231) | uint4 clamp(uint4 v, uint a, uint b) function uint4 (line 1235) | uint4 clamp(uint4 v, uint4 a, uint4 b) function dot (line 1244) | float dot(float2 a, float2 b) function dot (line 1248) | float dot(float3 a, float3 b) function dot (line 1252) | float dot(float4 a, float4 b) function dot (line 1257) | int dot(int2 a, int2 b) function dot (line 1261) | int dot(int3 a, int3 b) function dot (line 1265) | int dot(int4 a, int4 b) function uint (line 1270) | uint dot(uint2 a, uint2 b) function uint (line 1274) | uint dot(uint3 a, uint3 b) function uint (line 1278) | uint dot(uint4 a, uint4 b) function length (line 1287) | float length(float2 v) function length (line 1291) | float length(float3 v) function length (line 1295) | float length(float4 v) function float2 (line 1304) | float2 normalize(float2 v) function float3 (line 1309) | float3 normalize(float3 v) function float4 (line 1314) | float4 normalize(float4 v) function float2 (line 1324) | float2 floorf(float2 v) function float3 (line 1328) | float3 floorf(float3 v) function float4 (line 1332) | float4 floorf(float4 v) function fracf (line 1341) | float fracf(float v) function float2 (line 1345) | float2 fracf(float2 v) function float3 (line 1349) | float3 fracf(float3 v) function float4 (line 1353) | float4 fracf(float4 v) function float2 (line 1362) | float2 fmodf(float2 a, float2 b) function float3 (line 1366) | float3 fmodf(float3 a, float3 b) function float4 (line 1370) | float4 fmodf(float4 a, float4 b) function float2 (line 1379) | float2 fabs(float2 v) function float3 (line 1383) | float3 fabs(float3 v) function float4 (line 1387) | float4 fabs(float4 v) function int2 (line 1392) | int2 abs(int2 v) function int3 (line 1396) | int3 abs(int3 v) function int4 (line 1400) | int4 abs(int4 v) function float3 (line 1411) | float3 reflect(float3 i, float3 n) function float3 (line 1420) | float3 cross(float3 a, float3 b) function smoothstep (line 1432) | float smoothstep(float a, float b, float x) function float2 (line 1437) | float2 smoothstep(float2 a, float2 b, float2 x) function float3 (line 1442) | float3 smoothstep(float3 a, float3 b, float3 x) function float4 (line 1447) | float4 smoothstep(float4 a, float4 b, float4 x) FILE: docs/meteor/meteor.js function Utf8ArrayToStr (line 42) | function Utf8ArrayToStr(array) { function GetIntervalId (line 345) | function GetIntervalId(sublists, v) FILE: python/ScoreDraft/BasicSamplers.py class Sample (line 24) | class Sample: method __init__ (line 25) | def __init__(self, origin_sample_rate, channel_num, f32buf, max_value ... method __del__ (line 29) | def __del__(self): class InstrumentSample (line 32) | class InstrumentSample(Sample): method __init__ (line 33) | def __init__(self, origin_sample_rate, channel_num, f32buf, max_value ... function loadSample (line 39) | def loadSample(filename, is_instrument): function GetSample_Percussion (line 66) | def GetSample_Percussion(fn): function GetSample_Single (line 74) | def GetSample_Single(fn): function GetSamples_Multi (line 81) | def GetSamples_Multi(path): class EnginePercussionSampler (line 101) | class EnginePercussionSampler: method __init__ (line 102) | def __init__(self, sample): method tune (line 104) | def tune(self, cmd): method generateWave (line 106) | def generateWave(self, fduration, sampleRate): class EngineInstrumentSampler_Single (line 112) | class EngineInstrumentSampler_Single: method __init__ (line 113) | def __init__(self, sample): method tune (line 115) | def tune(self, cmd): method generateWave (line 117) | def generateWave(self, freq, fduration, sampleRate): class EngineInstrumentSampler_Multi (line 123) | class EngineInstrumentSampler_Multi: method __init__ (line 124) | def __init__(self, samples): method tune (line 127) | def tune(self, cmd): method generateWave (line 129) | def generateWave(self, freq, fduration, sampleRate): class PercussionSampler (line 135) | class PercussionSampler(Percussion): method __init__ (line 136) | def __init__(self, wavPath): class InstrumentSampler_Single (line 141) | class InstrumentSampler_Single(Instrument): method __init__ (line 142) | def __init__(self, wavPath): class InstrumentSampler_Multi (line 147) | class InstrumentSampler_Multi(Instrument): method __init__ (line 148) | def __init__(self, folderPath): FILE: python/ScoreDraft/CVVCChineseConverter.py function getCV (line 1) | def getCV(CVLyric): function CVVCChineseConverter (line 68) | def CVVCChineseConverter(LyricForEachSyllable): FILE: python/ScoreDraft/Catalog.py function PrintCatalog (line 10) | def PrintCatalog(): FILE: python/ScoreDraft/Document.py class Document (line 9) | class Document: method __init__ (line 14) | def __init__ (self): method getBuffer (line 19) | def getBuffer(self, bufferIndex): method getTempo (line 22) | def getTempo(self): method setTempo (line 25) | def setTempo(self,tempo): method getReferenceFrequency (line 28) | def getReferenceFrequency(self): method setReferenceFrequency (line 31) | def setReferenceFrequency(self,refFreq): method newBuf (line 34) | def newBuf(self, chn=-1): method setTrackVolume (line 43) | def setTrackVolume(self, bufferIndex, volume): method setTrackPan (line 46) | def setTrackPan(self, bufferIndex, pan): method playNoteSeq (line 49) | def playNoteSeq(self, seq, instrument, bufferIndex=-1): method playBeatSeq (line 63) | def playBeatSeq(self, seq, percList, bufferIndex=-1): method sing (line 76) | def sing(self, seq, singer, bufferIndex=-1): method trackToWav (line 89) | def trackToWav(self, bufferIndex, filename): method mix (line 92) | def mix(self, targetBuf): method mixDown (line 99) | def mixDown(self,filename,chn=-1): FILE: python/ScoreDraft/Instrument.py function isNumber (line 3) | def isNumber(x): function GetTempoMap (line 6) | def GetTempoMap(tMap, beat48): class InstrumentShell (line 12) | class InstrumentShell: method __init__ (line 13) | def __init__(self): method tune (line 16) | def tune(self,cmd): method EnginePlayNote (line 28) | def EnginePlayNote(self, engine, buf, freq, fduration): method PlayNoteA (line 36) | def PlayNoteA(self,engine, buf, note, tempoMap, tempoMapOffset, refFreq): method PlayNoteB (line 49) | def PlayNoteB(self, engine, buf, note, tempo, refFreq): method PlaySequence (line 60) | def PlaySequence(self, engine, buf, seq, tempo, refFreq): class Instrument (line 123) | class Instrument: method __init__ (line 124) | def __init__(self): method play (line 126) | def play(self, buf, seq, tempo=80.0, refFreq=261.626): method tune (line 128) | def tune(self,cmd): method setNoteVolume (line 131) | def setNoteVolume(self,volume): method setNotePan (line 133) | def setNotePan(self,pan): method isGMDrum (line 135) | def isGMDrum(self): FILE: python/ScoreDraft/JPVCVConverter.py function JPVCVConverter (line 38) | def JPVCVConverter(LyricForEachSyllable): FILE: python/ScoreDraft/KarplusStrong.py class EngineKarplusStrong (line 25) | class EngineKarplusStrong: method __init__ (line 26) | def __init__(self): method tune (line 30) | def tune(self, cmd): method generateWave (line 32) | def generateWave(self, freq, fduration, sampleRate): class KarplusStrongInstrument (line 38) | class KarplusStrongInstrument(Instrument): method __init__ (line 39) | def __init__(self): method setCutFrequency (line 42) | def setCutFrequency(self, cut_freq): method setLoopGain (line 45) | def setLoopGain(self, loop_gain): method setSustainGain (line 47) | def setSustainGain(self, sustain_gain): FILE: python/ScoreDraft/MIDIWriter.py class Note (line 22) | class Note: method __init__ (line 23) | def __init__(self, freq_rel, duration): method __del__ (line 26) | def __del__(self): function WriteNoteSequencesToMidi (line 29) | def WriteNoteSequencesToMidi(seqList, tempo, refFreq, fileName): FILE: python/ScoreDraft/Meteor.py class CtrlPnt (line 37) | class CtrlPnt: method __init__ (line 38) | def __init__(self, freq, fduration): method __del__ (line 41) | def __del__(self): class Syllable (line 44) | class Syllable: method __init__ (line 45) | def __init__(self, lyric, ctrl_pnts): method __del__ (line 49) | def __del__(self): class Event (line 52) | class Event: method __del__ (line 53) | def __del__(self): method set_offset (line 56) | def set_offset(self, offset): class EventInst (line 59) | class EventInst(Event): method __init__ (line 60) | def __init__(self, instrument_id, freq, fduration): class EventPerc (line 63) | class EventPerc(Event): method __init__ (line 64) | def __init__(self, instrument_id, fduration): class EventSing (line 67) | class EventSing(Event): method __init__ (line 68) | def __init__(self, instrument_id, syllable_list): class Meteor (line 72) | class Meteor: method __init__ (line 73) | def __init__(self, event_list = None): method __del__ (line 80) | def __del__(self): method save_to_file (line 83) | def save_to_file(self, filename): method load_from_file (line 86) | def load_from_file(self, filename): method to_base64 (line 89) | def to_base64(self): function MeteorPlay (line 95) | def MeteorPlay(meteor, track): class DummyTrackBuffer (line 112) | class DummyTrackBuffer(TrackBuffer): method __init__ (line 113) | def __init__ (self, eventList, chn=-1): method writeBlend (line 117) | def writeBlend(self, wavBuf): class DummyInstrumentEngine (line 124) | class DummyInstrumentEngine: method __init__ (line 125) | def __init__(self, inst_id, engine, isGMDrum): method tune (line 130) | def tune(self, cmd): method generateWave (line 133) | def generateWave(self, freq, fduration, sampleRate): class DummyInstrument (line 147) | class DummyInstrument(Instrument): method __init__ (line 148) | def __init__(self, inst_id, inst): class DummyInstrumentCreator (line 152) | class DummyInstrumentCreator: method __init__ (line 153) | def __init__(self): method Create (line 157) | def Create(self, inst): class DummyPercussionEngine (line 163) | class DummyPercussionEngine: method __init__ (line 164) | def __init__(self, inst_id, engine): method tune (line 168) | def tune(self, cmd): method generateWave (line 171) | def generateWave(self, fduration, sampleRate): class DummyPercussion (line 177) | class DummyPercussion(Percussion): method __init__ (line 178) | def __init__(self, inst_id, perc): class DummyPercussionCreator (line 183) | class DummyPercussionCreator: method __init__ (line 184) | def __init__(self): method Create (line 188) | def Create(self, perc): class DummySingerEngine (line 194) | class DummySingerEngine: method __init__ (line 195) | def __init__(self, inst_id, engine): method tune (line 199) | def tune(self, cmd): method generateWave (line 202) | def generateWave(self, syllableList, sampleRate): class DummySinger (line 209) | class DummySinger(Singer): method __init__ (line 210) | def __init__(self, inst_id, singer): class DummySingerCreator (line 215) | class DummySingerCreator: method __init__ (line 216) | def __init__(self): method Create (line 220) | def Create(self, singer): class Document (line 226) | class Document: method __init__ (line 227) | def __init__ (self): method getBuffer (line 236) | def getBuffer(self, bufferIndex): method getTempo (line 239) | def getTempo(self): method setTempo (line 242) | def setTempo(self,tempo): method getReferenceFrequency (line 245) | def getReferenceFrequency(self): method setReferenceFrequency (line 248) | def setReferenceFrequency(self,refFreq): method newBuf (line 251) | def newBuf(self, chn=-1): method setTrackVolume (line 256) | def setTrackVolume(self, bufferIndex, volume): method setTrackPan (line 259) | def setTrackPan(self, bufferIndex, pan): method playNoteSeq (line 262) | def playNoteSeq(self, seq, instrument, bufferIndex=-1): method playBeatSeq (line 270) | def playBeatSeq(self, seq, percList, bufferIndex=-1): method sing (line 278) | def sing(self, seq, singer, bufferIndex=-1): method trackToWav (line 286) | def trackToWav(self, bufferIndex, filename): method mix (line 289) | def mix(self, targetBuf): method mixDown (line 292) | def mixDown(self,filename,chn=-1): method meteor (line 297) | def meteor(self,chn=-1): method saveToFile (line 303) | def saveToFile(self,filename): FILE: python/ScoreDraft/MusicXMLDocument.py function _find_tempo (line 9) | def _find_tempo(score): function _part_to_seq (line 30) | def _part_to_seq(part): class MusicXMLDocument (line 55) | class MusicXMLDocument(Document): method __init__ (line 56) | def __init__(self, str_xml): method playXML (line 62) | def playXML(self, instruments): function from_music_xml (line 72) | def from_music_xml(filename): function from_lilypond (line 76) | def from_lilypond(filename): FILE: python/ScoreDraft/Notes.py function note (line 21) | def note(octave, freq, duration): function do (line 24) | def do(octave=5, duration=48): function set_do (line 27) | def set_do(freq): function re (line 30) | def re(octave=5, duration=48): function set_re (line 33) | def set_re(freq): function mi (line 36) | def mi(octave=5, duration=48): function set_mi (line 39) | def set_mi(freq): function fa (line 42) | def fa(octave=5, duration=48): function set_fa (line 45) | def set_fa(freq): function so (line 48) | def so(octave=5, duration=48): function set_so (line 51) | def set_so(freq): function la (line 54) | def la(octave=5, duration=48): function set_la (line 57) | def set_la(freq): function ti (line 60) | def ti(octave=5, duration=48): function set_ti (line 63) | def set_ti(freq): function BL (line 67) | def BL(duration=48): function BK (line 70) | def BK(duration=48): FILE: python/ScoreDraft/PCMPlayer.py class PCMPlayer (line 22) | class PCMPlayer: method __init__ (line 23) | def __init__(self, sample_rate = 44100.0, ui = False): method __del__ (line 26) | def __del__(self): method play_track (line 29) | def play_track(self, track): method remaining_time (line 32) | def remaining_time(self): method main_loop (line 35) | def main_loop(self): class AsyncUIPCMPlayer (line 38) | class AsyncUIPCMPlayer: method __init__ (line 39) | def __init__(self, sample_rate = 44100.0): method _ui_thread (line 43) | def _ui_thread(self): method play_track (line 49) | def play_track(self, track): method remaining_time (line 56) | def remaining_time(self): FILE: python/ScoreDraft/Percussion.py function isNumber (line 3) | def isNumber(x): function GetTempoMap (line 6) | def GetTempoMap(tMap, beat48): class PercussionShell (line 12) | class PercussionShell: method __init__ (line 13) | def __init__(self): method tune (line 16) | def tune(self,cmd): method EnginePlayBeat (line 28) | def EnginePlayBeat(self, engine, buf, fduration): method PlayBeatA (line 36) | def PlayBeatA(self, engine, buf, duration, tempoMap, tempoMapOffset): method PlayBeatB (line 43) | def PlayBeatB(self, engine, buf, duration, tempo): method PlaySilenceA (line 48) | def PlaySilenceA(buf, duration, tempoMap, tempoMapOffset): method PlayBackspaceA (line 52) | def PlayBackspaceA(buf, duration, tempoMap, tempoMapOffset): method PlaySilenceB (line 56) | def PlaySilenceB(buf, duration, tempo): method PlayBackspaceB (line 61) | def PlayBackspaceB(buf, duration, tempo): function PlaySequence (line 66) | def PlaySequence(perc_list, buf, seq, tempo): class Percussion (line 107) | class Percussion: method __init__ (line 108) | def __init__(self): method play (line 112) | def play(percList, buf, seq, tempo=80.0): method tune (line 115) | def tune(self,cmd): method setBeatVolume (line 118) | def setBeatVolume(self,volume): method setBeatPan (line 120) | def setBeatPan(self,pan): FILE: python/ScoreDraft/RapChinese.py function SetRapBaseFreq (line 3) | def SetRapBaseFreq(freq): function CRap (line 7) | def CRap(lyric, tone, duration=48): FILE: python/ScoreDraft/ScoreDraftCore.py class ObjArray (line 60) | class ObjArray: method __init__ (line 61) | def __init__(self, arr): method __del__ (line 66) | def __del__(self): class F32Buf (line 70) | class F32Buf: method __init__ (line 71) | def __init__(self, size, value = 0.0): method __del__ (line 74) | def __del__(self): method data (line 77) | def data(self): method size (line 80) | def size(self): method to_s16 (line 83) | def to_s16(self, amplitude): method from_s16 (line 91) | def from_s16(cls, s16): method max_value (line 97) | def max_value(self): method mix (line 101) | def mix(cls, lst_bufs): class WavBuffer (line 107) | class WavBuffer: method __init__ (line 108) | def __init__(self, sampleRate, channelNum, data, alignPos = 0, volume ... method __del__ (line 112) | def __del__(self): method get_sample_rate (line 115) | def get_sample_rate(self): method get_channel_num (line 118) | def get_channel_num(self): method get_sample_num (line 121) | def get_sample_num(self): method get_align_pos (line 124) | def get_align_pos(self): method set_align_pos (line 127) | def set_align_pos(self, alignPos): method get_volume (line 130) | def get_volume(self): method set_volume (line 133) | def set_volume(self, volume): method get_pan (line 136) | def get_pan(self): method set_pan (line 139) | def set_pan(self, pan): function setDefaultNumberOfChannels (line 143) | def setDefaultNumberOfChannels(defChn): class TrackBuffer (line 151) | class TrackBuffer: method __init__ (line 156) | def __init__ (self, chn=-1): method __del__ (line 168) | def __del__(self): method getSampleRate (line 171) | def getSampleRate(self): method setVolume (line 174) | def setVolume(self,volume): method getVolume (line 181) | def getVolume(self): method setPan (line 188) | def setPan(self, pan): method getPan (line 196) | def getPan(self): method getNumberOfSamples (line 203) | def getNumberOfSamples(self): method getNumberOfChannles (line 210) | def getNumberOfChannles(self): method getAlignPosition (line 217) | def getAlignPosition(self): method getCursor (line 226) | def getCursor(self): method setCursor (line 234) | def setCursor(self, cursor): method moveCursor (line 243) | def moveCursor(self, cursor_delta): method writeBlend (line 251) | def writeBlend(self, wavBuf): function MixTrackBufferList (line 259) | def MixTrackBufferList (targetbuf, bufferList): function WriteTrackBufferToWav (line 268) | def WriteTrackBufferToWav(buf, filename): function ReadTrackBufferFromWav (line 276) | def ReadTrackBufferFromWav(buf, filename): FILE: python/ScoreDraft/SimpleInstruments.py class Engine (line 26) | class Engine: method __init__ (line 27) | def __init__(self, generator): method tune (line 29) | def tune(self, cmd): method generateWave (line 31) | def generateWave(self, freq, fduration, sampleRate): function EnginePureSin (line 37) | def EnginePureSin(): function EngineSquare (line 40) | def EngineSquare(): function EngineTriangle (line 43) | def EngineTriangle(): function EngineSawtooth (line 46) | def EngineSawtooth(): function EngineNaivePiano (line 49) | def EngineNaivePiano(): function EngineBottleBlow (line 52) | def EngineBottleBlow(): class PureSin (line 55) | class PureSin(Instrument): method __init__ (line 56) | def __init__(self): class Square (line 60) | class Square(Instrument): method __init__ (line 61) | def __init__(self): class Triangle (line 65) | class Triangle(Instrument): method __init__ (line 66) | def __init__(self): class Sawtooth (line 70) | class Sawtooth(Instrument): method __init__ (line 71) | def __init__(self): class NaivePiano (line 75) | class NaivePiano(Instrument): method __init__ (line 76) | def __init__(self): class BottleBlow (line 80) | class BottleBlow(Instrument): method __init__ (line 81) | def __init__(self): FILE: python/ScoreDraft/Singer.py function isNumber (line 3) | def isNumber(x): function GetTempoMap (line 6) | def GetTempoMap(tMap, beat48): class SingerShell (line 12) | class SingerShell: method __init__ (line 13) | def __init__(self): method tune (line 17) | def tune(self,cmd): method EngineSingSyllables (line 32) | def EngineSingSyllables(self,engine, buf, syllableList,totalDuration): method SingSyllablesA (line 40) | def SingSyllablesA(self,engine, buf, syllables, tempoMap, tempoMapOffs... method SingSyllablesB (line 81) | def SingSyllablesB(self, engine, buf, syllables, tempo, refFreq): method SingSequence (line 119) | def SingSequence(self,engine, buf, seq, tempo, refFreq): class Singer (line 211) | class Singer: method __init__ (line 212) | def __init__(self): method sing (line 214) | def sing(self, buf, seq, tempo=80, refFreq=261.626): method tune (line 216) | def tune(self,cmd): method setDefaultLyric (line 219) | def setDefaultLyric(self,defaultLyric): method setNoteVolume (line 221) | def setNoteVolume(self,volume): method setNotePan (line 223) | def setNotePan(self,pan): FILE: python/ScoreDraft/SoundFont2.py class SF2Bank (line 32) | class SF2Bank: method __init__ (line 33) | def __init__(self, filename): method __del__ (line 36) | def __del__(self): method num_presets (line 39) | def num_presets(self): method get_preset_info (line 42) | def get_preset_info(self, i): function GetSF2Bank (line 51) | def GetSF2Bank(filename): function ListPresets (line 56) | def ListPresets(filename): class EngineSoundFont2 (line 69) | class EngineSoundFont2: method __init__ (line 70) | def __init__(self, bank, preset_index): method __del__ (line 77) | def __del__(self): method isGMDrum (line 80) | def isGMDrum(self): method tune (line 84) | def tune(self, cmd): method generateWave (line 93) | def generateWave(self, freq, fduration, sampleRate): class SF2Instrument (line 101) | class SF2Instrument(Instrument): method __init__ (line 102) | def __init__(self, fn, preset_index): method isGMDrum (line 107) | def isGMDrum(self): FILE: python/ScoreDraft/TTEnglishConverter.py function BuildLyricSet (line 12) | def BuildLyricSet(): function LoadLyricSet (line 32) | def LoadLyricSet(): function TTEnglishConverter (line 50) | def TTEnglishConverter(inList): FILE: python/ScoreDraft/TsuroVCVConverter.py function getVowel (line 1) | def getVowel(CVLyric): function TsuroVCVConverter (line 49) | def TsuroVCVConverter(LyricForEachSyllable): FILE: python/ScoreDraft/UTAUUtils.py function LoadFrq (line 7) | def LoadFrq(filename): function LoadOtoINIPath (line 25) | def LoadOtoINIPath(otoMap, path, encoding): function LoadPrefixMap (line 105) | def LoadPrefixMap(filename): function LookUpPrefixMap (line 125) | def LookUpPrefixMap(prefixMap, freq): class VoiceBank (line 144) | class VoiceBank: method __init__ (line 145) | def __init__ (self, path): method buildOtoMap (line 158) | def buildOtoMap(self,path): method initialize (line 163) | def initialize(self): method getWavFrq (line 169) | def getWavFrq(self,lyric): method getWavFrq_PrefixMap (line 183) | def getWavFrq_PrefixMap(self,lyric, freq): FILE: python/ScoreDraft/UtauDraft.py function loadWav (line 17) | def loadWav(file): function GetVoiceBank (line 23) | def GetVoiceBank(path): function _PieceMapper (line 28) | def _PieceMapper(syllableLyricList, lyricList, otoList, CZMode=False): function DefaultPieceMapper (line 132) | def DefaultPieceMapper(syllableLyricList, lyricList, otoList): function CZPieceMapper (line 135) | def CZPieceMapper(syllableLyricList, lyricList, otoList): class Engine (line 138) | class Engine: method __init__ (line 139) | def __init__(self, voiceBank): method tune (line 150) | def tune(self, cmd): method _convertLyric (line 163) | def _convertLyric(self, syllableList): method generateWave (line 182) | def generateWave(self, syllableList, sampleRate): class UtauDraft (line 280) | class UtauDraft(Singer): method __init__ (line 281) | def __init__(self, voiceBank, useCUDA=True): method setLyricConverter (line 285) | def setLyricConverter(self, lyricConverter): method setPieceMapper (line 287) | def setPieceMapper(self, pieceMapper): method setUsePrefixMap (line 289) | def setUsePrefixMap(self,usePrefixMap): method setCZMode (line 291) | def setCZMode(self): FILE: python/ScoreDraft/VCCVEnglishConverter.py function BuildLyricSet (line 12) | def BuildLyricSet(): function LoadLyricSet (line 32) | def LoadLyricSet(): function VCCVEnglishConverter (line 50) | def VCCVEnglishConverter(inList): FILE: python/ScoreDraft/VoiceSampler.py function HaveCUDA (line 35) | def HaveCUDA(): class FrqDataPoint (line 38) | class FrqDataPoint: method __init__ (line 39) | def __init__(self, freq, dyn): method __del__ (line 42) | def __del__(self): class FrqData (line 45) | class FrqData: method __init__ (line 46) | def __init__(self): method __del__ (line 49) | def __del__(self): method set (line 52) | def set(self, interval, key, lst_data_points): method detect (line 56) | def detect(self, f32_buf, interval): class SourceMapCtrlPnt (line 59) | class SourceMapCtrlPnt: method __init__ (line 60) | def __init__(self, srcPos, dstPos, isVowel): method __del__ (line 63) | def __del__(self): class Piece (line 66) | class Piece: method __init__ (line 67) | def __init__(self, f32buf, frq_data, src_map): method __del__ (line 72) | def __del__(self): class GeneralCtrlPnt (line 75) | class GeneralCtrlPnt: method __init__ (line 76) | def __init__(self, value, dstPos): method __del__ (line 79) | def __del__(self): class SentenceDescriptor (line 82) | class SentenceDescriptor: method __init__ (line 83) | def __init__(self, pieces, piece_map, freq_map, volume_map): method __del__ (line 91) | def __del__(self): function CreateSentenceDescriptor (line 94) | def CreateSentenceDescriptor(desc_dictionary): function GenerateSentence (line 128) | def GenerateSentence(desc_dictionary): function GenerateSentenceCUDA (line 135) | def GenerateSentenceCUDA(desc_dictionary): FILE: python/ScoreDraft/XiaYYConverter.py function getCV (line 1) | def getCV(CVLyric): function XiaYYConverter (line 88) | def XiaYYConverter(LyricForEachSyllable): FILE: python/ScoreDraft/YAMLDocument.py class YAMLScore (line 8) | class YAMLScore: method __init__ (line 9) | def __init__(self, str_yaml): method to_ly (line 12) | def to_ly(self): class YAMLDocument (line 212) | class YAMLDocument(MusicXMLDocument): method __init__ (line 213) | def __init__(self, yaml_score): method play (line 331) | def play(self): FILE: python/ScoreDraft/__init__.py function isNumber (line 3) | def isNumber(x): function TellDuration (line 6) | def TellDuration(seq): function DetectFrqVoice (line 57) | def DetectFrqVoice(wavF32, interval=256): function PlayTrackBuffer (line 78) | def PlayTrackBuffer(track): function run_yaml (line 96) | def run_yaml(): FILE: python/ScoreDraft/musicxml/musicxml.py class AboveBelow (line 16) | class AboveBelow(Enum): class AccidentalValue (line 25) | class AccidentalValue(Enum): class ArrowDirection (line 87) | class ArrowDirection(Enum): class ArrowStyle (line 107) | class ArrowStyle(Enum): class BackwardForward (line 126) | class BackwardForward(Enum): class BarStyle (line 136) | class BarStyle(Enum): class BeamValue (line 157) | class BeamValue(Enum): class BeaterValue (line 169) | class BeaterValue(Enum): class BendShape (line 197) | class BendShape(Enum): class Bookmark (line 208) | class Bookmark: class Meta (line 213) | class Meta: class BreathMarkValue (line 243) | class BreathMarkValue(Enum): class CaesuraValue (line 254) | class CaesuraValue(Enum): class CancelLocation (line 266) | class CancelLocation(Enum): class CircularArrow (line 280) | class CircularArrow(Enum): class ClefSign (line 289) | class ClefSign(Enum): class CssFontSize (line 309) | class CssFontSize(Enum): class DegreeSymbolValue (line 323) | class DegreeSymbolValue(Enum): class DegreeTypeValue (line 335) | class DegreeTypeValue(Enum): class Distance (line 347) | class Distance: class Meta (line 354) | class Meta: class EffectValue (line 372) | class EffectValue(Enum): class Empty (line 398) | class Empty: class Meta (line 402) | class Meta: class EnclosureShape (line 406) | class EnclosureShape(Enum): class Fan (line 431) | class Fan(Enum): class Feature (line 442) | class Feature: class Meta (line 450) | class Meta: class FermataShape (line 467) | class FermataShape(Enum): class FontStyle (line 483) | class FontStyle(Enum): class FontWeight (line 492) | class FontWeight(Enum): class GlassValue (line 501) | class GlassValue(Enum): class Glyph (line 512) | class Glyph: class Meta (line 525) | class Meta: class GroupBarlineValue (line 543) | class GroupBarlineValue(Enum): class GroupSymbolValue (line 553) | class GroupSymbolValue(Enum): class HandbellValue (line 565) | class HandbellValue(Enum): class HarmonClosedLocation (line 584) | class HarmonClosedLocation(Enum): class HarmonClosedValue (line 595) | class HarmonClosedValue(Enum): class HarmonyArrangement (line 605) | class HarmonyArrangement(Enum): class HarmonyType (line 619) | class HarmonyType(Enum): class HoleClosedLocation (line 632) | class HoleClosedLocation(Enum): class HoleClosedValue (line 643) | class HoleClosedValue(Enum): class Instrument (line 654) | class Instrument: class Meta (line 664) | class Meta: class InstrumentLink (line 677) | class InstrumentLink: class Meta (line 687) | class Meta: class KindValue (line 699) | class KindValue(Enum): class LeftCenterRight (line 781) | class LeftCenterRight(Enum): class LeftRight (line 791) | class LeftRight(Enum): class LineEnd (line 800) | class LineEnd(Enum): class LineLength (line 812) | class LineLength(Enum): class LineShape (line 822) | class LineShape(Enum): class LineType (line 830) | class LineType(Enum): class LineWidth (line 842) | class LineWidth: class Meta (line 851) | class Meta: class MarginType (line 869) | class MarginType(Enum): class MeasureLayout (line 880) | class MeasureLayout: class Meta (line 892) | class Meta: class MeasureNumberingValue (line 904) | class MeasureNumberingValue(Enum): class MembraneValue (line 915) | class MembraneValue(Enum): class MetalValue (line 939) | class MetalValue(Enum): class MidiDevice (line 981) | class MidiDevice: class Meta (line 992) | class Meta: class MidiInstrument (line 1018) | class MidiInstrument: class Meta (line 1055) | class Meta: class MiscellaneousField (line 1135) | class MiscellaneousField: class Meta (line 1142) | class Meta: class Mute (line 1160) | class Mute(Enum): class NoteSizeType (line 1184) | class NoteSizeType(Enum): class NoteTypeValue (line 1200) | class NoteTypeValue(Enum): class NoteheadValue (line 1222) | class NoteheadValue(Enum): class NumberOrNormalValue (line 1274) | class NumberOrNormalValue(Enum): class NumeralMode (line 1278) | class NumeralMode(Enum): class OnOff (line 1295) | class OnOff(Enum): class OtherAppearance (line 1304) | class OtherAppearance: class Meta (line 1311) | class Meta: class OtherListening (line 1330) | class OtherListening: class Meta (line 1339) | class Meta: class OtherPlay (line 1372) | class OtherPlay: class Meta (line 1378) | class Meta: class OtherText (line 1397) | class OtherText: class Meta (line 1405) | class Meta: class OverUnder (line 1422) | class OverUnder(Enum): class PedalType (line 1431) | class PedalType(Enum): class PitchedValue (line 1461) | class PitchedValue(Enum): class Player (line 1482) | class Player: class Meta (line 1494) | class Meta: class PositiveIntegerOrEmptyValue (line 1514) | class PositiveIntegerOrEmptyValue(Enum): class PrincipalVoiceSymbol (line 1518) | class PrincipalVoiceSymbol(Enum): class RightLeftMiddle (line 1532) | class RightLeftMiddle(Enum): class Scaling (line 1542) | class Scaling: class Meta (line 1552) | class Meta: class SemiPitched (line 1571) | class SemiPitched(Enum): class ShowFrets (line 1584) | class ShowFrets(Enum): class ShowTuplet (line 1594) | class ShowTuplet(Enum): class StaffDivideSymbol (line 1605) | class StaffDivideSymbol(Enum): class StaffLayout (line 1617) | class StaffLayout: class Meta (line 1629) | class Meta: class StaffSize (line 1648) | class StaffSize: class Meta (line 1667) | class Meta: class StaffType (line 1686) | class StaffType(Enum): class StartNote (line 1710) | class StartNote(Enum): class StartStop (line 1720) | class StartStop(Enum): class StartStopChangeContinue (line 1738) | class StartStopChangeContinue(Enum): class StartStopContinue (line 1749) | class StartStopContinue(Enum): class StartStopDiscontinue (line 1773) | class StartStopDiscontinue(Enum): class StartStopSingle (line 1789) | class StartStopSingle(Enum): class StemValue (line 1803) | class StemValue(Enum): class Step (line 1813) | class Step(Enum): class StickLocation (line 1827) | class StickLocation(Enum): class StickMaterial (line 1838) | class StickMaterial(Enum): class StickType (line 1850) | class StickType(Enum): class SwingTypeValue (line 1867) | class SwingTypeValue(Enum): class Syllabic (line 1876) | class Syllabic(Enum): class SymbolSize (line 1889) | class SymbolSize(Enum): class SyncType (line 1900) | class SyncType(Enum): class SystemMargins (line 1923) | class SystemMargins: class Meta (line 1928) | class Meta: class SystemRelation (line 1949) | class SystemRelation(Enum): class SystemRelationNumber (line 1966) | class SystemRelationNumber(Enum): class TapHand (line 1987) | class TapHand(Enum): class TextDirection (line 1997) | class TextDirection(Enum): class TiedType (line 2016) | class TiedType(Enum): class TimeRelation (line 2041) | class TimeRelation(Enum): class TimeSeparator (line 2054) | class TimeSeparator(Enum): class TimeSymbol (line 2073) | class TimeSymbol(Enum): class Timpani (line 2095) | class Timpani: class Meta (line 2101) | class Meta: class TipDirection (line 2113) | class TipDirection(Enum): class TopBottom (line 2128) | class TopBottom(Enum): class TremoloType (line 2137) | class TremoloType(Enum): class TrillStep (line 2148) | class TrillStep(Enum): class TwoNoteTurn (line 2158) | class TwoNoteTurn(Enum): class TypedText (line 2169) | class TypedText: class Meta (line 2173) | class Meta: class UpDown (line 2190) | class UpDown(Enum): class UpDownStopContinue (line 2199) | class UpDownStopContinue(Enum): class UprightInverted (line 2211) | class UprightInverted(Enum): class Valign (line 2220) | class Valign(Enum): class ValignImage (line 2234) | class ValignImage(Enum): class VirtualInstrument (line 2246) | class VirtualInstrument: class Meta (line 2256) | class Meta: class Wait (line 2276) | class Wait: class Meta (line 2287) | class Meta: class WedgeType (line 2306) | class WedgeType(Enum): class Winged (line 2321) | class Winged(Enum): class WoodValue (line 2336) | class WoodValue(Enum): class YesNo (line 2366) | class YesNo(Enum): class Accidental (line 2377) | class Accidental: class Meta (line 2385) | class Meta: class AccidentalMark (line 2498) | class AccidentalMark: class Meta (line 2505) | class Meta: class AccidentalText (line 2618) | class AccidentalText: class Meta (line 2623) | class Meta: class Accord (line 2797) | class Accord: class Meta (line 2815) | class Meta: class AccordionRegistration (line 2852) | class AccordionRegistration: class Meta (line 2886) | class Meta: class Arpeggiate (line 2997) | class Arpeggiate: class Meta (line 3012) | class Meta: class Arrow (line 3085) | class Arrow: class Meta (line 3096) | class Meta: class Assess (line 3205) | class Assess: class Meta (line 3217) | class Meta: class BarStyleColor (line 3244) | class BarStyleColor: class Meta (line 3248) | class Meta: class Barre (line 3267) | class Barre: class Meta (line 3275) | class Meta: class BassStep (line 3295) | class BassStep: class Meta (line 3302) | class Meta: class Beam (line 3384) | class Beam: class Meta (line 3402) | class Meta: class BeatRepeat (line 3447) | class BeatRepeat: class Meta (line 3477) | class Meta: class BeatUnitTied (line 3524) | class BeatUnitTied: class Meta (line 3537) | class Meta: class Beater (line 3558) | class Beater: class Meta (line 3563) | class Meta: class Bracket (line 3581) | class Bracket: class Meta (line 3590) | class Meta: class BreathMark (line 3688) | class BreathMark: class Meta (line 3692) | class Meta: class Caesura (line 3774) | class Caesura: class Meta (line 3780) | class Meta: class Cancel (line 3862) | class Cancel: class Meta (line 3873) | class Meta: class Clef (line 3891) | class Clef: class Meta (line 3937) | class Meta: class Coda (line 4065) | class Coda: class Meta (line 4071) | class Meta: class Dashes (line 4166) | class Dashes: class Meta (line 4171) | class Meta: class DegreeAlter (line 4247) | class DegreeAlter: class Meta (line 4259) | class Meta: class DegreeType (line 4342) | class DegreeType: class Meta (line 4350) | class Meta: class DegreeValue (line 4432) | class DegreeValue: class Meta (line 4441) | class Meta: class Double (line 4529) | class Double: class Meta (line 4538) | class Meta: class Dynamics (line 4550) | class Dynamics: class Meta (line 4571) | class Meta: class Effect (line 4859) | class Effect: class Meta (line 4866) | class Meta: class Elision (line 4885) | class Elision: class Meta (line 4897) | class Meta: class EmptyFont (line 4952) | class EmptyFont: class Meta (line 4956) | class Meta: class EmptyLine (line 4991) | class EmptyLine: class Meta (line 4996) | class Meta: class EmptyPlacement (line 5107) | class EmptyPlacement: class Meta (line 5112) | class Meta: class EmptyPlacementSmufl (line 5188) | class EmptyPlacementSmufl: class Meta (line 5193) | class Meta: class EmptyPrintObjectStyleAlign (line 5275) | class EmptyPrintObjectStyleAlign: class Meta (line 5280) | class Meta: class EmptyPrintStyle (line 5369) | class EmptyPrintStyle: class Meta (line 5374) | class Meta: class EmptyPrintStyleAlign (line 5444) | class EmptyPrintStyleAlign: class Meta (line 5449) | class Meta: class EmptyPrintStyleAlignId (line 5531) | class EmptyPrintStyleAlignId: class Meta (line 5536) | class Meta: class EmptyTrillSound (line 5624) | class EmptyTrillSound: class Meta (line 5629) | class Meta: class Ending (line 5757) | class Ending: class Meta (line 5781) | class Meta: class Extend (line 5906) | class Extend: class Meta (line 5913) | class Meta: class Fermata (line 5960) | class Fermata: class Meta (line 5966) | class Meta: class Fingering (line 6054) | class Fingering: class Meta (line 6063) | class Meta: class FirstFret (line 6157) | class FirstFret: class Meta (line 6165) | class Meta: class FormattedSymbol (line 6189) | class FormattedSymbol: class Meta (line 6194) | class Meta: class FormattedSymbolId (line 6347) | class FormattedSymbolId: class Meta (line 6352) | class Meta: class FormattedText (line 6511) | class FormattedText: class Meta (line 6516) | class Meta: class FormattedTextId (line 6683) | class FormattedTextId: class Meta (line 6688) | class Meta: class Fret (line 6861) | class Fret: class Meta (line 6867) | class Meta: class Glass (line 6915) | class Glass: class Meta (line 6922) | class Meta: class Glissando (line 6941) | class Glissando: class Meta (line 6949) | class Meta: class Grace (line 7067) | class Grace: class Meta (line 7078) | class Meta: class GroupBarline (line 7115) | class GroupBarline: class Meta (line 7119) | class Meta: class GroupName (line 7138) | class GroupName: class Meta (line 7146) | class Meta: class GroupSymbol (line 7228) | class GroupSymbol: class Meta (line 7234) | class Meta: class Grouping (line 7281) | class Grouping: class Meta (line 7295) | class Meta: class HammerOnPullOff (line 7333) | class HammerOnPullOff: class Meta (line 7343) | class Meta: class Handbell (line 7440) | class Handbell: class Meta (line 7445) | class Meta: class HarmonClosed (line 7527) | class HarmonClosed: class Meta (line 7534) | class Meta: class Harmonic (line 7552) | class Harmonic: class Meta (line 7586) | class Meta: class HarmonyAlter (line 7702) | class HarmonyAlter: class Meta (line 7713) | class Meta: class HoleClosed (line 7802) | class HoleClosed: class Meta (line 7809) | class Meta: class HorizontalTurn (line 7827) | class HorizontalTurn: class Meta (line 7835) | class Meta: class Image (line 7969) | class Image: class Meta (line 7973) | class Meta: class InstrumentChange (line 8051) | class InstrumentChange: class Meta (line 8073) | class Meta: class Interchangeable (line 8112) | class Interchangeable: class Meta (line 8128) | class Meta: class Inversion (line 8170) | class Inversion: class Meta (line 8177) | class Meta: class KeyAccidental (line 8259) | class KeyAccidental: class Meta (line 8265) | class Meta: class KeyOctave (line 8284) | class KeyOctave: class Meta (line 8297) | class Meta: class Kind (line 8324) | class Kind: class Meta (line 8339) | class Meta: class Level (line 8461) | class Level: class Meta (line 8476) | class Meta: class LineDetail (line 8518) | class LineDetail: class Meta (line 8531) | class Meta: class Link (line 8571) | class Link: class Meta (line 8578) | class Meta: class LyricFont (line 8674) | class LyricFont: class Meta (line 8679) | class Meta: class LyricLanguage (line 8726) | class LyricLanguage: class Meta (line 8731) | class Meta: class MeasureNumbering (line 8757) | class MeasureNumbering: class Meta (line 8778) | class Meta: class MeasureRepeat (line 8892) | class MeasureRepeat: class Meta (line 8908) | class Meta: class Membrane (line 8930) | class Membrane: class Meta (line 8937) | class Meta: class Metal (line 8956) | class Metal: class Meta (line 8962) | class Meta: class MetronomeBeam (line 8981) | class MetronomeBeam: class Meta (line 8987) | class Meta: class MetronomeTied (line 9007) | class MetronomeTied: class Meta (line 9014) | class Meta: class Miscellaneous (line 9027) | class Miscellaneous: class Meta (line 9034) | class Meta: class MultipleRest (line 9047) | class MultipleRest: class Meta (line 9055) | class Meta: class NonArpeggiate (line 9074) | class NonArpeggiate: class Meta (line 9081) | class Meta: class NoteSize (line 9149) | class NoteSize: class Meta (line 9160) | class Meta: class NoteType (line 9180) | class NoteType: class Meta (line 9189) | class Meta: class Notehead (line 9207) | class Notehead: class Meta (line 9224) | class Meta: class NumeralKey (line 9290) | class NumeralKey: class Meta (line 9298) | class Meta: class NumeralRoot (line 9327) | class NumeralRoot: class Meta (line 9337) | class Meta: class OctaveShift (line 9421) | class OctaveShift: class Meta (line 9429) | class Meta: class Offset (line 9540) | class Offset: class Meta (line 9555) | class Meta: class Opus (line 9573) | class Opus: class Meta (line 9578) | class Meta: class OtherDirection (line 9628) | class OtherDirection: class Meta (line 9638) | class Meta: class OtherNotation (line 9745) | class OtherNotation: class Meta (line 9757) | class Meta: class OtherPlacementText (line 9873) | class OtherPlacementText: class Meta (line 9881) | class Meta: class PageMargins (line 9969) | class PageMargins: class Meta (line 9977) | class Meta: class PartClef (line 10021) | class PartClef: class Meta (line 10040) | class Meta: class PartLink (line 10066) | class PartLink: class Meta (line 10089) | class Meta: class PartName (line 10153) | class PartName: class Meta (line 10161) | class Meta: class PartSymbol (line 10250) | class PartSymbol: class Meta (line 10263) | class Meta: class Pedal (line 10324) | class Pedal: class Meta (line 10330) | class Meta: class PedalTuning (line 10451) | class PedalTuning: class Meta (line 10460) | class Meta: class PerMinute (line 10482) | class PerMinute: class Meta (line 10491) | class Meta: class Pitch (line 10532) | class Pitch: class Meta (line 10537) | class Meta: class Pitched (line 10565) | class Pitched: class Meta (line 10573) | class Meta: class PlacementText (line 10592) | class PlacementText: class Meta (line 10597) | class Meta: class Play (line 10679) | class Play: class Meta (line 10696) | class Meta: class PrincipalVoice (line 10738) | class PrincipalVoice: class Meta (line 10749) | class Meta: class Release (line 10857) | class Release(Empty): class Meta (line 10866) | class Meta: class Repeat (line 10878) | class Repeat: class Meta (line 10888) | class Meta: class Rest (line 10920) | class Rest: class Meta (line 10928) | class Meta: class RootStep (line 10956) | class RootStep: class Meta (line 10963) | class Meta: class ScoreInstrument (line 11045) | class ScoreInstrument: class Meta (line 11081) | class Meta: class Segno (line 11135) | class Segno: class Meta (line 11141) | class Meta: class Slash (line 11236) | class Slash: class Meta (line 11259) | class Meta: class Slide (line 11307) | class Slide: class Meta (line 11314) | class Meta: class Slur (line 11463) | class Slur: class Meta (line 11471) | class Meta: class StaffDivide (line 11608) | class StaffDivide: class Meta (line 11613) | class Meta: class StaffTuning (line 11708) | class StaffTuning: class Meta (line 11724) | class Meta: class Stem (line 11762) | class Stem: class Meta (line 11772) | class Meta: class Stick (line 11819) | class Stick: class Meta (line 11827) | class Meta: class String (line 11868) | class String: class Meta (line 11875) | class Meta: class StringMute (line 11957) | class StringMute: class Meta (line 11961) | class Meta: class StyleText (line 12056) | class StyleText: class Meta (line 12061) | class Meta: class Supports (line 12137) | class Supports: class Meta (line 12149) | class Meta: class Swing (line 12181) | class Swing: class Meta (line 12204) | class Meta: class Sync (line 12242) | class Sync: class Meta (line 12253) | class Meta: class Tap (line 12286) | class Tap: class Meta (line 12296) | class Meta: class TextElementData (line 12384) | class TextElementData: class Meta (line 12392) | class Meta: class Tie (line 12493) | class Tie: class Meta (line 12500) | class Meta: class Tied (line 12521) | class Tied: class Meta (line 12542) | class Meta: class TimeModification (line 12679) | class TimeModification: class Meta (line 12703) | class Meta: class Tremolo (line 12739) | class Tremolo: class Meta (line 12761) | class Meta: class TupletDot (line 12857) | class TupletDot: class Meta (line 12861) | class Meta: class TupletNumber (line 12903) | class TupletNumber: class Meta (line 12908) | class Meta: class TupletType (line 12956) | class TupletType: class Meta (line 12961) | class Meta: class Unpitched (line 13009) | class Unpitched: class Meta (line 13019) | class Meta: class WavyLine (line 13041) | class WavyLine: class Meta (line 13048) | class Meta: class Wedge (line 13169) | class Wedge: class Meta (line 13183) | class Meta: class Wood (line 13278) | class Wood: class Meta (line 13284) | class Meta: class Appearance (line 13303) | class Appearance: class Meta (line 13311) | class Meta: class Backup (line 13350) | class Backup: class Meta (line 13370) | class Meta: class Barline (line 13396) | class Barline: class Meta (line 13403) | class Meta: class Bass (line 13498) | class Bass: class Meta (line 13522) | class Meta: class Bend (line 13556) | class Bend: class Meta (line 13597) | class Meta: class Credit (line 13732) | class Credit: class Meta (line 13757) | class Meta: class Degree (line 13819) | class Degree: class Meta (line 13830) | class Meta: class Encoding (line 13867) | class Encoding: class Meta (line 13875) | class Meta: class Figure (line 13914) | class Figure: class Meta (line 13937) | class Meta: class Forward (line 13980) | class Forward: class Meta (line 14003) | class Meta: class FrameNote (line 14041) | class FrameNote: class Meta (line 14047) | class Meta: class HarmonMute (line 14079) | class HarmonMute: class Meta (line 14084) | class Meta: class HarpPedals (line 14168) | class HarpPedals: class Meta (line 14176) | class Meta: class HeelToe (line 14272) | class HeelToe(EmptyPlacement): class Meta (line 14277) | class Meta: class Hole (line 14289) | class Hole: class Meta (line 14311) | class Meta: class Key (line 14409) | class Key: class Meta (line 14450) | class Meta: class Listen (line 14588) | class Listen: class Meta (line 14597) | class Meta: class Listening (line 14622) | class Listening: class Meta (line 14639) | class Meta: class Lyric (line 14666) | class Lyric: class Meta (line 14711) | class Meta: class MeasureStyle (line 14864) | class MeasureStyle: class Meta (line 14877) | class Meta: class MetronomeTuplet (line 14958) | class MetronomeTuplet(TimeModification): class Meta (line 14963) | class Meta: class Mordent (line 14989) | class Mordent(EmptyTrillSound): class Meta (line 14998) | class Meta: class NameDisplay (line 15022) | class NameDisplay: class Meta (line 15031) | class Meta: class NoteheadText (line 15060) | class NoteheadText: class Meta (line 15069) | class Meta: class Numeral (line 15091) | class Numeral: class Meta (line 15109) | class Meta: class PageLayout (line 15137) | class PageLayout: class Meta (line 15153) | class Meta: class PartTranspose (line 15181) | class PartTranspose: class Meta (line 15207) | class Meta: class Percussion (line 15239) | class Percussion: class Meta (line 15273) | class Meta: class Root (line 15435) | class Root: class Meta (line 15453) | class Meta: class Scordatura (line 15474) | class Scordatura: class Meta (line 15480) | class Meta: class Sound (line 15499) | class Sound: class Meta (line 15557) | class Meta: class StaffDetails (line 15726) | class StaffDetails: class Meta (line 15753) | class Meta: class StrongAccent (line 15827) | class StrongAccent(EmptyPlacement): class Meta (line 15833) | class Meta: class SystemDividers (line 15845) | class SystemDividers: class Meta (line 15859) | class Meta: class Time (line 15881) | class Time: class Meta (line 15923) | class Meta: class Transpose (line 16064) | class Transpose: class Meta (line 16094) | class Meta: class TupletPortion (line 16138) | class TupletPortion: class Meta (line 16147) | class Meta: class Work (line 16174) | class Work: class Meta (line 16186) | class Meta: class Articulations (line 16212) | class Articulations: class Meta (line 16261) | class Meta: class FiguredBass (line 16380) | class FiguredBass: class Meta (line 16419) | class Meta: class ForPart (line 16573) | class ForPart: class Meta (line 16594) | class Meta: class Frame (line 16627) | class Frame: class Meta (line 16655) | class Meta: class Identification (line 16763) | class Identification: class Meta (line 16795) | class Meta: class MetronomeNote (line 16837) | class MetronomeNote: class Meta (line 16850) | class Meta: class Ornaments (line 16892) | class Ornaments: class Meta (line 16943) | class Meta: class PartGroup (line 17077) | class PartGroup: class Meta (line 17112) | class Meta: class SystemLayout (line 17192) | class SystemLayout: class Meta (line 17219) | class Meta: class Technical (line 17253) | class Technical: class Meta (line 17334) | class Meta: class Tuplet (line 17545) | class Tuplet: class Meta (line 17590) | class Meta: class Attributes (line 17692) | class Attributes: class Meta (line 17754) | class Meta: class Directive (line 17848) | class Directive: class Defaults (line 17929) | class Defaults: class Meta (line 17955) | class Meta: class Harmony (line 18029) | class Harmony: class Meta (line 18083) | class Meta: class Metronome (line 18276) | class Metronome: class Meta (line 18323) | class Meta: class Notations (line 18480) | class Notations: class Meta (line 18488) | class Meta: class Print (line 18620) | class Print: class Meta (line 18632) | class Meta: class ScorePart (line 18728) | class ScorePart: class Meta (line 18755) | class Meta: class DirectionType (line 18845) | class DirectionType: class Meta (line 18893) | class Meta: class Note (line 19057) | class Note: class Meta (line 19148) | class Meta: class PartList (line 19467) | class PartList: class Meta (line 19486) | class Meta: class Direction (line 19508) | class Direction: class Meta (line 19538) | class Meta: class ScorePartwise (line 19618) | class ScorePartwise: class Meta (line 19638) | class Meta: class Part (line 19702) | class Part: class Measure (line 19719) | class Measure: class ScoreTimewise (line 19861) | class ScoreTimewise: class Meta (line 19881) | class Meta: class Measure (line 19945) | class Measure: class Part (line 19994) | class Part: FILE: python/ScoreDraft/musicxml/xlink.py class ActuateValue (line 6) | class ActuateValue(Enum): class ShowValue (line 13) | class ShowValue(Enum): class TypeValue (line 21) | class TypeValue(Enum): FILE: python/ScoreDraft/musicxml/xml.py class LangValue (line 6) | class LangValue(Enum): class SpaceValue (line 10) | class SpaceValue(Enum): FILE: thirdparty/freetype/include/freetype2/freetype/config/integer-types.h type FT_Int16 (line 79) | typedef signed short FT_Int16; type FT_UInt16 (line 90) | typedef unsigned short FT_UInt16; type FT_Int32 (line 107) | typedef signed XXX FT_Int32; type FT_UInt32 (line 118) | typedef unsigned XXX FT_UInt32; type FT_Int64 (line 130) | typedef signed XXX FT_Int64; type FT_UInt64 (line 142) | typedef unsigned XXX FT_UInt64; type FT_Int32 (line 150) | typedef signed int FT_Int32; type FT_UInt32 (line 151) | typedef unsigned int FT_UInt32; type FT_Int32 (line 155) | typedef signed long FT_Int32; type FT_UInt32 (line 156) | typedef unsigned long FT_UInt32; type FT_Fast (line 166) | typedef int FT_Fast; type FT_UFast (line 167) | typedef unsigned int FT_UFast; type FT_Fast (line 171) | typedef long FT_Fast; type FT_UFast (line 172) | typedef unsigned long FT_UFast; type FT_INT64 (line 240) | typedef FT_INT64 FT_Int64; type FT_UINT64 (line 241) | typedef FT_UINT64 FT_UInt64; FILE: thirdparty/freetype/include/freetype2/freetype/freetype.h type FT_Glyph_Metrics_ (line 329) | struct FT_Glyph_Metrics_ type FT_Bitmap_Size (line 384) | typedef struct FT_Bitmap_Size_ type FT_LibraryRec_ (line 428) | struct FT_LibraryRec_ type FT_ModuleRec_ (line 448) | struct FT_ModuleRec_ type FT_DriverRec_ (line 460) | struct FT_DriverRec_ type FT_RendererRec_ (line 473) | struct FT_RendererRec_ type FT_FaceRec_ (line 512) | struct FT_FaceRec_ type FT_SizeRec_ (line 542) | struct FT_SizeRec_ type FT_GlyphSlotRec_ (line 561) | struct FT_GlyphSlotRec_ type FT_CharMapRec_ (line 595) | struct FT_CharMapRec_ type FT_Encoding (line 769) | typedef enum FT_Encoding_ type FT_CharMapRec (line 846) | typedef struct FT_CharMapRec_ type FT_Face_InternalRec_ (line 877) | struct FT_Face_InternalRec_ type FT_FaceRec (line 1057) | typedef struct FT_FaceRec_ type FT_Size_InternalRec_ (line 1517) | struct FT_Size_InternalRec_ type FT_Size_Metrics (line 1624) | typedef struct FT_Size_Metrics_ type FT_SizeRec (line 1661) | typedef struct FT_SizeRec_ type FT_SubGlyphRec_ (line 1687) | struct FT_SubGlyphRec_ type FT_Slot_InternalRec_ (line 1699) | struct FT_Slot_InternalRec_ type FT_GlyphSlotRec (line 1900) | typedef struct FT_GlyphSlotRec_ type FT_Parameter (line 2068) | typedef struct FT_Parameter_ type FT_Open_Args (line 2142) | typedef struct FT_Open_Args_ type FT_Size_Request_Type (line 2586) | typedef enum FT_Size_Request_Type_ type FT_Size_RequestRec (line 2638) | typedef struct FT_Size_RequestRec_ type FT_Size_RequestRec_ (line 2657) | struct FT_Size_RequestRec_ type FT_Render_Mode (line 3359) | typedef enum FT_Render_Mode_ type FT_Kerning_Mode (line 3518) | typedef enum FT_Kerning_Mode_ FILE: thirdparty/freetype/include/freetype2/freetype/ftbdf.h type BDF_PropertyType_ (line 73) | enum BDF_PropertyType_ type BDF_PropertyRec_ (line 92) | struct BDF_PropertyRec_ type BDF_PropertyRec (line 117) | typedef struct BDF_PropertyRec_ FILE: thirdparty/freetype/include/freetype2/freetype/ftcache.h type FT_Error (line 209) | typedef FT_Error type FTC_ManagerRec_ (line 250) | struct FTC_ManagerRec_ type FTC_NodeRec_ (line 270) | struct FTC_NodeRec_ type FTC_ScalerRec (line 441) | typedef struct FTC_ScalerRec_ type FTC_ScalerRec_ (line 461) | struct FTC_ScalerRec_ type FTC_CMapCacheRec_ (line 573) | struct FTC_CMapCacheRec_ type FTC_ImageTypeRec (line 672) | typedef struct FTC_ImageTypeRec_ type FTC_ImageTypeRec_ (line 691) | struct FTC_ImageTypeRec_ type FTC_ImageCacheRec_ (line 713) | struct FTC_ImageCacheRec_ type FTC_SBitRec_ (line 861) | struct FTC_SBitRec_ type FTC_SBitRec (line 906) | typedef struct FTC_SBitRec_ type FTC_SBitCacheRec_ (line 935) | struct FTC_SBitCacheRec_ FILE: thirdparty/freetype/include/freetype2/freetype/ftcolor.h type FT_Color_ (line 78) | struct FT_Color_ type FT_Palette_Data (line 171) | typedef struct FT_Palette_Data_ { type FT_LayerIterator (line 343) | typedef struct FT_LayerIterator_ type FT_PaintFormat (line 496) | typedef enum FT_PaintFormat_ type FT_ColorStopIterator (line 545) | typedef struct FT_ColorStopIterator_ type FT_ColorIndex (line 576) | typedef struct FT_ColorIndex_ type FT_ColorStop (line 605) | typedef struct FT_ColorStop_ type FT_PaintExtend (line 628) | typedef enum FT_PaintExtend_ type FT_ColorLine (line 660) | typedef struct FT_ColorLine_ type FT_Affine23 (line 706) | typedef struct FT_Affine_23_ type FT_Composite_Mode (line 729) | typedef enum FT_Composite_Mode_ type FT_OpaquePaint (line 792) | typedef struct FT_Opaque_Paint_ type FT_PaintColrLayers (line 821) | typedef struct FT_PaintColrLayers_ type FT_PaintSolid (line 848) | typedef struct FT_PaintSolid_ type FT_PaintLinearGradient (line 886) | typedef struct FT_PaintLinearGradient_ type FT_PaintRadialGradient (line 935) | typedef struct FT_PaintRadialGradient_ type FT_PaintSweepGradient (line 982) | typedef struct FT_PaintSweepGradient_ type FT_PaintGlyph (line 1015) | typedef struct FT_PaintGlyph_ type FT_PaintColrGlyph (line 1041) | typedef struct FT_PaintColrGlyph_ type FT_PaintTransform (line 1068) | typedef struct FT_PaintTransform_ type FT_PaintTranslate (line 1101) | typedef struct FT_PaintTranslate_ type FT_PaintScale (line 1148) | typedef struct FT_PaintScale_ type FT_PaintRotate (line 1192) | typedef struct FT_PaintRotate_ type FT_PaintSkew (line 1236) | typedef struct FT_PaintSkew_ type FT_PaintComposite (line 1277) | typedef struct FT_PaintComposite_ type FT_COLR_Paint (line 1323) | typedef struct FT_COLR_Paint_ type FT_Color_Root_Transform (line 1370) | typedef enum FT_Color_Root_Transform_ FILE: thirdparty/freetype/include/freetype2/freetype/ftdriver.h type FT_Prop_GlyphToScriptMap (line 1001) | typedef struct FT_Prop_GlyphToScriptMap_ type FT_Prop_IncreaseXHeight (line 1151) | typedef struct FT_Prop_IncreaseXHeight_ FILE: thirdparty/freetype/include/freetype2/freetype/ftglyph.h type FT_Glyph_Class_ (line 69) | struct FT_Glyph_Class_ type FT_GlyphRec_ (line 87) | struct FT_GlyphRec_ type FT_GlyphRec (line 112) | typedef struct FT_GlyphRec_ type FT_BitmapGlyphRec_ (line 131) | struct FT_BitmapGlyphRec_ type FT_BitmapGlyphRec (line 167) | typedef struct FT_BitmapGlyphRec_ type FT_OutlineGlyphRec_ (line 186) | struct FT_OutlineGlyphRec_ type FT_OutlineGlyphRec (line 217) | typedef struct FT_OutlineGlyphRec_ type FT_Glyph_BBox_Mode (line 369) | typedef enum FT_Glyph_BBox_Mode_ FILE: thirdparty/freetype/include/freetype2/freetype/ftimage.h type FT_Vector (line 75) | typedef struct FT_Vector_ type FT_BBox (line 118) | typedef struct FT_BBox_ type FT_Pixel_Mode (line 180) | typedef enum FT_Pixel_Mode_ type FT_Bitmap (line 265) | typedef struct FT_Bitmap_ type FT_Outline (line 341) | typedef struct FT_Outline_ type FT_Outline_Funcs (line 663) | typedef struct FT_Outline_Funcs_ type FT_Glyph_Format (line 748) | typedef enum FT_Glyph_Format_ type FT_Span (line 859) | typedef struct FT_Span_ type FT_Raster_Params (line 1043) | typedef struct FT_Raster_Params_ type FT_RasterRec_ (line 1072) | struct FT_RasterRec_ type FT_Raster_Funcs (line 1251) | typedef struct FT_Raster_Funcs_ FILE: thirdparty/freetype/include/freetype2/freetype/ftincrem.h type FT_IncrementalRec_ (line 85) | struct FT_IncrementalRec_ type FT_Incremental_MetricsRec (line 116) | typedef struct FT_Incremental_MetricsRec_ type FT_Incremental_MetricsRec_ (line 135) | struct FT_Incremental_MetricsRec_ type FT_Error (line 179) | typedef FT_Error type FT_Error (line 246) | typedef FT_Error type FT_Incremental_FuncsRec (line 275) | typedef struct FT_Incremental_FuncsRec_ type FT_Incremental_InterfaceRec (line 320) | typedef struct FT_Incremental_InterfaceRec_ type FT_Incremental_InterfaceRec (line 337) | typedef FT_Incremental_InterfaceRec* FT_Incremental_Interface; FILE: thirdparty/freetype/include/freetype2/freetype/ftlcdfil.h type FT_LcdFilter_ (line 159) | enum FT_LcdFilter_ type FT_Byte (line 265) | typedef FT_Byte FT_LcdFiveTapFilter[FT_LCD_FILTER_FIVE_TAPS]; FILE: thirdparty/freetype/include/freetype2/freetype/ftmm.h type FT_MM_Axis_ (line 75) | struct FT_MM_Axis_ type FT_Multi_Master (line 107) | typedef struct FT_Multi_Master_ type FT_Var_Axis (line 155) | typedef struct FT_Var_Axis_ type FT_Var_Named_Style (line 192) | typedef struct FT_Var_Named_Style_ type FT_MM_Var (line 242) | typedef struct FT_MM_Var_ FILE: thirdparty/freetype/include/freetype2/freetype/ftmodapi.h type FT_Pointer (line 139) | typedef FT_Pointer FT_Module_Interface; type FT_Error (line 154) | typedef FT_Error type FT_Module_Interface (line 189) | typedef FT_Module_Interface type FT_Module_Class (line 235) | typedef struct FT_Module_Class_ type FT_Error (line 647) | typedef FT_Error type FT_TrueTypeEngineType (line 766) | typedef enum FT_TrueTypeEngineType_ FILE: thirdparty/freetype/include/freetype2/freetype/ftoutln.h function FT_BEGIN_HEADER (line 33) | FT_BEGIN_HEADER FILE: thirdparty/freetype/include/freetype2/freetype/ftrender.h type FT_Error (line 56) | typedef FT_Error type FT_Error (line 60) | typedef FT_Error type FT_Glyph_Class_ (line 73) | struct FT_Glyph_Class_ type FT_Error (line 87) | typedef FT_Error type FT_Error (line 93) | typedef FT_Error type FT_Error (line 106) | typedef FT_Error type FT_Renderer_Class (line 150) | typedef struct FT_Renderer_Class_ FILE: thirdparty/freetype/include/freetype2/freetype/ftsnames.h type FT_SfntName_ (line 107) | struct FT_SfntName_ type FT_SfntLangTag (line 209) | typedef struct FT_SfntLangTag_ FILE: thirdparty/freetype/include/freetype2/freetype/ftstroke.h type FT_StrokerRec_ (line 91) | struct FT_StrokerRec_ type FT_Stroker_LineJoin (line 134) | typedef enum FT_Stroker_LineJoin_ type FT_Stroker_LineCap (line 165) | typedef enum FT_Stroker_LineCap_ type FT_StrokerBorder (line 199) | typedef enum FT_StrokerBorder_ FILE: thirdparty/freetype/include/freetype2/freetype/ftsystem.h type FT_MemoryRec_ (line 64) | struct FT_MemoryRec_ type FT_MemoryRec_ (line 169) | struct FT_MemoryRec_ type FT_StreamRec_ (line 198) | struct FT_StreamRec_ type FT_StreamDesc (line 211) | typedef union FT_StreamDesc_ type FT_StreamRec (line 327) | typedef struct FT_StreamRec_ FILE: thirdparty/freetype/include/freetype2/freetype/fttypes.h type FT_FWord (line 120) | typedef signed short FT_FWord; type FT_UFWord (line 132) | typedef unsigned short FT_UFWord; type FT_Char (line 143) | typedef signed char FT_Char; type FT_Byte (line 154) | typedef unsigned char FT_Byte; type FT_Byte (line 165) | typedef const FT_Byte* FT_Bytes; type FT_UInt32 (line 176) | typedef FT_UInt32 FT_Tag; type FT_String (line 187) | typedef char FT_String; type FT_Short (line 198) | typedef signed short FT_Short; type FT_UShort (line 209) | typedef unsigned short FT_UShort; type FT_Int (line 220) | typedef signed int FT_Int; type FT_UInt (line 231) | typedef unsigned int FT_UInt; type FT_Long (line 242) | typedef signed long FT_Long; type FT_ULong (line 253) | typedef unsigned long FT_ULong; type FT_F2Dot14 (line 264) | typedef signed short FT_F2Dot14; type FT_F26Dot6 (line 275) | typedef signed long FT_F26Dot6; type FT_Fixed (line 287) | typedef signed long FT_Fixed; type FT_Error (line 299) | typedef int FT_Error; type FT_Offset (line 323) | typedef size_t FT_Offset; type ft_ptrdiff_t (line 336) | typedef ft_ptrdiff_t FT_PtrDist; type FT_UnitVector (line 355) | typedef struct FT_UnitVector_ type FT_Matrix (line 390) | typedef struct FT_Matrix_ type FT_Data (line 413) | typedef struct FT_Data_ type FT_Generic (line 467) | typedef struct FT_Generic_ type FT_ListNodeRec_ (line 523) | struct FT_ListNodeRec_ type FT_ListRec_ (line 534) | struct FT_ListRec_ type FT_ListNodeRec (line 555) | typedef struct FT_ListNodeRec_ type FT_ListRec (line 580) | typedef struct FT_ListRec_ FILE: thirdparty/freetype/include/freetype2/freetype/ftwinfnt.h type FT_WinFNT_HeaderRec (line 183) | typedef struct FT_WinFNT_HeaderRec_ type FT_WinFNT_HeaderRec_ (line 233) | struct FT_WinFNT_HeaderRec_ FILE: thirdparty/freetype/include/freetype2/freetype/t1tables.h type PS_FontInfoRec_ (line 88) | struct PS_FontInfoRec_ type PS_FontInfoRec_ (line 111) | struct PS_FontInfoRec_ type PS_FontInfoRec (line 123) | typedef PS_FontInfoRec T1_FontInfo; type PS_PrivateRec (line 136) | typedef struct PS_PrivateRec_ type PS_PrivateRec_ (line 185) | struct PS_PrivateRec_ type PS_PrivateRec (line 197) | typedef PS_PrivateRec T1_Private; type T1_Blend_Flags (line 226) | typedef enum T1_Blend_Flags_ type PS_DesignMapRec (line 283) | typedef struct PS_DesignMap_ type PS_DesignMapRec (line 292) | typedef PS_DesignMapRec T1_DesignMap; type PS_BlendRec (line 295) | typedef struct PS_BlendRec_ type PS_BlendRec (line 327) | typedef PS_BlendRec T1_Blend; type CID_FaceDictRec (line 347) | typedef struct CID_FaceDictRec_ type CID_FaceDictRec_ (line 376) | struct CID_FaceDictRec_ type CID_FaceDictRec (line 389) | typedef CID_FaceDictRec CID_FontDict; type CID_FaceInfoRec (line 400) | typedef struct CID_FaceInfoRec_ type CID_FaceInfoRec_ (line 438) | struct CID_FaceInfoRec_ type CID_FaceInfoRec (line 450) | typedef CID_FaceInfoRec CID_Info; type T1_EncodingType (line 563) | typedef enum T1_EncodingType_ type PS_Dict_Keys (line 634) | typedef enum PS_Dict_Keys_ FILE: thirdparty/freetype/include/freetype2/freetype/tttables.h type TT_Header_ (line 84) | struct TT_Header_ type TT_HoriHeader (line 200) | typedef struct TT_HoriHeader_ type TT_VertHeader (line 318) | typedef struct TT_VertHeader_ type TT_OS2 (line 375) | typedef struct TT_OS2_ type TT_Postscript (line 450) | typedef struct TT_Postscript_ type TT_PCLT (line 477) | typedef struct TT_PCLT_ type TT_MaxProfile (line 567) | typedef struct TT_MaxProfile_ type FT_Sfnt_Tag (line 620) | typedef enum FT_Sfnt_Tag_ FILE: thirdparty/glfw/deps/getopt.c function getopt (line 52) | int getopt(int argc, char* const argv[], const char* optstring) { function getopt_long (line 158) | int getopt_long(int argc, char* const argv[], const char* optstring, FILE: thirdparty/glfw/deps/getopt.h type option (line 41) | struct option { type option (line 51) | struct option FILE: thirdparty/glfw/deps/glad/gl.h type GLADapiproc (line 147) | typedef GLADapiproc (*GLADloadfunc)(const char *name); type GLADapiproc (line 148) | typedef GLADapiproc (*GLADuserptrloadfunc)(const char *name, void *userp... type GLenum (line 1462) | typedef unsigned int GLenum; type GLboolean (line 1463) | typedef unsigned char GLboolean; type GLbitfield (line 1464) | typedef unsigned int GLbitfield; type GLvoid (line 1465) | typedef void GLvoid; type khronos_int8_t (line 1466) | typedef khronos_int8_t GLbyte; type khronos_uint8_t (line 1467) | typedef khronos_uint8_t GLubyte; type khronos_int16_t (line 1468) | typedef khronos_int16_t GLshort; type khronos_uint16_t (line 1469) | typedef khronos_uint16_t GLushort; type GLint (line 1470) | typedef int GLint; type GLuint (line 1471) | typedef unsigned int GLuint; type khronos_int32_t (line 1472) | typedef khronos_int32_t GLclampx; type GLsizei (line 1473) | typedef int GLsizei; type khronos_float_t (line 1474) | typedef khronos_float_t GLfloat; type khronos_float_t (line 1475) | typedef khronos_float_t GLclampf; type GLdouble (line 1476) | typedef double GLdouble; type GLclampd (line 1477) | typedef double GLclampd; type GLchar (line 1480) | typedef char GLchar; type GLcharARB (line 1481) | typedef char GLcharARB; type GLhandleARB (line 1485) | typedef unsigned int GLhandleARB; type khronos_uint16_t (line 1487) | typedef khronos_uint16_t GLhalf; type khronos_uint16_t (line 1488) | typedef khronos_uint16_t GLhalfARB; type khronos_int32_t (line 1489) | typedef khronos_int32_t GLfixed; type khronos_intptr_t (line 1491) | typedef khronos_intptr_t GLintptr; type khronos_intptr_t (line 1493) | typedef khronos_intptr_t GLintptr; type khronos_intptr_t (line 1496) | typedef khronos_intptr_t GLintptrARB; type khronos_intptr_t (line 1498) | typedef khronos_intptr_t GLintptrARB; type khronos_ssize_t (line 1501) | typedef khronos_ssize_t GLsizeiptr; type khronos_ssize_t (line 1503) | typedef khronos_ssize_t GLsizeiptr; type khronos_ssize_t (line 1506) | typedef khronos_ssize_t GLsizeiptrARB; type khronos_ssize_t (line 1508) | typedef khronos_ssize_t GLsizeiptrARB; type khronos_int64_t (line 1510) | typedef khronos_int64_t GLint64; type khronos_int64_t (line 1511) | typedef khronos_int64_t GLint64EXT; type khronos_uint64_t (line 1512) | typedef khronos_uint64_t GLuint64; type khronos_uint64_t (line 1513) | typedef khronos_uint64_t GLuint64EXT; type __GLsync (line 1514) | struct __GLsync type _cl_context (line 1515) | struct _cl_context type _cl_event (line 1516) | struct _cl_event type GLhalfNV (line 1521) | typedef unsigned short GLhalfNV; type GLintptr (line 1522) | typedef GLintptr GLvdpauSurfaceNV; type GLuint (line 1561) | typedef GLboolean (GLAD_API_PTR *PFNGLARETEXTURESRESIDENTPROC)(GLsizei ... type GLubyte (line 1808) | typedef const GLubyte * (GLAD_API_PTR *PFNGLGETSTRINGPROC)(GLenum name); type GLubyte (line 1809) | typedef const GLubyte * (GLAD_API_PTR *PFNGLGETSTRINGIPROC)(GLenum nam... FILE: thirdparty/glfw/deps/glad/khrplatform.h type khronos_int32_t (line 142) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 143) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 144) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 145) | typedef uint64_t khronos_uint64_t; type khronos_int32_t (line 155) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 156) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 157) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 158) | typedef uint64_t khronos_uint64_t; type __int32 (line 167) | typedef __int32 khronos_int32_t; type khronos_uint32_t (line 168) | typedef unsigned __int32 khronos_uint32_t; type __int64 (line 169) | typedef __int64 khronos_int64_t; type khronos_uint64_t (line 170) | typedef unsigned __int64 khronos_uint64_t; type khronos_int32_t (line 179) | typedef int khronos_int32_t; type khronos_uint32_t (line 180) | typedef unsigned int khronos_uint32_t; type khronos_int64_t (line 182) | typedef long int khronos_int64_t; type khronos_uint64_t (line 183) | typedef unsigned long int khronos_uint64_t; type khronos_int64_t (line 185) | typedef long long int khronos_int64_t; type khronos_uint64_t (line 186) | typedef unsigned long long int khronos_uint64_t; type khronos_int32_t (line 196) | typedef int khronos_int32_t; type khronos_uint32_t (line 197) | typedef unsigned int khronos_uint32_t; type khronos_int32_t (line 207) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 208) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 209) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 210) | typedef uint64_t khronos_uint64_t; type khronos_int8_t (line 220) | typedef signed char khronos_int8_t; type khronos_uint8_t (line 221) | typedef unsigned char khronos_uint8_t; type khronos_int16_t (line 222) | typedef signed short int khronos_int16_t; type khronos_uint16_t (line 223) | typedef unsigned short int khronos_uint16_t; type khronos_intptr_t (line 231) | typedef signed long long int khronos_intptr_t; type khronos_uintptr_t (line 232) | typedef unsigned long long int khronos_uintptr_t; type khronos_ssize_t (line 233) | typedef signed long long int khronos_ssize_t; type khronos_usize_t (line 234) | typedef unsigned long long int khronos_usize_t; type khronos_intptr_t (line 236) | typedef signed long int khronos_intptr_t; type khronos_uintptr_t (line 237) | typedef unsigned long int khronos_uintptr_t; type khronos_ssize_t (line 238) | typedef signed long int khronos_ssize_t; type khronos_usize_t (line 239) | typedef unsigned long int khronos_usize_t; type khronos_float_t (line 246) | typedef float khronos_float_t; type khronos_uint64_t (line 259) | typedef khronos_uint64_t khronos_utime_nanoseconds_t; type khronos_int64_t (line 260) | typedef khronos_int64_t khronos_stime_nanoseconds_t; type khronos_boolean_enum_t (line 276) | typedef enum { FILE: thirdparty/glfw/deps/glad/vulkan.h type GLADapiproc (line 152) | typedef GLADapiproc (*GLADloadfunc)(const char *name); type GLADapiproc (line 153) | typedef GLADapiproc (*GLADuserptrloadfunc)(const char *name, void *userp... function VK_DEFINE_HANDLE (line 217) | VK_DEFINE_HANDLE(VkInstance) type VkAttachmentStoreOp (line 252) | typedef enum VkAttachmentStoreOp { type VkBlendFactor (line 256) | typedef enum VkBlendFactor { type VkBlendOp (line 277) | typedef enum VkBlendOp { type VkBorderColor (line 284) | typedef enum VkBorderColor { type VkPipelineCacheHeaderVersion (line 293) | typedef enum VkPipelineCacheHeaderVersion { type VkDeviceQueueCreateFlagBits (line 297) | typedef enum VkDeviceQueueCreateFlagBits { type VkBufferCreateFlagBits (line 300) | typedef enum VkBufferCreateFlagBits { type VkBufferUsageFlagBits (line 306) | typedef enum VkBufferUsageFlagBits { type VkColorComponentFlagBits (line 317) | typedef enum VkColorComponentFlagBits { type VkComponentSwizzle (line 323) | typedef enum VkComponentSwizzle { type VkCommandPoolCreateFlagBits (line 332) | typedef enum VkCommandPoolCreateFlagBits { type VkCommandPoolResetFlagBits (line 337) | typedef enum VkCommandPoolResetFlagBits { type VkCommandBufferResetFlagBits (line 340) | typedef enum VkCommandBufferResetFlagBits { type VkCommandBufferLevel (line 343) | typedef enum VkCommandBufferLevel { type VkCommandBufferUsageFlagBits (line 347) | typedef enum VkCommandBufferUsageFlagBits { type VkCompareOp (line 352) | typedef enum VkCompareOp { type VkCullModeFlagBits (line 362) | typedef enum VkCullModeFlagBits { type VkDescriptorType (line 368) | typedef enum VkDescriptorType { type VkDynamicState (line 381) | typedef enum VkDynamicState { type VkFenceCreateFlagBits (line 393) | typedef enum VkFenceCreateFlagBits { type VkPolygonMode (line 396) | typedef enum VkPolygonMode { type VkFormat (line 401) | typedef enum VkFormat { type VkFormatFeatureFlagBits (line 622) | typedef enum VkFormatFeatureFlagBits { type VkFrontFace (line 646) | typedef enum VkFrontFace { type VkImageAspectFlagBits (line 650) | typedef enum VkImageAspectFlagBits { type VkImageCreateFlagBits (line 659) | typedef enum VkImageCreateFlagBits { type VkImageLayout (line 673) | typedef enum VkImageLayout { type VkImageTiling (line 687) | typedef enum VkImageTiling { type VkImageType (line 691) | typedef enum VkImageType { type VkImageUsageFlagBits (line 696) | typedef enum VkImageUsageFlagBits { type VkImageViewType (line 707) | typedef enum VkImageViewType { type VkSharingMode (line 716) | typedef enum VkSharingMode { type VkIndexType (line 720) | typedef enum VkIndexType { type VkLogicOp (line 724) | typedef enum VkLogicOp { type VkMemoryHeapFlagBits (line 742) | typedef enum VkMemoryHeapFlagBits { type VkAccessFlagBits (line 746) | typedef enum VkAccessFlagBits { type VkMemoryPropertyFlagBits (line 765) | typedef enum VkMemoryPropertyFlagBits { type VkPhysicalDeviceType (line 773) | typedef enum VkPhysicalDeviceType { type VkPipelineBindPoint (line 780) | typedef enum VkPipelineBindPoint { type VkPipelineCreateFlagBits (line 784) | typedef enum VkPipelineCreateFlagBits { type VkPrimitiveTopology (line 791) | typedef enum VkPrimitiveTopology { type VkQueryControlFlagBits (line 804) | typedef enum VkQueryControlFlagBits { type VkQueryPipelineStatisticFlagBits (line 807) | typedef enum VkQueryPipelineStatisticFlagBits { type VkQueryResultFlagBits (line 820) | typedef enum VkQueryResultFlagBits { type VkQueryType (line 826) | typedef enum VkQueryType { type VkQueueFlagBits (line 831) | typedef enum VkQueueFlagBits { type VkSubpassContents (line 838) | typedef enum VkSubpassContents { type VkResult (line 842) | typedef enum VkResult { type VkShaderStageFlagBits (line 869) | typedef enum VkShaderStageFlagBits { type VkSparseMemoryBindFlagBits (line 879) | typedef enum VkSparseMemoryBindFlagBits { type VkStencilFaceFlagBits (line 882) | typedef enum VkStencilFaceFlagBits { type VkStencilOp (line 887) | typedef enum VkStencilOp { type VkStructureType (line 897) | typedef enum VkStructureType { type VkSystemAllocationScope (line 1025) | typedef enum VkSystemAllocationScope { type VkInternalAllocationType (line 1032) | typedef enum VkInternalAllocationType { type VkSamplerAddressMode (line 1035) | typedef enum VkSamplerAddressMode { type VkFilter (line 1041) | typedef enum VkFilter { type VkSamplerMipmapMode (line 1045) | typedef enum VkSamplerMipmapMode { type VkVertexInputRate (line 1049) | typedef enum VkVertexInputRate { type VkPipelineStageFlagBits (line 1053) | typedef enum VkPipelineStageFlagBits { type VkSparseImageFormatFlagBits (line 1072) | typedef enum VkSparseImageFormatFlagBits { type VkSampleCountFlagBits (line 1077) | typedef enum VkSampleCountFlagBits { type VkAttachmentDescriptionFlagBits (line 1086) | typedef enum VkAttachmentDescriptionFlagBits { type VkDescriptorPoolCreateFlagBits (line 1089) | typedef enum VkDescriptorPoolCreateFlagBits { type VkDependencyFlagBits (line 1092) | typedef enum VkDependencyFlagBits { type VkObjectType (line 1097) | typedef enum VkObjectType { type VkDescriptorUpdateTemplateType (line 1130) | typedef enum VkDescriptorUpdateTemplateType { type VkPointClippingBehavior (line 1134) | typedef enum VkPointClippingBehavior { type VkColorSpaceKHR (line 1138) | typedef enum VkColorSpaceKHR { type VkCompositeAlphaFlagBitsKHR (line 1142) | typedef enum VkCompositeAlphaFlagBitsKHR { type VkPresentModeKHR (line 1148) | typedef enum VkPresentModeKHR { type VkSurfaceTransformFlagBitsKHR (line 1154) | typedef enum VkSurfaceTransformFlagBitsKHR { type VkDebugReportFlagBitsEXT (line 1165) | typedef enum VkDebugReportFlagBitsEXT { type VkDebugReportObjectTypeEXT (line 1172) | typedef enum VkDebugReportObjectTypeEXT { type VkExternalMemoryHandleTypeFlagBits (line 1212) | typedef enum VkExternalMemoryHandleTypeFlagBits { type VkExternalMemoryFeatureFlagBits (line 1221) | typedef enum VkExternalMemoryFeatureFlagBits { type VkExternalSemaphoreHandleTypeFlagBits (line 1226) | typedef enum VkExternalSemaphoreHandleTypeFlagBits { type VkExternalSemaphoreFeatureFlagBits (line 1233) | typedef enum VkExternalSemaphoreFeatureFlagBits { type VkSemaphoreImportFlagBits (line 1237) | typedef enum VkSemaphoreImportFlagBits { type VkExternalFenceHandleTypeFlagBits (line 1240) | typedef enum VkExternalFenceHandleTypeFlagBits { type VkExternalFenceFeatureFlagBits (line 1246) | typedef enum VkExternalFenceFeatureFlagBits { type VkFenceImportFlagBits (line 1250) | typedef enum VkFenceImportFlagBits { type VkPeerMemoryFeatureFlagBits (line 1253) | typedef enum VkPeerMemoryFeatureFlagBits { type VkMemoryAllocateFlagBits (line 1259) | typedef enum VkMemoryAllocateFlagBits { type VkDeviceGroupPresentModeFlagBitsKHR (line 1262) | typedef enum VkDeviceGroupPresentModeFlagBitsKHR { type VkSwapchainCreateFlagBitsKHR (line 1268) | typedef enum VkSwapchainCreateFlagBitsKHR { type VkSubgroupFeatureFlagBits (line 1272) | typedef enum VkSubgroupFeatureFlagBits { type VkTessellationDomainOrigin (line 1282) | typedef enum VkTessellationDomainOrigin { type VkSamplerYcbcrModelConversion (line 1286) | typedef enum VkSamplerYcbcrModelConversion { type VkSamplerYcbcrRange (line 1293) | typedef enum VkSamplerYcbcrRange { type VkChromaLocation (line 1297) | typedef enum VkChromaLocation { type VkVendorId (line 1301) | typedef enum VkVendorId { type VkBaseOutStructure (line 1331) | typedef struct VkBaseOutStructure { type VkBaseInStructure (line 1335) | typedef struct VkBaseInStructure { type VkOffset2D (line 1339) | typedef struct VkOffset2D { type VkOffset3D (line 1343) | typedef struct VkOffset3D { type VkExtent2D (line 1348) | typedef struct VkExtent2D { type VkExtent3D (line 1352) | typedef struct VkExtent3D { type VkViewport (line 1357) | typedef struct VkViewport { type VkRect2D (line 1365) | typedef struct VkRect2D { type VkClearRect (line 1369) | typedef struct VkClearRect { type VkComponentMapping (line 1374) | typedef struct VkComponentMapping { type VkExtensionProperties (line 1380) | typedef struct VkExtensionProperties { type VkLayerProperties (line 1384) | typedef struct VkLayerProperties { type VkApplicationInfo (line 1390) | typedef struct VkApplicationInfo { type VkAllocationCallbacks (line 1399) | typedef struct VkAllocationCallbacks { type VkDescriptorImageInfo (line 1407) | typedef struct VkDescriptorImageInfo { type VkCopyDescriptorSet (line 1412) | typedef struct VkCopyDescriptorSet { type VkDescriptorPoolSize (line 1423) | typedef struct VkDescriptorPoolSize { type VkDescriptorSetAllocateInfo (line 1427) | typedef struct VkDescriptorSetAllocateInfo { type VkSpecializationMapEntry (line 1434) | typedef struct VkSpecializationMapEntry { type VkSpecializationInfo (line 1439) | typedef struct VkSpecializationInfo { type VkVertexInputBindingDescription (line 1445) | typedef struct VkVertexInputBindingDescription { type VkVertexInputAttributeDescription (line 1450) | typedef struct VkVertexInputAttributeDescription { type VkStencilOpState (line 1456) | typedef struct VkStencilOpState { type VkCommandBufferAllocateInfo (line 1465) | typedef struct VkCommandBufferAllocateInfo { type VkClearColorValue (line 1472) | typedef union VkClearColorValue { type VkClearDepthStencilValue (line 1477) | typedef struct VkClearDepthStencilValue { type VkClearValue (line 1481) | typedef union VkClearValue { type VkAttachmentReference (line 1485) | typedef struct VkAttachmentReference { type VkDrawIndirectCommand (line 1489) | typedef struct VkDrawIndirectCommand { type VkDrawIndexedIndirectCommand (line 1495) | typedef struct VkDrawIndexedIndirectCommand { type VkDispatchIndirectCommand (line 1502) | typedef struct VkDispatchIndirectCommand { type VkSurfaceFormatKHR (line 1507) | typedef struct VkSurfaceFormatKHR { type VkPresentInfoKHR (line 1511) | typedef struct VkPresentInfoKHR { type VkPhysicalDeviceExternalImageFormatInfo (line 1521) | typedef struct VkPhysicalDeviceExternalImageFormatInfo { type VkPhysicalDeviceExternalSemaphoreInfo (line 1526) | typedef struct VkPhysicalDeviceExternalSemaphoreInfo { type VkPhysicalDeviceExternalFenceInfo (line 1531) | typedef struct VkPhysicalDeviceExternalFenceInfo { type VkPhysicalDeviceMultiviewProperties (line 1536) | typedef struct VkPhysicalDeviceMultiviewProperties { type VkRenderPassMultiviewCreateInfo (line 1542) | typedef struct VkRenderPassMultiviewCreateInfo { type VkBindBufferMemoryDeviceGroupInfo (line 1552) | typedef struct VkBindBufferMemoryDeviceGroupInfo { type VkBindImageMemoryDeviceGroupInfo (line 1558) | typedef struct VkBindImageMemoryDeviceGroupInfo { type VkDeviceGroupRenderPassBeginInfo (line 1566) | typedef struct VkDeviceGroupRenderPassBeginInfo { type VkDeviceGroupCommandBufferBeginInfo (line 1573) | typedef struct VkDeviceGroupCommandBufferBeginInfo { type VkDeviceGroupSubmitInfo (line 1578) | typedef struct VkDeviceGroupSubmitInfo { type VkDeviceGroupBindSparseInfo (line 1588) | typedef struct VkDeviceGroupBindSparseInfo { type VkImageSwapchainCreateInfoKHR (line 1594) | typedef struct VkImageSwapchainCreateInfoKHR { type VkBindImageMemorySwapchainInfoKHR (line 1599) | typedef struct VkBindImageMemorySwapchainInfoKHR { type VkAcquireNextImageInfoKHR (line 1605) | typedef struct VkAcquireNextImageInfoKHR { type VkDeviceGroupPresentInfoKHR (line 1614) | typedef struct VkDeviceGroupPresentInfoKHR { type VkDeviceGroupDeviceCreateInfo (line 1621) | typedef struct VkDeviceGroupDeviceCreateInfo { type VkDescriptorUpdateTemplateEntry (line 1627) | typedef struct VkDescriptorUpdateTemplateEntry { type VkBufferMemoryRequirementsInfo2 (line 1635) | typedef struct VkBufferMemoryRequirementsInfo2 { type VkImageMemoryRequirementsInfo2 (line 1640) | typedef struct VkImageMemoryRequirementsInfo2 { type VkImageSparseMemoryRequirementsInfo2 (line 1645) | typedef struct VkImageSparseMemoryRequirementsInfo2 { type VkPhysicalDevicePointClippingProperties (line 1650) | typedef struct VkPhysicalDevicePointClippingProperties { type VkMemoryDedicatedAllocateInfo (line 1655) | typedef struct VkMemoryDedicatedAllocateInfo { type VkPipelineTessellationDomainOriginStateCreateInfo (line 1661) | typedef struct VkPipelineTessellationDomainOriginStateCreateInfo { type VkSamplerYcbcrConversionInfo (line 1666) | typedef struct VkSamplerYcbcrConversionInfo { type VkBindImagePlaneMemoryInfo (line 1671) | typedef struct VkBindImagePlaneMemoryInfo { type VkImagePlaneMemoryRequirementsInfo (line 1676) | typedef struct VkImagePlaneMemoryRequirementsInfo { type VkSamplerYcbcrConversionImageFormatProperties (line 1681) | typedef struct VkSamplerYcbcrConversionImageFormatProperties { type VkSampleMask (line 1686) | typedef uint32_t VkSampleMask; type VkBool32 (line 1687) | typedef uint32_t VkBool32; type VkFlags (line 1688) | typedef uint32_t VkFlags; type VkDeviceSize (line 1689) | typedef uint64_t VkDeviceSize; type VkFlags (line 1690) | typedef VkFlags VkFramebufferCreateFlags; type VkFlags (line 1691) | typedef VkFlags VkQueryPoolCreateFlags; type VkFlags (line 1692) | typedef VkFlags VkRenderPassCreateFlags; type VkFlags (line 1693) | typedef VkFlags VkSamplerCreateFlags; type VkFlags (line 1694) | typedef VkFlags VkPipelineLayoutCreateFlags; type VkFlags (line 1695) | typedef VkFlags VkPipelineCacheCreateFlags; type VkFlags (line 1696) | typedef VkFlags VkPipelineDepthStencilStateCreateFlags; type VkFlags (line 1697) | typedef VkFlags VkPipelineDynamicStateCreateFlags; type VkFlags (line 1698) | typedef VkFlags VkPipelineColorBlendStateCreateFlags; type VkFlags (line 1699) | typedef VkFlags VkPipelineMultisampleStateCreateFlags; type VkFlags (line 1700) | typedef VkFlags VkPipelineRasterizationStateCreateFlags; type VkFlags (line 1701) | typedef VkFlags VkPipelineViewportStateCreateFlags; type VkFlags (line 1702) | typedef VkFlags VkPipelineTessellationStateCreateFlags; type VkFlags (line 1703) | typedef VkFlags VkPipelineInputAssemblyStateCreateFlags; type VkFlags (line 1704) | typedef VkFlags VkPipelineVertexInputStateCreateFlags; type VkFlags (line 1705) | typedef VkFlags VkPipelineShaderStageCreateFlags; type VkFlags (line 1706) | typedef VkFlags VkDescriptorSetLayoutCreateFlags; type VkFlags (line 1707) | typedef VkFlags VkBufferViewCreateFlags; type VkFlags (line 1708) | typedef VkFlags VkInstanceCreateFlags; type VkFlags (line 1709) | typedef VkFlags VkDeviceCreateFlags; type VkFlags (line 1710) | typedef VkFlags VkDeviceQueueCreateFlags; type VkFlags (line 1711) | typedef VkFlags VkQueueFlags; type VkFlags (line 1712) | typedef VkFlags VkMemoryPropertyFlags; type VkFlags (line 1713) | typedef VkFlags VkMemoryHeapFlags; type VkFlags (line 1714) | typedef VkFlags VkAccessFlags; type VkFlags (line 1715) | typedef VkFlags VkBufferUsageFlags; type VkFlags (line 1716) | typedef VkFlags VkBufferCreateFlags; type VkFlags (line 1717) | typedef VkFlags VkShaderStageFlags; type VkFlags (line 1718) | typedef VkFlags VkImageUsageFlags; type VkFlags (line 1719) | typedef VkFlags VkImageCreateFlags; type VkFlags (line 1720) | typedef VkFlags VkImageViewCreateFlags; type VkFlags (line 1721) | typedef VkFlags VkPipelineCreateFlags; type VkFlags (line 1722) | typedef VkFlags VkColorComponentFlags; type VkFlags (line 1723) | typedef VkFlags VkFenceCreateFlags; type VkFlags (line 1724) | typedef VkFlags VkSemaphoreCreateFlags; type VkFlags (line 1725) | typedef VkFlags VkFormatFeatureFlags; type VkFlags (line 1726) | typedef VkFlags VkQueryControlFlags; type VkFlags (line 1727) | typedef VkFlags VkQueryResultFlags; type VkFlags (line 1728) | typedef VkFlags VkShaderModuleCreateFlags; type VkFlags (line 1729) | typedef VkFlags VkEventCreateFlags; type VkFlags (line 1730) | typedef VkFlags VkCommandPoolCreateFlags; type VkFlags (line 1731) | typedef VkFlags VkCommandPoolResetFlags; type VkFlags (line 1732) | typedef VkFlags VkCommandBufferResetFlags; type VkFlags (line 1733) | typedef VkFlags VkCommandBufferUsageFlags; type VkFlags (line 1734) | typedef VkFlags VkQueryPipelineStatisticFlags; type VkFlags (line 1735) | typedef VkFlags VkMemoryMapFlags; type VkFlags (line 1736) | typedef VkFlags VkImageAspectFlags; type VkFlags (line 1737) | typedef VkFlags VkSparseMemoryBindFlags; type VkFlags (line 1738) | typedef VkFlags VkSparseImageFormatFlags; type VkFlags (line 1739) | typedef VkFlags VkSubpassDescriptionFlags; type VkFlags (line 1740) | typedef VkFlags VkPipelineStageFlags; type VkFlags (line 1741) | typedef VkFlags VkSampleCountFlags; type VkFlags (line 1742) | typedef VkFlags VkAttachmentDescriptionFlags; type VkFlags (line 1743) | typedef VkFlags VkStencilFaceFlags; type VkFlags (line 1744) | typedef VkFlags VkCullModeFlags; type VkFlags (line 1745) | typedef VkFlags VkDescriptorPoolCreateFlags; type VkFlags (line 1746) | typedef VkFlags VkDescriptorPoolResetFlags; type VkFlags (line 1747) | typedef VkFlags VkDependencyFlags; type VkFlags (line 1748) | typedef VkFlags VkSubgroupFeatureFlags; type VkFlags (line 1749) | typedef VkFlags VkDescriptorUpdateTemplateCreateFlags; type VkFlags (line 1750) | typedef VkFlags VkCompositeAlphaFlagsKHR; type VkFlags (line 1751) | typedef VkFlags VkSurfaceTransformFlagsKHR; type VkFlags (line 1752) | typedef VkFlags VkSwapchainCreateFlagsKHR; type VkFlags (line 1753) | typedef VkFlags VkPeerMemoryFeatureFlags; type VkFlags (line 1754) | typedef VkFlags VkMemoryAllocateFlags; type VkFlags (line 1755) | typedef VkFlags VkDeviceGroupPresentModeFlagsKHR; type VkFlags (line 1756) | typedef VkFlags VkDebugReportFlagsEXT; type VkFlags (line 1757) | typedef VkFlags VkCommandPoolTrimFlags; type VkFlags (line 1758) | typedef VkFlags VkExternalMemoryHandleTypeFlags; type VkFlags (line 1759) | typedef VkFlags VkExternalMemoryFeatureFlags; type VkFlags (line 1760) | typedef VkFlags VkExternalSemaphoreHandleTypeFlags; type VkFlags (line 1761) | typedef VkFlags VkExternalSemaphoreFeatureFlags; type VkFlags (line 1762) | typedef VkFlags VkSemaphoreImportFlags; type VkFlags (line 1763) | typedef VkFlags VkExternalFenceHandleTypeFlags; type VkFlags (line 1764) | typedef VkFlags VkExternalFenceFeatureFlags; type VkFlags (line 1765) | typedef VkFlags VkFenceImportFlags; type const (line 1766) | typedef VkBool32 (VKAPI_PTR *PFN_vkDebugReportCallbackEXT)( type VkDeviceQueueCreateInfo (line 1775) | typedef struct VkDeviceQueueCreateInfo { type VkInstanceCreateInfo (line 1783) | typedef struct VkInstanceCreateInfo { type VkQueueFamilyProperties (line 1793) | typedef struct VkQueueFamilyProperties { type VkMemoryAllocateInfo (line 1799) | typedef struct VkMemoryAllocateInfo { type VkMemoryRequirements (line 1805) | typedef struct VkMemoryRequirements { type VkSparseImageFormatProperties (line 1810) | typedef struct VkSparseImageFormatProperties { type VkSparseImageMemoryRequirements (line 1815) | typedef struct VkSparseImageMemoryRequirements { type VkMemoryType (line 1822) | typedef struct VkMemoryType { type VkMemoryHeap (line 1826) | typedef struct VkMemoryHeap { type VkMappedMemoryRange (line 1830) | typedef struct VkMappedMemoryRange { type VkFormatProperties (line 1837) | typedef struct VkFormatProperties { type VkImageFormatProperties (line 1842) | typedef struct VkImageFormatProperties { type VkDescriptorBufferInfo (line 1849) | typedef struct VkDescriptorBufferInfo { type VkWriteDescriptorSet (line 1854) | typedef struct VkWriteDescriptorSet { type VkBufferCreateInfo (line 1866) | typedef struct VkBufferCreateInfo { type VkBufferViewCreateInfo (line 1876) | typedef struct VkBufferViewCreateInfo { type VkImageSubresource (line 1885) | typedef struct VkImageSubresource { type VkImageSubresourceLayers (line 1890) | typedef struct VkImageSubresourceLayers { type VkImageSubresourceRange (line 1896) | typedef struct VkImageSubresourceRange { type VkMemoryBarrier (line 1903) | typedef struct VkMemoryBarrier { type VkBufferMemoryBarrier (line 1909) | typedef struct VkBufferMemoryBarrier { type VkImageMemoryBarrier (line 1920) | typedef struct VkImageMemoryBarrier { type VkImageCreateInfo (line 1932) | typedef struct VkImageCreateInfo { type VkSubresourceLayout (line 1949) | typedef struct VkSubresourceLayout { type VkImageViewCreateInfo (line 1956) | typedef struct VkImageViewCreateInfo { type VkBufferCopy (line 1966) | typedef struct VkBufferCopy { type VkSparseMemoryBind (line 1971) | typedef struct VkSparseMemoryBind { type VkSparseImageMemoryBind (line 1978) | typedef struct VkSparseImageMemoryBind { type VkSparseBufferMemoryBindInfo (line 1986) | typedef struct VkSparseBufferMemoryBindInfo { type VkSparseImageOpaqueMemoryBindInfo (line 1991) | typedef struct VkSparseImageOpaqueMemoryBindInfo { type VkSparseImageMemoryBindInfo (line 1996) | typedef struct VkSparseImageMemoryBindInfo { type VkBindSparseInfo (line 2001) | typedef struct VkBindSparseInfo { type VkImageCopy (line 2015) | typedef struct VkImageCopy { type VkImageBlit (line 2022) | typedef struct VkImageBlit { type VkBufferImageCopy (line 2028) | typedef struct VkBufferImageCopy { type VkImageResolve (line 2036) | typedef struct VkImageResolve { type VkShaderModuleCreateInfo (line 2043) | typedef struct VkShaderModuleCreateInfo { type VkDescriptorSetLayoutBinding (line 2050) | typedef struct VkDescriptorSetLayoutBinding { type VkDescriptorSetLayoutCreateInfo (line 2057) | typedef struct VkDescriptorSetLayoutCreateInfo { type VkDescriptorPoolCreateInfo (line 2064) | typedef struct VkDescriptorPoolCreateInfo { type VkPipelineShaderStageCreateInfo (line 2072) | typedef struct VkPipelineShaderStageCreateInfo { type VkComputePipelineCreateInfo (line 2081) | typedef struct VkComputePipelineCreateInfo { type VkPipelineVertexInputStateCreateInfo (line 2090) | typedef struct VkPipelineVertexInputStateCreateInfo { type VkPipelineInputAssemblyStateCreateInfo (line 2099) | typedef struct VkPipelineInputAssemblyStateCreateInfo { type VkPipelineTessellationStateCreateInfo (line 2106) | typedef struct VkPipelineTessellationStateCreateInfo { type VkPipelineViewportStateCreateInfo (line 2112) | typedef struct VkPipelineViewportStateCreateInfo { type VkPipelineRasterizationStateCreateInfo (line 2121) | typedef struct VkPipelineRasterizationStateCreateInfo { type VkPipelineMultisampleStateCreateInfo (line 2136) | typedef struct VkPipelineMultisampleStateCreateInfo { type VkPipelineColorBlendAttachmentState (line 2147) | typedef struct VkPipelineColorBlendAttachmentState { type VkPipelineColorBlendStateCreateInfo (line 2157) | typedef struct VkPipelineColorBlendStateCreateInfo { type VkPipelineDynamicStateCreateInfo (line 2167) | typedef struct VkPipelineDynamicStateCreateInfo { type VkPipelineDepthStencilStateCreateInfo (line 2174) | typedef struct VkPipelineDepthStencilStateCreateInfo { type VkGraphicsPipelineCreateInfo (line 2188) | typedef struct VkGraphicsPipelineCreateInfo { type VkPipelineCacheCreateInfo (line 2209) | typedef struct VkPipelineCacheCreateInfo { type VkPushConstantRange (line 2216) | typedef struct VkPushConstantRange { type VkPipelineLayoutCreateInfo (line 2221) | typedef struct VkPipelineLayoutCreateInfo { type VkSamplerCreateInfo (line 2230) | typedef struct VkSamplerCreateInfo { type VkCommandPoolCreateInfo (line 2250) | typedef struct VkCommandPoolCreateInfo { type VkCommandBufferInheritanceInfo (line 2256) | typedef struct VkCommandBufferInheritanceInfo { type VkCommandBufferBeginInfo (line 2266) | typedef struct VkCommandBufferBeginInfo { type VkRenderPassBeginInfo (line 2272) | typedef struct VkRenderPassBeginInfo { type VkClearAttachment (line 2281) | typedef struct VkClearAttachment { type VkAttachmentDescription (line 2286) | typedef struct VkAttachmentDescription { type VkSubpassDescription (line 2297) | typedef struct VkSubpassDescription { type VkSubpassDependency (line 2309) | typedef struct VkSubpassDependency { type VkRenderPassCreateInfo (line 2318) | typedef struct VkRenderPassCreateInfo { type VkEventCreateInfo (line 2329) | typedef struct VkEventCreateInfo { type VkFenceCreateInfo (line 2334) | typedef struct VkFenceCreateInfo { type VkPhysicalDeviceFeatures (line 2339) | typedef struct VkPhysicalDeviceFeatures { type VkPhysicalDeviceSparseProperties (line 2396) | typedef struct VkPhysicalDeviceSparseProperties { type VkPhysicalDeviceLimits (line 2403) | typedef struct VkPhysicalDeviceLimits { type VkSemaphoreCreateInfo (line 2511) | typedef struct VkSemaphoreCreateInfo { type VkQueryPoolCreateInfo (line 2516) | typedef struct VkQueryPoolCreateInfo { type VkFramebufferCreateInfo (line 2524) | typedef struct VkFramebufferCreateInfo { type VkSubmitInfo (line 2535) | typedef struct VkSubmitInfo { type VkSurfaceCapabilitiesKHR (line 2546) | typedef struct VkSurfaceCapabilitiesKHR { type VkSwapchainCreateInfoKHR (line 2558) | typedef struct VkSwapchainCreateInfoKHR { type VkDebugReportCallbackCreateInfoEXT (line 2578) | typedef struct VkDebugReportCallbackCreateInfoEXT { type VkPhysicalDeviceFeatures2 (line 2585) | typedef struct VkPhysicalDeviceFeatures2 { type VkFormatProperties2 (line 2590) | typedef struct VkFormatProperties2 { type VkImageFormatProperties2 (line 2595) | typedef struct VkImageFormatProperties2 { type VkPhysicalDeviceImageFormatInfo2 (line 2600) | typedef struct VkPhysicalDeviceImageFormatInfo2 { type VkQueueFamilyProperties2 (line 2609) | typedef struct VkQueueFamilyProperties2 { type VkSparseImageFormatProperties2 (line 2614) | typedef struct VkSparseImageFormatProperties2 { type VkPhysicalDeviceSparseImageFormatInfo2 (line 2619) | typedef struct VkPhysicalDeviceSparseImageFormatInfo2 { type VkPhysicalDeviceVariablePointersFeatures (line 2628) | typedef struct VkPhysicalDeviceVariablePointersFeatures { type VkPhysicalDeviceVariablePointerFeatures (line 2634) | typedef struct VkPhysicalDeviceVariablePointerFeatures VkPhysicalDevice... type VkExternalMemoryProperties (line 2635) | typedef struct VkExternalMemoryProperties { type VkExternalImageFormatProperties (line 2640) | typedef struct VkExternalImageFormatProperties { type VkPhysicalDeviceExternalBufferInfo (line 2645) | typedef struct VkPhysicalDeviceExternalBufferInfo { type VkExternalBufferProperties (line 2652) | typedef struct VkExternalBufferProperties { type VkPhysicalDeviceIDProperties (line 2657) | typedef struct VkPhysicalDeviceIDProperties { type VkExternalMemoryImageCreateInfo (line 2666) | typedef struct VkExternalMemoryImageCreateInfo { type VkExternalMemoryBufferCreateInfo (line 2671) | typedef struct VkExternalMemoryBufferCreateInfo { type VkExportMemoryAllocateInfo (line 2676) | typedef struct VkExportMemoryAllocateInfo { type VkExternalSemaphoreProperties (line 2681) | typedef struct VkExternalSemaphoreProperties { type VkExportSemaphoreCreateInfo (line 2688) | typedef struct VkExportSemaphoreCreateInfo { type VkExternalFenceProperties (line 2693) | typedef struct VkExternalFenceProperties { type VkExportFenceCreateInfo (line 2700) | typedef struct VkExportFenceCreateInfo { type VkPhysicalDeviceMultiviewFeatures (line 2705) | typedef struct VkPhysicalDeviceMultiviewFeatures { type VkPhysicalDeviceGroupProperties (line 2712) | typedef struct VkPhysicalDeviceGroupProperties { type VkMemoryAllocateFlagsInfo (line 2719) | typedef struct VkMemoryAllocateFlagsInfo { type VkBindBufferMemoryInfo (line 2725) | typedef struct VkBindBufferMemoryInfo { type VkBindImageMemoryInfo (line 2732) | typedef struct VkBindImageMemoryInfo { type VkDeviceGroupPresentCapabilitiesKHR (line 2739) | typedef struct VkDeviceGroupPresentCapabilitiesKHR { type VkDeviceGroupSwapchainCreateInfoKHR (line 2745) | typedef struct VkDeviceGroupSwapchainCreateInfoKHR { type VkDescriptorUpdateTemplateCreateInfo (line 2750) | typedef struct VkDescriptorUpdateTemplateCreateInfo { type VkInputAttachmentAspectReference (line 2762) | typedef struct VkInputAttachmentAspectReference { type VkRenderPassInputAttachmentAspectCreateInfo (line 2767) | typedef struct VkRenderPassInputAttachmentAspectCreateInfo { type VkPhysicalDevice16BitStorageFeatures (line 2773) | typedef struct VkPhysicalDevice16BitStorageFeatures { type VkPhysicalDeviceSubgroupProperties (line 2781) | typedef struct VkPhysicalDeviceSubgroupProperties { type VkMemoryRequirements2 (line 2789) | typedef struct VkMemoryRequirements2 { type VkMemoryRequirements2KHR (line 2794) | typedef struct VkMemoryRequirements2KHR VkMemoryRequirements2KHR; type VkSparseImageMemoryRequirements2 (line 2795) | typedef struct VkSparseImageMemoryRequirements2 { type VkMemoryDedicatedRequirements (line 2800) | typedef struct VkMemoryDedicatedRequirements { type VkImageViewUsageCreateInfo (line 2806) | typedef struct VkImageViewUsageCreateInfo { type VkSamplerYcbcrConversionCreateInfo (line 2811) | typedef struct VkSamplerYcbcrConversionCreateInfo { type VkPhysicalDeviceSamplerYcbcrConversionFeatures (line 2823) | typedef struct VkPhysicalDeviceSamplerYcbcrConversionFeatures { type VkProtectedSubmitInfo (line 2828) | typedef struct VkProtectedSubmitInfo { type VkPhysicalDeviceProtectedMemoryFeatures (line 2833) | typedef struct VkPhysicalDeviceProtectedMemoryFeatures { type VkPhysicalDeviceProtectedMemoryProperties (line 2838) | typedef struct VkPhysicalDeviceProtectedMemoryProperties { type VkDeviceQueueInfo2 (line 2843) | typedef struct VkDeviceQueueInfo2 { type VkPhysicalDeviceMaintenance3Properties (line 2850) | typedef struct VkPhysicalDeviceMaintenance3Properties { type VkDescriptorSetLayoutSupport (line 2856) | typedef struct VkDescriptorSetLayoutSupport { type VkPhysicalDeviceShaderDrawParametersFeatures (line 2861) | typedef struct VkPhysicalDeviceShaderDrawParametersFeatures { type VkPhysicalDeviceShaderDrawParameterFeatures (line 2866) | typedef struct VkPhysicalDeviceShaderDrawParameterFeatures VkPhysicalDe... type VkPhysicalDeviceProperties (line 2867) | typedef struct VkPhysicalDeviceProperties { type VkDeviceCreateInfo (line 2878) | typedef struct VkDeviceCreateInfo { type VkPhysicalDeviceMemoryProperties (line 2890) | typedef struct VkPhysicalDeviceMemoryProperties { type VkPhysicalDeviceProperties2 (line 2896) | typedef struct VkPhysicalDeviceProperties2 { type VkPhysicalDeviceMemoryProperties2 (line 2901) | typedef struct VkPhysicalDeviceMemoryProperties2 { type VkAcquireNextImageInfoKHR (line 2920) | typedef VkResult (GLAD_API_PTR *PFN_vkAcquireNextImage2KHR)(VkDevice d... type VkCommandBufferAllocateInfo (line 2922) | typedef VkResult (GLAD_API_PTR *PFN_vkAllocateCommandBuffers)(VkDevice ... type VkDescriptorSetAllocateInfo (line 2923) | typedef VkResult (GLAD_API_PTR *PFN_vkAllocateDescriptorSets)(VkDevice ... type VkMemoryAllocateInfo (line 2924) | typedef VkResult (GLAD_API_PTR *PFN_vkAllocateMemory)(VkDevice device,... type VkCommandBufferBeginInfo (line 2925) | typedef VkResult (GLAD_API_PTR *PFN_vkBeginCommandBuffer)(VkCommandBuffe... type const (line 2927) | typedef VkResult (GLAD_API_PTR *PFN_vkBindBufferMemory2)(VkDevice devi... type const (line 2929) | typedef VkResult (GLAD_API_PTR *PFN_vkBindImageMemory2)(VkDevice devic... type VkBufferCreateInfo (line 2976) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateBuffer)(VkDevice device, c... type VkBufferViewCreateInfo (line 2977) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateBufferView)(VkDevice devic... type VkCommandPoolCreateInfo (line 2978) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateCommandPool)(VkDevice devi... type const (line 2979) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateComputePipelines)(VkDevice ... type VkDebugReportCallbackCreateInfoEXT (line 2980) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkIn... type VkDescriptorPoolCreateInfo (line 2981) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateDescriptorPool)(VkDevice d... type VkDescriptorSetLayoutCreateInfo (line 2982) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateDescriptorSetLayout)(VkDevic... type VkDescriptorUpdateTemplateCreateInfo (line 2983) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateDescriptorUpdateTemplate)(Vk... type VkDeviceCreateInfo (line 2984) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateDevice)(VkPhysicalDevice p... type VkEventCreateInfo (line 2985) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateEvent)(VkDevice device, co... type VkFenceCreateInfo (line 2986) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateFence)(VkDevice device, co... type VkFramebufferCreateInfo (line 2987) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateFramebuffer)(VkDevice devi... type const (line 2988) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateGraphicsPipelines)(VkDevice ... type VkImageCreateInfo (line 2989) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateImage)(VkDevice device, co... type VkImageViewCreateInfo (line 2990) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateImageView)(VkDevice device... type const (line 2991) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateInstance)(const VkInstanceC... type VkPipelineCacheCreateInfo (line 2992) | typedef VkResult (GLAD_API_PTR *PFN_vkCreatePipelineCache)(VkDevice de... type VkPipelineLayoutCreateInfo (line 2993) | typedef VkResult (GLAD_API_PTR *PFN_vkCreatePipelineLayout)(VkDevice d... type VkQueryPoolCreateInfo (line 2994) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateQueryPool)(VkDevice device... type VkRenderPassCreateInfo (line 2995) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateRenderPass)(VkDevice devic... type VkSamplerCreateInfo (line 2996) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateSampler)(VkDevice device, ... type VkSamplerYcbcrConversionCreateInfo (line 2997) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateSamplerYcbcrConversion)(VkDe... type VkSemaphoreCreateInfo (line 2998) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateSemaphore)(VkDevice device... type VkShaderModuleCreateInfo (line 2999) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateShaderModule)(VkDevice dev... type VkSwapchainCreateInfoKHR (line 3000) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateSwapchainKHR)(VkDevice dev... type const (line 3036) | typedef VkResult (GLAD_API_PTR *PFN_vkFlushMappedMemoryRanges)(VkDevice ... type const (line 3038) | typedef VkResult (GLAD_API_PTR *PFN_vkFreeDescriptorSets)(VkDevice dev... type VkPhysicalDeviceImageFormatInfo2 (line 3066) | typedef VkResult (GLAD_API_PTR *PFN_vkGetPhysicalDeviceImageFormatProper... type const (line 3084) | typedef VkResult (GLAD_API_PTR *PFN_vkInvalidateMappedMemoryRanges)(VkDe... type const (line 3086) | typedef VkResult (GLAD_API_PTR *PFN_vkMergePipelineCaches)(VkDevice de... type const (line 3087) | typedef VkResult (GLAD_API_PTR *PFN_vkQueueBindSparse)(VkQueue queue, ... type VkPresentInfoKHR (line 3088) | typedef VkResult (GLAD_API_PTR *PFN_vkQueuePresentKHR)(VkQueue queue, ... type const (line 3089) | typedef VkResult (GLAD_API_PTR *PFN_vkQueueSubmit)(VkQueue queue, uint... type const (line 3095) | typedef VkResult (GLAD_API_PTR *PFN_vkResetFences)(VkDevice device, ui... type const (line 3101) | typedef VkResult (GLAD_API_PTR *PFN_vkWaitForFences)(VkDevice device, ... FILE: thirdparty/glfw/deps/glad_gl.c function glad_gl_load_GL_VERSION_1_0 (line 794) | static void glad_gl_load_GL_VERSION_1_0( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_1_1 (line 1103) | static void glad_gl_load_GL_VERSION_1_1( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_1_2 (line 1136) | static void glad_gl_load_GL_VERSION_1_2( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_1_3 (line 1143) | static void glad_gl_load_GL_VERSION_1_3( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_1_4 (line 1192) | static void glad_gl_load_GL_VERSION_1_4( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_1_5 (line 1242) | static void glad_gl_load_GL_VERSION_1_5( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_2_0 (line 1264) | static void glad_gl_load_GL_VERSION_2_0( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_2_1 (line 1360) | static void glad_gl_load_GL_VERSION_2_1( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_3_0 (line 1369) | static void glad_gl_load_GL_VERSION_3_0( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_3_1 (line 1456) | static void glad_gl_load_GL_VERSION_3_1( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_3_2 (line 1474) | static void glad_gl_load_GL_VERSION_3_2( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_3_3 (line 1496) | static void glad_gl_load_GL_VERSION_3_3( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_ARB_multisample (line 1557) | static void glad_gl_load_GL_ARB_multisample( GLADuserptrloadfunc load, v... function glad_gl_load_GL_ARB_robustness (line 1562) | static void glad_gl_load_GL_ARB_robustness( GLADuserptrloadfunc load, vo... function glad_gl_load_GL_KHR_debug (line 1586) | static void glad_gl_load_GL_KHR_debug( GLADuserptrloadfunc load, void* u... function glad_gl_get_extensions (line 1609) | static int glad_gl_get_extensions( int version, const char **out_exts, u... function glad_gl_free_extensions (line 1654) | static void glad_gl_free_extensions(char **exts_i, unsigned int num_exts... function glad_gl_has_extension (line 1664) | static int glad_gl_has_extension(int version, const char *exts, unsigned... function GLADapiproc (line 1697) | static GLADapiproc glad_gl_get_proc_from_userptr(const char* name, void ... function glad_gl_find_extensions_gl (line 1701) | static int glad_gl_find_extensions_gl( int version) { function glad_gl_find_core_gl (line 1716) | static int glad_gl_find_core_gl(void) { function gladLoadGLUserPtr (line 1753) | int gladLoadGLUserPtr( GLADuserptrloadfunc load, void *userptr) { function gladLoadGL (line 1785) | int gladLoadGL( GLADloadfunc load) { FILE: thirdparty/glfw/deps/glad_vulkan.c function glad_vk_load_VK_VERSION_1_0 (line 210) | static void glad_vk_load_VK_VERSION_1_0( GLADuserptrloadfunc load, void*... function glad_vk_load_VK_VERSION_1_1 (line 350) | static void glad_vk_load_VK_VERSION_1_1( GLADuserptrloadfunc load, void*... function glad_vk_load_VK_EXT_debug_report (line 381) | static void glad_vk_load_VK_EXT_debug_report( GLADuserptrloadfunc load, ... function glad_vk_load_VK_KHR_surface (line 387) | static void glad_vk_load_VK_KHR_surface( GLADuserptrloadfunc load, void*... function glad_vk_load_VK_KHR_swapchain (line 395) | static void glad_vk_load_VK_KHR_swapchain( GLADuserptrloadfunc load, voi... function glad_vk_get_extensions (line 410) | static int glad_vk_get_extensions( VkPhysicalDevice physical_device, uin... function glad_vk_free_extensions (line 492) | static void glad_vk_free_extensions(uint32_t extension_count, char **ext... function glad_vk_has_extension (line 502) | static int glad_vk_has_extension(const char *name, uint32_t extension_co... function GLADapiproc (line 514) | static GLADapiproc glad_vk_get_proc_from_userptr(const char* name, void ... function glad_vk_find_extensions_vulkan (line 518) | static int glad_vk_find_extensions_vulkan( VkPhysicalDevice physical_dev... function glad_vk_find_core_vulkan (line 532) | static int glad_vk_find_core_vulkan( VkPhysicalDevice physical_device) { function gladLoadVulkanUserPtr (line 563) | int gladLoadVulkanUserPtr( VkPhysicalDevice physical_device, GLADuserptr... function gladLoadVulkan (line 587) | int gladLoadVulkan( VkPhysicalDevice physical_device, GLADloadfunc load) { FILE: thirdparty/glfw/deps/linmath.h function vec3_mul_cross (line 52) | static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) function vec3_reflect (line 59) | static inline void vec3_reflect(vec3 r, vec3 const v, vec3 const n) function vec4_mul_cross (line 67) | static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) function vec4_reflect (line 75) | static inline void vec4_reflect(vec4 r, vec4 v, vec4 n) type vec4 (line 83) | typedef vec4 mat4x4[4]; function mat4x4_identity (line 84) | static inline void mat4x4_identity(mat4x4 M) function mat4x4_dup (line 91) | static inline void mat4x4_dup(mat4x4 M, mat4x4 N) function mat4x4_row (line 98) | static inline void mat4x4_row(vec4 r, mat4x4 M, int i) function mat4x4_col (line 104) | static inline void mat4x4_col(vec4 r, mat4x4 M, int i) function mat4x4_transpose (line 110) | static inline void mat4x4_transpose(mat4x4 M, mat4x4 N) function mat4x4_add (line 117) | static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) function mat4x4_sub (line 123) | static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) function mat4x4_scale (line 129) | static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) function mat4x4_scale_aniso (line 135) | static inline void mat4x4_scale_aniso(mat4x4 M, mat4x4 a, float x, float... function mat4x4_mul (line 145) | static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) function mat4x4_mul_vec4 (line 156) | static inline void mat4x4_mul_vec4(vec4 r, mat4x4 M, vec4 v) function mat4x4_translate (line 165) | static inline void mat4x4_translate(mat4x4 T, float x, float y, float z) function mat4x4_translate_in_place (line 172) | static inline void mat4x4_translate_in_place(mat4x4 M, float x, float y,... function mat4x4_from_vec3_mul_outer (line 182) | static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) function mat4x4_rotate (line 188) | static inline void mat4x4_rotate(mat4x4 R, mat4x4 M, float x, float y, f... function mat4x4_rotate_X (line 223) | static inline void mat4x4_rotate_X(mat4x4 Q, mat4x4 M, float angle) function mat4x4_rotate_Y (line 235) | static inline void mat4x4_rotate_Y(mat4x4 Q, mat4x4 M, float angle) function mat4x4_rotate_Z (line 247) | static inline void mat4x4_rotate_Z(mat4x4 Q, mat4x4 M, float angle) function mat4x4_invert (line 259) | static inline void mat4x4_invert(mat4x4 T, mat4x4 M) function mat4x4_orthonormalize (line 301) | static inline void mat4x4_orthonormalize(mat4x4 R, mat4x4 M) function mat4x4_frustum (line 325) | static inline void mat4x4_frustum(mat4x4 M, float l, float r, float b, f... function mat4x4_ortho (line 341) | static inline void mat4x4_ortho(mat4x4 M, float l, float r, float b, flo... function mat4x4_perspective (line 357) | static inline void mat4x4_perspective(mat4x4 m, float y_fov, float aspec... function mat4x4_look_at (line 383) | static inline void mat4x4_look_at(mat4x4 m, vec3 eye, vec3 center, vec3 up) function quat_identity (line 427) | static inline void quat_identity(quat q) function quat_add (line 432) | static inline void quat_add(quat r, quat a, quat b) function quat_sub (line 438) | static inline void quat_sub(quat r, quat a, quat b) function quat_mul (line 444) | static inline void quat_mul(quat r, quat p, quat q) function quat_scale (line 454) | static inline void quat_scale(quat r, quat v, float s) function quat_inner_product (line 460) | static inline float quat_inner_product(quat a, quat b) function quat_conj (line 468) | static inline void quat_conj(quat r, quat q) function quat_rotate (line 475) | static inline void quat_rotate(quat r, float angle, vec3 axis) { function quat_mul_vec3 (line 484) | static inline void quat_mul_vec3(vec3 r, quat q, vec3 v) function mat4x4_from_quat (line 503) | static inline void mat4x4_from_quat(mat4x4 M, quat q) function mat4x4o_mul_quat (line 533) | static inline void mat4x4o_mul_quat(mat4x4 R, mat4x4 M, quat q) function quat_from_mat4x4 (line 544) | static inline void quat_from_mat4x4(quat q, mat4x4 M) FILE: thirdparty/glfw/deps/mingw/dinput.h type IDirectInputA (line 92) | struct IDirectInputA type IDirectInputW (line 93) | struct IDirectInputW type IDirectInput2A (line 94) | struct IDirectInput2A type IDirectInput2W (line 95) | struct IDirectInput2W type IDirectInput7A (line 96) | struct IDirectInput7A type IDirectInput7W (line 97) | struct IDirectInput7W type IDirectInput8A (line 99) | struct IDirectInput8A type IDirectInput8W (line 100) | struct IDirectInput8W type IDirectInputDeviceA (line 102) | struct IDirectInputDeviceA type IDirectInputDeviceW (line 103) | struct IDirectInputDeviceW type IDirectInputDevice2A (line 105) | struct IDirectInputDevice2A type IDirectInputDevice2W (line 106) | struct IDirectInputDevice2W type IDirectInputDevice7A (line 109) | struct IDirectInputDevice7A type IDirectInputDevice7W (line 110) | struct IDirectInputDevice7W type IDirectInputDevice8A (line 113) | struct IDirectInputDevice8A type IDirectInputDevice8W (line 114) | struct IDirectInputDevice8W type IDirectInputEffect (line 117) | struct IDirectInputEffect type SysKeyboardA (line 119) | struct SysKeyboardA type SysMouseA (line 120) | struct SysMouseA type DIDEVICEOBJECTINSTANCE_DX3A (line 350) | typedef struct DIDEVICEOBJECTINSTANCE_DX3A { type DIDEVICEOBJECTINSTANCE_DX3A (line 358) | typedef const DIDEVICEOBJECTINSTANCE_DX3A *LPCDIDEVICEOBJECTINSTANCE_DX3A; type DIDEVICEOBJECTINSTANCE_DX3W (line 359) | typedef struct DIDEVICEOBJECTINSTANCE_DX3W { type DIDEVICEOBJECTINSTANCE_DX3W (line 367) | typedef const DIDEVICEOBJECTINSTANCE_DX3W *LPCDIDEVICEOBJECTINSTANCE_DX3W; function DECL_WINELIB_TYPE_AW (line 369) | DECL_WINELIB_TYPE_AW(DIDEVICEOBJECTINSTANCE_DX3) type DIDEVICEOBJECTINSTANCEA (line 392) | typedef const DIDEVICEOBJECTINSTANCEA *LPCDIDEVICEOBJECTINSTANCEA; type DIDEVICEOBJECTINSTANCEW (line 394) | typedef struct DIDEVICEOBJECTINSTANCEW { type DIDEVICEOBJECTINSTANCEW (line 413) | typedef const DIDEVICEOBJECTINSTANCEW *LPCDIDEVICEOBJECTINSTANCEW; function DECL_WINELIB_TYPE_AW (line 415) | DECL_WINELIB_TYPE_AW(DIDEVICEOBJECTINSTANCE) type DIDEVICEINSTANCE_DX3A (line 427) | typedef const DIDEVICEINSTANCE_DX3A *LPCDIDEVICEINSTANCE_DX3A; type DIDEVICEINSTANCE_DX3W (line 428) | typedef struct DIDEVICEINSTANCE_DX3W { type DIDEVICEINSTANCE_DX3W (line 436) | typedef const DIDEVICEINSTANCE_DX3W *LPCDIDEVICEINSTANCE_DX3W; function DECL_WINELIB_TYPE_AW (line 438) | DECL_WINELIB_TYPE_AW(DIDEVICEINSTANCE_DX3) type DIDEVICEINSTANCEA (line 455) | typedef const DIDEVICEINSTANCEA *LPCDIDEVICEINSTANCEA; type DIDEVICEINSTANCEW (line 457) | typedef struct DIDEVICEINSTANCEW { type DIDEVICEINSTANCEW (line 470) | typedef const DIDEVICEINSTANCEW *LPCDIDEVICEINSTANCEW; type LPDIRECTINPUTDEVICE8A (line 494) | typedef BOOL (CALLBACK *LPDIENUMDEVICESBYSEMANTICSCBA)(LPCDIDEVICEINSTAN... type LPDIRECTINPUTDEVICE8W (line 495) | typedef BOOL (CALLBACK *LPDIENUMDEVICESBYSEMANTICSCBW)(LPCDIDEVICEINSTAN... type DIDEVICEOBJECTDATA_DX3 (line 705) | typedef struct DIDEVICEOBJECTDATA_DX3 { type DIDEVICEOBJECTDATA_DX3 (line 711) | typedef const DIDEVICEOBJECTDATA_DX3 *LPCDIDEVICEOBJECTDATA_DX3; type DIDEVICEOBJECTDATA (line 713) | typedef struct DIDEVICEOBJECTDATA { type DIDEVICEOBJECTDATA (line 722) | typedef const DIDEVICEOBJECTDATA *LPCDIDEVICEOBJECTDATA; type DIOBJECTDATAFORMAT (line 724) | typedef struct _DIOBJECTDATAFORMAT { type DIOBJECTDATAFORMAT (line 730) | typedef const DIOBJECTDATAFORMAT *LPCDIOBJECTDATAFORMAT; type DIDATAFORMAT (line 732) | typedef struct _DIDATAFORMAT { type DIDATAFORMAT (line 740) | typedef const DIDATAFORMAT *LPCDIDATAFORMAT; type DIPROPHEADER (line 756) | typedef struct DIPROPHEADER { type DIPROPHEADER (line 762) | typedef const DIPROPHEADER *LPCDIPROPHEADER; type DIPROPDWORD (line 773) | typedef struct DIPROPDWORD { type DIPROPDWORD (line 777) | typedef const DIPROPDWORD *LPCDIPROPDWORD; type DIPROPRANGE (line 779) | typedef struct DIPROPRANGE { type DIPROPRANGE (line 784) | typedef const DIPROPRANGE *LPCDIPROPRANGE; type DIPROPCAL (line 790) | typedef struct DIPROPCAL { type DIPROPCAL (line 796) | typedef const DIPROPCAL *LPCDIPROPCAL; type DIPROPCALPOV (line 798) | typedef struct DIPROPCALPOV { type DIPROPCALPOV (line 803) | typedef const DIPROPCALPOV *LPCDIPROPCALPOV; type DIPROPGUIDANDPATH (line 805) | typedef struct DIPROPGUIDANDPATH { type DIPROPGUIDANDPATH (line 810) | typedef const DIPROPGUIDANDPATH *LPCDIPROPGUIDANDPATH; type DIPROPSTRING (line 812) | typedef struct DIPROPSTRING { type DIPROPSTRING (line 816) | typedef const DIPROPSTRING *LPCDIPROPSTRING; type DIPROPPOINTER (line 820) | typedef struct DIPROPPOINTER { type DIPROPPOINTER (line 824) | typedef const DIPROPPOINTER *LPCDIPROPPOINTER; type CPOINT (line 883) | typedef struct _CPOINT { type DIPROPCPOINTS (line 888) | typedef struct DIPROPCPOINTS { type DIPROPCPOINTS (line 893) | typedef const DIPROPCPOINTS *LPCDIPROPCPOINTS; type DIDEVCAPS_DX3 (line 897) | typedef struct DIDEVCAPS_DX3 { type DIDEVCAPS (line 906) | typedef struct DIDEVCAPS { type DICONSTANTFORCE (line 1023) | typedef struct DICONSTANTFORCE { type DICONSTANTFORCE (line 1026) | typedef const DICONSTANTFORCE *LPCDICONSTANTFORCE; type DIRAMPFORCE (line 1028) | typedef struct DIRAMPFORCE { type DIRAMPFORCE (line 1032) | typedef const DIRAMPFORCE *LPCDIRAMPFORCE; type DIPERIODIC (line 1034) | typedef struct DIPERIODIC { type DIPERIODIC (line 1040) | typedef const DIPERIODIC *LPCDIPERIODIC; type DICONDITION (line 1042) | typedef struct DICONDITION { type DICONDITION (line 1050) | typedef const DICONDITION *LPCDICONDITION; type DICUSTOMFORCE (line 1052) | typedef struct DICUSTOMFORCE { type DICUSTOMFORCE (line 1058) | typedef const DICUSTOMFORCE *LPCDICUSTOMFORCE; type DIENVELOPE (line 1060) | typedef struct DIENVELOPE { type DIENVELOPE (line 1067) | typedef const DIENVELOPE *LPCDIENVELOPE; type DIEFFECT_DX5 (line 1069) | typedef struct DIEFFECT_DX5 { type DIEFFECT_DX5 (line 1084) | typedef const DIEFFECT_DX5 *LPCDIEFFECT_DX5; type DIEFFECT (line 1086) | typedef struct DIEFFECT { type DIEFFECT (line 1104) | typedef const DIEFFECT *LPCDIEFFECT; type DIEFFECT (line 1105) | typedef DIEFFECT DIEFFECT_DX6; type LPDIEFFECT (line 1106) | typedef LPDIEFFECT LPDIEFFECT_DX6; type DIEFFECTINFOA (line 1108) | typedef struct DIEFFECTINFOA { type DIEFFECTINFOA (line 1116) | typedef const DIEFFECTINFOA *LPCDIEFFECTINFOA; type DIEFFECTINFOW (line 1118) | typedef struct DIEFFECTINFOW { type DIEFFECTINFOW (line 1126) | typedef const DIEFFECTINFOW *LPCDIEFFECTINFOW; type DIEFFESCAPE (line 1135) | typedef struct DIEFFESCAPE { type DIJOYSTATE (line 1144) | typedef struct DIJOYSTATE { type DIJOYSTATE2 (line 1156) | typedef struct DIJOYSTATE2 { type DIFILEEFFECT (line 1236) | typedef struct DIFILEEFFECT { type DIFILEEFFECT (line 1243) | typedef const DIFILEEFFECT *LPCDIFILEEFFECT; type DUMMYUNIONNAME (line 1249) | typedef struct _DIACTIONA { type DIACTIONA (line 1261) | typedef const DIACTIONA *LPCDIACTIONA; type DUMMYUNIONNAME (line 1263) | typedef struct _DIACTIONW { type DIACTIONW (line 1275) | typedef const DIACTIONW *LPCDIACTIONW; type DIACTIONFORMATA (line 1295) | typedef struct _DIACTIONFORMATA { type DIACTIONFORMATA (line 1311) | typedef const DIACTIONFORMATA *LPCDIACTIONFORMATA; type DIACTIONFORMATW (line 1313) | typedef struct _DIACTIONFORMATW { type DIACTIONFORMATW (line 1329) | typedef const DIACTIONFORMATW *LPCDIACTIONFORMATW; type DWORD (line 1353) | typedef DWORD D3DCOLOR; type DICOLORSET (line 1357) | typedef struct _DICOLORSET { type DICOLORSET (line 1368) | typedef const DICOLORSET *LPCDICOLORSET; type DICONFIGUREDEVICESPARAMSA (line 1370) | typedef struct _DICONFIGUREDEVICESPARAMSA { type DICONFIGUREDEVICESPARAMSA (line 1380) | typedef const DICONFIGUREDEVICESPARAMSA *LPCDICONFIGUREDEVICESPARAMSA; type DICONFIGUREDEVICESPARAMSW (line 1382) | typedef struct _DICONFIGUREDEVICESPARAMSW { type DICONFIGUREDEVICESPARAMSW (line 1392) | typedef const DICONFIGUREDEVICESPARAMSW *LPCDICONFIGUREDEVICESPARAMSW; type DIDEVICEIMAGEINFOA (line 1408) | typedef struct _DIDEVICEIMAGEINFOA { type DIDEVICEIMAGEINFOA (line 1419) | typedef const DIDEVICEIMAGEINFOA *LPCDIDEVICEIMAGEINFOA; type DIDEVICEIMAGEINFOW (line 1421) | typedef struct _DIDEVICEIMAGEINFOW { type DIDEVICEIMAGEINFOW (line 1432) | typedef const DIDEVICEIMAGEINFOW *LPCDIDEVICEIMAGEINFOW; function DECL_WINELIB_TYPE_AW (line 1434) | DECL_WINELIB_TYPE_AW(DIDEVICEIMAGEINFO) type DIDEVICEIMAGEINFOHEADERA (line 1449) | typedef const DIDEVICEIMAGEINFOHEADERA *LPCDIDEVICEIMAGEINFOHEADERA; type DIDEVICEIMAGEINFOHEADERW (line 1451) | typedef struct _DIDEVICEIMAGEINFOHEADERW { type DIDEVICEIMAGEINFOHEADERW (line 1462) | typedef const DIDEVICEIMAGEINFOHEADERW *LPCDIDEVICEIMAGEINFOHEADERW; type DIMOUSESTATE2 (line 2120) | struct DIMOUSESTATE2 { FILE: thirdparty/glfw/deps/mingw/xinput.h type XINPUT_GAMEPAD (line 163) | typedef struct _XINPUT_GAMEPAD { type XINPUT_STATE (line 173) | typedef struct _XINPUT_STATE { type XINPUT_VIBRATION (line 184) | typedef struct _XINPUT_VIBRATION { type XINPUT_CAPABILITIES (line 197) | typedef struct _XINPUT_CAPABILITIES { type XINPUT_KEYSTROKE (line 209) | typedef struct _XINPUT_KEYSTROKE { type XINPUT_BATTERY_INFORMATION (line 217) | typedef struct _XINPUT_BATTERY_INFORMATION FILE: thirdparty/glfw/deps/nuklear.h type NK_INT8 (line 396) | typedef NK_INT8 nk_char; type NK_UINT8 (line 397) | typedef NK_UINT8 nk_uchar; type NK_UINT8 (line 398) | typedef NK_UINT8 nk_byte; type NK_INT16 (line 399) | typedef NK_INT16 nk_short; type NK_UINT16 (line 400) | typedef NK_UINT16 nk_ushort; type NK_INT32 (line 401) | typedef NK_INT32 nk_int; type NK_UINT32 (line 402) | typedef NK_UINT32 nk_uint; type NK_SIZE_TYPE (line 403) | typedef NK_SIZE_TYPE nk_size; type NK_POINTER_TYPE (line 404) | typedef NK_POINTER_TYPE nk_ptr; type nk_uint (line 406) | typedef nk_uint nk_hash; type nk_uint (line 407) | typedef nk_uint nk_flags; type nk_uint (line 408) | typedef nk_uint nk_rune; type nk_buffer (line 428) | struct nk_buffer type nk_allocator (line 429) | struct nk_allocator type nk_command_buffer (line 430) | struct nk_command_buffer type nk_draw_command (line 431) | struct nk_draw_command type nk_convert_config (line 432) | struct nk_convert_config type nk_style_item (line 433) | struct nk_style_item type nk_text_edit (line 434) | struct nk_text_edit type nk_draw_list (line 435) | struct nk_draw_list type nk_user_font (line 436) | struct nk_user_font type nk_panel (line 437) | struct nk_panel type nk_context (line 438) | struct nk_context type nk_draw_vertex_layout_element (line 439) | struct nk_draw_vertex_layout_element type nk_style_button (line 440) | struct nk_style_button type nk_style_toggle (line 441) | struct nk_style_toggle type nk_style_selectable (line 442) | struct nk_style_selectable type nk_style_slide (line 443) | struct nk_style_slide type nk_style_progress (line 444) | struct nk_style_progress type nk_style_scrollbar (line 445) | struct nk_style_scrollbar type nk_style_edit (line 446) | struct nk_style_edit type nk_style_property (line 447) | struct nk_style_property type nk_style_chart (line 448) | struct nk_style_chart type nk_style_combo (line 449) | struct nk_style_combo type nk_style_tab (line 450) | struct nk_style_tab type nk_style_window_header (line 451) | struct nk_style_window_header type nk_style_window (line 452) | struct nk_style_window type nk_color (line 455) | struct nk_color {nk_byte r,g,b,a;} type nk_colorf (line 456) | struct nk_colorf {float r,g,b,a;} type nk_vec2 (line 457) | struct nk_vec2 {float x,y;} type nk_vec2i (line 458) | struct nk_vec2i {short x, y;} type nk_rect (line 459) | struct nk_rect {float x,y,w,h;} type nk_recti (line 460) | struct nk_recti {short x,y,w,h;} type nk_handle (line 462) | typedef union {void *ptr; int id;} nk_handle; type nk_image (line 463) | struct nk_image {nk_handle handle;unsigned short w,h;unsigned short regi... type nk_cursor (line 464) | struct nk_cursor {struct nk_image img; struct nk_vec2 size, offset;} type nk_scroll (line 465) | struct nk_scroll {nk_uint x, y;} type nk_heading (line 467) | enum nk_heading {NK_UP, NK_RIGHT, NK_DOWN, NK_LEFT} type nk_button_behavior (line 468) | enum nk_button_behavior {NK_BUTTON_DEFAULT, NK_BUTTON_REPEATER} type nk_modify (line 469) | enum nk_modify {NK_FIXED = nk_false, NK_MODIFIABLE = nk_true} type nk_orientation (line 470) | enum nk_orientation {NK_VERTICAL, NK_HORIZONTAL} type nk_collapse_states (line 471) | enum nk_collapse_states {NK_MINIMIZED = nk_false, NK_MAXIMIZED = nk_true} type nk_show_states (line 472) | enum nk_show_states {NK_HIDDEN = nk_false, NK_SHOWN = nk_true} type nk_chart_type (line 473) | enum nk_chart_type {NK_CHART_LINES, NK_CHART_COLUMN, NK_CHART_MAX} type nk_chart_event (line 474) | enum nk_chart_event {NK_CHART_HOVERING = 0x01, NK_CHART_CLICKED = 0x02} type nk_color_format (line 475) | enum nk_color_format {NK_RGB, NK_RGBA} type nk_popup_type (line 476) | enum nk_popup_type {NK_POPUP_STATIC, NK_POPUP_DYNAMIC} type nk_layout_format (line 477) | enum nk_layout_format {NK_DYNAMIC, NK_STATIC} type nk_tree_type (line 478) | enum nk_tree_type {NK_TREE_NODE, NK_TREE_TAB} type nk_text_edit (line 482) | struct nk_text_edit type nk_text_edit (line 483) | struct nk_text_edit type nk_allocator (line 486) | struct nk_allocator { type nk_symbol_type (line 491) | enum nk_symbol_type { type nk_context (line 562) | struct nk_context type nk_user_font (line 562) | struct nk_user_font type nk_context (line 587) | struct nk_context type nk_user_font (line 587) | struct nk_user_font type nk_context (line 605) | struct nk_context type nk_allocator (line 605) | struct nk_allocator type nk_user_font (line 605) | struct nk_user_font type nk_context (line 624) | struct nk_context type nk_buffer (line 624) | struct nk_buffer type nk_buffer (line 624) | struct nk_buffer type nk_user_font (line 624) | struct nk_user_font type nk_context (line 638) | struct nk_context type nk_context (line 651) | struct nk_context type nk_context (line 665) | struct nk_context type nk_keys (line 733) | enum nk_keys { type nk_buttons (line 768) | enum nk_buttons { type nk_context (line 787) | struct nk_context type nk_context (line 801) | struct nk_context type nk_context (line 815) | struct nk_context type nk_keys (line 815) | enum nk_keys type nk_context (line 831) | struct nk_context type nk_buttons (line 831) | enum nk_buttons type nk_context (line 846) | struct nk_context type nk_vec2 (line 846) | struct nk_vec2 type nk_context (line 864) | struct nk_context type nk_context (line 881) | struct nk_context type nk_context (line 897) | struct nk_context type nk_context (line 910) | struct nk_context type nk_anti_aliasing (line 1134) | enum nk_anti_aliasing {NK_ANTI_ALIASING_OFF, NK_ANTI_ALIASING_ON} type nk_convert_result (line 1135) | enum nk_convert_result { type nk_draw_null_texture (line 1142) | struct nk_draw_null_texture { type nk_convert_config (line 1146) | struct nk_convert_config { type nk_context (line 1172) | struct nk_context type nk_context (line 1187) | struct nk_context type nk_command (line 1187) | struct nk_command type nk_context (line 1233) | struct nk_context type nk_buffer (line 1233) | struct nk_buffer type nk_buffer (line 1233) | struct nk_buffer type nk_buffer (line 1233) | struct nk_buffer type nk_convert_config (line 1233) | struct nk_convert_config type nk_context (line 1248) | struct nk_context type nk_buffer (line 1248) | struct nk_buffer type nk_context (line 1263) | struct nk_context type nk_buffer (line 1263) | struct nk_buffer type nk_draw_command (line 1279) | struct nk_draw_command type nk_buffer (line 1279) | struct nk_buffer type nk_context (line 1279) | struct nk_context type nk_panel_flags (line 1440) | enum nk_panel_flags { type nk_context (line 1471) | struct nk_context type nk_rect (line 1471) | struct nk_rect type nk_context (line 1491) | struct nk_context type nk_rect (line 1491) | struct nk_rect type nk_context (line 1504) | struct nk_context type nk_context (line 1520) | struct nk_context type nk_context (line 1536) | struct nk_context type nk_context (line 1552) | struct nk_context type nk_context (line 1568) | struct nk_context type nk_context (line 1584) | struct nk_context type nk_context (line 1600) | struct nk_context type nk_context (line 1618) | struct nk_context type nk_context (line 1637) | struct nk_context type nk_context (line 1656) | struct nk_context type nk_context (line 1675) | struct nk_context type nk_context (line 1693) | struct nk_context type nk_context (line 1712) | struct nk_context type nk_context (line 1727) | struct nk_context type nk_context (line 1742) | struct nk_context type nk_context (line 1757) | struct nk_context type nk_context (line 1771) | struct nk_context type nk_context (line 1785) | struct nk_context type nk_context (line 1799) | struct nk_context type nk_context (line 1812) | struct nk_context type nk_context (line 1827) | struct nk_context type nk_context (line 1840) | struct nk_context type nk_rect (line 1840) | struct nk_rect type nk_context (line 1853) | struct nk_context type nk_vec2 (line 1853) | struct nk_vec2 type nk_context (line 1866) | struct nk_context type nk_vec2 (line 1866) | struct nk_vec2 type nk_context (line 1878) | struct nk_context type nk_context (line 1890) | struct nk_context type nk_context (line 1903) | struct nk_context type nk_collapse_states (line 1903) | enum nk_collapse_states type nk_context (line 1917) | struct nk_context type nk_collapse_states (line 1917) | enum nk_collapse_states type nk_context (line 1930) | struct nk_context type nk_show_states (line 1930) | enum nk_show_states type nk_context (line 1944) | struct nk_context type nk_show_states (line 1944) | enum nk_show_states type nk_context (line 2233) | struct nk_context type nk_context (line 2244) | struct nk_context type nk_context (line 2257) | struct nk_context type nk_context (line 2271) | struct nk_context type nk_context (line 2286) | struct nk_context type nk_context (line 2302) | struct nk_context type nk_context (line 2316) | struct nk_context type nk_layout_format (line 2316) | enum nk_layout_format type nk_context (line 2328) | struct nk_context type nk_context (line 2339) | struct nk_context type nk_context (line 2353) | struct nk_context type nk_layout_format (line 2353) | enum nk_layout_format type nk_context (line 2365) | struct nk_context type nk_context (line 2377) | struct nk_context type nk_context (line 2389) | struct nk_context type nk_context (line 2401) | struct nk_context type nk_context (line 2412) | struct nk_context type nk_context (line 2426) | struct nk_context type nk_layout_format (line 2426) | enum nk_layout_format type nk_context (line 2438) | struct nk_context type nk_rect (line 2438) | struct nk_rect type nk_context (line 2449) | struct nk_context type nk_context (line 2462) | struct nk_context type nk_context (line 2476) | struct nk_context type nk_vec2 (line 2476) | struct nk_vec2 type nk_context (line 2490) | struct nk_context type nk_vec2 (line 2490) | struct nk_vec2 type nk_context (line 2504) | struct nk_context type nk_rect (line 2504) | struct nk_rect type nk_context (line 2518) | struct nk_context type nk_rect (line 2518) | struct nk_rect type nk_context (line 2619) | struct nk_context type nk_context (line 2635) | struct nk_context type nk_context (line 2646) | struct nk_context type nk_context (line 2664) | struct nk_context type nk_context (line 2681) | struct nk_context type nk_scroll (line 2681) | struct nk_scroll type nk_context (line 2692) | struct nk_context type nk_context (line 2821) | struct nk_context type nk_tree_type (line 2821) | enum nk_tree_type type nk_collapse_states (line 2821) | enum nk_collapse_states type nk_context (line 2885) | struct nk_context type nk_tree_type (line 2885) | enum nk_tree_type type nk_image (line 2885) | struct nk_image type nk_collapse_states (line 2885) | enum nk_collapse_states type nk_context (line 2896) | struct nk_context type nk_context (line 2912) | struct nk_context type nk_tree_type (line 2912) | enum nk_tree_type type nk_collapse_states (line 2912) | enum nk_collapse_states type nk_context (line 2929) | struct nk_context type nk_tree_type (line 2929) | enum nk_tree_type type nk_image (line 2929) | struct nk_image type nk_collapse_states (line 2929) | enum nk_collapse_states type nk_context (line 2940) | struct nk_context type nk_context (line 2944) | struct nk_context type nk_tree_type (line 2944) | enum nk_tree_type type nk_collapse_states (line 2944) | enum nk_collapse_states type nk_context (line 2945) | struct nk_context type nk_tree_type (line 2945) | enum nk_tree_type type nk_image (line 2945) | struct nk_image type nk_collapse_states (line 2945) | enum nk_collapse_states type nk_context (line 2946) | struct nk_context type nk_list_view (line 2953) | struct nk_list_view { type nk_context (line 2962) | struct nk_context type nk_list_view (line 2962) | struct nk_list_view type nk_list_view (line 2963) | struct nk_list_view type nk_widget_layout_states (line 2969) | enum nk_widget_layout_states { type nk_widget_states (line 2974) | enum nk_widget_states { type nk_rect (line 2984) | struct nk_rect type nk_context (line 2984) | struct nk_context type nk_rect (line 2985) | struct nk_rect type nk_context (line 2985) | struct nk_context type nk_vec2 (line 2985) | struct nk_vec2 type nk_context (line 2986) | struct nk_context type nk_context (line 2987) | struct nk_context type nk_context (line 2988) | struct nk_context type nk_context (line 2989) | struct nk_context type nk_context (line 2990) | struct nk_context type nk_context (line 2991) | struct nk_context type nk_context (line 2992) | struct nk_context type nk_buttons (line 2992) | enum nk_buttons type nk_context (line 2993) | struct nk_context type nk_buttons (line 2993) | enum nk_buttons type nk_context (line 2994) | struct nk_context type nk_text_align (line 3000) | enum nk_text_align { type nk_text_alignment (line 3008) | enum nk_text_alignment { type nk_context (line 3013) | struct nk_context type nk_context (line 3014) | struct nk_context type nk_color (line 3014) | struct nk_color type nk_context (line 3015) | struct nk_context type nk_context (line 3016) | struct nk_context type nk_color (line 3016) | struct nk_color type nk_context (line 3017) | struct nk_context type nk_context (line 3018) | struct nk_context type nk_color (line 3018) | struct nk_color type nk_context (line 3019) | struct nk_context type nk_context (line 3020) | struct nk_context type nk_color (line 3020) | struct nk_color type nk_context (line 3021) | struct nk_context type nk_image (line 3021) | struct nk_image type nk_context (line 3022) | struct nk_context type nk_image (line 3022) | struct nk_image type nk_color (line 3022) | struct nk_color type nk_context (line 3024) | struct nk_context type nk_context (line 3025) | struct nk_context type nk_color (line 3025) | struct nk_color type nk_context (line 3026) | struct nk_context type nk_context (line 3027) | struct nk_context type nk_color (line 3027) | struct nk_color type nk_context (line 3028) | struct nk_context type nk_context (line 3029) | struct nk_context type nk_color (line 3029) | struct nk_color type nk_context (line 3030) | struct nk_context type nk_context (line 3031) | struct nk_context type nk_color (line 3031) | struct nk_color type nk_context (line 3032) | struct nk_context type nk_context (line 3033) | struct nk_context type nk_context (line 3034) | struct nk_context type nk_context (line 3035) | struct nk_context type nk_context (line 3036) | struct nk_context type nk_color (line 3036) | struct nk_color type nk_context (line 3037) | struct nk_context type nk_color (line 3037) | struct nk_color type nk_context (line 3038) | struct nk_context type nk_color (line 3038) | struct nk_color type nk_context (line 3045) | struct nk_context type nk_context (line 3046) | struct nk_context type nk_context (line 3047) | struct nk_context type nk_color (line 3047) | struct nk_color type nk_context (line 3048) | struct nk_context type nk_symbol_type (line 3048) | enum nk_symbol_type type nk_context (line 3049) | struct nk_context type nk_image (line 3049) | struct nk_image type nk_context (line 3050) | struct nk_context type nk_symbol_type (line 3050) | enum nk_symbol_type type nk_context (line 3051) | struct nk_context type nk_symbol_type (line 3051) | enum nk_symbol_type type nk_context (line 3052) | struct nk_context type nk_image (line 3052) | struct nk_image type nk_context (line 3053) | struct nk_context type nk_image (line 3053) | struct nk_image type nk_context (line 3054) | struct nk_context type nk_style_button (line 3054) | struct nk_style_button type nk_context (line 3055) | struct nk_context type nk_style_button (line 3055) | struct nk_style_button type nk_context (line 3056) | struct nk_context type nk_style_button (line 3056) | struct nk_style_button type nk_symbol_type (line 3056) | enum nk_symbol_type type nk_context (line 3057) | struct nk_context type nk_style_button (line 3057) | struct nk_style_button type nk_image (line 3057) | struct nk_image type nk_context (line 3058) | struct nk_context type nk_style_button (line 3058) | struct nk_style_button type nk_symbol_type (line 3058) | enum nk_symbol_type type nk_context (line 3059) | struct nk_context type nk_style_button (line 3059) | struct nk_style_button type nk_symbol_type (line 3059) | enum nk_symbol_type type nk_context (line 3060) | struct nk_context type nk_style_button (line 3060) | struct nk_style_button type nk_image (line 3060) | struct nk_image type nk_context (line 3061) | struct nk_context type nk_style_button (line 3061) | struct nk_style_button type nk_image (line 3061) | struct nk_image type nk_context (line 3062) | struct nk_context type nk_button_behavior (line 3062) | enum nk_button_behavior type nk_context (line 3063) | struct nk_context type nk_button_behavior (line 3063) | enum nk_button_behavior type nk_context (line 3064) | struct nk_context type nk_context (line 3070) | struct nk_context type nk_context (line 3071) | struct nk_context type nk_context (line 3072) | struct nk_context type nk_context (line 3073) | struct nk_context type nk_context (line 3074) | struct nk_context type nk_context (line 3075) | struct nk_context type nk_context (line 3076) | struct nk_context type nk_context (line 3077) | struct nk_context type nk_context (line 3083) | struct nk_context type nk_context (line 3084) | struct nk_context type nk_context (line 3085) | struct nk_context type nk_context (line 3086) | struct nk_context type nk_context (line 3092) | struct nk_context type nk_context (line 3093) | struct nk_context type nk_context (line 3094) | struct nk_context type nk_image (line 3094) | struct nk_image type nk_context (line 3095) | struct nk_context type nk_image (line 3095) | struct nk_image type nk_context (line 3096) | struct nk_context type nk_symbol_type (line 3096) | enum nk_symbol_type type nk_context (line 3097) | struct nk_context type nk_symbol_type (line 3097) | enum nk_symbol_type type nk_context (line 3099) | struct nk_context type nk_context (line 3100) | struct nk_context type nk_context (line 3101) | struct nk_context type nk_image (line 3101) | struct nk_image type nk_context (line 3102) | struct nk_context type nk_image (line 3102) | struct nk_image type nk_context (line 3103) | struct nk_context type nk_symbol_type (line 3103) | enum nk_symbol_type type nk_context (line 3104) | struct nk_context type nk_symbol_type (line 3104) | enum nk_symbol_type type nk_context (line 3111) | struct nk_context type nk_context (line 3112) | struct nk_context type nk_context (line 3113) | struct nk_context type nk_context (line 3114) | struct nk_context type nk_context (line 3120) | struct nk_context type nk_context (line 3121) | struct nk_context type nk_context (line 3128) | struct nk_context type nk_colorf (line 3128) | struct nk_colorf type nk_color_format (line 3128) | enum nk_color_format type nk_context (line 3129) | struct nk_context type nk_colorf (line 3129) | struct nk_colorf type nk_color_format (line 3129) | enum nk_color_format type nk_context (line 3226) | struct nk_context type nk_context (line 3247) | struct nk_context type nk_context (line 3268) | struct nk_context type nk_context (line 3291) | struct nk_context type nk_context (line 3314) | struct nk_context type nk_context (line 3337) | struct nk_context type nk_edit_flags (line 3343) | enum nk_edit_flags { type nk_edit_types (line 3358) | enum nk_edit_types { type nk_edit_events (line 3364) | enum nk_edit_events { type nk_context (line 3371) | struct nk_context type nk_context (line 3372) | struct nk_context type nk_context (line 3373) | struct nk_context type nk_text_edit (line 3373) | struct nk_text_edit type nk_context (line 3374) | struct nk_context type nk_context (line 3375) | struct nk_context type nk_context (line 3381) | struct nk_context type nk_chart_type (line 3381) | enum nk_chart_type type nk_context (line 3382) | struct nk_context type nk_chart_type (line 3382) | enum nk_chart_type type nk_color (line 3382) | struct nk_color type nk_color (line 3382) | struct nk_color type nk_context (line 3383) | struct nk_context type nk_chart_type (line 3383) | enum nk_chart_type type nk_context (line 3384) | struct nk_context type nk_chart_type (line 3384) | enum nk_chart_type type nk_color (line 3384) | struct nk_color type nk_color (line 3384) | struct nk_color type nk_context (line 3385) | struct nk_context type nk_context (line 3386) | struct nk_context type nk_context (line 3387) | struct nk_context type nk_context (line 3388) | struct nk_context type nk_chart_type (line 3388) | enum nk_chart_type type nk_context (line 3389) | struct nk_context type nk_chart_type (line 3389) | enum nk_chart_type type nk_context (line 3395) | struct nk_context type nk_popup_type (line 3395) | enum nk_popup_type type nk_rect (line 3395) | struct nk_rect type nk_context (line 3396) | struct nk_context type nk_context (line 3397) | struct nk_context type nk_context (line 3403) | struct nk_context type nk_vec2 (line 3403) | struct nk_vec2 type nk_context (line 3404) | struct nk_context type nk_vec2 (line 3404) | struct nk_vec2 type nk_context (line 3405) | struct nk_context type nk_vec2 (line 3405) | struct nk_vec2 type nk_context (line 3406) | struct nk_context type nk_vec2 (line 3406) | struct nk_vec2 type nk_context (line 3407) | struct nk_context type nk_vec2 (line 3407) | struct nk_vec2 type nk_context (line 3408) | struct nk_context type nk_vec2 (line 3408) | struct nk_vec2 type nk_context (line 3409) | struct nk_context type nk_vec2 (line 3409) | struct nk_vec2 type nk_context (line 3410) | struct nk_context type nk_vec2 (line 3410) | struct nk_vec2 type nk_context (line 3416) | struct nk_context type nk_vec2 (line 3416) | struct nk_vec2 type nk_context (line 3417) | struct nk_context type nk_vec2 (line 3417) | struct nk_vec2 type nk_context (line 3418) | struct nk_context type nk_color (line 3418) | struct nk_color type nk_vec2 (line 3418) | struct nk_vec2 type nk_context (line 3419) | struct nk_context type nk_symbol_type (line 3419) | enum nk_symbol_type type nk_vec2 (line 3419) | struct nk_vec2 type nk_context (line 3420) | struct nk_context type nk_symbol_type (line 3420) | enum nk_symbol_type type nk_vec2 (line 3420) | struct nk_vec2 type nk_context (line 3421) | struct nk_context type nk_symbol_type (line 3421) | enum nk_symbol_type type nk_vec2 (line 3421) | struct nk_vec2 type nk_context (line 3422) | struct nk_context type nk_image (line 3422) | struct nk_image type nk_vec2 (line 3422) | struct nk_vec2 type nk_context (line 3423) | struct nk_context type nk_image (line 3423) | struct nk_image type nk_vec2 (line 3423) | struct nk_vec2 type nk_context (line 3424) | struct nk_context type nk_image (line 3424) | struct nk_image type nk_vec2 (line 3424) | struct nk_vec2 type nk_context (line 3425) | struct nk_context type nk_context (line 3426) | struct nk_context type nk_context (line 3427) | struct nk_context type nk_image (line 3427) | struct nk_image type nk_context (line 3428) | struct nk_context type nk_image (line 3428) | struct nk_image type nk_context (line 3429) | struct nk_context type nk_symbol_type (line 3429) | enum nk_symbol_type type nk_context (line 3430) | struct nk_context type nk_symbol_type (line 3430) | enum nk_symbol_type type nk_context (line 3431) | struct nk_context type nk_context (line 3432) | struct nk_context type nk_context (line 3438) | struct nk_context type nk_vec2 (line 3438) | struct nk_vec2 type nk_rect (line 3438) | struct nk_rect type nk_context (line 3439) | struct nk_context type nk_context (line 3440) | struct nk_context type nk_context (line 3441) | struct nk_context type nk_image (line 3441) | struct nk_image type nk_context (line 3442) | struct nk_context type nk_image (line 3442) | struct nk_image type nk_context (line 3443) | struct nk_context type nk_symbol_type (line 3443) | enum nk_symbol_type type nk_context (line 3444) | struct nk_context type nk_symbol_type (line 3444) | enum nk_symbol_type type nk_context (line 3445) | struct nk_context type nk_context (line 3446) | struct nk_context type nk_context (line 3452) | struct nk_context type nk_context (line 3454) | struct nk_context type nk_context (line 3455) | struct nk_context type nk_context (line 3457) | struct nk_context type nk_context (line 3458) | struct nk_context type nk_context (line 3464) | struct nk_context type nk_context (line 3465) | struct nk_context type nk_context (line 3466) | struct nk_context type nk_vec2 (line 3466) | struct nk_vec2 type nk_context (line 3467) | struct nk_context type nk_vec2 (line 3467) | struct nk_vec2 type nk_context (line 3468) | struct nk_context type nk_image (line 3468) | struct nk_image type nk_vec2 (line 3468) | struct nk_vec2 type nk_context (line 3469) | struct nk_context type nk_image (line 3469) | struct nk_image type nk_vec2 (line 3469) | struct nk_vec2 type nk_context (line 3470) | struct nk_context type nk_image (line 3470) | struct nk_image type nk_vec2 (line 3470) | struct nk_vec2 type nk_context (line 3471) | struct nk_context type nk_symbol_type (line 3471) | enum nk_symbol_type type nk_vec2 (line 3471) | struct nk_vec2 type nk_context (line 3472) | struct nk_context type nk_symbol_type (line 3472) | enum nk_symbol_type type nk_vec2 (line 3472) | struct nk_vec2 type nk_context (line 3473) | struct nk_context type nk_symbol_type (line 3473) | enum nk_symbol_type type nk_vec2 (line 3473) | struct nk_vec2 type nk_context (line 3474) | struct nk_context type nk_context (line 3475) | struct nk_context type nk_context (line 3476) | struct nk_context type nk_image (line 3476) | struct nk_image type nk_context (line 3477) | struct nk_context type nk_image (line 3477) | struct nk_image type nk_context (line 3478) | struct nk_context type nk_symbol_type (line 3478) | enum nk_symbol_type type nk_context (line 3479) | struct nk_context type nk_symbol_type (line 3479) | enum nk_symbol_type type nk_context (line 3480) | struct nk_context type nk_context (line 3481) | struct nk_context type nk_style_colors (line 3487) | enum nk_style_colors { type nk_style_cursor (line 3518) | enum nk_style_cursor { type nk_context (line 3528) | struct nk_context type nk_context (line 3529) | struct nk_context type nk_color (line 3529) | struct nk_color type nk_context (line 3530) | struct nk_context type nk_style_cursor (line 3530) | enum nk_style_cursor type nk_cursor (line 3530) | struct nk_cursor type nk_context (line 3531) | struct nk_context type nk_cursor (line 3531) | struct nk_cursor type nk_style_colors (line 3532) | enum nk_style_colors type nk_context (line 3533) | struct nk_context type nk_user_font (line 3533) | struct nk_user_font type nk_context (line 3534) | struct nk_context type nk_style_cursor (line 3534) | enum nk_style_cursor type nk_context (line 3535) | struct nk_context type nk_context (line 3536) | struct nk_context type nk_context (line 3538) | struct nk_context type nk_user_font (line 3538) | struct nk_user_font type nk_context (line 3539) | struct nk_context type nk_context (line 3540) | struct nk_context type nk_vec2 (line 3540) | struct nk_vec2 type nk_vec2 (line 3540) | struct nk_vec2 type nk_context (line 3541) | struct nk_context type nk_style_item (line 3541) | struct nk_style_item type nk_style_item (line 3541) | struct nk_style_item type nk_context (line 3542) | struct nk_context type nk_context (line 3543) | struct nk_context type nk_color (line 3543) | struct nk_color type nk_color (line 3543) | struct nk_color type nk_context (line 3545) | struct nk_context type nk_context (line 3546) | struct nk_context type nk_context (line 3547) | struct nk_context type nk_context (line 3548) | struct nk_context type nk_context (line 3549) | struct nk_context type nk_context (line 3550) | struct nk_context type nk_colorf (line 3561) | struct nk_colorf type nk_colorf (line 3570) | struct nk_colorf type nk_colorf (line 3575) | struct nk_colorf type nk_colorf (line 3576) | struct nk_colorf type nk_color (line 3591) | struct nk_color type nk_color (line 3592) | struct nk_color type nk_color (line 3593) | struct nk_color type nk_color (line 3594) | struct nk_color type nk_color (line 3595) | struct nk_color type nk_color (line 3597) | struct nk_color type nk_color (line 3598) | struct nk_color type nk_color (line 3599) | struct nk_color type nk_color (line 3601) | struct nk_color type nk_color (line 3602) | struct nk_color type nk_color (line 3603) | struct nk_color type nk_color (line 3604) | struct nk_color type nk_color (line 3605) | struct nk_color type nk_color (line 3606) | struct nk_color type nk_color (line 3608) | struct nk_color type nk_color (line 3609) | struct nk_color type nk_color (line 3610) | struct nk_color type nk_color (line 3611) | struct nk_color type nk_color (line 3612) | struct nk_color type nk_color (line 3613) | struct nk_color type nk_image (line 3624) | struct nk_image type nk_rect (line 3625) | struct nk_rect type nk_rect (line 3626) | struct nk_rect type nk_rect (line 3627) | struct nk_rect type nk_vec2 (line 3634) | struct nk_vec2 type nk_rect (line 3634) | struct nk_rect type nk_heading (line 3634) | enum nk_heading type nk_vec2 (line 3644) | struct nk_vec2 type nk_vec2 (line 3644) | struct nk_vec2 type nk_rect (line 3647) | struct nk_rect type nk_rect (line 3648) | struct nk_rect type nk_user_font_glyph (line 3821) | struct nk_user_font_glyph type nk_user_font_glyph (line 3824) | struct nk_user_font_glyph type nk_user_font_glyph (line 3828) | struct nk_user_font_glyph { type nk_user_font (line 3840) | struct nk_user_font { type nk_font_coord_type (line 3856) | enum nk_font_coord_type { type nk_font (line 3861) | struct nk_font type nk_baked_font (line 3862) | struct nk_baked_font { type nk_font_config (line 3875) | struct nk_font_config { type nk_font_glyph (line 3911) | struct nk_font_glyph { type nk_font (line 3918) | struct nk_font { type nk_font_atlas_format (line 3930) | enum nk_font_atlas_format { type nk_font_atlas (line 3935) | struct nk_font_atlas { type nk_font_atlas (line 3961) | struct nk_font_atlas type nk_font_atlas (line 3963) | struct nk_font_atlas type nk_allocator (line 3963) | struct nk_allocator type nk_font_atlas (line 3964) | struct nk_font_atlas type nk_allocator (line 3964) | struct nk_allocator type nk_allocator (line 3964) | struct nk_allocator type nk_font_atlas (line 3965) | struct nk_font_atlas type nk_font_atlas (line 3967) | struct nk_font_atlas type nk_font_config (line 3967) | struct nk_font_config type nk_font_atlas (line 3969) | struct nk_font_atlas type nk_font_config (line 3969) | struct nk_font_config type nk_font_atlas (line 3971) | struct nk_font_atlas type nk_font_config (line 3971) | struct nk_font_config type nk_font_atlas (line 3973) | struct nk_font_atlas type nk_font_config (line 3973) | struct nk_font_config type nk_font_atlas (line 3975) | struct nk_font_atlas type nk_font_config (line 3975) | struct nk_font_config type nk_font_atlas (line 3976) | struct nk_font_atlas type nk_font_config (line 3976) | struct nk_font_config type nk_font_atlas (line 3977) | struct nk_font_atlas type nk_font_atlas_format (line 3977) | enum nk_font_atlas_format type nk_font_atlas (line 3978) | struct nk_font_atlas type nk_draw_null_texture (line 3978) | struct nk_draw_null_texture type nk_font (line 3979) | struct nk_font type nk_font_atlas (line 3980) | struct nk_font_atlas type nk_font_atlas (line 3981) | struct nk_font_atlas type nk_memory_status (line 4018) | struct nk_memory_status { type nk_allocation_type (line 4027) | enum nk_allocation_type { type nk_buffer_allocation_type (line 4032) | enum nk_buffer_allocation_type { type nk_buffer_marker (line 4038) | struct nk_buffer_marker { type nk_memory (line 4043) | struct nk_memory {void *ptr;nk_size size;} type nk_buffer (line 4044) | struct nk_buffer { type nk_buffer (line 4066) | struct nk_buffer type nk_buffer (line 4068) | struct nk_buffer type nk_allocator (line 4068) | struct nk_allocator type nk_buffer (line 4069) | struct nk_buffer type nk_memory_status (line 4070) | struct nk_memory_status type nk_buffer (line 4070) | struct nk_buffer type nk_buffer (line 4071) | struct nk_buffer type nk_buffer_allocation_type (line 4071) | enum nk_buffer_allocation_type type nk_buffer (line 4072) | struct nk_buffer type nk_buffer_allocation_type (line 4072) | enum nk_buffer_allocation_type type nk_buffer (line 4073) | struct nk_buffer type nk_buffer_allocation_type (line 4073) | enum nk_buffer_allocation_type type nk_buffer (line 4074) | struct nk_buffer type nk_buffer (line 4075) | struct nk_buffer type nk_buffer (line 4076) | struct nk_buffer type nk_buffer (line 4077) | struct nk_buffer type nk_buffer (line 4078) | struct nk_buffer type nk_str (line 4090) | struct nk_str { type nk_str (line 4096) | struct nk_str type nk_str (line 4098) | struct nk_str type nk_allocator (line 4098) | struct nk_allocator type nk_str (line 4099) | struct nk_str type nk_str (line 4100) | struct nk_str type nk_str (line 4101) | struct nk_str type nk_str (line 4103) | struct nk_str type nk_str (line 4104) | struct nk_str type nk_str (line 4105) | struct nk_str type nk_str (line 4106) | struct nk_str type nk_str (line 4107) | struct nk_str type nk_str (line 4108) | struct nk_str type nk_str (line 4110) | struct nk_str type nk_str (line 4111) | struct nk_str type nk_str (line 4113) | struct nk_str type nk_str (line 4114) | struct nk_str type nk_str (line 4115) | struct nk_str type nk_str (line 4116) | struct nk_str type nk_str (line 4117) | struct nk_str type nk_str (line 4118) | struct nk_str type nk_str (line 4120) | struct nk_str type nk_str (line 4121) | struct nk_str type nk_str (line 4122) | struct nk_str type nk_str (line 4123) | struct nk_str type nk_str (line 4125) | struct nk_str type nk_str (line 4126) | struct nk_str type nk_str (line 4127) | struct nk_str type nk_str (line 4128) | struct nk_str type nk_str (line 4129) | struct nk_str type nk_str (line 4131) | struct nk_str type nk_str (line 4132) | struct nk_str type nk_str (line 4133) | struct nk_str type nk_str (line 4134) | struct nk_str type nk_text_edit (line 4172) | struct nk_text_edit type nk_clipboard (line 4173) | struct nk_clipboard { type nk_text_undo_record (line 4179) | struct nk_text_undo_record { type nk_text_undo_state (line 4186) | struct nk_text_undo_state { type nk_text_edit_type (line 4195) | enum nk_text_edit_type { type nk_text_edit_mode (line 4200) | enum nk_text_edit_mode { type nk_text_edit (line 4206) | struct nk_text_edit { type nk_text_edit (line 4227) | struct nk_text_edit type nk_text_edit (line 4228) | struct nk_text_edit type nk_text_edit (line 4229) | struct nk_text_edit type nk_text_edit (line 4230) | struct nk_text_edit type nk_text_edit (line 4231) | struct nk_text_edit type nk_text_edit (line 4232) | struct nk_text_edit type nk_text_edit (line 4233) | struct nk_text_edit type nk_text_edit (line 4237) | struct nk_text_edit type nk_text_edit (line 4239) | struct nk_text_edit type nk_allocator (line 4239) | struct nk_allocator type nk_text_edit (line 4240) | struct nk_text_edit type nk_text_edit (line 4241) | struct nk_text_edit type nk_text_edit (line 4242) | struct nk_text_edit type nk_text_edit (line 4243) | struct nk_text_edit type nk_text_edit (line 4244) | struct nk_text_edit type nk_text_edit (line 4245) | struct nk_text_edit type nk_text_edit (line 4246) | struct nk_text_edit type nk_text_edit (line 4247) | struct nk_text_edit type nk_text_edit (line 4248) | struct nk_text_edit type nk_text_edit (line 4249) | struct nk_text_edit type nk_command_type (line 4300) | enum nk_command_type { type nk_command (line 4323) | struct nk_command { type nk_command_scissor (line 4331) | struct nk_command_scissor { type nk_command_line (line 4337) | struct nk_command_line { type nk_command_curve (line 4345) | struct nk_command_curve { type nk_command_rect (line 4354) | struct nk_command_rect { type nk_command_rect_filled (line 4363) | struct nk_command_rect_filled { type nk_command_rect_multi_color (line 4371) | struct nk_command_rect_multi_color { type nk_command_triangle (line 4381) | struct nk_command_triangle { type nk_command_triangle_filled (line 4390) | struct nk_command_triangle_filled { type nk_command_circle (line 4398) | struct nk_command_circle { type nk_command_circle_filled (line 4406) | struct nk_command_circle_filled { type nk_command_arc (line 4413) | struct nk_command_arc { type nk_command_arc_filled (line 4422) | struct nk_command_arc_filled { type nk_command_polygon (line 4430) | struct nk_command_polygon { type nk_command_polygon_filled (line 4438) | struct nk_command_polygon_filled { type nk_command_polyline (line 4445) | struct nk_command_polyline { type nk_command_image (line 4453) | struct nk_command_image { type nk_command_custom (line 4463) | struct nk_command_custom { type nk_command_text (line 4471) | struct nk_command_text { type nk_command_clipping (line 4483) | enum nk_command_clipping { type nk_command_buffer (line 4488) | struct nk_command_buffer { type nk_command_buffer (line 4497) | struct nk_command_buffer type nk_color (line 4497) | struct nk_color type nk_command_buffer (line 4498) | struct nk_command_buffer type nk_color (line 4498) | struct nk_color type nk_command_buffer (line 4499) | struct nk_command_buffer type nk_rect (line 4499) | struct nk_rect type nk_color (line 4499) | struct nk_color type nk_command_buffer (line 4500) | struct nk_command_buffer type nk_rect (line 4500) | struct nk_rect type nk_color (line 4500) | struct nk_color type nk_command_buffer (line 4501) | struct nk_command_buffer type nk_color (line 4501) | struct nk_color type nk_command_buffer (line 4502) | struct nk_command_buffer type nk_color (line 4502) | struct nk_color type nk_command_buffer (line 4503) | struct nk_command_buffer type nk_color (line 4503) | struct nk_color type nk_command_buffer (line 4504) | struct nk_command_buffer type nk_color (line 4504) | struct nk_color type nk_command_buffer (line 4507) | struct nk_command_buffer type nk_rect (line 4507) | struct nk_rect type nk_color (line 4507) | struct nk_color type nk_command_buffer (line 4508) | struct nk_command_buffer type nk_rect (line 4508) | struct nk_rect type nk_color (line 4508) | struct nk_color type nk_color (line 4508) | struct nk_color type nk_color (line 4508) | struct nk_color type nk_color (line 4508) | struct nk_color type nk_command_buffer (line 4509) | struct nk_command_buffer type nk_rect (line 4509) | struct nk_rect type nk_color (line 4509) | struct nk_color type nk_command_buffer (line 4510) | struct nk_command_buffer type nk_color (line 4510) | struct nk_color type nk_command_buffer (line 4511) | struct nk_command_buffer type nk_color (line 4511) | struct nk_color type nk_command_buffer (line 4512) | struct nk_command_buffer type nk_color (line 4512) | struct nk_color type nk_command_buffer (line 4515) | struct nk_command_buffer type nk_rect (line 4515) | struct nk_rect type nk_image (line 4515) | struct nk_image type nk_color (line 4515) | struct nk_color type nk_command_buffer (line 4516) | struct nk_command_buffer type nk_rect (line 4516) | struct nk_rect type nk_user_font (line 4516) | struct nk_user_font type nk_color (line 4516) | struct nk_color type nk_color (line 4516) | struct nk_color type nk_command_buffer (line 4517) | struct nk_command_buffer type nk_rect (line 4517) | struct nk_rect type nk_command_buffer (line 4518) | struct nk_command_buffer type nk_rect (line 4518) | struct nk_rect type nk_mouse_button (line 4525) | struct nk_mouse_button { type nk_mouse (line 4530) | struct nk_mouse { type nk_key (line 4541) | struct nk_key { type nk_keyboard (line 4545) | struct nk_keyboard { type nk_input (line 4551) | struct nk_input { type nk_input (line 4556) | struct nk_input type nk_buttons (line 4556) | enum nk_buttons type nk_input (line 4557) | struct nk_input type nk_buttons (line 4557) | enum nk_buttons type nk_rect (line 4557) | struct nk_rect type nk_input (line 4558) | struct nk_input type nk_buttons (line 4558) | enum nk_buttons type nk_rect (line 4558) | struct nk_rect type nk_input (line 4559) | struct nk_input type nk_buttons (line 4559) | enum nk_buttons type nk_rect (line 4559) | struct nk_rect type nk_input (line 4560) | struct nk_input type nk_buttons (line 4560) | enum nk_buttons type nk_rect (line 4560) | struct nk_rect type nk_input (line 4561) | struct nk_input type nk_rect (line 4561) | struct nk_rect type nk_input (line 4562) | struct nk_input type nk_rect (line 4562) | struct nk_rect type nk_input (line 4563) | struct nk_input type nk_rect (line 4563) | struct nk_rect type nk_input (line 4564) | struct nk_input type nk_buttons (line 4564) | enum nk_buttons type nk_rect (line 4564) | struct nk_rect type nk_input (line 4565) | struct nk_input type nk_buttons (line 4565) | enum nk_buttons type nk_input (line 4566) | struct nk_input type nk_buttons (line 4566) | enum nk_buttons type nk_input (line 4567) | struct nk_input type nk_buttons (line 4567) | enum nk_buttons type nk_input (line 4568) | struct nk_input type nk_keys (line 4568) | enum nk_keys type nk_input (line 4569) | struct nk_input type nk_keys (line 4569) | enum nk_keys type nk_input (line 4570) | struct nk_input type nk_keys (line 4570) | enum nk_keys type nk_ushort (line 4591) | typedef nk_ushort nk_draw_index; type nk_draw_list_stroke (line 4592) | enum nk_draw_list_stroke { type nk_draw_vertex_layout_attribute (line 4599) | enum nk_draw_vertex_layout_attribute { type nk_draw_vertex_layout_format (line 4606) | enum nk_draw_vertex_layout_format { type nk_draw_vertex_layout_element (line 4635) | struct nk_draw_vertex_layout_element { type nk_draw_command (line 4641) | struct nk_draw_command { type nk_draw_list (line 4653) | struct nk_draw_list { type nk_draw_list (line 4679) | struct nk_draw_list type nk_draw_list (line 4680) | struct nk_draw_list type nk_convert_config (line 4680) | struct nk_convert_config type nk_buffer (line 4680) | struct nk_buffer type nk_buffer (line 4680) | struct nk_buffer type nk_buffer (line 4680) | struct nk_buffer type nk_anti_aliasing (line 4680) | enum nk_anti_aliasing type nk_anti_aliasing (line 4680) | enum nk_anti_aliasing type nk_draw_list (line 4684) | struct nk_draw_list type nk_buffer (line 4684) | struct nk_buffer type nk_draw_command (line 4685) | struct nk_draw_command type nk_buffer (line 4685) | struct nk_buffer type nk_draw_list (line 4685) | struct nk_draw_list type nk_draw_list (line 4686) | struct nk_draw_list type nk_buffer (line 4686) | struct nk_buffer type nk_draw_list (line 4689) | struct nk_draw_list type nk_draw_list (line 4690) | struct nk_draw_list type nk_vec2 (line 4690) | struct nk_vec2 type nk_draw_list (line 4691) | struct nk_draw_list type nk_vec2 (line 4691) | struct nk_vec2 type nk_draw_list (line 4692) | struct nk_draw_list type nk_vec2 (line 4692) | struct nk_vec2 type nk_draw_list (line 4693) | struct nk_draw_list type nk_vec2 (line 4693) | struct nk_vec2 type nk_vec2 (line 4693) | struct nk_vec2 type nk_draw_list (line 4694) | struct nk_draw_list type nk_vec2 (line 4694) | struct nk_vec2 type nk_vec2 (line 4694) | struct nk_vec2 type nk_vec2 (line 4694) | struct nk_vec2 type nk_draw_list (line 4695) | struct nk_draw_list type nk_color (line 4695) | struct nk_color type nk_draw_list (line 4696) | struct nk_draw_list type nk_color (line 4696) | struct nk_color type nk_draw_list_stroke (line 4696) | enum nk_draw_list_stroke type nk_draw_list (line 4699) | struct nk_draw_list type nk_vec2 (line 4699) | struct nk_vec2 type nk_vec2 (line 4699) | struct nk_vec2 type nk_color (line 4699) | struct nk_color type nk_draw_list (line 4700) | struct nk_draw_list type nk_rect (line 4700) | struct nk_rect type nk_color (line 4700) | struct nk_color type nk_draw_list (line 4701) | struct nk_draw_list type nk_vec2 (line 4701) | struct nk_vec2 type nk_vec2 (line 4701) | struct nk_vec2 type nk_vec2 (line 4701) | struct nk_vec2 type nk_color (line 4701) | struct nk_color type nk_draw_list (line 4702) | struct nk_draw_list type nk_vec2 (line 4702) | struct nk_vec2 type nk_color (line 4702) | struct nk_color type nk_draw_list (line 4703) | struct nk_draw_list type nk_vec2 (line 4703) | struct nk_vec2 type nk_vec2 (line 4703) | struct nk_vec2 type nk_vec2 (line 4703) | struct nk_vec2 type nk_vec2 (line 4703) | struct nk_vec2 type nk_color (line 4703) | struct nk_color type nk_draw_list (line 4704) | struct nk_draw_list type nk_vec2 (line 4704) | struct nk_vec2 type nk_color (line 4704) | struct nk_color type nk_draw_list_stroke (line 4704) | enum nk_draw_list_stroke type nk_anti_aliasing (line 4704) | enum nk_anti_aliasing type nk_draw_list (line 4707) | struct nk_draw_list type nk_rect (line 4707) | struct nk_rect type nk_color (line 4707) | struct nk_color type nk_draw_list (line 4708) | struct nk_draw_list type nk_rect (line 4708) | struct nk_rect type nk_color (line 4708) | struct nk_color type nk_color (line 4708) | struct nk_color type nk_color (line 4708) | struct nk_color type nk_color (line 4708) | struct nk_color type nk_draw_list (line 4709) | struct nk_draw_list type nk_vec2 (line 4709) | struct nk_vec2 type nk_vec2 (line 4709) | struct nk_vec2 type nk_vec2 (line 4709) | struct nk_vec2 type nk_color (line 4709) | struct nk_color type nk_draw_list (line 4710) | struct nk_draw_list type nk_vec2 (line 4710) | struct nk_vec2 type nk_color (line 4710) | struct nk_color type nk_draw_list (line 4711) | struct nk_draw_list type nk_vec2 (line 4711) | struct nk_vec2 type nk_color (line 4711) | struct nk_color type nk_anti_aliasing (line 4711) | enum nk_anti_aliasing type nk_draw_list (line 4714) | struct nk_draw_list type nk_image (line 4714) | struct nk_image type nk_rect (line 4714) | struct nk_rect type nk_color (line 4714) | struct nk_color type nk_draw_list (line 4715) | struct nk_draw_list type nk_user_font (line 4715) | struct nk_user_font type nk_rect (line 4715) | struct nk_rect type nk_color (line 4715) | struct nk_color type nk_draw_list (line 4717) | struct nk_draw_list type nk_style_item_type (line 4727) | enum nk_style_item_type { type nk_image (line 4733) | struct nk_image type nk_color (line 4734) | struct nk_color type nk_style_item (line 4737) | struct nk_style_item { type nk_style_text (line 4742) | struct nk_style_text { type nk_style_button (line 4747) | struct nk_style_button { type nk_style_toggle (line 4774) | struct nk_style_toggle { type nk_style_selectable (line 4804) | struct nk_style_selectable { type nk_style_slider (line 4839) | struct nk_style_slider { type nk_style_progress (line 4878) | struct nk_style_progress { type nk_style_scrollbar (line 4904) | struct nk_style_scrollbar { type nk_style_edit (line 4937) | struct nk_style_edit { type nk_style_property (line 4971) | struct nk_style_property { type nk_style_chart (line 5002) | struct nk_style_chart { type nk_style_combo (line 5015) | struct nk_style_combo { type nk_style_tab (line 5046) | struct nk_style_tab { type nk_style_header_align (line 5068) | enum nk_style_header_align { type nk_style_window_header (line 5072) | struct nk_style_window_header { type nk_style_window (line 5097) | struct nk_style_window { type nk_style (line 5134) | struct nk_style { type nk_image (line 5160) | struct nk_image type nk_color (line 5161) | struct nk_color type nk_panel_type (line 5174) | enum nk_panel_type { type nk_panel_set (line 5184) | enum nk_panel_set { type nk_chart_slot (line 5190) | struct nk_chart_slot { type nk_chart (line 5200) | struct nk_chart { type nk_panel_row_layout_type (line 5206) | enum nk_panel_row_layout_type { type nk_row_layout (line 5218) | struct nk_row_layout { type nk_popup_buffer (line 5234) | struct nk_popup_buffer { type nk_menu_state (line 5242) | struct nk_menu_state { type nk_panel (line 5247) | struct nk_panel { type nk_table (line 5273) | struct nk_table type nk_window_flags (line 5274) | enum nk_window_flags { type nk_popup_state (line 5292) | struct nk_popup_state { type nk_edit_state (line 5304) | struct nk_edit_state { type nk_property_state (line 5317) | struct nk_property_state { type nk_window (line 5330) | struct nk_window { type nk (line 5422) | struct nk type nk (line 5424) | struct nk type nk (line 5426) | struct nk type nk (line 5427) | struct nk type nk (line 5428) | enum nk type nk_configuration_stacks (line 5438) | struct nk_configuration_stacks { type nk_table (line 5454) | struct nk_table { type nk_table (line 5463) | struct nk_table type nk_panel (line 5464) | struct nk_panel type nk_window (line 5465) | struct nk_window type nk_page_element (line 5468) | struct nk_page_element { type nk_page (line 5474) | struct nk_page { type nk_pool (line 5480) | struct nk_pool { type nk_context (line 5491) | struct nk_context { type Big (line 5595) | struct Big {T x; char c;} type nk_rect (line 5724) | struct nk_rect type nk_rect (line 5725) | struct nk_rect type nk_vec2 (line 5725) | struct nk_vec2 type nk_rect (line 5726) | struct nk_rect type nk_rect (line 5726) | struct nk_rect type nk_user_font (line 5745) | struct nk_user_font type nk_user_font (line 5746) | struct nk_user_font type nk_vec2 (line 5746) | struct nk_vec2 type nk_allocator (line 5751) | struct nk_allocator type nk_buffer_allocation_type (line 5759) | enum nk_buffer_allocation_type type nk_buffer (line 5760) | struct nk_buffer type nk_buffer_allocation_type (line 5760) | enum nk_buffer_allocation_type type nk_buffer (line 5761) | struct nk_buffer type nk_command_buffer (line 5764) | struct nk_command_buffer type nk_buffer (line 5764) | struct nk_buffer type nk_command_clipping (line 5764) | enum nk_command_clipping type nk_command_buffer (line 5765) | struct nk_command_buffer type nk_command_buffer (line 5766) | struct nk_command_buffer type nk_command_type (line 5766) | enum nk_command_type type nk_command_buffer (line 5767) | struct nk_command_buffer type nk_symbol_type (line 5767) | enum nk_symbol_type type nk_rect (line 5767) | struct nk_rect type nk_color (line 5767) | struct nk_color type nk_color (line 5767) | struct nk_color type nk_user_font (line 5767) | struct nk_user_font type nk_context (line 5770) | struct nk_context type nk_command_buffer (line 5770) | struct nk_command_buffer type nk_context (line 5771) | struct nk_context type nk_window (line 5771) | struct nk_window type nk_context (line 5772) | struct nk_context type nk_window (line 5772) | struct nk_window type nk_context (line 5773) | struct nk_context type nk_window (line 5773) | struct nk_window type nk_context (line 5774) | struct nk_context type nk_command_buffer (line 5774) | struct nk_command_buffer type nk_context (line 5775) | struct nk_context type nk_window (line 5775) | struct nk_window type nk_context (line 5776) | struct nk_context type nk_text_edit (line 5779) | struct nk_text_edit type nk_text_edit_type (line 5779) | enum nk_text_edit_type type nk_text_edit (line 5780) | struct nk_text_edit type nk_user_font (line 5780) | struct nk_user_font type nk_text_edit (line 5781) | struct nk_text_edit type nk_user_font (line 5781) | struct nk_user_font type nk_text_edit (line 5782) | struct nk_text_edit type nk_keys (line 5782) | enum nk_keys type nk_user_font (line 5782) | struct nk_user_font type nk_window_insert_location (line 5785) | enum nk_window_insert_location { type nk_context (line 5789) | struct nk_context type nk_context (line 5790) | struct nk_context type nk_window (line 5790) | struct nk_window type nk_context (line 5791) | struct nk_context type nk_window (line 5791) | struct nk_window type nk_context (line 5792) | struct nk_context type nk_context (line 5793) | struct nk_context type nk_window (line 5793) | struct nk_window type nk_window_insert_location (line 5793) | enum nk_window_insert_location type nk_pool (line 5796) | struct nk_pool type nk_allocator (line 5796) | struct nk_allocator type nk_pool (line 5797) | struct nk_pool type nk_pool (line 5798) | struct nk_pool type nk_pool (line 5799) | struct nk_pool type nk_context (line 5802) | struct nk_context type nk_context (line 5803) | struct nk_context type nk_page_element (line 5803) | struct nk_page_element type nk_context (line 5804) | struct nk_context type nk_page_element (line 5804) | struct nk_page_element type nk_context (line 5807) | struct nk_context type nk_window (line 5808) | struct nk_window type nk_table (line 5808) | struct nk_table type nk_context (line 5809) | struct nk_context type nk_table (line 5809) | struct nk_table type nk_window (line 5810) | struct nk_window type nk_table (line 5810) | struct nk_table type nk_context (line 5811) | struct nk_context type nk_window (line 5811) | struct nk_window type nk_window (line 5812) | struct nk_window type nk_context (line 5815) | struct nk_context type nk_context (line 5816) | struct nk_context type nk_panel (line 5816) | struct nk_panel type nk_style (line 5818) | struct nk_style type nk_panel_type (line 5818) | enum nk_panel_type type nk_style (line 5819) | struct nk_style type nk_panel_type (line 5819) | enum nk_panel_type type nk_style (line 5820) | struct nk_style type nk_panel_type (line 5820) | enum nk_panel_type type nk_panel_type (line 5821) | enum nk_panel_type type nk_panel_type (line 5822) | enum nk_panel_type type nk_context (line 5823) | struct nk_context type nk_panel_type (line 5823) | enum nk_panel_type type nk_context (line 5824) | struct nk_context type nk_style (line 5827) | struct nk_style type nk_panel_type (line 5827) | enum nk_panel_type type nk_context (line 5828) | struct nk_context type nk_window (line 5828) | struct nk_window type nk_context (line 5829) | struct nk_context type nk_layout_format (line 5829) | enum nk_layout_format type nk_context (line 5830) | struct nk_context type nk_window (line 5830) | struct nk_window type nk_rect (line 5831) | struct nk_rect type nk_context (line 5831) | struct nk_context type nk_window (line 5831) | struct nk_window type nk_rect (line 5832) | struct nk_rect type nk_context (line 5832) | struct nk_context type nk_rect (line 5833) | struct nk_rect type nk_context (line 5833) | struct nk_context type nk_context (line 5836) | struct nk_context type nk_rect (line 5836) | struct nk_rect type nk_rect (line 5836) | struct nk_rect type nk_panel_type (line 5836) | enum nk_panel_type type nk_text (line 5839) | struct nk_text { type nk_command_buffer (line 5844) | struct nk_command_buffer type nk_rect (line 5844) | struct nk_rect type nk_text (line 5844) | struct nk_text type nk_user_font (line 5844) | struct nk_user_font type nk_command_buffer (line 5845) | struct nk_command_buffer type nk_rect (line 5845) | struct nk_rect type nk_text (line 5845) | struct nk_text type nk_user_font (line 5845) | struct nk_user_font type nk_rect (line 5848) | struct nk_rect type nk_input (line 5848) | struct nk_input type nk_button_behavior (line 5848) | enum nk_button_behavior type nk_command_buffer (line 5849) | struct nk_command_buffer type nk_rect (line 5849) | struct nk_rect type nk_style_button (line 5849) | struct nk_style_button type nk_command_buffer (line 5850) | struct nk_command_buffer type nk_rect (line 5850) | struct nk_rect type nk_style_button (line 5850) | struct nk_style_button type nk_input (line 5850) | struct nk_input type nk_button_behavior (line 5850) | enum nk_button_behavior type nk_rect (line 5850) | struct nk_rect type nk_command_buffer (line 5851) | struct nk_command_buffer type nk_rect (line 5851) | struct nk_rect type nk_rect (line 5851) | struct nk_rect type nk_style_button (line 5851) | struct nk_style_button type nk_user_font (line 5851) | struct nk_user_font type nk_command_buffer (line 5852) | struct nk_command_buffer type nk_rect (line 5852) | struct nk_rect type nk_button_behavior (line 5852) | enum nk_button_behavior type nk_style_button (line 5852) | struct nk_style_button type nk_input (line 5852) | struct nk_input type nk_user_font (line 5852) | struct nk_user_font type nk_command_buffer (line 5853) | struct nk_command_buffer type nk_rect (line 5853) | struct nk_rect type nk_rect (line 5853) | struct nk_rect type nk_style_button (line 5853) | struct nk_style_button type nk_symbol_type (line 5853) | enum nk_symbol_type type nk_user_font (line 5853) | struct nk_user_font type nk_command_buffer (line 5854) | struct nk_command_buffer type nk_rect (line 5854) | struct nk_rect type nk_symbol_type (line 5854) | enum nk_symbol_type type nk_button_behavior (line 5854) | enum nk_button_behavior type nk_style_button (line 5854) | struct nk_style_button type nk_input (line 5854) | struct nk_input type nk_user_font (line 5854) | struct nk_user_font type nk_command_buffer (line 5855) | struct nk_command_buffer type nk_rect (line 5855) | struct nk_rect type nk_rect (line 5855) | struct nk_rect type nk_style_button (line 5855) | struct nk_style_button type nk_image (line 5855) | struct nk_image type nk_command_buffer (line 5856) | struct nk_command_buffer type nk_rect (line 5856) | struct nk_rect type nk_image (line 5856) | struct nk_image type nk_button_behavior (line 5856) | enum nk_button_behavior type nk_style_button (line 5856) | struct nk_style_button type nk_input (line 5856) | struct nk_input type nk_command_buffer (line 5857) | struct nk_command_buffer type nk_rect (line 5857) | struct nk_rect type nk_rect (line 5857) | struct nk_rect type nk_rect (line 5857) | struct nk_rect type nk_style_button (line 5857) | struct nk_style_button type nk_symbol_type (line 5857) | enum nk_symbol_type type nk_user_font (line 5857) | struct nk_user_font type nk_command_buffer (line 5858) | struct nk_command_buffer type nk_rect (line 5858) | struct nk_rect type nk_symbol_type (line 5858) | enum nk_symbol_type type nk_button_behavior (line 5858) | enum nk_button_behavior type nk_style_button (line 5858) | struct nk_style_button type nk_user_font (line 5858) | struct nk_user_font type nk_input (line 5858) | struct nk_input type nk_command_buffer (line 5859) | struct nk_command_buffer type nk_rect (line 5859) | struct nk_rect type nk_rect (line 5859) | struct nk_rect type nk_rect (line 5859) | struct nk_rect type nk_style_button (line 5859) | struct nk_style_button type nk_user_font (line 5859) | struct nk_user_font type nk_image (line 5859) | struct nk_image type nk_command_buffer (line 5860) | struct nk_command_buffer type nk_rect (line 5860) | struct nk_rect type nk_image (line 5860) | struct nk_image type nk_button_behavior (line 5860) | enum nk_button_behavior type nk_style_button (line 5860) | struct nk_style_button type nk_user_font (line 5860) | struct nk_user_font type nk_input (line 5860) | struct nk_input type nk_toggle_type (line 5863) | enum nk_toggle_type { type nk_input (line 5867) | struct nk_input type nk_rect (line 5867) | struct nk_rect type nk_command_buffer (line 5868) | struct nk_command_buffer type nk_style_toggle (line 5868) | struct nk_style_toggle type nk_rect (line 5868) | struct nk_rect type nk_rect (line 5868) | struct nk_rect type nk_rect (line 5868) | struct nk_rect type nk_user_font (line 5868) | struct nk_user_font type nk_command_buffer (line 5869) | struct nk_command_buffer type nk_style_toggle (line 5869) | struct nk_style_toggle type nk_rect (line 5869) | struct nk_rect type nk_rect (line 5869) | struct nk_rect type nk_rect (line 5869) | struct nk_rect type nk_user_font (line 5869) | struct nk_user_font type nk_command_buffer (line 5870) | struct nk_command_buffer type nk_rect (line 5870) | struct nk_rect type nk_toggle_type (line 5870) | enum nk_toggle_type type nk_style_toggle (line 5870) | struct nk_style_toggle type nk_input (line 5870) | struct nk_input type nk_user_font (line 5870) | struct nk_user_font type nk_input (line 5873) | struct nk_input type nk_rect (line 5873) | struct nk_rect type nk_rect (line 5873) | struct nk_rect type nk_command_buffer (line 5874) | struct nk_command_buffer type nk_style_progress (line 5874) | struct nk_style_progress type nk_rect (line 5874) | struct nk_rect type nk_rect (line 5874) | struct nk_rect type nk_command_buffer (line 5875) | struct nk_command_buffer type nk_rect (line 5875) | struct nk_rect type nk_style_progress (line 5875) | struct nk_style_progress type nk_input (line 5875) | struct nk_input type nk_rect (line 5878) | struct nk_rect type nk_rect (line 5878) | struct nk_rect type nk_input (line 5878) | struct nk_input type nk_rect (line 5878) | struct nk_rect type nk_command_buffer (line 5879) | struct nk_command_buffer type nk_style_slider (line 5879) | struct nk_style_slider type nk_rect (line 5879) | struct nk_rect type nk_rect (line 5879) | struct nk_rect type nk_command_buffer (line 5880) | struct nk_command_buffer type nk_rect (line 5880) | struct nk_rect type nk_style_slider (line 5880) | struct nk_style_slider type nk_input (line 5880) | struct nk_input type nk_user_font (line 5880) | struct nk_user_font type nk_input (line 5883) | struct nk_input type nk_rect (line 5883) | struct nk_rect type nk_rect (line 5883) | struct nk_rect type nk_rect (line 5883) | struct nk_rect type nk_rect (line 5883) | struct nk_rect type nk_orientation (line 5883) | enum nk_orientation type nk_command_buffer (line 5884) | struct nk_command_buffer type nk_style_scrollbar (line 5884) | struct nk_style_scrollbar type nk_rect (line 5884) | struct nk_rect type nk_rect (line 5884) | struct nk_rect type nk_command_buffer (line 5885) | struct nk_command_buffer type nk_rect (line 5885) | struct nk_rect type nk_style_scrollbar (line 5885) | struct nk_style_scrollbar type nk_input (line 5885) | struct nk_input type nk_user_font (line 5885) | struct nk_user_font type nk_command_buffer (line 5886) | struct nk_command_buffer type nk_rect (line 5886) | struct nk_rect type nk_style_scrollbar (line 5886) | struct nk_style_scrollbar type nk_input (line 5886) | struct nk_input type nk_user_font (line 5886) | struct nk_user_font type nk_command_buffer (line 5889) | struct nk_command_buffer type nk_style_selectable (line 5889) | struct nk_style_selectable type nk_rect (line 5889) | struct nk_rect type nk_rect (line 5889) | struct nk_rect type nk_image (line 5889) | struct nk_image type nk_symbol_type (line 5889) | enum nk_symbol_type type nk_user_font (line 5889) | struct nk_user_font type nk_command_buffer (line 5890) | struct nk_command_buffer type nk_rect (line 5890) | struct nk_rect type nk_style_selectable (line 5890) | struct nk_style_selectable type nk_input (line 5890) | struct nk_input type nk_user_font (line 5890) | struct nk_user_font type nk_command_buffer (line 5891) | struct nk_command_buffer type nk_rect (line 5891) | struct nk_rect type nk_image (line 5891) | struct nk_image type nk_style_selectable (line 5891) | struct nk_style_selectable type nk_input (line 5891) | struct nk_input type nk_user_font (line 5891) | struct nk_user_font type nk_command_buffer (line 5894) | struct nk_command_buffer type nk_style_edit (line 5894) | struct nk_style_edit type nk_user_font (line 5894) | struct nk_user_font type nk_color (line 5894) | struct nk_color type nk_color (line 5894) | struct nk_color type nk_command_buffer (line 5895) | struct nk_command_buffer type nk_rect (line 5895) | struct nk_rect type nk_text_edit (line 5895) | struct nk_text_edit type nk_style_edit (line 5895) | struct nk_style_edit type nk_input (line 5895) | struct nk_input type nk_user_font (line 5895) | struct nk_user_font type nk_rect (line 5898) | struct nk_rect type nk_rect (line 5898) | struct nk_rect type nk_rect (line 5898) | struct nk_rect type nk_rect (line 5898) | struct nk_rect type nk_colorf (line 5898) | struct nk_colorf type nk_input (line 5898) | struct nk_input type nk_command_buffer (line 5899) | struct nk_command_buffer type nk_rect (line 5899) | struct nk_rect type nk_rect (line 5899) | struct nk_rect type nk_rect (line 5899) | struct nk_rect type nk_colorf (line 5899) | struct nk_colorf type nk_command_buffer (line 5900) | struct nk_command_buffer type nk_colorf (line 5900) | struct nk_colorf type nk_color_format (line 5900) | enum nk_color_format type nk_rect (line 5900) | struct nk_rect type nk_vec2 (line 5900) | struct nk_vec2 type nk_input (line 5900) | struct nk_input type nk_user_font (line 5900) | struct nk_user_font type nk_property_status (line 5903) | enum nk_property_status { type nk_property_filter (line 5908) | enum nk_property_filter { type nk_property_kind (line 5912) | enum nk_property_kind { type nk_property_variant (line 5922) | struct nk_property_variant { type nk_input (line 5933) | struct nk_input type nk_rect (line 5933) | struct nk_rect type nk_property_variant (line 5933) | struct nk_property_variant type nk_input (line 5934) | struct nk_input type nk_rect (line 5934) | struct nk_rect type nk_rect (line 5934) | struct nk_rect type nk_rect (line 5934) | struct nk_rect type nk_rect (line 5934) | struct nk_rect type nk_property_variant (line 5934) | struct nk_property_variant type nk_command_buffer (line 5935) | struct nk_command_buffer type nk_style_property (line 5935) | struct nk_style_property type nk_rect (line 5935) | struct nk_rect type nk_rect (line 5935) | struct nk_rect type nk_user_font (line 5935) | struct nk_user_font type nk_command_buffer (line 5936) | struct nk_command_buffer type nk_rect (line 5936) | struct nk_rect type nk_property_variant (line 5936) | struct nk_property_variant type nk_style_property (line 5936) | struct nk_style_property type nk_property_filter (line 5936) | enum nk_property_filter type nk_input (line 5936) | struct nk_input type nk_user_font (line 5936) | struct nk_user_font type nk_text_edit (line 5936) | struct nk_text_edit type nk_button_behavior (line 5936) | enum nk_button_behavior type nk_context (line 5937) | struct nk_context type nk_property_variant (line 5937) | struct nk_property_variant type nk_property_filter (line 5937) | enum nk_property_filter function NK_LIB (line 5977) | NK_LIB float function NK_LIB (line 5989) | NK_LIB float function NK_LIB (line 5994) | NK_LIB float function NK_LIB (line 6007) | NK_LIB float function NK_LIB (line 6020) | NK_LIB nk_uint function NK_LIB (line 6032) | NK_LIB double function NK_LIB (line 6047) | NK_LIB int function NK_LIB (line 6053) | NK_LIB int function NK_LIB (line 6059) | NK_LIB int function NK_LIB (line 6071) | NK_LIB int function nk_rect (line 6087) | nk_rect function nk_rect (line 6092) | nk_rect function nk_rect (line 6100) | nk_rect function nk_rect (line 6110) | nk_rect function nk_rect (line 6115) | nk_rect function nk_rect (line 6120) | nk_rect function nk_vec2 (line 6125) | nk_vec2 function nk_vec2 (line 6132) | nk_vec2 function nk_rect (line 6139) | nk_rect function nk_rect (line 6151) | nk_rect function nk_vec2 (line 6161) | nk_vec2 function nk_vec2 (line 6168) | nk_vec2 function nk_vec2 (line 6176) | nk_vec2 function nk_vec2 (line 6181) | nk_vec2 function NK_LIB (line 6186) | NK_LIB void function NK_API (line 6200) | NK_API void function NK_LIB (line 6248) | NK_LIB int nk_is_lower(int c) {return (c >= 'a' && c <= 'z') || (c >= 0x... function NK_LIB (line 6249) | NK_LIB int nk_is_upper(int c){return (c >= 'A' && c <= 'Z') || (c >= 0xC... function NK_LIB (line 6250) | NK_LIB int nk_to_upper(int c) {return (c >= 'a' && c <= 'z') ? (c - ('a'... function NK_LIB (line 6251) | NK_LIB int nk_to_lower(int c) {return (c >= 'A' && c <= 'Z') ? (c - ('a'... function NK_LIB (line 6253) | NK_LIB void* function NK_LIB (line 6309) | NK_LIB void function NK_LIB (line 6360) | NK_LIB void function NK_API (line 6366) | NK_API int function NK_API (line 6374) | NK_API int function NK_API (line 6398) | NK_API double function NK_API (line 6455) | NK_API float function NK_API (line 6464) | NK_API int function NK_API (line 6486) | NK_API int function NK_INTERN (line 6511) | NK_INTERN int function NK_INTERN (line 6524) | NK_INTERN int function NK_API (line 6533) | NK_API int function NK_API (line 6550) | NK_API int function NK_API (line 6671) | NK_API int function NK_LIB (line 6676) | NK_LIB int function NK_INTERN (line 6696) | NK_INTERN void function NK_LIB (line 6709) | NK_LIB char* function NK_LIB (line 6733) | NK_LIB char* function NK_INTERN (line 6813) | NK_INTERN int function NK_LIB (line 7132) | NK_LIB int function NK_API (line 7149) | NK_API nk_hash function NK_LIB (line 7208) | NK_LIB char* function NK_LIB (line 7242) | NK_LIB int function nk_vec2 (line 7290) | nk_vec2 function NK_INTERN (line 7360) | NK_INTERN int function nk_color (line 7376) | nk_color function nk_color (line 7386) | nk_color function nk_color (line 7398) | nk_color function NK_API (line 7410) | NK_API void function NK_API (line 7425) | NK_API void function nk_color (line 7438) | nk_color function nk_color (line 7443) | nk_color function nk_color (line 7448) | nk_color function nk_color (line 7458) | nk_color function nk_color (line 7463) | nk_color function nk_color (line 7468) | nk_color function nk_color (line 7478) | nk_color function nk_color (line 7488) | nk_color function nk_color (line 7493) | nk_color function nk_color (line 7498) | nk_color function nk_color (line 7508) | nk_color function nk_color (line 7513) | nk_color function nk_color (line 7518) | nk_color function nk_color (line 7523) | nk_color function nk_color (line 7528) | nk_color function nk_color (line 7533) | nk_color function nk_color (line 7538) | nk_color function nk_color (line 7543) | nk_color function nk_color (line 7552) | nk_color function nk_color (line 7557) | nk_color function nk_colorf (line 7562) | nk_colorf function nk_colorf (line 7589) | nk_colorf function nk_color (line 7594) | nk_color function nk_color (line 7600) | nk_color function NK_API (line 7605) | NK_API nk_uint function NK_API (line 7614) | NK_API void function NK_API (line 7623) | NK_API void function nk_colorf (line 7628) | nk_colorf function NK_API (line 7635) | NK_API void function NK_API (line 7644) | NK_API void function NK_API (line 7649) | NK_API void function NK_API (line 7655) | NK_API void function NK_API (line 7661) | NK_API void function NK_API (line 7682) | NK_API void function NK_API (line 7687) | NK_API void function NK_API (line 7695) | NK_API void function NK_API (line 7700) | NK_API void function NK_API (line 7711) | NK_API void function NK_API (line 7716) | NK_API void function NK_API (line 7726) | NK_API void function NK_API (line 7736) | NK_API void function NK_API (line 7742) | NK_API void function NK_API (line 7751) | NK_API void function NK_API (line 7756) | NK_API void function NK_INTERN (line 7780) | NK_INTERN int function NK_INTERN (line 7791) | NK_INTERN nk_rune function NK_API (line 7802) | NK_API int function NK_INTERN (line 7830) | NK_INTERN char function NK_API (line 7835) | NK_API int function NK_API (line 7850) | NK_API int function NK_API (line 7873) | NK_API const char* function NK_LIB (line 7921) | NK_LIB void* function NK_LIB (line 7928) | NK_LIB void function NK_API (line 7934) | NK_API void function NK_API (line 7945) | NK_API void function NK_API (line 7962) | NK_API void function NK_LIB (line 7976) | NK_LIB void* function NK_LIB (line 8006) | NK_LIB void* function NK_LIB (line 8044) | NK_LIB void* function NK_API (line 8096) | NK_API void function NK_API (line 8104) | NK_API void function NK_API (line 8114) | NK_API void function NK_API (line 8135) | NK_API void function NK_API (line 8145) | NK_API void function NK_API (line 8155) | NK_API void function NK_API (line 8167) | NK_API void* function NK_API (line 8174) | NK_API const void* function NK_API (line 8181) | NK_API nk_size function NK_API (line 8199) | NK_API void function NK_API (line 8211) | NK_API void function NK_API (line 8217) | NK_API void function NK_API (line 8223) | NK_API int function NK_API (line 8236) | NK_API int function NK_API (line 8241) | NK_API int function NK_API (line 8253) | NK_API int function NK_API (line 8272) | NK_API int function NK_API (line 8288) | NK_API int function NK_API (line 8303) | NK_API int function NK_API (line 8338) | NK_API int function NK_API (line 8357) | NK_API int function NK_API (line 8362) | NK_API int function NK_API (line 8367) | NK_API int function NK_API (line 8382) | NK_API int function NK_API (line 8401) | NK_API int function NK_API (line 8417) | NK_API int function NK_API (line 8432) | NK_API void function NK_API (line 8442) | NK_API void function NK_API (line 8463) | NK_API void function NK_API (line 8480) | NK_API void function NK_API (line 8504) | NK_API char* function NK_API (line 8511) | NK_API char* function NK_API (line 8547) | NK_API const char* function NK_API (line 8554) | NK_API const char* function NK_API (line 8590) | NK_API nk_rune function NK_API (line 8598) | NK_API char* function NK_API (line 8605) | NK_API const char* function NK_API (line 8612) | NK_API int function NK_API (line 8619) | NK_API int function NK_API (line 8626) | NK_API void function NK_API (line 8633) | NK_API void function NK_LIB (line 8650) | NK_LIB void function NK_LIB (line 8663) | NK_LIB void function NK_LIB (line 8676) | NK_LIB void* function NK_API (line 8709) | NK_API void function NK_API (line 8729) | NK_API void function NK_API (line 8746) | NK_API void function NK_API (line 8769) | NK_API void function NK_API (line 8792) | NK_API void function NK_API (line 8815) | NK_API void function NK_API (line 8841) | NK_API void function NK_API (line 8863) | NK_API void function NK_API (line 8884) | NK_API void function NK_API (line 8901) | NK_API void function NK_API (line 8918) | NK_API void function NK_API (line 8945) | NK_API void function NK_API (line 8972) | NK_API void function NK_API (line 8993) | NK_API void function NK_API (line 9014) | NK_API void function NK_API (line 9035) | NK_API void function NK_API (line 9058) | NK_API void function NK_API (line 9081) | NK_API void function NK_API (line 9133) | NK_API void function NK_API (line 9146) | NK_API void function nk_draw_command (line 9174) | nk_draw_command* function nk_draw_command (line 9190) | nk_draw_command* function nk_draw_command (line 9210) | nk_draw_command* function nk_vec2 (line 9224) | nk_vec2* function nk_vec2 (line 9242) | nk_vec2 function nk_draw_command (line 9253) | nk_draw_command* function nk_draw_command (line 9284) | nk_draw_command* function NK_INTERN (line 9297) | NK_INTERN void function NK_INTERN (line 9311) | NK_INTERN void function NK_API (line 9333) | NK_API void function NK_INTERN (line 9339) | NK_INTERN void* function NK_INTERN (line 9363) | NK_INTERN nk_draw_index* function NK_INTERN (line 9381) | NK_INTERN int function NK_INTERN (line 9388) | NK_INTERN void function NK_INTERN (line 9463) | NK_INTERN void function NK_INTERN (line 9517) | NK_INTERN void* function NK_API (line 9536) | NK_API void function NK_API (line 9776) | NK_API void function NK_API (line 9900) | NK_API void function NK_API (line 9909) | NK_API void function NK_API (line 9927) | NK_API void function NK_API (line 9943) | NK_API void function NK_API (line 9988) | NK_API void function NK_API (line 10011) | NK_API void function NK_API (line 10038) | NK_API void function NK_API (line 10048) | NK_API void function NK_API (line 10060) | NK_API void function NK_API (line 10075) | NK_API void function NK_API (line 10090) | NK_API void function NK_API (line 10104) | NK_API void function NK_API (line 10138) | NK_API void function NK_API (line 10149) | NK_API void function NK_API (line 10160) | NK_API void function NK_API (line 10171) | NK_API void function NK_API (line 10182) | NK_API void function NK_INTERN (line 10193) | NK_INTERN void function NK_API (line 10230) | NK_API void function NK_API (line 10251) | NK_API void function NK_API (line 10301) | NK_API nk_flags function nk_draw_command (line 10443) | nk_draw_command* function nk_draw_command (line 10449) | nk_draw_command* function nk_draw_command (line 10454) | nk_draw_command* type nk_rp_coord (line 10475) | typedef unsigned short nk_rp_coord; type nk_rp_rect (line 10477) | struct nk_rp_rect { type nk_rp_node (line 10488) | struct nk_rp_node { type nk_rp_context (line 10493) | struct nk_rp_context { type nk_rp__findresult (line 10506) | struct nk_rp__findresult { type NK_RP_HEURISTIC (line 10511) | enum NK_RP_HEURISTIC { type NK_RP_INIT_STATE (line 10516) | enum NK_RP_INIT_STATE{NK_RP__INIT_skyline = 1} function NK_INTERN (line 10518) | NK_INTERN void function NK_INTERN (line 10537) | NK_INTERN void function NK_INTERN (line 10567) | NK_INTERN int function nk_rp__findresult (line 10610) | nk_rp__findresult function nk_rp__findresult (line 10705) | nk_rp__findresult function NK_INTERN (line 10757) | NK_INTERN int function NK_INTERN (line 10768) | NK_INTERN int function NK_INTERN (line 10775) | NK_INTERN void function NK_INTERN (line 10804) | NK_INTERN void type nk_tt_bakedchar (line 10845) | struct nk_tt_bakedchar { type nk_tt_aligned_quad (line 10851) | struct nk_tt_aligned_quad{ type nk_tt_packedchar (line 10856) | struct nk_tt_packedchar { type nk_tt_pack_range (line 10863) | struct nk_tt_pack_range { type nk_tt_pack_context (line 10875) | struct nk_tt_pack_context { type nk_tt_fontinfo (line 10886) | struct nk_tt_fontinfo { type nk_tt_vertex (line 10901) | struct nk_tt_vertex { type nk_tt__bitmap (line 10906) | struct nk_tt__bitmap{ type nk_tt__hheap_chunk (line 10911) | struct nk_tt__hheap_chunk { type nk_tt__hheap (line 10914) | struct nk_tt__hheap { type nk_tt__edge (line 10921) | struct nk_tt__edge { type nk_tt__active_edge (line 10926) | struct nk_tt__active_edge { type nk_tt__point (line 10933) | struct nk_tt__point {float x,y;} function nk_ushort (line 11000) | static nk_ushort nk_ttUSHORT(const nk_byte *p) { return (nk_ushort)(p[0]... function nk_short (line 11001) | static nk_short nk_ttSHORT(const nk_byte *p) { return (nk_short)(p[0]*... function nk_uint (line 11002) | static nk_uint nk_ttULONG(const nk_byte *p) { return (nk_uint)((p[0]<<2... type nk_tt_fontinfo (line 11009) | struct nk_tt_fontinfo type nk_allocator (line 11009) | struct nk_allocator type nk_tt_vertex (line 11010) | struct nk_tt_vertex function NK_INTERN (line 11012) | NK_INTERN nk_uint function NK_INTERN (line 11026) | NK_INTERN int function NK_INTERN (line 11082) | NK_INTERN int function NK_INTERN (line 11175) | NK_INTERN void function NK_INTERN (line 11184) | NK_INTERN int function NK_INTERN (line 11200) | NK_INTERN int function NK_INTERN (line 11213) | NK_INTERN int function NK_INTERN (line 11229) | NK_INTERN int function NK_INTERN (line 11452) | NK_INTERN void function NK_INTERN (line 11469) | NK_INTERN void function NK_INTERN (line 11477) | NK_INTERN float function NK_INTERN (line 11483) | NK_INTERN float function NK_INTERN (line 11493) | NK_INTERN void function NK_INTERN (line 11513) | NK_INTERN void function NK_INTERN (line 11523) | NK_INTERN void* function NK_INTERN (line 11545) | NK_INTERN void function NK_INTERN (line 11551) | NK_INTERN void function nk_tt__active_edge (line 11561) | nk_tt__active_edge* function NK_INTERN (line 11580) | NK_INTERN void function NK_INTERN (line 11613) | NK_INTERN void function NK_INTERN (line 11773) | NK_INTERN void function NK_INTERN (line 11864) | NK_INTERN void function NK_INTERN (line 11883) | NK_INTERN void function NK_INTERN (line 11950) | NK_INTERN void function NK_INTERN (line 11956) | NK_INTERN void function NK_INTERN (line 12011) | NK_INTERN void function NK_INTERN (line 12018) | NK_INTERN int function nk_tt__point (line 12046) | nk_tt__point* function NK_INTERN (line 12124) | NK_INTERN void function NK_INTERN (line 12143) | NK_INTERN void function NK_INTERN (line 12169) | NK_INTERN int function NK_INTERN (line 12200) | NK_INTERN void function NK_INTERN (line 12206) | NK_INTERN void function NK_INTERN (line 12217) | NK_INTERN void function NK_INTERN (line 12280) | NK_INTERN void function NK_INTERN (line 12343) | NK_INTERN float function NK_INTERN (line 12355) | NK_INTERN int function NK_INTERN (line 12386) | NK_INTERN int function NK_INTERN (line 12469) | NK_INTERN void type nk_font_bake_data (line 12505) | struct nk_font_bake_data { type nk_font_baker (line 12512) | struct nk_font_baker { function NK_INTERN (line 12527) | NK_INTERN int function NK_INTERN (line 12536) | NK_INTERN int function NK_API (line 12551) | NK_API const nk_rune* function NK_API (line 12557) | NK_API const nk_rune* function NK_API (line 12570) | NK_API const nk_rune* function NK_API (line 12582) | NK_API const nk_rune* function NK_INTERN (line 12593) | NK_INTERN void function nk_font_baker (line 12625) | nk_font_baker* function NK_INTERN (line 12639) | NK_INTERN int function NK_INTERN (line 12753) | NK_INTERN void function NK_INTERN (line 12863) | NK_INTERN void function NK_INTERN (line 12891) | NK_INTERN void function NK_INTERN (line 12916) | NK_INTERN float function NK_INTERN (line 12949) | NK_INTERN void function nk_font_glyph (line 12976) | nk_font_glyph* function NK_INTERN (line 13004) | NK_INTERN void function nk_decompress_length (line 13188) | NK_INTERN unsigned int function NK_INTERN (line 13193) | NK_INTERN void function NK_INTERN (line 13202) | NK_INTERN void function nk_adler32 (line 13232) | NK_INTERN unsigned int function nk_decompress (line 13262) | NK_INTERN unsigned int function nk_decode_85_byte (line 13296) | NK_INTERN unsigned int function NK_INTERN (line 13301) | NK_INTERN void function nk_font_config (line 13329) | nk_font_config function NK_API (line 13351) | NK_API void function NK_API (line 13365) | NK_API void function NK_API (line 13375) | NK_API void function NK_API (line 13387) | NK_API void function nk_font (line 13404) | nk_font* function nk_font (line 13491) | nk_font* function nk_font (line 13516) | nk_font* function nk_font (line 13542) | nk_font* function nk_font (line 13577) | nk_font* function nk_font (line 13608) | nk_font* function NK_API (line 13621) | NK_API const void* function NK_API (line 13745) | NK_API void function NK_API (line 13780) | NK_API void function NK_API (line 13802) | NK_API void function NK_API (line 13852) | NK_API void function NK_API (line 13872) | NK_API void function NK_API (line 13887) | NK_API void function NK_API (line 13899) | NK_API void function NK_API (line 13910) | NK_API void function NK_API (line 13926) | NK_API void function NK_API (line 13934) | NK_API void function NK_API (line 13952) | NK_API void function NK_API (line 13961) | NK_API void function NK_API (line 13970) | NK_API int function NK_API (line 13978) | NK_API int function NK_API (line 13989) | NK_API int function NK_API (line 13998) | NK_API int function NK_API (line 14008) | NK_API int function NK_API (line 14018) | NK_API int function NK_API (line 14026) | NK_API int function NK_API (line 14032) | NK_API int function NK_API (line 14038) | NK_API int function NK_API (line 14045) | NK_API int function NK_API (line 14051) | NK_API int function NK_API (line 14061) | NK_API int function NK_API (line 14067) | NK_API int function NK_API (line 14077) | NK_API int function NK_API (line 14087) | NK_API int function NK_API (line 14106) | NK_API void nk_style_default(struct nk_context *ctx){nk_style_from_table... function NK_API (line 14149) | NK_API const char* function nk_style_item (line 14154) | nk_style_item function nk_style_item (line 14162) | nk_style_item function nk_style_item (line 14170) | nk_style_item function NK_API (line 14178) | NK_API void function NK_API (line 14722) | NK_API void function NK_API (line 14735) | NK_API int function NK_API (line 14755) | NK_API int function NK_API (line 14805) | NK_API int NK_STYLE_PUSH_IMPLEMENATION(struct nk, style_item, style_items) function NK_API (line 14830) | NK_API void function NK_API (line 14835) | NK_API void function NK_API (line 14840) | NK_API void function NK_API (line 14850) | NK_API void function NK_INTERN (line 14872) | NK_INTERN void function NK_API (line 14886) | NK_API int function NK_API (line 14896) | NK_API int function NK_API (line 14907) | NK_API int function NK_API (line 14928) | NK_API int function NK_API (line 14941) | NK_API void function NK_API (line 14950) | NK_API void function NK_API (line 14972) | NK_API void function NK_LIB (line 15038) | NK_LIB void function NK_LIB (line 15049) | NK_LIB void function NK_LIB (line 15056) | NK_LIB void function NK_LIB (line 15072) | NK_LIB void function NK_LIB (line 15084) | NK_LIB void function NK_LIB (line 15092) | NK_LIB void function NK_LIB (line 15110) | NK_LIB void function nk_command (line 15172) | nk_command* function nk_command (line 15194) | nk_command* function NK_LIB (line 15217) | NK_LIB void function NK_LIB (line 15227) | NK_LIB void function NK_LIB (line 15239) | NK_LIB void function nk_page_element (line 15250) | nk_page_element* function nk_page_element (line 15281) | nk_page_element* function NK_LIB (line 15307) | NK_LIB void function NK_LIB (line 15319) | NK_LIB void function nk_table (line 15344) | nk_table* function NK_LIB (line 15353) | NK_LIB void function NK_LIB (line 15360) | NK_LIB void function NK_LIB (line 15378) | NK_LIB void function NK_LIB (line 15390) | NK_LIB nk_uint* function NK_LIB (line 15408) | NK_LIB nk_uint* function NK_LIB (line 15435) | NK_LIB void* function NK_LIB (line 15444) | NK_LIB void function NK_LIB (line 15451) | NK_LIB int function nk_vec2 (line 15460) | nk_vec2 function NK_LIB (line 15473) | NK_LIB float function nk_color (line 15489) | nk_color function NK_LIB (line 15502) | NK_LIB int function NK_LIB (line 15507) | NK_LIB int function NK_LIB (line 15512) | NK_LIB int function NK_LIB (line 15735) | NK_LIB void function NK_LIB (line 16040) | NK_LIB void* function NK_LIB (line 16049) | NK_LIB void function nk_window (line 16076) | nk_window* function NK_LIB (line 16092) | NK_LIB void function NK_LIB (line 16137) | NK_LIB void function NK_API (line 16166) | NK_API int function NK_API (line 16172) | NK_API int function NK_API (line 16326) | NK_API void function nk_rect (line 16344) | nk_rect function nk_vec2 (line 16352) | nk_vec2 function nk_vec2 (line 16360) | nk_vec2 function NK_API (line 16368) | NK_API float function NK_API (line 16376) | NK_API float function nk_rect (line 16384) | nk_rect function nk_vec2 (line 16392) | nk_vec2 function nk_vec2 (line 16401) | nk_vec2 function nk_vec2 (line 16411) | nk_vec2 function nk_command_buffer (line 16420) | nk_command_buffer* function nk_panel (line 16429) | nk_panel* function NK_API (line 16437) | NK_API int function NK_API (line 16446) | NK_API int function NK_API (line 16456) | NK_API int function NK_API (line 16483) | NK_API int function NK_API (line 16490) | NK_API int function NK_API (line 16505) | NK_API int function NK_API (line 16520) | NK_API int function NK_API (line 16535) | NK_API int function nk_window (line 16550) | nk_window* function NK_API (line 16559) | NK_API void function NK_API (line 16572) | NK_API void function NK_API (line 16584) | NK_API void function NK_API (line 16593) | NK_API void function NK_API (line 16602) | NK_API void function NK_API (line 16620) | NK_API void function NK_API (line 16628) | NK_API void function NK_API (line 16645) | NK_API void function NK_API (line 16654) | NK_API void function NK_API (line 16682) | NK_API int function NK_LIB (line 16778) | NK_LIB int function NK_API (line 16857) | NK_API void function NK_API (line 16869) | NK_API void function NK_API (line 16911) | NK_API int function NK_API (line 16970) | NK_API int function NK_API (line 17000) | NK_API int function NK_API (line 17005) | NK_API int function NK_API (line 17035) | NK_API int function NK_API (line 17041) | NK_API int function NK_API (line 17071) | NK_API int function NK_API (line 17077) | NK_API void function NK_API (line 17086) | NK_API void function NK_API (line 17133) | NK_API void function NK_API (line 17170) | NK_API void function NK_INTERN (line 17201) | NK_INTERN int function NK_API (line 17234) | NK_API int function NK_API (line 17259) | NK_API int nk_menu_begin_label(struct nk_context *ctx, function NK_API (line 17264) | NK_API int function NK_API (line 17289) | NK_API int function NK_API (line 17314) | NK_API int function NK_API (line 17340) | NK_API int function NK_API (line 17346) | NK_API int function NK_API (line 17372) | NK_API int function NK_API (line 17378) | NK_API int function NK_API (line 17383) | NK_API int function NK_API (line 17388) | NK_API int function NK_API (line 17394) | NK_API int function NK_API (line 17400) | NK_API int nk_menu_item_symbol_text(struct nk_context *ctx, enum nk_symb... function NK_API (line 17405) | NK_API int nk_menu_item_symbol_label(struct nk_context *ctx, enum nk_sym... function NK_API (line 17410) | NK_API void nk_menu_close(struct nk_context *ctx) function NK_API (line 17414) | NK_API void function NK_API (line 17429) | NK_API void function NK_API (line 17445) | NK_API void function NK_LIB (line 17463) | NK_LIB float function NK_LIB (line 17483) | NK_LIB void function NK_LIB (line 17535) | NK_LIB void function NK_API (line 17558) | NK_API float function NK_API (line 17568) | NK_API void function NK_API (line 17573) | NK_API void function NK_API (line 17578) | NK_API void function NK_API (line 17604) | NK_API void function NK_API (line 17630) | NK_API void function NK_API (line 17650) | NK_API void function NK_API (line 17689) | NK_API void function NK_API (line 17716) | NK_API void function NK_API (line 17736) | NK_API void function NK_API (line 17756) | NK_API void function NK_API (line 17776) | NK_API void function NK_API (line 17827) | NK_API void function NK_API (line 17852) | NK_API void function NK_API (line 17871) | NK_API void function nk_rect (line 17887) | nk_rect function nk_rect (line 17906) | nk_rect function nk_vec2 (line 17925) | nk_vec2 function nk_vec2 (line 17941) | nk_vec2 function nk_rect (line 17957) | nk_rect function nk_rect (line 17973) | nk_rect function NK_LIB (line 17989) | NK_LIB void function NK_LIB (line 17997) | NK_LIB void function NK_LIB (line 18127) | NK_LIB void function NK_LIB (line 18149) | NK_LIB void function NK_INTERN (line 18188) | NK_INTERN int function NK_INTERN (line 18296) | NK_INTERN int function NK_API (line 18318) | NK_API int function NK_API (line 18324) | NK_API int function NK_API (line 18330) | NK_API void function NK_API (line 18349) | NK_API int function NK_API (line 18356) | NK_API int function NK_API (line 18363) | NK_API void function NK_INTERN (line 18368) | NK_INTERN int function NK_INTERN (line 18479) | NK_INTERN int function NK_API (line 18501) | NK_API int function NK_API (line 18508) | NK_API int function NK_API (line 18515) | NK_API void function NK_API (line 18530) | NK_API int function NK_API (line 18579) | NK_API void function NK_API (line 18641) | NK_API int function NK_API (line 18647) | NK_API int function NK_API (line 18680) | NK_API int function NK_API (line 18685) | NK_API void function NK_API (line 18700) | NK_API int function NK_API (line 18754) | NK_API void function nk_rect (line 18783) | nk_rect function nk_vec2 (line 18794) | nk_vec2 function nk_vec2 (line 18806) | nk_vec2 function NK_API (line 18818) | NK_API float function NK_API (line 18830) | NK_API float function NK_API (line 18842) | NK_API int function NK_API (line 18864) | NK_API int function NK_API (line 18886) | NK_API int function nk_widget_layout_states (line 18908) | nk_widget_layout_states function nk_widget_layout_states (line 18956) | nk_widget_layout_states function NK_API (line 18989) | NK_API void function NK_LIB (line 19030) | NK_LIB void function NK_LIB (line 19075) | NK_LIB void function NK_API (line 19114) | NK_API void function NK_API (line 19141) | NK_API void function NK_API (line 19169) | NK_API void function NK_API (line 19178) | NK_API void function NK_API (line 19187) | NK_API void function NK_API (line 19195) | NK_API void function NK_API (line 19203) | NK_API void function NK_API (line 19212) | NK_API void function NK_API (line 19221) | NK_API void function NK_API (line 19229) | NK_API void function NK_API (line 19237) | NK_API void function NK_API (line 19242) | NK_API void function NK_API (line 19247) | NK_API void function NK_API (line 19252) | NK_API void function NK_API (line 19258) | NK_API void function NK_API (line 19263) | NK_API void function NK_API (line 19270) | NK_API void function NK_API (line 19278) | NK_API void function NK_API (line 19285) | NK_API void function NK_API (line 19292) | NK_API void function NK_API (line 19297) | NK_API void function NK_API (line 19303) | NK_API void function NK_API (line 19308) | NK_API void function NK_API (line 19323) | NK_API nk_handle function NK_API (line 19330) | NK_API nk_handle function nk_image (line 19338) | nk_image function nk_image (line 19351) | nk_image function nk_image (line 19364) | nk_image function nk_image (line 19378) | nk_image function nk_image (line 19391) | nk_image function nk_image (line 19405) | nk_image function NK_API (line 19418) | NK_API int function NK_API (line 19424) | NK_API void function NK_API (line 19439) | NK_API void function NK_LIB (line 19464) | NK_LIB void function NK_LIB (line 19517) | NK_LIB int function nk_style_item (line 19544) | nk_style_item* function NK_LIB (line 19564) | NK_LIB int function NK_LIB (line 19589) | NK_LIB void function NK_LIB (line 19612) | NK_LIB int function NK_LIB (line 19636) | NK_LIB void function NK_LIB (line 19658) | NK_LIB int function NK_LIB (line 19681) | NK_LIB void function NK_LIB (line 19689) | NK_LIB int function NK_LIB (line 19715) | NK_LIB void function NK_LIB (line 19748) | NK_LIB int function NK_LIB (line 19780) | NK_LIB void function NK_LIB (line 19805) | NK_LIB int function NK_API (line 19841) | NK_API void function NK_API (line 19848) | NK_API int function NK_API (line 19868) | NK_API int function NK_API (line 19886) | NK_API int function NK_API (line 19913) | NK_API int function NK_API (line 19920) | NK_API int nk_button_label_styled(struct nk_context *ctx, function NK_API (line 19925) | NK_API int nk_button_label(struct nk_context *ctx, const char *title) function NK_API (line 19929) | NK_API int function NK_API (line 19964) | NK_API int function NK_API (line 19989) | NK_API int function NK_API (line 19996) | NK_API int function NK_API (line 20022) | NK_API int function NK_API (line 20029) | NK_API int function NK_API (line 20057) | NK_API int function NK_API (line 20065) | NK_API int nk_button_symbol_label(struct nk_context *ctx, enum nk_symbol... function NK_API (line 20070) | NK_API int nk_button_symbol_label_styled(struct nk_context *ctx, function NK_API (line 20076) | NK_API int function NK_API (line 20104) | NK_API int function NK_API (line 20110) | NK_API int nk_button_image_label(struct nk_context *ctx, struct nk_image... function NK_API (line 20115) | NK_API int nk_button_image_label_styled(struct nk_context *ctx, function NK_LIB (line 20131) | NK_LIB int function NK_LIB (line 20146) | NK_LIB void function NK_LIB (line 20188) | NK_LIB void function NK_LIB (line 20230) | NK_LIB int function NK_API (line 20297) | NK_API int function nk_check_flags_text (line 20325) | NK_API unsigned int function NK_API (line 20339) | NK_API int function NK_API (line 20351) | NK_API int function NK_API (line 20369) | NK_API int nk_check_label(struct nk_context *ctx, const char *label, int... function nk_check_flags_label (line 20373) | NK_API unsigned int nk_check_flags_label(struct nk_context *ctx, const c... function NK_API (line 20378) | NK_API int nk_checkbox_label(struct nk_context *ctx, const char *label, ... function NK_API (line 20382) | NK_API int nk_checkbox_flags_label(struct nk_context *ctx, const char *l... function NK_API (line 20392) | NK_API int function NK_API (line 20420) | NK_API int function NK_API (line 20432) | NK_API int function NK_API (line 20437) | NK_API int function NK_LIB (line 20452) | NK_LIB void function NK_LIB (line 20501) | NK_LIB int function NK_LIB (line 20537) | NK_LIB int function NK_LIB (line 20584) | NK_LIB int function NK_API (line 20632) | NK_API int function NK_API (line 20661) | NK_API int function NK_API (line 20690) | NK_API int function NK_API (line 20719) | NK_API int function NK_API (line 20725) | NK_API int nk_select_text(struct nk_context *ctx, const char *str, int len, function NK_API (line 20730) | NK_API int nk_selectable_label(struct nk_context *ctx, const char *str, ... function NK_API (line 20734) | NK_API int nk_selectable_image_label(struct nk_context *ctx,struct nk_im... function NK_API (line 20739) | NK_API int nk_select_label(struct nk_context *ctx, const char *str, nk_f... function NK_API (line 20743) | NK_API int nk_select_image_label(struct nk_context *ctx, struct nk_image... function NK_API (line 20748) | NK_API int nk_select_image_text(struct nk_context *ctx, struct nk_image ... function NK_API (line 20753) | NK_API int function NK_API (line 20759) | NK_API int function NK_LIB (line 20775) | NK_LIB float function NK_LIB (line 20817) | NK_LIB void function NK_LIB (line 20876) | NK_LIB float function NK_API (line 20965) | NK_API int function NK_API (line 20999) | NK_API float function NK_API (line 21004) | NK_API int function NK_API (line 21011) | NK_API int function NK_LIB (line 21030) | NK_LIB nk_size function NK_LIB (line 21060) | NK_LIB void function NK_LIB (line 21095) | NK_LIB nk_size function NK_API (line 21126) | NK_API int function NK_API (line 21157) | NK_API nk_size function NK_LIB (line 21173) | NK_LIB float function NK_LIB (line 21247) | NK_LIB void function NK_LIB (line 21281) | NK_LIB float function NK_LIB (line 21370) | NK_LIB float type nk_text_find (line 21469) | struct nk_text_find { type nk_text_edit_row (line 21476) | struct nk_text_edit_row { type nk_text_edit (line 21487) | struct nk_text_edit type nk_text_edit (line 21488) | struct nk_text_edit type nk_text_edit (line 21489) | struct nk_text_edit function NK_INTERN (line 21492) | NK_INTERN float function NK_INTERN (line 21501) | NK_INTERN void function NK_INTERN (line 21522) | NK_INTERN int function NK_LIB (line 21582) | NK_LIB void function NK_LIB (line 21593) | NK_LIB void function NK_INTERN (line 21604) | NK_INTERN void function NK_INTERN (line 21661) | NK_INTERN void function NK_API (line 21675) | NK_API void function NK_API (line 21683) | NK_API void function NK_INTERN (line 21701) | NK_INTERN void function NK_INTERN (line 21711) | NK_INTERN void function NK_INTERN (line 21722) | NK_INTERN void function NK_INTERN (line 21734) | NK_INTERN int function NK_INTERN (line 21745) | NK_INTERN int function NK_INTERN (line 21757) | NK_INTERN int function NK_INTERN (line 21770) | NK_INTERN void function NK_API (line 21778) | NK_API int function NK_API (line 21791) | NK_API int function NK_API (line 21816) | NK_API void function NK_LIB (line 21865) | NK_LIB void function NK_INTERN (line 22175) | NK_INTERN void function NK_INTERN (line 22181) | NK_INTERN void function NK_INTERN (line 22204) | NK_INTERN void function nk_text_undo_record (line 22235) | nk_text_undo_record* function NK_INTERN (line 22260) | NK_INTERN nk_rune* function NK_API (line 22281) | NK_API void function NK_API (line 22348) | NK_API void function NK_INTERN (line 22397) | NK_INTERN void function NK_INTERN (line 22402) | NK_INTERN void function NK_INTERN (line 22412) | NK_INTERN void function NK_LIB (line 22423) | NK_LIB void function NK_API (line 22443) | NK_API void function NK_API (line 22453) | NK_API void function NK_API (line 22464) | NK_API void function NK_API (line 22474) | NK_API void function NK_API (line 22481) | NK_API void function NK_API (line 22498) | NK_API int function NK_API (line 22505) | NK_API int function NK_API (line 22512) | NK_API int function NK_API (line 22520) | NK_API int function NK_API (line 22528) | NK_API int function NK_API (line 22538) | NK_API int function NK_API (line 22546) | NK_API int function NK_LIB (line 22560) | NK_LIB void function NK_LIB (line 22640) | NK_LIB nk_flags function NK_API (line 23139) | NK_API void function NK_API (line 23156) | NK_API void function NK_API (line 23168) | NK_API nk_flags function NK_API (line 23224) | NK_API nk_flags function NK_API (line 23285) | NK_API nk_flags function NK_LIB (line 23305) | NK_LIB void function NK_LIB (line 23344) | NK_LIB void function NK_LIB (line 23363) | NK_LIB void function NK_LIB (line 23397) | NK_LIB void function nk_property_variant (line 23573) | nk_property_variant function nk_property_variant (line 23584) | nk_property_variant function nk_property_variant (line 23595) | nk_property_variant function NK_LIB (line 23607) | NK_LIB void function NK_API (line 23707) | NK_API void function NK_API (line 23721) | NK_API void function NK_API (line 23735) | NK_API void function NK_API (line 23749) | NK_API int function NK_API (line 23763) | NK_API float function NK_API (line 23777) | NK_API double function NK_API (line 23801) | NK_API int function NK_API (line 23860) | NK_API int function NK_API (line 23867) | NK_API void function NK_API (line 23890) | NK_API void function NK_INTERN (line 23897) | NK_INTERN nk_flags function NK_INTERN (line 23967) | NK_INTERN nk_flags function NK_API (line 24013) | NK_API nk_flags function NK_API (line 24039) | NK_API nk_flags function NK_API (line 24044) | NK_API void function NK_API (line 24060) | NK_API void function NK_API (line 24085) | NK_API void function NK_LIB (line 24120) | NK_LIB int function NK_LIB (line 24172) | NK_LIB void function NK_LIB (line 24231) | NK_LIB int function NK_API (line 24277) | NK_API int function nk_colorf (line 24305) | nk_colorf function NK_INTERN (line 24322) | NK_INTERN int function NK_API (line 24356) | NK_API int function NK_API (line 24445) | NK_API int function NK_API (line 24450) | NK_API int function NK_API (line 24527) | NK_API int function NK_API (line 24614) | NK_API int function NK_API (line 24710) | NK_API int function NK_API (line 24787) | NK_API int function NK_API (line 24878) | NK_API int function NK_API (line 24884) | NK_API int function NK_API (line 24890) | NK_API int function NK_API (line 24895) | NK_API int function NK_API (line 24900) | NK_API int function NK_API (line 24906) | NK_API int function NK_API (line 24912) | NK_API int function NK_API (line 24918) | NK_API int function NK_API (line 24924) | NK_API void nk_combo_end(struct nk_context *ctx) function NK_API (line 24928) | NK_API void nk_combo_close(struct nk_context *ctx) function NK_API (line 24932) | NK_API int function NK_API (line 24962) | NK_API int function NK_API (line 25011) | NK_API int function NK_API (line 25017) | NK_API int function NK_API (line 25050) | NK_API void function NK_API (line 25056) | NK_API void function NK_API (line 25062) | NK_API void function NK_API (line 25069) | NK_API void function NK_API (line 25086) | NK_API int function NK_API (line 25125) | NK_API void function NK_API (line 25135) | NK_API void function NK_API (line 25171) | NK_API void function NK_API (line 25179) | NK_API void FILE: thirdparty/glfw/deps/nuklear_glfw_gl2.h type nk_glfw_init_state (line 18) | enum nk_glfw_init_state{ type nk_glfw_init_state (line 22) | enum nk_glfw_init_state type nk_font_atlas (line 23) | struct nk_font_atlas type nk_anti_aliasing (line 27) | enum nk_anti_aliasing type nk_glfw_device (line 54) | struct nk_glfw_device { type nk_glfw_vertex (line 60) | struct nk_glfw_vertex { type nk_glfw (line 66) | struct nk_glfw { function NK_INTERN (line 82) | NK_INTERN void function NK_API (line 94) | NK_API void function NK_API (line 200) | NK_API void function NK_API (line 208) | NK_API void function NK_API (line 216) | NK_API void function NK_INTERN (line 232) | NK_INTERN void function NK_INTERN (line 240) | NK_INTERN void function nk_context (line 254) | nk_context* function NK_API (line 275) | NK_API void function NK_API (line 283) | NK_API void function NK_API (line 294) | NK_API void function NK_API (line 370) | NK_API FILE: thirdparty/glfw/deps/stb_image_write.h type stbi__write_context (line 200) | typedef struct function stbi__start_write_callbacks (line 207) | static void stbi__start_write_callbacks(stbi__write_context *s, stbi_wri... function stbi__stdio_write (line 215) | static void stbi__stdio_write(void *context, void *data, int size) function stbi__start_write_file (line 220) | static int stbi__start_write_file(stbi__write_context *s, const char *fi... function stbi__end_write_file (line 227) | static void stbi__end_write_file(stbi__write_context *s) type stbiw_uint32 (line 234) | typedef unsigned int stbiw_uint32; function stbiw__writefv (line 243) | static void stbiw__writefv(stbi__write_context *s, const char *fmt, va_l... function stbiw__writef (line 272) | static void stbiw__writef(stbi__write_context *s, const char *fmt, ...) function stbiw__write3 (line 280) | static void stbiw__write3(stbi__write_context *s, unsigned char a, unsig... function stbiw__write_pixel (line 287) | static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int ... function stbiw__write_pixels (line 322) | static void stbiw__write_pixels(stbi__write_context *s, int rgb_dir, int... function stbiw__outfile (line 344) | static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir,... function stbi_write_bmp_core (line 358) | static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int... function STBIWDEF (line 367) | STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context... function STBIWDEF (line 375) | STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp... function stbi_write_tga_core (line 387) | static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int... function stbi_write_tga_to_func (line 455) | int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, ... function stbi_write_tga (line 463) | int stbi_write_tga(char const *filename, int x, int y, int comp, const v... function stbiw__linear_to_rgbe (line 482) | void stbiw__linear_to_rgbe(unsigned char *rgbe, float *linear) function stbiw__write_run_data (line 499) | void stbiw__write_run_data(stbi__write_context *s, int length, unsigned ... function stbiw__write_dump_data (line 507) | void stbiw__write_dump_data(stbi__write_context *s, int length, unsigned... function stbiw__write_hdr_scanline (line 515) | void stbiw__write_hdr_scanline(stbi__write_context *s, int width, int nc... function stbi_write_hdr_core (line 604) | static int stbi_write_hdr_core(stbi__write_context *s, int x, int y, int... function stbi_write_hdr_to_func (line 626) | int stbi_write_hdr_to_func(stbi_write_func *func, void *context, int x, ... function stbi_write_hdr (line 633) | int stbi_write_hdr(char const *filename, int x, int y, int comp, const f... function stbiw__zlib_bitrev (line 687) | static int stbiw__zlib_bitrev(int code, int codebits) function stbiw__zlib_countm (line 697) | static unsigned int stbiw__zlib_countm(unsigned char *a, unsigned char *... function stbiw__zhash (line 705) | static unsigned int stbiw__zhash(unsigned char *data) function stbiw__crc32 (line 836) | static unsigned int stbiw__crc32(unsigned char *buffer, int len) function stbiw__wpcrc (line 885) | static void stbiw__wpcrc(unsigned char **data, int len) function stbiw__paeth (line 891) | static unsigned char stbiw__paeth(int a, int b, int c) function STBIWDEF (line 992) | STBIWDEF int stbi_write_png(char const *filename, int x, int y, int comp... function STBIWDEF (line 1007) | STBIWDEF int stbi_write_png_to_func(stbi_write_func *func, void *context... FILE: thirdparty/glfw/deps/tinycthread.c function mtx_init (line 56) | int mtx_init(mtx_t *mtx, int type) function mtx_destroy (line 77) | void mtx_destroy(mtx_t *mtx) function mtx_lock (line 86) | int mtx_lock(mtx_t *mtx) function mtx_timedlock (line 101) | int mtx_timedlock(mtx_t *mtx, const struct timespec *ts) function mtx_trylock (line 109) | int mtx_trylock(mtx_t *mtx) function mtx_unlock (line 124) | int mtx_unlock(mtx_t *mtx) function cnd_init (line 140) | int cnd_init(cnd_t *cond) function cnd_destroy (line 169) | void cnd_destroy(cnd_t *cond) function cnd_signal (line 186) | int cnd_signal(cnd_t *cond) function cnd_broadcast (line 211) | int cnd_broadcast(cnd_t *cond) function _cnd_timedwait_win32 (line 237) | static int _cnd_timedwait_win32(cnd_t *cond, mtx_t *mtx, DWORD timeout) function cnd_wait (line 285) | int cnd_wait(cnd_t *cond, mtx_t *mtx) function cnd_timedwait (line 294) | int cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *ts) type _thread_start_info (line 319) | typedef struct { function thrd_create (line 361) | int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function thrd_t (line 393) | thrd_t thrd_current(void) function thrd_detach (line 402) | int thrd_detach(thrd_t thr) function thrd_equal (line 409) | int thrd_equal(thrd_t thr0, thrd_t thr1) function thrd_exit (line 418) | void thrd_exit(int res) function thrd_join (line 432) | int thrd_join(thrd_t thr, int *res) function thrd_sleep (line 465) | int thrd_sleep(const struct timespec *time_point, struct timespec *remai... function thrd_yield (line 512) | void thrd_yield(void) function tss_create (line 521) | int tss_create(tss_t *key, tss_dtor_t dtor) function tss_delete (line 543) | void tss_delete(tss_t key) function tss_set (line 561) | int tss_set(tss_t key, void *val) function _tthread_clock_gettime (line 578) | int _tthread_clock_gettime(clockid_t clk_id, struct timespec *ts) FILE: thirdparty/glfw/deps/tinycthread.h type _ttherad_timespec (line 112) | struct _ttherad_timespec { type _tthread_clockid_t (line 120) | typedef int _tthread_clockid_t; type timespec (line 124) | struct timespec type mtx_t (line 185) | typedef struct { type pthread_mutex_t (line 191) | typedef pthread_mutex_t mtx_t; type timespec (line 225) | struct timespec type cnd_t (line 246) | typedef struct { type pthread_cond_t (line 252) | typedef pthread_cond_t cnd_t; type timespec (line 311) | struct timespec type HANDLE (line 315) | typedef HANDLE thrd_t; type pthread_t (line 317) | typedef pthread_t thrd_t; type timespec (line 386) | struct timespec type timespec (line 386) | struct timespec type DWORD (line 396) | typedef DWORD tss_t; type pthread_key_t (line 398) | typedef pthread_key_t tss_t; FILE: thirdparty/glfw/deps/vs2008/stdint.h type int_least8_t (line 94) | typedef int8_t int_least8_t; type int_least16_t (line 95) | typedef int16_t int_least16_t; type int_least32_t (line 96) | typedef int32_t int_least32_t; type int_least64_t (line 97) | typedef int64_t int_least64_t; type uint_least8_t (line 98) | typedef uint8_t uint_least8_t; type uint_least16_t (line 99) | typedef uint16_t uint_least16_t; type uint_least32_t (line 100) | typedef uint32_t uint_least32_t; type uint_least64_t (line 101) | typedef uint64_t uint_least64_t; type int_fast8_t (line 104) | typedef int8_t int_fast8_t; type int_fast16_t (line 105) | typedef int16_t int_fast16_t; type int_fast32_t (line 106) | typedef int32_t int_fast32_t; type int_fast64_t (line 107) | typedef int64_t int_fast64_t; type uint_fast8_t (line 108) | typedef uint8_t uint_fast8_t; type uint_fast16_t (line 109) | typedef uint16_t uint_fast16_t; type uint_fast32_t (line 110) | typedef uint32_t uint_fast32_t; type uint_fast64_t (line 111) | typedef uint64_t uint_fast64_t; type intmax_t (line 123) | typedef int64_t intmax_t; type uintmax_t (line 124) | typedef uint64_t uintmax_t; FILE: thirdparty/glfw/docs/html/dynsections.js function toggleVisibility (line 24) | function toggleVisibility(linkObj) function updateStripes (line 45) | function updateStripes() function toggleLevel (line 51) | function toggleLevel(level) function toggleFolder (line 72) | function toggleFolder(id) function toggleInherit (line 107) | function toggleInherit(id) FILE: thirdparty/glfw/docs/html/jquery.js function b (line 2) | function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e... function w (line 2) | function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof... function d (line 2) | function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e... function se (line 2) | function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeTy... function ue (line 2) | function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cac... function le (line 2) | function le(e){return e[k]=!0,e} function ce (line 2) | function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(... function fe (line 2) | function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[... function pe (line 2) | function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourc... function de (line 2) | function de(t){return function(e){return"input"===e.nodeName.toLowerCase... function he (line 2) | function he(n){return function(e){var t=e.nodeName.toLowerCase();return(... function ge (line 2) | function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.... function ve (line 2) | function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,... function ye (line 2) | function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e} function me (line 2) | function me(){} function xe (line 2) | function xe(e){for(var t=0,n=e.length,r="";tr;r++)a=n.classesElementLookup[... function r (line 8) | function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-st... function i (line 8) | function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)} function e (line 8) | function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFl... function i (line 8) | function i(e,i){return parseInt(t.css(e,i),10)||0} function s (line 8) | function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e... function s (line 8) | function s(e,i,s,o){return t.each(n,function(){i-=parseFloat(t.css(e,"pa... function n (line 15) | function n(a){return!a.nodeName||-1!==$.inArray(a.nodeName.toLowerCase()... function h (line 15) | function h(a){return $.isFunction(a)||$.isPlainObject(a)?a:{top:a,left:a}} function k (line 15) | function k(a){var k=$.extend({},b,{queue:!0,duration:d,complete:a&&funct... function CSSCoordinates (line 23) | function CSSCoordinates(){var me=this;me.top="auto";me.left="auto";me.ri... function DisplayController (line 23) | function DisplayController(element,options,tipController){var hoverTimer... function PlacementCalculator (line 23) | function PlacementCalculator(){function computePlacementCoords(element,p... function TooltipController (line 23) | function TooltipController(options){var placementCalculator=new Placemen... function isSvgElement (line 23) | function isSvgElement(element){return Boolean(window.SVGElement&&element... function isMouseEvent (line 23) | function isMouseEvent(event){return Boolean(event&&$.inArray(event.type,... function initTracking (line 23) | function initTracking(){if(!session.mouseTrackingActive){session.mouseTr... function getViewportDimensions (line 23) | function getViewportDimensions(){session.scrollLeft=$window.scrollLeft()... function trackResize (line 23) | function trackResize(){session.windowWidth=$window.width();session.windo... function trackScroll (line 23) | function trackScroll(){var x=$window.scrollLeft(),y=$window.scrollTop();... function trackMouse (line 23) | function trackMouse(event){session.currentX=event.pageX;session.currentY... function isMouseOver (line 23) | function isMouseOver(element){var elementPosition=element.offset(),eleme... function getTooltipContent (line 23) | function getTooltipContent(element){var tipText=element.data(DATA_POWERT... function getViewportCollisions (line 23) | function getViewportCollisions(coords,elementWidth,elementHeight){var vi... function countFlags (line 23) | function countFlags(value){var count=0;while(value){value&=value-1;count... function f (line 33) | function f(a,b){if(!(a.originalEvent.touches.length>1)){a.preventDefault... function initMouseDetection (line 35) | function initMouseDetection(t){var e=".smartmenus_mouse";if(mouseDetecti... function isTouchEvent (line 35) | function isTouchEvent(t){return!/^(4|mouse)$/.test(t.pointerType)} function getEventsNS (line 35) | function getEventsNS(t,e){e||(e="");var i={};for(var s in t)i[s.split(" ... FILE: thirdparty/glfw/docs/html/menu.js function initMenu (line 24) | function initMenu(relPath,searchEnabled,serverSide,searchPage,search) { FILE: thirdparty/glfw/docs/html/search/search.js function convertToId (line 24) | function convertToId(search) function getXPos (line 47) | function getXPos(item) function getYPos (line 61) | function getYPos(item) function SearchBox (line 82) | function SearchBox(name, resultsPath, inFrame, label) function SearchResults (line 427) | function SearchResults(name) function setKeyActions (line 732) | function setKeyActions(elem,action) function setClassAttr (line 739) | function setClassAttr(elem,attr) function createResults (line 745) | function createResults() function init_search (line 800) | function init_search() FILE: thirdparty/glfw/examples/boing.c type DRAW_BALL_ENUM (line 87) | typedef enum { DRAW_BALL, DRAW_BALL_SHADOW } DRAW_BALL_ENUM; type vertex_t (line 90) | typedef struct {float x; float y; float z;} vertex_t; function GLfloat (line 118) | GLfloat TruncateDeg( GLfloat deg ) function deg2rad (line 130) | double deg2rad( double deg ) function sin_deg (line 138) | double sin_deg( double deg ) function cos_deg (line 146) | double cos_deg( double deg ) function CrossProduct (line 156) | void CrossProduct( vertex_t a, vertex_t b, vertex_t c, vertex_t *n ) function init (line 181) | void init( void ) function display (line 195) | void display(void) function reshape (line 216) | void reshape( GLFWwindow* window, int w, int h ) function key_callback (line 239) | void key_callback( GLFWwindow* window, int key, int scancode, int action... function set_ball_pos (line 269) | static void set_ball_pos ( GLfloat x, GLfloat y ) function mouse_button_callback (line 275) | void mouse_button_callback( GLFWwindow* window, int button, int action, ... function cursor_position_callback (line 291) | void cursor_position_callback( GLFWwindow* window, double x, double y ) function DrawBoingBall (line 308) | void DrawBoingBall( void ) function BounceBall (line 385) | void BounceBall( double delta_t ) function DrawBoingBallBand (line 438) | void DrawBoingBallBand( GLfloat long_lo, function DrawGrid (line 542) | void DrawGrid( void ) function main (line 623) | int main( void ) FILE: thirdparty/glfw/examples/gears.c function gear (line 50) | static void function draw (line 174) | static void draw(void) function animate (line 207) | static void animate(void) function key (line 214) | void key( GLFWwindow* window, int k, int s, int action, int mods ) function reshape (line 247) | void reshape( GLFWwindow* window, int width, int height ) function init (line 267) | static void init(void) function main (line 304) | int main(int argc, char *argv[]) FILE: thirdparty/glfw/examples/heightmap.c function GLuint (line 123) | static GLuint make_shader(GLenum type, const char* text) function GLuint (line 150) | static GLuint make_shader_program(const char* vs_text, const char* fs_text) function init_map (line 206) | static void init_map(void) function generate_heightmap__circle (line 290) | static void generate_heightmap__circle(float* center_x, float* center_y, function update_map (line 306) | static void update_map(int num_iter) function make_mesh (line 342) | static void make_mesh(GLuint program) function update_mesh (line 375) | static void update_mesh(void) function key_callback (line 384) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function error_callback (line 395) | static void error_callback(int error, const char* description) function main (line 400) | int main(int argc, char** argv) FILE: thirdparty/glfw/examples/offscreen.c function error_callback (line 74) | static void error_callback(int error, const char* description) function main (line 79) | int main(void) FILE: thirdparty/glfw/examples/particles.c type Vec3 (line 58) | typedef struct type Vertex (line 70) | typedef struct type PARTICLE (line 187) | typedef struct { function usage (line 226) | static void usage(void) function init_particle (line 244) | static void init_particle(PARTICLE *p, double t) function update_particle (line 294) | static void update_particle(PARTICLE *p, float dt) function particle_engine (line 346) | static void particle_engine(double t, float dt) function draw_particles (line 394) | static void draw_particles(GLFWwindow* window, double t, float dt) function draw_fountain (line 604) | static void draw_fountain(void) function tessellate_floor (line 660) | static void tessellate_floor(float x1, float y1, float x2, float y2, int... function draw_floor (line 704) | static void draw_floor(void) function setup_lights (line 748) | static void setup_lights(void) function draw_scene (line 787) | static void draw_scene(GLFWwindow* window, double t) function resize_callback (line 864) | static void resize_callback(GLFWwindow* window, int width, int height) function key_callback (line 875) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function physics_thread_main (line 900) | static int physics_thread_main(void* arg) function main (line 942) | int main(int argc, char** argv) FILE: thirdparty/glfw/examples/sharing.c function error_callback (line 65) | static void error_callback(int error, const char* description) function key_callback (line 70) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 76) | int main(int argc, char** argv) FILE: thirdparty/glfw/examples/simple.c function error_callback (line 67) | static void error_callback(int error, const char* description) function key_callback (line 72) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 78) | int main(void) FILE: thirdparty/glfw/examples/splitview.c function drawTorus (line 59) | static void drawTorus(void) function drawScene (line 120) | static void drawScene(void) function drawGrid (line 152) | static void drawGrid(float scale, int steps) function drawAllViews (line 214) | static void drawAllViews(void) function framebufferSizeFun (line 384) | static void framebufferSizeFun(GLFWwindow* window, int w, int h) function windowRefreshFun (line 396) | static void windowRefreshFun(GLFWwindow* window) function cursorPosFun (line 408) | static void cursorPosFun(GLFWwindow* window, double x, double y) function mouseButtonFun (line 454) | static void mouseButtonFun(GLFWwindow* window, int button, int action, i... function key_callback (line 474) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 485) | int main(void) FILE: thirdparty/glfw/examples/wave.c type Vertex (line 38) | struct Vertex type Vertex (line 53) | struct Vertex function init_vertices (line 70) | void init_vertices(void) function init_grid (line 118) | void init_grid(void) function draw_scene (line 149) | void draw_scene(GLFWwindow* window) function init_opengl (line 174) | void init_opengl(void) function adjust_grid (line 198) | void adjust_grid(void) function calc_grid (line 218) | void calc_grid(void) function error_callback (line 265) | static void error_callback(int error, const char* description) function key_callback (line 275) | void key_callback(GLFWwindow* window, int key, int scancode, int action,... function mouse_button_callback (line 318) | void mouse_button_callback(GLFWwindow* window, int button, int action, i... function cursor_position_callback (line 337) | void cursor_position_callback(GLFWwindow* window, double x, double y) function scroll_callback (line 354) | void scroll_callback(GLFWwindow* window, double x, double y) function framebuffer_size_callback (line 366) | void framebuffer_size_callback(GLFWwindow* window, int width, int height) function main (line 391) | int main(int argc, char* argv[]) FILE: thirdparty/glfw/include/GLFW/glfw3.h type GLFWmonitor (line 1145) | typedef struct GLFWmonitor GLFWmonitor; type GLFWwindow (line 1157) | typedef struct GLFWwindow GLFWwindow; type GLFWcursor (line 1169) | typedef struct GLFWcursor GLFWcursor; type GLFWvidmode (line 1629) | typedef struct GLFWvidmode type GLFWgammaramp (line 1663) | typedef struct GLFWgammaramp type GLFWimage (line 1692) | typedef struct GLFWimage type GLFWgamepadstate (line 1716) | typedef struct GLFWgamepadstate FILE: thirdparty/glfw/src/cocoa_joystick.h type _GLFWjoystickNS (line 39) | typedef struct _GLFWjoystickNS FILE: thirdparty/glfw/src/cocoa_platform.h type VkFlags (line 63) | typedef VkFlags VkMacOSSurfaceCreateFlagsMVK; type VkFlags (line 64) | typedef VkFlags VkMetalSurfaceCreateFlagsEXT; type VkMacOSSurfaceCreateInfoMVK (line 66) | typedef struct VkMacOSSurfaceCreateInfoMVK type VkMetalSurfaceCreateInfoEXT (line 74) | typedef struct VkMetalSurfaceCreateInfoEXT type VkMacOSSurfaceCreateInfoMVK (line 82) | typedef VkResult (APIENTRY *PFN_vkCreateMacOSSurfaceMVK)(VkInstance,cons... type VkMetalSurfaceCreateInfoEXT (line 83) | typedef VkResult (APIENTRY *PFN_vkCreateMetalSurfaceEXT)(VkInstance,cons... type TISInputSourceRef (line 106) | typedef TISInputSourceRef (*PFN_TISCopyCurrentKeyboardLayoutInputSource)... type UInt8 (line 110) | typedef UInt8 (*PFN_LMGetKbdType)(void); type _GLFWwindowNS (line 116) | typedef struct _GLFWwindowNS type _GLFWlibraryNS (line 140) | typedef struct _GLFWlibraryNS type _GLFWmonitorNS (line 175) | typedef struct _GLFWmonitorNS type _GLFWcursorNS (line 187) | typedef struct _GLFWcursorNS type _GLFWtimerNS (line 195) | typedef struct _GLFWtimerNS FILE: thirdparty/glfw/src/cocoa_time.c function _glfwInitTimerNS (line 40) | void _glfwInitTimerNS(void) function _glfwPlatformGetTimerValue (line 53) | uint64_t _glfwPlatformGetTimerValue(void) function _glfwPlatformGetTimerFrequency (line 58) | uint64_t _glfwPlatformGetTimerFrequency(void) FILE: thirdparty/glfw/src/context.c function GLFWbool (line 49) | GLFWbool _glfwIsValidContextConfig(const _GLFWctxconfig* ctxconfig) function _GLFWfbconfig (line 178) | const _GLFWfbconfig* _glfwChooseFBConfig(const _GLFWfbconfig* desired, function GLFWbool (line 346) | GLFWbool _glfwRefreshContextAttribs(_GLFWwindow* window, function GLFWbool (line 582) | GLFWbool _glfwStringInExtensionString(const char* string, const char* ex... function GLFWAPI (line 613) | GLFWAPI void glfwMakeContextCurrent(GLFWwindow* handle) function GLFWAPI (line 637) | GLFWAPI GLFWwindow* glfwGetCurrentContext(void) function GLFWAPI (line 643) | GLFWAPI void glfwSwapBuffers(GLFWwindow* handle) function GLFWAPI (line 660) | GLFWAPI void glfwSwapInterval(int interval) function GLFWAPI (line 677) | GLFWAPI int glfwExtensionSupported(const char* extension) function GLFWAPI (line 743) | GLFWAPI GLFWglproc glfwGetProcAddress(const char* procname) FILE: thirdparty/glfw/src/egl_context.c function getEGLConfigAttrib (line 81) | static int getEGLConfigAttrib(EGLConfig config, int attrib) function GLFWbool (line 90) | static GLFWbool chooseEGLConfig(const _GLFWctxconfig* ctxconfig, function makeContextCurrentEGL (line 192) | static void makeContextCurrentEGL(_GLFWwindow* window) function swapBuffersEGL (line 224) | static void swapBuffersEGL(_GLFWwindow* window) function swapIntervalEGL (line 236) | static void swapIntervalEGL(int interval) function extensionSupportedEGL (line 241) | static int extensionSupportedEGL(const char* extension) function GLFWglproc (line 253) | static GLFWglproc getProcAddressEGL(const char* procname) function destroyContextEGL (line 268) | static void destroyContextEGL(_GLFWwindow* window) function GLFWbool (line 303) | GLFWbool _glfwInitEGL(void) function _glfwTerminateEGL (line 435) | void _glfwTerminateEGL(void) function GLFWbool (line 711) | GLFWbool _glfwChooseVisualEGL(const _GLFWwndconfig* wndconfig, function GLFWAPI (line 756) | GLFWAPI EGLDisplay glfwGetEGLDisplay(void) function GLFWAPI (line 762) | GLFWAPI EGLContext glfwGetEGLContext(GLFWwindow* handle) function GLFWAPI (line 776) | GLFWAPI EGLSurface glfwGetEGLSurface(GLFWwindow* handle) FILE: thirdparty/glfw/src/egl_context.h type HDC (line 32) | typedef HDC EGLNativeDisplayType; type HWND (line 33) | typedef HWND EGLNativeWindowType; type id (line 37) | typedef id EGLNativeWindowType; type Display (line 40) | typedef Display* EGLNativeDisplayType; type Window (line 41) | typedef Window EGLNativeWindowType; type wl_display (line 44) | struct wl_display type wl_egl_window (line 45) | struct wl_egl_window type EGLint (line 110) | typedef int EGLint; type EGLBoolean (line 111) | typedef unsigned int EGLBoolean; type EGLenum (line 112) | typedef unsigned int EGLenum; type EGLConfig (line 119) | typedef EGLBoolean (EGLAPIENTRY * PFN_eglGetConfigAttrib)(EGLDisplay,EGL... type EGLConfig (line 120) | typedef EGLBoolean (EGLAPIENTRY * PFN_eglGetConfigs)(EGLDisplay,EGLConfi... type EGLint (line 123) | typedef EGLBoolean (EGLAPIENTRY * PFN_eglInitialize)(EGLDisplay,EGLint*,... type EGLConfig (line 126) | typedef EGLContext (EGLAPIENTRY * PFN_eglCreateContext)(EGLDisplay,EGLCo... type EGLConfig (line 129) | typedef EGLSurface (EGLAPIENTRY * PFN_eglCreateWindowSurface)(EGLDisplay... type EGLSurface (line 130) | typedef EGLBoolean (EGLAPIENTRY * PFN_eglMakeCurrent)(EGLDisplay,EGLSurf... type _GLFWcontextEGL (line 158) | typedef struct _GLFWcontextEGL type _GLFWlibraryEGL (line 170) | typedef struct _GLFWlibraryEGL FILE: thirdparty/glfw/src/glx_context.c function getGLXFBConfigAttrib (line 43) | static int getGLXFBConfigAttrib(GLXFBConfig fbconfig, int attrib) function GLFWbool (line 52) | static GLFWbool chooseGLXFBConfig(const _GLFWfbconfig* desired, function GLXContext (line 147) | static GLXContext createLegacyContextGLX(_GLFWwindow* window, function makeContextCurrentGLX (line 158) | static void makeContextCurrentGLX(_GLFWwindow* window) function swapBuffersGLX (line 184) | static void swapBuffersGLX(_GLFWwindow* window) function swapIntervalGLX (line 189) | static void swapIntervalGLX(int interval) function extensionSupportedGLX (line 208) | static int extensionSupportedGLX(const char* extension) function GLFWglproc (line 221) | static GLFWglproc getProcAddressGLX(const char* procname) function destroyContextGLX (line 231) | static void destroyContextGLX(_GLFWwindow* window) function GLFWbool (line 253) | GLFWbool _glfwInitGLX(void) function _glfwTerminateGLX (line 424) | void _glfwTerminateGLX(void) function GLFWbool (line 445) | GLFWbool _glfwCreateContextGLX(_GLFWwindow* window, function GLFWbool (line 636) | GLFWbool _glfwChooseVisualGLX(const _GLFWwndconfig* wndconfig, function GLFWAPI (line 671) | GLFWAPI GLXContext glfwGetGLXContext(GLFWwindow* handle) function GLFWAPI (line 685) | GLFWAPI GLXWindow glfwGetGLXWindow(GLFWwindow* handle) FILE: thirdparty/glfw/src/glx_context.h type XID (line 69) | typedef XID GLXWindow; type XID (line 70) | typedef XID GLXDrawable; type __GLXFBConfig (line 71) | struct __GLXFBConfig type __GLXcontext (line 72) | struct __GLXcontext type Bool (line 77) | typedef Bool (*PFNGLXQUERYEXTENSIONPROC)(Display*,int*,int*); type Bool (line 78) | typedef Bool (*PFNGLXQUERYVERSIONPROC)(Display*,int*,int*); type Bool (line 80) | typedef Bool (*PFNGLXMAKECURRENTPROC)(Display*,GLXDrawable,GLXContext); type GLXFBConfig (line 83) | typedef GLXFBConfig* (*PFNGLXGETFBCONFIGSPROC)(Display*,int,int*); type GLXContext (line 84) | typedef GLXContext (*PFNGLXCREATENEWCONTEXTPROC)(Display*,GLXFBConfig,in... type __GLXextproc (line 85) | typedef __GLXextproc (* PFNGLXGETPROCADDRESSPROC)(const GLubyte *procName); type XVisualInfo (line 87) | typedef XVisualInfo* (*PFNGLXGETVISUALFROMFBCONFIGPROC)(Display*,GLXFBCo... type GLXWindow (line 88) | typedef GLXWindow (*PFNGLXCREATEWINDOWPROC)(Display*,GLXFBConfig,Window,... type GLXContext (line 93) | typedef GLXContext (*PFNGLXCREATECONTEXTATTRIBSARBPROC)(Display*,GLXFBCo... type _GLFWcontextGLX (line 116) | typedef struct _GLFWcontextGLX type _GLFWlibraryGLX (line 125) | typedef struct _GLFWlibraryGLX FILE: thirdparty/glfw/src/init.c function terminate (line 64) | static void terminate(void) function _glfw_fminf (line 124) | float _glfw_fminf(float a, float b) function _glfw_fmaxf (line 136) | float _glfw_fmaxf(float a, float b) function _glfwInputError (line 155) | void _glfwInputError(int code, const char* format, ...) function GLFWAPI (line 224) | GLFWAPI int glfwInit(void) function GLFWAPI (line 269) | GLFWAPI void glfwTerminate(void) function GLFWAPI (line 277) | GLFWAPI void glfwInitHint(int hint, int value) function GLFWAPI (line 296) | GLFWAPI void glfwGetVersion(int* major, int* minor, int* rev) function GLFWAPI (line 306) | GLFWAPI const char* glfwGetVersionString(void) function GLFWAPI (line 311) | GLFWAPI int glfwGetError(const char** description) function GLFWAPI (line 335) | GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun) FILE: thirdparty/glfw/src/input.c function _GLFWmapping (line 48) | static _GLFWmapping* findMapping(const char* guid) function GLFWbool (line 63) | static GLFWbool isValidElementForJoystick(const _GLFWmapelement* e, function _GLFWmapping (line 78) | static _GLFWmapping* findValidMapping(const _GLFWjoystick* js) function GLFWbool (line 115) | static GLFWbool parseMapping(_GLFWmapping* mapping, const char* string) function _glfwInputKey (line 261) | void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int actio... function _glfwInputChar (line 292) | void _glfwInputChar(_GLFWwindow* window, unsigned int codepoint, int mod... function _glfwInputScroll (line 312) | void _glfwInputScroll(_GLFWwindow* window, double xoffset, double yoffset) function _glfwInputMouseClick (line 320) | void _glfwInputMouseClick(_GLFWwindow* window, int button, int action, i... function _glfwInputCursorPos (line 340) | void _glfwInputCursorPos(_GLFWwindow* window, double xpos, double ypos) function _glfwInputCursorEnter (line 354) | void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered) function _glfwInputDrop (line 362) | void _glfwInputDrop(_GLFWwindow* window, int count, const char** paths) function _glfwInputJoystick (line 370) | void _glfwInputJoystick(_GLFWjoystick* js, int event) function _glfwInputJoystickAxis (line 380) | void _glfwInputJoystickAxis(_GLFWjoystick* js, int axis, float value) function _glfwInputJoystickButton (line 387) | void _glfwInputJoystickButton(_GLFWjoystick* js, int button, char value) function _glfwInputJoystickHat (line 394) | void _glfwInputJoystickHat(_GLFWjoystick* js, int hat, char value) function _GLFWjoystick (line 413) | _GLFWjoystick* _glfwAllocJoystick(const char* name, function _glfwFreeJoystick (line 449) | void _glfwFreeJoystick(_GLFWjoystick* js) function _glfwCenterCursorInContentArea (line 460) | void _glfwCenterCursorInContentArea(_GLFWwindow* window) function GLFWAPI (line 473) | GLFWAPI int glfwGetInputMode(GLFWwindow* handle, int mode) function GLFWAPI (line 498) | GLFWAPI void glfwSetInputMode(GLFWwindow* handle, int mode, int value) function GLFWAPI (line 591) | GLFWAPI int glfwRawMouseMotionSupported(void) function GLFWAPI (line 597) | GLFWAPI const char* glfwGetKeyName(int key, int scancode) function GLFWAPI (line 616) | GLFWAPI int glfwGetKeyScancode(int key) function GLFWAPI (line 629) | GLFWAPI int glfwGetKey(GLFWwindow* handle, int key) function GLFWAPI (line 652) | GLFWAPI int glfwGetMouseButton(GLFWwindow* handle, int button) function GLFWAPI (line 675) | GLFWAPI void glfwGetCursorPos(GLFWwindow* handle, double* xpos, double* ... function GLFWAPI (line 698) | GLFWAPI void glfwSetCursorPos(GLFWwindow* handle, double xpos, double ypos) function GLFWAPI (line 730) | GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, i... function GLFWAPI (line 751) | GLFWAPI GLFWcursor* glfwCreateStandardCursor(int shape) function GLFWAPI (line 781) | GLFWAPI void glfwDestroyCursor(GLFWcursor* handle) function GLFWAPI (line 816) | GLFWAPI void glfwSetCursor(GLFWwindow* windowHandle, GLFWcursor* cursorH... function GLFWAPI (line 829) | GLFWAPI GLFWkeyfun glfwSetKeyCallback(GLFWwindow* handle, GLFWkeyfun cbfun) function GLFWAPI (line 839) | GLFWAPI GLFWcharfun glfwSetCharCallback(GLFWwindow* handle, GLFWcharfun ... function GLFWAPI (line 849) | GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* handle, GLFW... function GLFWAPI (line 859) | GLFWAPI GLFWmousebuttonfun glfwSetMouseButtonCallback(GLFWwindow* handle, function GLFWAPI (line 870) | GLFWAPI GLFWcursorposfun glfwSetCursorPosCallback(GLFWwindow* handle, function GLFWAPI (line 881) | GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* handle, function GLFWAPI (line 892) | GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* handle, function GLFWAPI (line 903) | GLFWAPI GLFWdropfun glfwSetDropCallback(GLFWwindow* handle, GLFWdropfun ... function GLFWAPI (line 913) | GLFWAPI int glfwJoystickPresent(int jid) function GLFWAPI (line 935) | GLFWAPI const float* glfwGetJoystickAxes(int jid, int* count) function GLFWAPI (line 1026) | GLFWAPI const char* glfwGetJoystickName(int jid) function GLFWAPI (line 1051) | GLFWAPI const char* glfwGetJoystickGUID(int jid) function GLFWAPI (line 1076) | GLFWAPI void glfwSetJoystickUserPointer(int jid, void* pointer) function GLFWAPI (line 1092) | GLFWAPI void* glfwGetJoystickUserPointer(int jid) function GLFWAPI (line 1108) | GLFWAPI GLFWjoystickfun glfwSetJoystickCallback(GLFWjoystickfun cbfun) function GLFWAPI (line 1115) | GLFWAPI int glfwUpdateGamepadMappings(const char* string) function GLFWAPI (line 1175) | GLFWAPI int glfwJoystickIsGamepad(int jid) function GLFWAPI (line 1200) | GLFWAPI const char* glfwGetGamepadName(int jid) function GLFWAPI (line 1228) | GLFWAPI int glfwGetGamepadState(int jid, GLFWgamepadstate* state) function GLFWAPI (line 1311) | GLFWAPI void glfwSetClipboardString(GLFWwindow* handle, const char* string) function GLFWAPI (line 1319) | GLFWAPI const char* glfwGetClipboardString(GLFWwindow* handle) function GLFWAPI (line 1325) | GLFWAPI double glfwGetTime(void) function GLFWAPI (line 1332) | GLFWAPI void glfwSetTime(double time) function GLFWAPI (line 1346) | GLFWAPI uint64_t glfwGetTimerValue(void) function GLFWAPI (line 1352) | GLFWAPI uint64_t glfwGetTimerFrequency(void) FILE: thirdparty/glfw/src/internal.h type GLFWbool (line 61) | typedef int GLFWbool; type _GLFWerror (line 63) | typedef struct _GLFWerror _GLFWerror; type _GLFWinitconfig (line 64) | typedef struct _GLFWinitconfig _GLFWinitconfig; type _GLFWwndconfig (line 65) | typedef struct _GLFWwndconfig _GLFWwndconfig; type _GLFWctxconfig (line 66) | typedef struct _GLFWctxconfig _GLFWctxconfig; type _GLFWfbconfig (line 67) | typedef struct _GLFWfbconfig _GLFWfbconfig; type _GLFWcontext (line 68) | typedef struct _GLFWcontext _GLFWcontext; type _GLFWwindow (line 69) | typedef struct _GLFWwindow _GLFWwindow; type _GLFWlibrary (line 70) | typedef struct _GLFWlibrary _GLFWlibrary; type _GLFWmonitor (line 71) | typedef struct _GLFWmonitor _GLFWmonitor; type _GLFWcursor (line 72) | typedef struct _GLFWcursor _GLFWcursor; type _GLFWmapelement (line 73) | typedef struct _GLFWmapelement _GLFWmapelement; type _GLFWmapping (line 74) | typedef struct _GLFWmapping _GLFWmapping; type _GLFWjoystick (line 75) | typedef struct _GLFWjoystick _GLFWjoystick; type _GLFWtls (line 76) | typedef struct _GLFWtls _GLFWtls; type _GLFWmutex (line 77) | typedef struct _GLFWmutex _GLFWmutex; type GLFWglproc (line 83) | typedef GLFWglproc (* _GLFWgetprocaddressfun)(const char*); type GLint (line 105) | typedef int GLint; type GLuint (line 106) | typedef unsigned int GLuint; type GLenum (line 107) | typedef unsigned int GLenum; type GLbitfield (line 108) | typedef unsigned int GLbitfield; type GLubyte (line 109) | typedef unsigned char GLubyte; type GLubyte (line 112) | typedef const GLubyte* (APIENTRY * PFNGLGETSTRINGPROC)(GLenum); type GLubyte (line 114) | typedef const GLubyte* (APIENTRY * PFNGLGETSTRINGIPROC)(GLenum,GLuint); type VkSurfaceKHR (line 120) | typedef uint64_t VkSurfaceKHR; type VkFlags (line 121) | typedef uint32_t VkFlags; type VkBool32 (line 122) | typedef uint32_t VkBool32; type VkStructureType (line 124) | typedef enum VkStructureType type VkResult (line 135) | typedef enum VkResult type VkAllocationCallbacks (line 163) | typedef struct VkAllocationCallbacks VkAllocationCallbacks; type VkExtensionProperties (line 165) | typedef struct VkExtensionProperties type _GLFWerror (line 229) | struct _GLFWerror type _GLFWinitconfig (line 240) | struct _GLFWinitconfig type _GLFWwndconfig (line 255) | struct _GLFWwndconfig type _GLFWctxconfig (line 286) | struct _GLFWctxconfig type _GLFWfbconfig (line 312) | struct _GLFWfbconfig type _GLFWcontext (line 335) | struct _GLFWcontext type _GLFWwindow (line 366) | struct _GLFWwindow type _GLFWmonitor (line 424) | struct _GLFWmonitor type _GLFWcursor (line 448) | struct _GLFWcursor type _GLFWmapelement (line 458) | struct _GLFWmapelement type _GLFWmapping (line 468) | struct _GLFWmapping type _GLFWjoystick (line 478) | struct _GLFWjoystick type _GLFWtls (line 498) | struct _GLFWtls type _GLFWmutex (line 506) | struct _GLFWmutex type _GLFWlibrary (line 514) | struct _GLFWlibrary FILE: thirdparty/glfw/src/linux_joystick.c function handleKeyEvent (line 50) | static void handleKeyEvent(_GLFWjoystick* js, int code, int value) function handleAbsEvent (line 59) | static void handleAbsEvent(_GLFWjoystick* js, int code, int value) function pollAbsState (line 107) | static void pollAbsState(_GLFWjoystick* js) function GLFWbool (line 127) | static GLFWbool openJoystickDevice(const char* path) function closeJoystick (line 246) | static void closeJoystick(_GLFWjoystick* js) function compareJoysticks (line 255) | static int compareJoysticks(const void* fp, const void* sp) function GLFWbool (line 269) | GLFWbool _glfwInitJoysticksLinux(void) function _glfwTerminateJoysticksLinux (line 325) | void _glfwTerminateJoysticksLinux(void) function _glfwDetectJoystickConnectionLinux (line 347) | void _glfwDetectJoystickConnectionLinux(void) function _glfwPlatformPollJoystick (line 390) | int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode) function _glfwPlatformUpdateGamepadGUID (line 430) | void _glfwPlatformUpdateGamepadGUID(char* guid) FILE: thirdparty/glfw/src/linux_joystick.h type _GLFWjoystickLinux (line 38) | typedef struct _GLFWjoystickLinux type _GLFWlibraryLinux (line 50) | typedef struct _GLFWlibraryLinux FILE: thirdparty/glfw/src/monitor.c function compareVideoModes (line 42) | static int compareVideoModes(const void* fp, const void* sp) function GLFWbool (line 69) | static GLFWbool refreshVideoModes(_GLFWmonitor* monitor) function _glfwInputMonitor (line 97) | void _glfwInputMonitor(_GLFWmonitor* monitor, int action, int placement) function _glfwInputMonitorWindow (line 155) | void _glfwInputMonitorWindow(_GLFWmonitor* monitor, _GLFWwindow* window) function _GLFWmonitor (line 167) | _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heigh... function _glfwFreeMonitor (line 181) | void _glfwFreeMonitor(_GLFWmonitor* monitor) function _glfwAllocGammaArrays (line 198) | void _glfwAllocGammaArrays(GLFWgammaramp* ramp, unsigned int size) function _glfwFreeGammaArrays (line 208) | void _glfwFreeGammaArrays(GLFWgammaramp* ramp) function GLFWvidmode (line 219) | const GLFWvidmode* _glfwChooseVideoMode(_GLFWmonitor* monitor, function _glfwCompareVideoModes (line 271) | int _glfwCompareVideoModes(const GLFWvidmode* fm, const GLFWvidmode* sm) function _glfwSplitBPP (line 278) | void _glfwSplitBPP(int bpp, int* red, int* green, int* blue) function GLFWAPI (line 302) | GLFWAPI GLFWmonitor** glfwGetMonitors(int* count) function GLFWAPI (line 314) | GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void) function GLFWAPI (line 324) | GLFWAPI void glfwGetMonitorPos(GLFWmonitor* handle, int* xpos, int* ypos) function GLFWAPI (line 339) | GLFWAPI void glfwGetMonitorWorkarea(GLFWmonitor* handle, function GLFWAPI (line 360) | GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* handle, int* widthM... function GLFWAPI (line 378) | GLFWAPI void glfwGetMonitorContentScale(GLFWmonitor* handle, function GLFWAPI (line 393) | GLFWAPI const char* glfwGetMonitorName(GLFWmonitor* handle) function GLFWAPI (line 402) | GLFWAPI void glfwSetMonitorUserPointer(GLFWmonitor* handle, void* pointer) function GLFWAPI (line 411) | GLFWAPI void* glfwGetMonitorUserPointer(GLFWmonitor* handle) function GLFWAPI (line 420) | GLFWAPI GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun) function GLFWAPI (line 427) | GLFWAPI const GLFWvidmode* glfwGetVideoModes(GLFWmonitor* handle, int* c... function GLFWAPI (line 444) | GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* handle) function GLFWAPI (line 455) | GLFWAPI void glfwSetGamma(GLFWmonitor* handle, float gamma) function GLFWAPI (line 502) | GLFWAPI const GLFWgammaramp* glfwGetGammaRamp(GLFWmonitor* handle) function GLFWAPI (line 516) | GLFWAPI void glfwSetGammaRamp(GLFWmonitor* handle, const GLFWgammaramp* ... FILE: thirdparty/glfw/src/nsgl_context.h type _GLFWcontextNSGL (line 43) | typedef struct _GLFWcontextNSGL type _GLFWlibraryNSGL (line 52) | typedef struct _GLFWlibraryNSGL FILE: thirdparty/glfw/src/null_init.c function _glfwPlatformInit (line 37) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 43) | void _glfwPlatformTerminate(void) FILE: thirdparty/glfw/src/null_joystick.c function _glfwPlatformPollJoystick (line 36) | int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode) function _glfwPlatformUpdateGamepadGUID (line 41) | void _glfwPlatformUpdateGamepadGUID(char* guid) FILE: thirdparty/glfw/src/null_monitor.c function _glfwPlatformFreeMonitor (line 37) | void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor) function _glfwPlatformGetMonitorPos (line 41) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function _glfwPlatformGetMonitorContentScale (line 45) | void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor, function _glfwPlatformGetMonitorWorkarea (line 54) | void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor, function GLFWvidmode (line 60) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found) function _glfwPlatformGetVideoMode (line 65) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function GLFWbool (line 69) | GLFWbool _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp*... function _glfwPlatformSetGammaRamp (line 74) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaram... FILE: thirdparty/glfw/src/null_platform.h type _GLFWwindowNull (line 57) | typedef struct _GLFWwindowNull FILE: thirdparty/glfw/src/null_window.c function createNativeWindow (line 33) | static int createNativeWindow(_GLFWwindow* window, function _glfwPlatformCreateWindow (line 47) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 75) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 81) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 85) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, int count, function _glfwPlatformSetWindowMonitor (line 90) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 98) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformSetWindowPos (line 102) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowSize (line 106) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformSetWindowSize (line 114) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 120) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 126) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int n, int d) function _glfwPlatformGetFramebufferSize (line 130) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, in... function _glfwPlatformGetWindowFrameSize (line 138) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformGetWindowContentScale (line 144) | void _glfwPlatformGetWindowContentScale(_GLFWwindow* window, function _glfwPlatformIconifyWindow (line 153) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 157) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 161) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 165) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformWindowHovered (line 170) | int _glfwPlatformWindowHovered(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 175) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 180) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 184) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 188) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformGetWindowOpacity (line 192) | float _glfwPlatformGetWindowOpacity(_GLFWwindow* window) function _glfwPlatformSetWindowOpacity (line 197) | void _glfwPlatformSetWindowOpacity(_GLFWwindow* window, float opacity) function _glfwPlatformSetRawMouseMotion (line 201) | void _glfwPlatformSetRawMouseMotion(_GLFWwindow *window, GLFWbool enabled) function GLFWbool (line 205) | GLFWbool _glfwPlatformRawMouseMotionSupported(void) function _glfwPlatformShowWindow (line 210) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 215) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformUnhideWindow (line 219) | void _glfwPlatformUnhideWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 223) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 227) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformWindowFocused (line 231) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 236) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 241) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformPollEvents (line 246) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 250) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 254) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 258) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetCursorPos (line 262) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 266) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) function _glfwPlatformSetCursorMode (line 270) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformCreateCursor (line 274) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 281) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 286) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function _glfwPlatformSetCursor (line 290) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function _glfwPlatformSetClipboardString (line 294) | void _glfwPlatformSetClipboardString(const char* string) function _glfwPlatformGetKeyScancode (line 308) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformGetRequiredInstanceExtensions (line 313) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 317) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 324) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, FILE: thirdparty/glfw/src/osmesa_context.c function makeContextCurrentOSMesa (line 37) | static void makeContextCurrentOSMesa(_GLFWwindow* window) function GLFWglproc (line 71) | static GLFWglproc getProcAddressOSMesa(const char* procname) function destroyContextOSMesa (line 76) | static void destroyContextOSMesa(_GLFWwindow* window) function swapBuffersOSMesa (line 92) | static void swapBuffersOSMesa(_GLFWwindow* window) function swapIntervalOSMesa (line 97) | static void swapIntervalOSMesa(int interval) function extensionSupportedOSMesa (line 102) | static int extensionSupportedOSMesa(const char* extension) function _glfwTerminateOSMesa (line 182) | void _glfwTerminateOSMesa(void) function GLFWbool (line 198) | GLFWbool _glfwCreateContextOSMesa(_GLFWwindow* window, function GLFWAPI (line 295) | GLFWAPI int glfwGetOSMesaColorBuffer(GLFWwindow* handle, int* width, function GLFWAPI (line 326) | GLFWAPI int glfwGetOSMesaDepthBuffer(GLFWwindow* handle, function GLFWAPI (line 359) | GLFWAPI OSMesaContext glfwGetOSMesaContext(GLFWwindow* handle) FILE: thirdparty/glfw/src/osmesa_context.h type GLint (line 42) | typedef OSMesaContext (GLAPIENTRY * PFN_OSMesaCreateContextExt)(GLenum,G... type _GLFWcontextOSMesa (line 63) | typedef struct _GLFWcontextOSMesa type _GLFWlibraryOSMesa (line 74) | typedef struct _GLFWlibraryOSMesa FILE: thirdparty/glfw/src/posix_thread.c function GLFWbool (line 40) | GLFWbool _glfwPlatformCreateTls(_GLFWtls* tls) function _glfwPlatformDestroyTls (line 55) | void _glfwPlatformDestroyTls(_GLFWtls* tls) function _glfwPlatformSetTls (line 68) | void _glfwPlatformSetTls(_GLFWtls* tls, void* value) function GLFWbool (line 74) | GLFWbool _glfwPlatformCreateMutex(_GLFWmutex* mutex) function _glfwPlatformDestroyMutex (line 87) | void _glfwPlatformDestroyMutex(_GLFWmutex* mutex) function _glfwPlatformLockMutex (line 94) | void _glfwPlatformLockMutex(_GLFWmutex* mutex) function _glfwPlatformUnlockMutex (line 100) | void _glfwPlatformUnlockMutex(_GLFWmutex* mutex) FILE: thirdparty/glfw/src/posix_thread.h type _GLFWtlsPOSIX (line 36) | typedef struct _GLFWtlsPOSIX type _GLFWmutexPOSIX (line 45) | typedef struct _GLFWmutexPOSIX FILE: thirdparty/glfw/src/posix_time.c function _glfwInitTimerPOSIX (line 42) | void _glfwInitTimerPOSIX(void) function _glfwPlatformGetTimerValue (line 65) | uint64_t _glfwPlatformGetTimerValue(void) function _glfwPlatformGetTimerFrequency (line 83) | uint64_t _glfwPlatformGetTimerFrequency(void) FILE: thirdparty/glfw/src/posix_time.h type _GLFWtimerPOSIX (line 35) | typedef struct _GLFWtimerPOSIX FILE: thirdparty/glfw/src/vulkan.c function GLFWbool (line 44) | GLFWbool _glfwInitVulkan(int mode) function _glfwTerminateVulkan (line 157) | void _glfwTerminateVulkan(void) function GLFWAPI (line 225) | GLFWAPI int glfwVulkanSupported(void) function GLFWAPI (line 231) | GLFWAPI const char** glfwGetRequiredInstanceExtensions(uint32_t* count) function GLFWAPI (line 249) | GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, function GLFWAPI (line 275) | GLFWAPI int glfwGetPhysicalDevicePresentationSupport(VkInstance instance, function GLFWAPI (line 299) | GLFWAPI VkResult glfwCreateWindowSurface(VkInstance instance, FILE: thirdparty/glfw/src/wgl_context.c function findPixelFormatAttribValue (line 38) | static int findPixelFormatAttribValue(const int* attribs, function choosePixelFormat (line 66) | static int choosePixelFormat(_GLFWwindow* window, function makeContextCurrentWGL (line 295) | static void makeContextCurrentWGL(_GLFWwindow* window) function swapBuffersWGL (line 320) | static void swapBuffersWGL(_GLFWwindow* window) function swapIntervalWGL (line 343) | static void swapIntervalWGL(int interval) function extensionSupportedWGL (line 368) | static int extensionSupportedWGL(const char* extension) function GLFWglproc (line 383) | static GLFWglproc getProcAddressWGL(const char* procname) function destroyContextWGL (line 392) | static void destroyContextWGL(_GLFWwindow* window) function GLFWbool (line 408) | GLFWbool _glfwInitWGL(void) function _glfwTerminateWGL (line 528) | void _glfwTerminateWGL(void) function GLFWbool (line 543) | GLFWbool _glfwCreateContextWGL(_GLFWwindow* window, function GLFWAPI (line 783) | GLFWAPI HGLRC glfwGetWGLContext(GLFWwindow* handle) FILE: thirdparty/glfw/src/wgl_context.h type UINT (line 81) | typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC)(HDC,int,int,... type HGLRC (line 84) | typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC)(HDC,HGLRC,const type _GLFWcontextWGL (line 117) | typedef struct _GLFWcontextWGL type _GLFWlibraryWGL (line 127) | typedef struct _GLFWlibraryWGL FILE: thirdparty/glfw/src/win32_init.c function BOOL (line 60) | BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) function GLFWbool (line 69) | static GLFWbool loadLibraries(void) function freeLibraries (line 169) | static void freeLibraries(void) function createKeyTables (line 195) | static void createKeyTables(void) function GLFWbool (line 334) | static GLFWbool createHelperWindow(void) function WCHAR (line 389) | WCHAR* _glfwCreateWideStringFromUTF8Win32(const char* source) function _glfwInputErrorWin32 (line 445) | void _glfwInputErrorWin32(int error, const char* description) function _glfwUpdateKeyNamesWin32 (line 466) | void _glfwUpdateKeyNamesWin32(void) function BOOL (line 520) | BOOL _glfwIsWindowsVersionOrGreaterWin32(WORD major, WORD minor, WORD sp) function BOOL (line 535) | BOOL _glfwIsWindows10BuildOrGreaterWin32(WORD build) function _glfwPlatformInit (line 553) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 589) | void _glfwPlatformTerminate(void) FILE: thirdparty/glfw/src/win32_joystick.c type _GLFWobjenumWin32 (line 42) | typedef struct _GLFWobjenumWin32 function compareJoystickObjects (line 179) | static int compareJoystickObjects(const void* first, const void* second) function GLFWbool (line 193) | static GLFWbool supportsXInput(const GUID* guid) function closeJoystick (line 257) | static void closeJoystick(_GLFWjoystick* js) function BOOL (line 274) | static BOOL CALLBACK deviceObjectCallback(const DIDEVICEOBJECTINSTANCEW*... function BOOL (line 346) | static BOOL CALLBACK deviceCallback(const DIDEVICEINSTANCE* di, void* user) function _glfwInitJoysticksWin32 (line 496) | void _glfwInitJoysticksWin32(void) function _glfwTerminateJoysticksWin32 (line 516) | void _glfwTerminateJoysticksWin32(void) function _glfwDetectJoystickConnectionWin32 (line 529) | void _glfwDetectJoystickConnectionWin32(void) function _glfwDetectJoystickDisconnectionWin32 (line 589) | void _glfwDetectJoystickDisconnectionWin32(void) function _glfwPlatformPollJoystick (line 606) | int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode) function _glfwPlatformUpdateGamepadGUID (line 745) | void _glfwPlatformUpdateGamepadGUID(char* guid) FILE: thirdparty/glfw/src/win32_joystick.h type _GLFWjoyobjectWin32 (line 34) | typedef struct _GLFWjoyobjectWin32 type _GLFWjoystickWin32 (line 42) | typedef struct _GLFWjoystickWin32 FILE: thirdparty/glfw/src/win32_monitor.c function BOOL (line 41) | static BOOL CALLBACK monitorCallback(HMONITOR handle, function _GLFWmonitor (line 62) | static _GLFWmonitor* createMonitor(DISPLAY_DEVICEW* adapter, function _glfwPollMonitorsWin32 (line 137) | void _glfwPollMonitorsWin32(void) function _glfwSetVideoModeWin32 (line 247) | void _glfwSetVideoModeWin32(_GLFWmonitor* monitor, const GLFWvidmode* de... function _glfwRestoreVideoModeWin32 (line 305) | void _glfwRestoreVideoModeWin32(_GLFWmonitor* monitor) function _glfwGetMonitorContentScaleWin32 (line 315) | void _glfwGetMonitorContentScaleWin32(HMONITOR handle, float* xscale, fl... function _glfwPlatformFreeMonitor (line 340) | void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor) function _glfwPlatformGetMonitorPos (line 344) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function _glfwPlatformGetMonitorContentScale (line 361) | void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor, function _glfwPlatformGetMonitorWorkarea (line 367) | void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor, function GLFWvidmode (line 384) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count) function _glfwPlatformGetVideoMode (line 461) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function GLFWbool (line 478) | GLFWbool _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp*... function _glfwPlatformSetGammaRamp (line 496) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaram... function GLFWAPI (line 522) | GLFWAPI const char* glfwGetWin32Adapter(GLFWmonitor* handle) function GLFWAPI (line 529) | GLFWAPI const char* glfwGetWin32Monitor(GLFWmonitor* handle) FILE: thirdparty/glfw/src/win32_platform.h type CHANGEFILTERSTRUCT (line 118) | typedef struct type DWM_BLURBEHIND (line 131) | typedef struct type PROCESS_DPI_AWARENESS (line 143) | typedef enum type MONITOR_DPI_TYPE (line 149) | typedef enum type DWORD (line 223) | typedef DWORD (WINAPI * PFN_XInputGetCapabilities)(DWORD,DWORD,XINPUT_CA... type XINPUT_STATE (line 224) | typedef DWORD (WINAPI * PFN_XInputGetState)(DWORD,XINPUT_STATE*); type DWORD (line 229) | typedef HRESULT (WINAPI * PFN_DirectInput8Create)(HINSTANCE,DWORD,REFIID... type UINT (line 234) | typedef BOOL (WINAPI * PFN_ChangeWindowMessageFilterEx)(HWND,UINT,DWORD,... type DWORD (line 238) | typedef BOOL (WINAPI * PFN_AdjustWindowRectExForDpi)(LPRECT,DWORD,BOOL,D... type MONITOR_DPI_TYPE (line 256) | typedef HRESULT (WINAPI * PFN_GetDpiForMonitor)(HMONITOR,MONITOR_DPI_TYP... type VkFlags (line 264) | typedef VkFlags VkWin32SurfaceCreateFlagsKHR; type VkWin32SurfaceCreateInfoKHR (line 266) | typedef struct VkWin32SurfaceCreateInfoKHR type VkWin32SurfaceCreateInfoKHR (line 275) | typedef VkResult (APIENTRY *PFN_vkCreateWin32SurfaceKHR)(VkInstance,cons... type _GLFWwindowWin32 (line 305) | typedef struct _GLFWwindowWin32 type _GLFWlibraryWin32 (line 326) | typedef struct _GLFWlibraryWin32 type _GLFWmonitorWin32 (line 393) | typedef struct _GLFWmonitorWin32 type _GLFWcursorWin32 (line 408) | typedef struct _GLFWcursorWin32 type _GLFWtimerWin32 (line 416) | typedef struct _GLFWtimerWin32 type _GLFWtlsWin32 (line 425) | typedef struct _GLFWtlsWin32 type _GLFWmutexWin32 (line 434) | typedef struct _GLFWmutexWin32 FILE: thirdparty/glfw/src/win32_thread.c function GLFWbool (line 39) | GLFWbool _glfwPlatformCreateTls(_GLFWtls* tls) function _glfwPlatformDestroyTls (line 55) | void _glfwPlatformDestroyTls(_GLFWtls* tls) function _glfwPlatformSetTls (line 68) | void _glfwPlatformSetTls(_GLFWtls* tls, void* value) function GLFWbool (line 74) | GLFWbool _glfwPlatformCreateMutex(_GLFWmutex* mutex) function _glfwPlatformDestroyMutex (line 81) | void _glfwPlatformDestroyMutex(_GLFWmutex* mutex) function _glfwPlatformLockMutex (line 88) | void _glfwPlatformLockMutex(_GLFWmutex* mutex) function _glfwPlatformUnlockMutex (line 94) | void _glfwPlatformUnlockMutex(_GLFWmutex* mutex) FILE: thirdparty/glfw/src/win32_time.c function _glfwInitTimerWin32 (line 39) | void _glfwInitTimerWin32(void) function _glfwPlatformGetTimerValue (line 60) | uint64_t _glfwPlatformGetTimerValue(void) function _glfwPlatformGetTimerFrequency (line 72) | uint64_t _glfwPlatformGetTimerFrequency(void) FILE: thirdparty/glfw/src/win32_window.c function DWORD (line 41) | static DWORD getWindowStyle(const _GLFWwindow* window) function DWORD (line 67) | static DWORD getWindowExStyle(const _GLFWwindow* window) function GLFWimage (line 79) | static const GLFWimage* chooseImage(int count, const GLFWimage* images, function HICON (line 101) | static HICON createIcon(const GLFWimage* image, function getFullWindowSize (line 191) | static void getFullWindowSize(DWORD style, DWORD exStyle, function applyAspectRatio (line 209) | static void applyAspectRatio(_GLFWwindow* window, int edge, RECT* area) function updateCursorImage (line 241) | static void updateCursorImage(_GLFWwindow* window) function updateClipRect (line 256) | static void updateClipRect(_GLFWwindow* window) function enableRawMouseMotion (line 272) | static void enableRawMouseMotion(_GLFWwindow* window) function disableRawMouseMotion (line 285) | static void disableRawMouseMotion(_GLFWwindow* window) function disableCursor (line 298) | static void disableCursor(_GLFWwindow* window) function enableCursor (line 314) | static void enableCursor(_GLFWwindow* window) function GLFWbool (line 329) | static GLFWbool cursorInContentArea(_GLFWwindow* window) function updateWindowStyles (line 349) | static void updateWindowStyles(const _GLFWwindow* window) function updateFramebufferTransparency (line 378) | static void updateFramebufferTransparency(const _GLFWwindow* window) function getKeyMods (line 429) | static int getKeyMods(void) function fitToMonitor (line 449) | static void fitToMonitor(_GLFWwindow* window) function acquireMonitor (line 463) | static void acquireMonitor(_GLFWwindow* window) function releaseMonitor (line 487) | static void releaseMonitor(_GLFWwindow* window) function LRESULT (line 508) | static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, function createNativeWindow (line 1183) | static int createNativeWindow(_GLFWwindow* window, function GLFWbool (line 1309) | GLFWbool _glfwRegisterWindowClassWin32(void) function _glfwUnregisterWindowClassWin32 (line 1345) | void _glfwUnregisterWindowClassWin32(void) function _glfwPlatformCreateWindow (line 1355) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 1399) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 1424) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 1434) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 1473) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformSetWindowPos (line 1484) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowSize (line 1504) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformSetWindowSize (line 1515) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 1547) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 1566) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int numer, i... function _glfwPlatformGetFramebufferSize (line 1581) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, in... function _glfwPlatformGetWindowFrameSize (line 1586) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformGetWindowContentScale (line 1618) | void _glfwPlatformGetWindowContentScale(_GLFWwindow* window, function _glfwPlatformIconifyWindow (line 1626) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 1631) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 1636) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformShowWindow (line 1641) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 1646) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 1651) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 1656) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformSetWindowMonitor (line 1663) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformWindowFocused (line 1773) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 1778) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 1783) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 1788) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformWindowHovered (line 1793) | int _glfwPlatformWindowHovered(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 1798) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 1811) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 1816) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 1821) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformGetWindowOpacity (line 1828) | float _glfwPlatformGetWindowOpacity(_GLFWwindow* window) function _glfwPlatformSetWindowOpacity (line 1843) | void _glfwPlatformSetWindowOpacity(_GLFWwindow* window, float opacity) function _glfwPlatformSetRawMouseMotion (line 1861) | void _glfwPlatformSetRawMouseMotion(_GLFWwindow *window, GLFWbool enabled) function GLFWbool (line 1872) | GLFWbool _glfwPlatformRawMouseMotionSupported(void) function _glfwPlatformPollEvents (line 1877) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 1959) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 1966) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 1973) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetCursorPos (line 1978) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 1993) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double xpos, double ... function _glfwPlatformSetCursorMode (line 2005) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformGetKeyScancode (line 2030) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformCreateCursor (line 2035) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 2046) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 2078) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function _glfwPlatformSetCursor (line 2084) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function _glfwPlatformSetClipboardString (line 2090) | void _glfwPlatformSetClipboardString(const char* string) function _glfwPlatformGetRequiredInstanceExtensions (line 2172) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 2181) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 2199) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, function GLFWAPI (line 2238) | GLFWAPI HWND glfwGetWin32Window(GLFWwindow* handle) FILE: thirdparty/glfw/src/window.c function _glfwInputWindowFocus (line 45) | void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused) function _glfwInputWindowPos (line 74) | void _glfwInputWindowPos(_GLFWwindow* window, int x, int y) function _glfwInputWindowSize (line 83) | void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) function _glfwInputWindowIconify (line 91) | void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) function _glfwInputWindowMaximize (line 99) | void _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized) function _glfwInputFramebufferSize (line 108) | void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) function _glfwInputWindowContentScale (line 117) | void _glfwInputWindowContentScale(_GLFWwindow* window, float xscale, flo... function _glfwInputWindowDamage (line 125) | void _glfwInputWindowDamage(_GLFWwindow* window) function _glfwInputWindowCloseRequest (line 133) | void _glfwInputWindowCloseRequest(_GLFWwindow* window) function _glfwInputWindowMonitor (line 143) | void _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor) function GLFWAPI (line 152) | GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, function glfwDefaultWindowHints (line 249) | void glfwDefaultWindowHints(void) function GLFWAPI (line 288) | GLFWAPI void glfwWindowHint(int hint, int value) function GLFWAPI (line 416) | GLFWAPI void glfwWindowHintString(int hint, const char* value) function GLFWAPI (line 441) | GLFWAPI void glfwDestroyWindow(GLFWwindow* handle) function GLFWAPI (line 474) | GLFWAPI int glfwWindowShouldClose(GLFWwindow* handle) function GLFWAPI (line 483) | GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* handle, int value) function GLFWAPI (line 492) | GLFWAPI void glfwSetWindowTitle(GLFWwindow* handle, const char* title) function GLFWAPI (line 502) | GLFWAPI void glfwSetWindowIcon(GLFWwindow* handle, function GLFWAPI (line 514) | GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) function GLFWAPI (line 528) | GLFWAPI void glfwSetWindowPos(GLFWwindow* handle, int xpos, int ypos) function GLFWAPI (line 541) | GLFWAPI void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) function GLFWAPI (line 555) | GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) function GLFWAPI (line 570) | GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* handle, function GLFWAPI (line 615) | GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* handle, int numer, int... function GLFWAPI (line 644) | GLFWAPI void glfwGetFramebufferSize(GLFWwindow* handle, int* width, int*... function GLFWAPI (line 658) | GLFWAPI void glfwGetWindowFrameSize(GLFWwindow* handle, function GLFWAPI (line 678) | GLFWAPI void glfwGetWindowContentScale(GLFWwindow* handle, function GLFWAPI (line 693) | GLFWAPI float glfwGetWindowOpacity(GLFWwindow* handle) function GLFWAPI (line 702) | GLFWAPI void glfwSetWindowOpacity(GLFWwindow* handle, float opacity) function GLFWAPI (line 721) | GLFWAPI void glfwIconifyWindow(GLFWwindow* handle) function GLFWAPI (line 730) | GLFWAPI void glfwRestoreWindow(GLFWwindow* handle) function GLFWAPI (line 739) | GLFWAPI void glfwMaximizeWindow(GLFWwindow* handle) function GLFWAPI (line 752) | GLFWAPI void glfwShowWindow(GLFWwindow* handle) function GLFWAPI (line 768) | GLFWAPI void glfwRequestWindowAttention(GLFWwindow* handle) function GLFWAPI (line 778) | GLFWAPI void glfwHideWindow(GLFWwindow* handle) function GLFWAPI (line 791) | GLFWAPI void glfwFocusWindow(GLFWwindow* handle) function GLFWAPI (line 801) | GLFWAPI int glfwGetWindowAttrib(GLFWwindow* handle, int attrib) function GLFWAPI (line 860) | GLFWAPI void glfwSetWindowAttrib(GLFWwindow* handle, int attrib, int value) function GLFWAPI (line 904) | GLFWAPI GLFWmonitor* glfwGetWindowMonitor(GLFWwindow* handle) function GLFWAPI (line 913) | GLFWAPI void glfwSetWindowMonitor(GLFWwindow* wh, function GLFWAPI (line 952) | GLFWAPI void glfwSetWindowUserPointer(GLFWwindow* handle, void* pointer) function GLFWAPI (line 961) | GLFWAPI void* glfwGetWindowUserPointer(GLFWwindow* handle) function GLFWAPI (line 970) | GLFWAPI GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* handle, function GLFWAPI (line 981) | GLFWAPI GLFWwindowsizefun glfwSetWindowSizeCallback(GLFWwindow* handle, function GLFWAPI (line 992) | GLFWAPI GLFWwindowclosefun glfwSetWindowCloseCallback(GLFWwindow* handle, function GLFWAPI (line 1003) | GLFWAPI GLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* ha... function GLFWAPI (line 1014) | GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* handle, function GLFWAPI (line 1025) | GLFWAPI GLFWwindowiconifyfun glfwSetWindowIconifyCallback(GLFWwindow* ha... function GLFWAPI (line 1036) | GLFWAPI GLFWwindowmaximizefun glfwSetWindowMaximizeCallback(GLFWwindow* ... function GLFWAPI (line 1047) | GLFWAPI GLFWframebuffersizefun glfwSetFramebufferSizeCallback(GLFWwindow... function GLFWAPI (line 1058) | GLFWAPI GLFWwindowcontentscalefun glfwSetWindowContentScaleCallback(GLFW... function GLFWAPI (line 1069) | GLFWAPI void glfwPollEvents(void) function GLFWAPI (line 1075) | GLFWAPI void glfwWaitEvents(void) function GLFWAPI (line 1081) | GLFWAPI void glfwWaitEventsTimeout(double timeout) function GLFWAPI (line 1097) | GLFWAPI void glfwPostEmptyEvent(void) FILE: thirdparty/glfw/src/wl_init.c function min (line 44) | static inline int min(int n1, int n2) function _GLFWwindow (line 49) | static _GLFWwindow* findWindowFromDecorationSurface(struct wl_surface* s... function pointerHandleEnter (line 83) | static void pointerHandleEnter(void* data, function pointerHandleLeave (line 113) | static void pointerHandleLeave(void* data, function setCursor (line 131) | static void setCursor(_GLFWwindow* window, const char* name) function pointerHandleMotion (line 176) | static void pointerHandleMotion(void* data, function pointerHandleButton (line 235) | static void pointerHandleButton(void* data, function pointerHandleAxis (line 330) | static void pointerHandleAxis(void* data, type wl_pointer_listener (line 357) | struct wl_pointer_listener function keyboardHandleKeymap (line 365) | static void keyboardHandleKeymap(void* data, function keyboardHandleEnter (line 467) | static void keyboardHandleEnter(void* data, function keyboardHandleLeave (line 490) | static void keyboardHandleLeave(void* data, function toGLFWKeyCode (line 505) | static int toGLFWKeyCode(uint32_t key) function xkb_keysym_t (line 514) | static xkb_keysym_t composeSymbol(xkb_keysym_t sym) function GLFWbool (line 535) | static GLFWbool inputChar(_GLFWwindow* window, uint32_t key) function keyboardHandleKey (line 564) | static void keyboardHandleKey(void* data, function keyboardHandleModifiers (line 607) | static void keyboardHandleModifiers(void* data, function keyboardHandleRepeatInfo (line 652) | static void keyboardHandleRepeatInfo(void* data, type wl_keyboard_listener (line 665) | struct wl_keyboard_listener function seatHandleCapabilities (line 676) | static void seatHandleCapabilities(void* data, function seatHandleName (line 703) | static void seatHandleName(void* data, type wl_seat_listener (line 709) | struct wl_seat_listener function dataOfferHandleOffer (line 714) | static void dataOfferHandleOffer(void* data, type wl_data_offer_listener (line 720) | struct wl_data_offer_listener function dataDeviceHandleDataOffer (line 724) | static void dataDeviceHandleDataOffer(void* data, function dataDeviceHandleEnter (line 735) | static void dataDeviceHandleEnter(void* data, function dataDeviceHandleLeave (line 745) | static void dataDeviceHandleLeave(void* data, function dataDeviceHandleMotion (line 750) | static void dataDeviceHandleMotion(void* data, function dataDeviceHandleDrop (line 758) | static void dataDeviceHandleDrop(void* data, function dataDeviceHandleSelection (line 763) | static void dataDeviceHandleSelection(void* data, type wl_data_device_listener (line 769) | struct wl_data_device_listener function wmBaseHandlePing (line 778) | static void wmBaseHandlePing(void* data, type xdg_wm_base_listener (line 785) | struct xdg_wm_base_listener function registryHandleGlobal (line 789) | static void registryHandleGlobal(void* data, function registryHandleGlobalRemove (line 882) | static void registryHandleGlobalRemove(void *data, type wl_registry_listener (line 901) | struct wl_registry_listener function createKeyTables (line 908) | static void createKeyTables(void) function _glfwPlatformInit (line 1045) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 1218) | void _glfwPlatformTerminate(void) FILE: thirdparty/glfw/src/wl_monitor.c function outputHandleGeometry (line 38) | static void outputHandleGeometry(void* data, function outputHandleMode (line 61) | static void outputHandleMode(void* data, function outputHandleDone (line 87) | static void outputHandleDone(void* data, struct wl_output* output) function outputHandleScale (line 94) | static void outputHandleScale(void* data, type wl_output_listener (line 103) | struct wl_output_listener function _glfwAddOutputWayland (line 115) | void _glfwAddOutputWayland(uint32_t name, uint32_t version) function _glfwPlatformFreeMonitor (line 152) | void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor) function _glfwPlatformGetMonitorPos (line 158) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function _glfwPlatformGetMonitorContentScale (line 166) | void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor, function _glfwPlatformGetMonitorWorkarea (line 175) | void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor, function GLFWvidmode (line 189) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found) function _glfwPlatformGetVideoMode (line 195) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function GLFWbool (line 200) | GLFWbool _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp*... function _glfwPlatformSetGammaRamp (line 207) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, function wl_output (line 219) | wl_output* glfwGetWaylandMonitor(GLFWmonitor* handle) FILE: thirdparty/glfw/src/wl_platform.h type VkFlags (line 34) | typedef VkFlags VkWaylandSurfaceCreateFlagsKHR; type VkWaylandSurfaceCreateInfoKHR (line 36) | typedef struct VkWaylandSurfaceCreateInfoKHR type VkWaylandSurfaceCreateInfoKHR (line 45) | typedef VkResult (APIENTRY *PFN_vkCreateWaylandSurfaceKHR)(VkInstance,co... type struct (line 46) | typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceWaylandPresentationSu... type wl_cursor_image (line 81) | struct wl_cursor_image { type wl_cursor (line 88) | struct wl_cursor { type wl_cursor_theme (line 93) | struct wl_cursor_theme type wl_shm (line 93) | struct wl_shm type wl_cursor_theme (line 94) | struct wl_cursor_theme type wl_cursor (line 95) | struct wl_cursor type wl_cursor_theme (line 95) | struct wl_cursor_theme type wl_buffer (line 96) | struct wl_buffer type wl_cursor_image (line 96) | struct wl_cursor_image type wl_egl_window (line 102) | struct wl_egl_window type wl_surface (line 102) | struct wl_surface type wl_egl_window (line 103) | struct wl_egl_window type wl_egl_window (line 104) | struct wl_egl_window type xkb_context (line 109) | struct xkb_context type xkb_context_flags (line 109) | enum xkb_context_flags type xkb_context (line 110) | struct xkb_context type xkb_keymap (line 111) | struct xkb_keymap type xkb_context (line 111) | struct xkb_context type xkb_keymap_format (line 111) | enum xkb_keymap_format type xkb_keymap_compile_flags (line 111) | enum xkb_keymap_compile_flags type xkb_keymap (line 112) | struct xkb_keymap type xkb_mod_index_t (line 113) | typedef xkb_mod_index_t (* PFN_xkb_keymap_mod_get_index)(struct xkb_keym... type xkb_keymap (line 114) | struct xkb_keymap type xkb_state (line 115) | struct xkb_state type xkb_keymap (line 115) | struct xkb_keymap type xkb_state (line 116) | struct xkb_state type xkb_state (line 117) | struct xkb_state type xkb_state_component (line 118) | enum xkb_state_component type xkb_state (line 118) | struct xkb_state type xkb_mod_mask_t (line 119) | typedef xkb_mod_mask_t (* PFN_xkb_state_serialize_mods)(struct xkb_state... type xkb_compose_table (line 133) | struct xkb_compose_table type xkb_context (line 133) | struct xkb_context type xkb_compose_compile_flags (line 133) | enum xkb_compose_compile_flags type xkb_compose_table (line 134) | struct xkb_compose_table type xkb_compose_state (line 135) | struct xkb_compose_state type xkb_compose_table (line 135) | struct xkb_compose_table type xkb_compose_state_flags (line 135) | enum xkb_compose_state_flags type xkb_compose_state (line 136) | struct xkb_compose_state type xkb_compose_feed_result (line 137) | enum xkb_compose_feed_result type xkb_compose_state (line 137) | struct xkb_compose_state type xkb_compose_status (line 138) | enum xkb_compose_status type xkb_compose_state (line 138) | struct xkb_compose_state type xkb_keysym_t (line 139) | typedef xkb_keysym_t (* PFN_xkb_compose_state_get_one_sym)(struct xkb_co... type _GLFWdecorationSideWayland (line 154) | typedef enum _GLFWdecorationSideWayland type _GLFWdecorationWayland (line 164) | typedef struct _GLFWdecorationWayland type _GLFWwindowWayland (line 174) | typedef struct _GLFWwindowWayland type _GLFWlibraryWayland (line 224) | typedef struct _GLFWlibraryWayland type _GLFWmonitorWayland (line 333) | typedef struct _GLFWmonitorWayland type _GLFWcursorWayland (line 347) | typedef struct _GLFWcursorWayland FILE: thirdparty/glfw/src/wl_window.c function shellSurfaceHandlePing (line 44) | static void shellSurfaceHandlePing(void* data, function shellSurfaceHandleConfigure (line 51) | static void shellSurfaceHandleConfigure(void* data, function shellSurfaceHandlePopupDone (line 99) | static void shellSurfaceHandlePopupDone(void* data, type wl_shell_surface_listener (line 104) | struct wl_shell_surface_listener function createTmpfileCloexec (line 110) | static int createTmpfileCloexec(char* tmpname) function createAnonymousFile (line 141) | static int createAnonymousFile(off_t size) type wl_buffer (line 198) | struct wl_buffer type wl_shm_pool (line 200) | struct wl_shm_pool type wl_buffer (line 201) | struct wl_buffer function createDecoration (line 251) | static void createDecoration(_GLFWdecorationWayland* decoration, function createDecorations (line 281) | static void createDecorations(_GLFWwindow* window) function destroyDecoration (line 313) | static void destroyDecoration(_GLFWdecorationWayland* decoration) function destroyDecorations (line 326) | static void destroyDecorations(_GLFWwindow* window) function xdgDecorationHandleConfigure (line 334) | static void xdgDecorationHandleConfigure(void* data, type zxdg_toplevel_decoration_v1_listener (line 346) | struct zxdg_toplevel_decoration_v1_listener function setOpaqueRegion (line 351) | static void setOpaqueRegion(_GLFWwindow* window) function resizeWindow (line 366) | static void resizeWindow(_GLFWwindow* window) function checkScaleChange (line 405) | static void checkScaleChange(_GLFWwindow* window) function surfaceHandleEnter (line 432) | static void surfaceHandleEnter(void *data, function surfaceHandleLeave (line 452) | static void surfaceHandleLeave(void *data, type wl_surface_listener (line 473) | struct wl_surface_listener function setIdleInhibitor (line 478) | static void setIdleInhibitor(_GLFWwindow* window, GLFWbool enable) function GLFWbool (line 496) | static GLFWbool createSurface(_GLFWwindow* window, function setFullscreen (line 525) | static void setFullscreen(_GLFWwindow* window, _GLFWmonitor* monitor, function GLFWbool (line 547) | static GLFWbool createShellSurface(_GLFWwindow* window) function xdgToplevelHandleConfigure (line 594) | static void xdgToplevelHandleConfigure(void* data, function xdgToplevelHandleClose (line 659) | static void xdgToplevelHandleClose(void* data, type xdg_toplevel_listener (line 666) | struct xdg_toplevel_listener function xdgSurfaceHandleConfigure (line 671) | static void xdgSurfaceHandleConfigure(void* data, type xdg_surface_listener (line 678) | struct xdg_surface_listener function setXdgDecorations (line 682) | static void setXdgDecorations(_GLFWwindow* window) function GLFWbool (line 703) | static GLFWbool createXdgSurface(_GLFWwindow* window) function setCursorImage (line 764) | static void setCursorImage(_GLFWwindow* window, function incrementCursorImage (line 810) | static void incrementCursorImage(_GLFWwindow* window) function handleEvents (line 826) | static void handleEvents(int timeout) function _glfwPlatformCreateWindow (line 920) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 984) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 1029) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 1040) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 1047) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformSetWindowPos (line 1056) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowSize (line 1064) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformSetWindowSize (line 1072) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 1079) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 1103) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, function _glfwPlatformGetFramebufferSize (line 1110) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, function _glfwPlatformGetWindowFrameSize (line 1118) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformGetWindowContentScale (line 1135) | void _glfwPlatformGetWindowContentScale(_GLFWwindow* window, function _glfwPlatformIconifyWindow (line 1144) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 1158) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 1178) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformShowWindow (line 1192) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 1204) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 1221) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 1228) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformSetWindowMonitor (line 1234) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformWindowFocused (line 1257) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 1262) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 1269) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 1274) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformWindowHovered (line 1279) | int _glfwPlatformWindowHovered(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 1284) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 1289) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 1296) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 1307) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformGetWindowOpacity (line 1314) | float _glfwPlatformGetWindowOpacity(_GLFWwindow* window) function _glfwPlatformSetWindowOpacity (line 1319) | void _glfwPlatformSetWindowOpacity(_GLFWwindow* window, float opacity) function _glfwPlatformSetRawMouseMotion (line 1323) | void _glfwPlatformSetRawMouseMotion(_GLFWwindow *window, GLFWbool enabled) function GLFWbool (line 1328) | GLFWbool _glfwPlatformRawMouseMotionSupported(void) function _glfwPlatformPollEvents (line 1333) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 1338) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 1343) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 1348) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetCursorPos (line 1353) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 1363) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) function _glfwPlatformSetCursorMode (line 1374) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformGetKeyScancode (line 1385) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformCreateCursor (line 1390) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 1405) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 1432) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function relativePointerHandleRelativeMotion (line 1442) | static void relativePointerHandleRelativeMotion(void* data, type zwp_relative_pointer_v1_listener (line 1472) | struct zwp_relative_pointer_v1_listener function lockedPointerHandleLocked (line 1476) | static void lockedPointerHandleLocked(void* data, function unlockPointer (line 1481) | static void unlockPointer(_GLFWwindow* window) function lockedPointerHandleUnlocked (line 1497) | static void lockedPointerHandleUnlocked(void* data, type zwp_locked_pointer_v1_listener (line 1502) | struct zwp_locked_pointer_v1_listener function lockPointer (line 1507) | static void lockPointer(_GLFWwindow* window) function GLFWbool (line 1545) | static GLFWbool isPointerLocked(_GLFWwindow* window) function _glfwPlatformSetCursor (line 1550) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function dataSourceHandleTarget (line 1609) | static void dataSourceHandleTarget(void* data, function dataSourceHandleSend (line 1621) | static void dataSourceHandleSend(void* data, function dataSourceHandleCancelled (line 1670) | static void dataSourceHandleCancelled(void* data, type wl_data_source_listener (line 1685) | struct wl_data_source_listener function _glfwPlatformSetClipboardString (line 1691) | void _glfwPlatformSetClipboardString(const char* string) function GLFWbool (line 1731) | static GLFWbool growClipboardString(void) function _glfwPlatformGetRequiredInstanceExtensions (line 1814) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 1823) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 1843) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, function wl_display (line 1882) | wl_display* glfwGetWaylandDisplay(void) function wl_surface (line 1888) | wl_surface* glfwGetWaylandWindow(GLFWwindow* handle) FILE: thirdparty/glfw/src/x11_init.c function translateKeyCode (line 43) | static int translateKeyCode(int scancode) function createKeyTables (line 233) | static void createKeyTables(void) function GLFWbool (line 332) | static GLFWbool hasUsableInputMethodStyle(void) function Atom (line 355) | static Atom getSupportedAtom(Atom* supportedAtoms, function detectEWMH (line 372) | static void detectEWMH(void) function GLFWbool (line 463) | static GLFWbool initExtensions(void) function getSystemContentScale (line 794) | static void getSystemContentScale(float* xscale, float* yscale) function Cursor (line 829) | static Cursor createHiddenCursor(void) function Window (line 838) | static Window createHelperWindow(void) function errorHandler (line 852) | static int errorHandler(Display *display, XErrorEvent* event) function _glfwGrabErrorHandlerX11 (line 865) | void _glfwGrabErrorHandlerX11(void) function _glfwReleaseErrorHandlerX11 (line 873) | void _glfwReleaseErrorHandlerX11(void) function _glfwInputErrorX11 (line 882) | void _glfwInputErrorX11(int error, const char* message) function Cursor (line 893) | Cursor _glfwCreateCursorX11(const GLFWimage* image, int xhot, int yhot) function _glfwPlatformInit (line 932) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 1003) | void _glfwPlatformTerminate(void) FILE: thirdparty/glfw/src/x11_monitor.c function GLFWbool (line 40) | static GLFWbool modeIsGood(const XRRModeInfo* mi) function calculateRefreshRate (line 47) | static int calculateRefreshRate(const XRRModeInfo* mi) function XRRModeInfo (line 57) | static const XRRModeInfo* getModeInfo(const XRRScreenResources* sr, RRMo... function GLFWvidmode (line 70) | static GLFWvidmode vidmodeFromModeInfo(const XRRModeInfo* mi, function _glfwPollMonitorsX11 (line 101) | void _glfwPollMonitorsX11(void) function _glfwSetVideoModeX11 (line 227) | void _glfwSetVideoModeX11(_GLFWmonitor* monitor, const GLFWvidmode* desi... function _glfwRestoreVideoModeX11 (line 281) | void _glfwRestoreVideoModeX11(_GLFWmonitor* monitor) function _glfwPlatformFreeMonitor (line 313) | void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor) function _glfwPlatformGetMonitorPos (line 317) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function _glfwPlatformGetMonitorContentScale (line 339) | void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor, function _glfwPlatformGetMonitorWorkarea (line 348) | void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor, int* xpos, i... function GLFWvidmode (line 440) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count) function _glfwPlatformGetVideoMode (line 492) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function GLFWbool (line 522) | GLFWbool _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp*... function _glfwPlatformSetGammaRamp (line 560) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaram... function GLFWAPI (line 601) | GLFWAPI RRCrtc glfwGetX11Adapter(GLFWmonitor* handle) function GLFWAPI (line 608) | GLFWAPI RROutput glfwGetX11Monitor(GLFWmonitor* handle) FILE: thirdparty/glfw/src/x11_platform.h type XRRCrtcGamma (line 50) | typedef XRRCrtcGamma* (* PFN_XRRAllocGamma)(int); type XRRCrtcGamma (line 55) | typedef XRRCrtcGamma* (* PFN_XRRGetCrtcGamma)(Display*,RRCrtc); type XRRCrtcInfo (line 57) | typedef XRRCrtcInfo* (* PFN_XRRGetCrtcInfo) (Display*,XRRScreenResources... type XRROutputInfo (line 58) | typedef XRROutputInfo* (* PFN_XRRGetOutputInfo)(Display*,XRRScreenResour... type RROutput (line 59) | typedef RROutput (* PFN_XRRGetOutputPrimary)(Display*,Window); type XRRScreenResources (line 60) | typedef XRRScreenResources* (* PFN_XRRGetScreenResourcesCurrent)(Display... type Bool (line 61) | typedef Bool (* PFN_XRRQueryExtension)(Display*,int*,int*); type Status (line 62) | typedef Status (* PFN_XRRQueryVersion)(Display*,int*,int*); type Status (line 64) | typedef Status (* PFN_XRRSetCrtcConfig)(Display*,XRRScreenResources*,RRC... type XcursorImage (line 85) | typedef XcursorImage* (* PFN_XcursorImageCreate)(int,int); type Cursor (line 87) | typedef Cursor (* PFN_XcursorImageLoadCursor)(Display*,const XcursorImag... type Bool (line 92) | typedef Bool (* PFN_XineramaIsActive)(Display*); type Bool (line 93) | typedef Bool (* PFN_XineramaQueryExtension)(Display*,int*,int*); type XineramaScreenInfo (line 94) | typedef XineramaScreenInfo* (* PFN_XineramaQueryScreens)(Display*,int*); type XID (line 99) | typedef XID xcb_window_t; type XID (line 100) | typedef XID xcb_visualid_t; type xcb_connection_t (line 101) | typedef struct xcb_connection_t xcb_connection_t; type xcb_connection_t (line 102) | typedef xcb_connection_t* (* PFN_XGetXCBConnection)(Display*); type Bool (line 105) | typedef Bool (* PFN_XF86VidModeQueryExtension)(Display*,int*,int*); type Bool (line 106) | typedef Bool (* PFN_XF86VidModeGetGammaRamp)(Display*,int,int,unsigned s... type Bool (line 107) | typedef Bool (* PFN_XF86VidModeSetGammaRamp)(Display*,int,int,unsigned s... type Bool (line 108) | typedef Bool (* PFN_XF86VidModeGetGammaRampSize)(Display*,int,int*); type Status (line 114) | typedef Status (* PFN_XIQueryVersion)(Display*,int*,int*); type Bool (line 119) | typedef Bool (* PFN_XRenderQueryExtension)(Display*,int*,int*); type Status (line 120) | typedef Status (* PFN_XRenderQueryVersion)(Display*dpy,int*,int*); type XRenderPictFormat (line 121) | typedef XRenderPictFormat* (* PFN_XRenderFindVisualFormat)(Display*,Visu... type VkFlags (line 126) | typedef VkFlags VkXlibSurfaceCreateFlagsKHR; type VkFlags (line 127) | typedef VkFlags VkXcbSurfaceCreateFlagsKHR; type VkXlibSurfaceCreateInfoKHR (line 129) | typedef struct VkXlibSurfaceCreateInfoKHR type VkXcbSurfaceCreateInfoKHR (line 138) | typedef struct VkXcbSurfaceCreateInfoKHR type VkXlibSurfaceCreateInfoKHR (line 147) | typedef VkResult (APIENTRY *PFN_vkCreateXlibSurfaceKHR)(VkInstance,const... type Display (line 148) | typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceXlibPresentationSuppo... type VkXcbSurfaceCreateInfoKHR (line 149) | typedef VkResult (APIENTRY *PFN_vkCreateXcbSurfaceKHR)(VkInstance,const ... type xcb_connection_t (line 150) | typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceXcbPresentationSuppor... type _GLFWwindowX11 (line 179) | typedef struct _GLFWwindowX11 type _GLFWlibraryX11 (line 209) | typedef struct _GLFWlibraryX11 type _GLFWmonitorX11 (line 412) | typedef struct _GLFWmonitorX11 type _GLFWcursorX11 (line 426) | typedef struct _GLFWcursorX11 FILE: thirdparty/glfw/src/x11_window.c function GLFWbool (line 64) | static GLFWbool waitForEvent(double* timeout) function GLFWbool (line 109) | static GLFWbool waitForVisibilityNotify(_GLFWwindow* window) function getWindowState (line 128) | static int getWindowState(_GLFWwindow* window) function Bool (line 152) | static Bool isSelectionEvent(Display* display, XEvent* event, XPointer p... function Bool (line 164) | static Bool isFrameExtentsEvent(Display* display, XEvent* event, XPointe... function Bool (line 175) | static Bool isSelPropNewValueNotify(Display* display, XEvent* event, XPo... function translateState (line 186) | static int translateState(int state) function translateKey (line 208) | static int translateKey(int scancode) function sendEventToWM (line 219) | static void sendEventToWM(_GLFWwindow* window, Atom type, function updateNormalHints (line 240) | static void updateNormalHints(_GLFWwindow* window, int width, int height) function updateWindowMode (line 289) | static void updateWindowMode(_GLFWwindow* window) function encodeUTF8 (line 435) | static size_t encodeUTF8(char* s, unsigned int ch) function decodeUTF8 (line 467) | static unsigned int decodeUTF8(const char** s) function updateCursorImage (line 509) | static void updateCursorImage(_GLFWwindow* window) function enableRawMouseMotion (line 530) | static void enableRawMouseMotion(_GLFWwindow* window) function disableRawMouseMotion (line 545) | static void disableRawMouseMotion(_GLFWwindow* window) function disableCursor (line 559) | static void disableCursor(_GLFWwindow* window) function enableCursor (line 580) | static void enableCursor(_GLFWwindow* window) function GLFWbool (line 595) | static GLFWbool createNativeWindow(_GLFWwindow* window, function Atom (line 800) | static Atom writeTargetToProperty(const XSelectionRequestEvent* request) function handleSelectionClear (line 934) | static void handleSelectionClear(XEvent* event) function handleSelectionRequest (line 948) | static void handleSelectionRequest(XEvent* event) function acquireMonitor (line 1105) | static void acquireMonitor(_GLFWwindow* window) function releaseMonitor (line 1144) | static void releaseMonitor(_GLFWwindow* window) function processEvent (line 1167) | static void processEvent(XEvent *event) function _glfwGetWindowPropertyX11 (line 1882) | unsigned long _glfwGetWindowPropertyX11(Window window, function GLFWbool (line 1907) | GLFWbool _glfwIsVisualTransparentX11(Visual* visual) function _glfwPushSelectionToManagerX11 (line 1918) | void _glfwPushSelectionToManagerX11(void) function _glfwPlatformCreateWindow (line 1969) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 2040) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 2074) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 2105) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 2150) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformSetWindowPos (line 2164) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowSize (line 2188) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformSetWindowSize (line 2199) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 2217) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 2227) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int numer, i... function _glfwPlatformGetFramebufferSize (line 2235) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, in... function _glfwPlatformGetWindowFrameSize (line 2240) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformGetWindowContentScale (line 2301) | void _glfwPlatformGetWindowContentScale(_GLFWwindow* window, function _glfwPlatformIconifyWindow (line 2310) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 2325) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 2359) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformShowWindow (line 2424) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 2433) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 2439) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 2451) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformSetWindowMonitor (line 2465) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformWindowFocused (line 2518) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 2527) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 2532) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 2539) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformWindowHovered (line 2574) | int _glfwPlatformWindowHovered(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 2596) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 2604) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 2611) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 2633) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformGetWindowOpacity (line 2703) | float _glfwPlatformGetWindowOpacity(_GLFWwindow* window) function _glfwPlatformSetWindowOpacity (line 2726) | void _glfwPlatformSetWindowOpacity(_GLFWwindow* window, float opacity) function _glfwPlatformSetRawMouseMotion (line 2734) | void _glfwPlatformSetRawMouseMotion(_GLFWwindow *window, GLFWbool enabled) function GLFWbool (line 2748) | GLFWbool _glfwPlatformRawMouseMotionSupported(void) function _glfwPlatformPollEvents (line 2753) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 2787) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 2795) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 2806) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetCursorPos (line 2817) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 2834) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) function _glfwPlatformSetCursorMode (line 2845) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformGetKeyScancode (line 2890) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformCreateCursor (line 2895) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 2906) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 2936) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function _glfwPlatformSetCursor (line 2942) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function _glfwPlatformSetClipboardString (line 2951) | void _glfwPlatformSetClipboardString(const char* string) function _glfwPlatformGetRequiredInstanceExtensions (line 2974) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 2995) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 3048) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, function GLFWAPI (line 3128) | GLFWAPI Display* glfwGetX11Display(void) function GLFWAPI (line 3134) | GLFWAPI Window glfwGetX11Window(GLFWwindow* handle) function GLFWAPI (line 3141) | GLFWAPI void glfwSetX11SelectionString(const char* string) function GLFWAPI (line 3161) | GLFWAPI const char* glfwGetX11SelectionString(void) FILE: thirdparty/glfw/src/xkb_unicode.c type codepair (line 69) | struct codepair { function _glfwKeySym2Unicode (line 910) | long _glfwKeySym2Unicode(unsigned int keysym) FILE: thirdparty/glfw/tests/clipboard.c function usage (line 45) | static void usage(void) function error_callback (line 50) | static void error_callback(int error, const char* description) function key_callback (line 55) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 90) | int main(int argc, char** argv) FILE: thirdparty/glfw/tests/cursor.c function error_callback (line 75) | static void error_callback(int error, const char* description) function star (line 80) | static float star(int x, int y, float t) function GLFWcursor (line 96) | static GLFWcursor* create_cursor_frame(float t) function GLFWcursor (line 116) | static GLFWcursor* create_tracking_cursor(void) function cursor_position_callback (line 146) | static void cursor_position_callback(GLFWwindow* window, double x, doubl... function key_callback (line 156) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 324) | int main(void) FILE: thirdparty/glfw/tests/empty.c function error_callback (line 42) | static void error_callback(int error, const char* description) function thread_main (line 47) | static int thread_main(void* data) function key_callback (line 63) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function nrand (line 69) | static float nrand(void) function main (line 74) | int main(void) FILE: thirdparty/glfw/tests/events.c type Slot (line 49) | typedef struct function usage (line 56) | static void usage(void) function encode_utf8 (line 256) | static size_t encode_utf8(char* s, unsigned int ch) function error_callback (line 284) | static void error_callback(int error, const char* description) function window_pos_callback (line 289) | static void window_pos_callback(GLFWwindow* window, int x, int y) function window_size_callback (line 296) | static void window_size_callback(GLFWwindow* window, int width, int height) function framebuffer_size_callback (line 303) | static void framebuffer_size_callback(GLFWwindow* window, int width, int... function window_content_scale_callback (line 310) | static void window_content_scale_callback(GLFWwindow* window, float xsca... function window_close_callback (line 317) | static void window_close_callback(GLFWwindow* window) function window_refresh_callback (line 326) | static void window_refresh_callback(GLFWwindow* window) function window_focus_callback (line 337) | static void window_focus_callback(GLFWwindow* window, int focused) function window_iconify_callback (line 345) | static void window_iconify_callback(GLFWwindow* window, int iconified) function window_maximize_callback (line 353) | static void window_maximize_callback(GLFWwindow* window, int maximized) function mouse_button_callback (line 361) | static void mouse_button_callback(GLFWwindow* window, int button, int ac... function cursor_position_callback (line 371) | static void cursor_position_callback(GLFWwindow* window, double x, doubl... function cursor_enter_callback (line 378) | static void cursor_enter_callback(GLFWwindow* window, int entered) function scroll_callback (line 386) | static void scroll_callback(GLFWwindow* window, double x, double y) function key_callback (line 393) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function char_callback (line 440) | static void char_callback(GLFWwindow* window, unsigned int codepoint) function drop_callback (line 450) | static void drop_callback(GLFWwindow* window, int count, const char* pat... function monitor_callback (line 462) | static void monitor_callback(GLFWmonitor* monitor, int event) function joystick_callback (line 489) | static void joystick_callback(int jid, int event) function main (line 514) | int main(int argc, char** argv) FILE: thirdparty/glfw/tests/gamma.c function error_callback (line 52) | static void error_callback(int error, const char* description) function key_callback (line 57) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function chart_ramp_array (line 63) | static void chart_ramp_array(struct nk_context* nk, function main (line 87) | int main(int argc, char** argv) FILE: thirdparty/glfw/tests/glfwinfo.c function usage (line 57) | static void usage(void) function error_callback (line 106) | static void error_callback(int error, const char* description) function list_context_extensions (line 177) | static void list_context_extensions(int client, int major, int minor) function list_vulkan_instance_extensions (line 213) | static void list_vulkan_instance_extensions(void) function list_vulkan_instance_layers (line 237) | static void list_vulkan_instance_layers(void) function list_vulkan_device_extensions (line 266) | static void list_vulkan_device_extensions(VkInstance instance, VkPhysica... function list_vulkan_device_layers (line 290) | static void list_vulkan_device_layers(VkInstance instance, VkPhysicalDev... function valid_version (line 319) | static int valid_version(void) function print_version (line 336) | static void print_version(void) function GLADapiproc (line 349) | static GLADapiproc glad_vulkan_callback(const char* name, void* user) function main (line 354) | int main(int argc, char** argv) FILE: thirdparty/glfw/tests/icon.c function set_icon (line 70) | static void set_icon(GLFWwindow* window, int icon_color) function key_callback (line 93) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 113) | int main(int argc, char** argv) FILE: thirdparty/glfw/tests/iconify.c function usage (line 42) | static void usage(void) function error_callback (line 51) | static void error_callback(int error, const char* description) function key_callback (line 56) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function window_size_callback (line 123) | static void window_size_callback(GLFWwindow* window, int width, int height) function framebuffer_size_callback (line 128) | static void framebuffer_size_callback(GLFWwindow* window, int width, int... function window_focus_callback (line 133) | static void window_focus_callback(GLFWwindow* window, int focused) function window_iconify_callback (line 140) | static void window_iconify_callback(GLFWwindow* window, int iconified) function window_maximize_callback (line 147) | static void window_maximize_callback(GLFWwindow* window, int maximized) function window_refresh_callback (line 154) | static void window_refresh_callback(GLFWwindow* window) function GLFWwindow (line 164) | static GLFWwindow* create_window(GLFWmonitor* monitor) function main (line 200) | int main(int argc, char** argv) FILE: thirdparty/glfw/tests/inputlag.c function usage (line 53) | void usage(void) type nk_vec2 (line 61) | struct nk_vec2 function sample_input (line 64) | void sample_input(GLFWwindow* window) function cursor_pos_callback (line 80) | void cursor_pos_callback(GLFWwindow* window, double xpos, double ypos) function update_vsync (line 88) | void update_vsync() function swap_buffers (line 99) | void swap_buffers(GLFWwindow* window) function error_callback (line 127) | void error_callback(int error, const char* description) function key_callback (line 132) | void key_callback(GLFWwindow* window, int key, int scancode, int action,... function draw_marker (line 145) | void draw_marker(struct nk_command_buffer* canvas, int lead, struct nk_v... function main (line 152) | int main(int argc, char** argv) FILE: thirdparty/glfw/tests/joysticks.c function error_callback (line 60) | static void error_callback(int error, const char* description) function joystick_callback (line 65) | static void joystick_callback(int jid, int event) function drop_callback (line 89) | static void drop_callback(GLFWwindow* window, int count, const char* pat... function hat_widget (line 122) | static void hat_widget(struct nk_context* nk, unsigned char state) function main (line 171) | int main(void) FILE: thirdparty/glfw/tests/monitors.c type Mode (line 41) | enum Mode function usage (line 47) | static void usage(void) function euclid (line 53) | static int euclid(int a, int b) function error_callback (line 76) | static void error_callback(int error, const char* description) function framebuffer_size_callback (line 81) | static void framebuffer_size_callback(GLFWwindow* window, int width, int... function key_callback (line 88) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function list_modes (line 94) | static void list_modes(GLFWmonitor* monitor) function test_modes (line 133) | static void test_modes(GLFWmonitor* monitor) function main (line 221) | int main(int argc, char** argv) FILE: thirdparty/glfw/tests/msaa.c function error_callback (line 72) | static void error_callback(int error, const char* description) function key_callback (line 77) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function usage (line 93) | static void usage(void) function main (line 98) | int main(int argc, char** argv) FILE: thirdparty/glfw/tests/opacity.c function error_callback (line 45) | static void error_callback(int error, const char* description) function main (line 50) | int main(int argc, char** argv) FILE: thirdparty/glfw/tests/reopen.c function error_callback (line 70) | static void error_callback(int error, const char* description) function window_close_callback (line 75) | static void window_close_callback(GLFWwindow* window) function key_callback (line 80) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function close_window (line 94) | static void close_window(GLFWwindow* window) function main (line 101) | int main(int argc, char** argv) FILE: thirdparty/glfw/tests/tearing.c function update_window_title (line 72) | static void update_window_title(GLFWwindow* window) function set_swap_interval (line 84) | static void set_swap_interval(GLFWwindow* window, int interval) function error_callback (line 91) | static void error_callback(int error, const char* description) function key_callback (line 96) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 155) | int main(int argc, char** argv) FILE: thirdparty/glfw/tests/threads.c type Thread (line 41) | typedef struct function error_callback (line 51) | static void error_callback(int error, const char* description) function key_callback (line 56) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function thread_main (line 62) | static int thread_main(void* data) function main (line 82) | int main(void) FILE: thirdparty/glfw/tests/timeout.c function error_callback (line 39) | static void error_callback(int error, const char* description) function key_callback (line 44) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function nrand (line 50) | static float nrand(void) function main (line 55) | int main(void) FILE: thirdparty/glfw/tests/title.c function error_callback (line 37) | static void error_callback(int error, const char* description) function main (line 42) | int main(void) FILE: thirdparty/glfw/tests/triangle-vulkan.c function GLADapiproc (line 68) | static GLADapiproc glad_vulkan_callback(const char* name, void* user) type texture_object (line 219) | struct texture_object { function VKAPI_CALL (line 232) | VKAPI_CALL type SwapchainBuffers (line 246) | typedef struct { type demo (line 252) | struct demo { function VKAPI_CALL (line 331) | VKAPI_CALL type demo (line 366) | struct demo function memory_type_from_properties (line 368) | static bool memory_type_from_properties(struct demo *demo, uint32_t type... function demo_flush_init_cmd (line 388) | static void demo_flush_init_cmd(struct demo *demo) { function demo_set_image_layout (line 419) | static void demo_set_image_layout(struct demo *demo, VkImage image, function demo_draw_build_cmd (line 489) | static void demo_draw_build_cmd(struct demo *demo) { function demo_draw (line 585) | static void demo_draw(struct demo *demo) { function demo_prepare_buffers (line 675) | static void demo_prepare_buffers(struct demo *demo) { function demo_prepare_depth (line 833) | static void demo_prepare_depth(struct demo *demo) { function demo_prepare_texture_image (line 908) | static void function demo_destroy_texture_image (line 998) | static void demo_destroy_texture_image(struct demo *demo, function demo_prepare_textures (line 1005) | static void demo_prepare_textures(struct demo *demo) { function demo_prepare_vertices (line 1129) | static void demo_prepare_vertices(struct demo *demo) { function demo_prepare_descriptor_layout (line 1209) | static void demo_prepare_descriptor_layout(struct demo *demo) { function demo_prepare_render_pass (line 1241) | static void demo_prepare_render_pass(struct demo *demo) { function VkShaderModule (line 1303) | static VkShaderModule function VkShaderModule (line 1321) | static VkShaderModule demo_prepare_vs(struct demo *demo) { function VkShaderModule (line 1330) | static VkShaderModule demo_prepare_fs(struct demo *demo) { function demo_prepare_pipeline (line 1339) | static void demo_prepare_pipeline(struct demo *demo) { function demo_prepare_descriptor_pool (line 1457) | static void demo_prepare_descriptor_pool(struct demo *demo) { function demo_prepare_descriptor_set (line 1476) | static void demo_prepare_descriptor_set(struct demo *demo) { function demo_prepare_framebuffers (line 1508) | static void demo_prepare_framebuffers(struct demo *demo) { function demo_prepare (line 1537) | static void demo_prepare(struct demo *demo) { function demo_error_callback (line 1574) | static void demo_error_callback(int error, const char* description) { function demo_key_callback (line 1579) | static void demo_key_callback(GLFWwindow* window, int key, int scancode,... function demo_refresh_callback (line 1584) | static void demo_refresh_callback(GLFWwindow* window) { function demo_resize_callback (line 1589) | static void demo_resize_callback(GLFWwindow* window, int width, int heig... function demo_run (line 1596) | static void demo_run(struct demo *demo) { function demo_create_window (line 1617) | static void demo_create_window(struct demo *demo) { function VkBool32 (line 1642) | static VkBool32 demo_check_layers(uint32_t check_count, const char **che... function demo_init_vk (line 1662) | static void demo_init_vk(struct demo *demo) { function demo_init_device (line 1921) | static void demo_init_device(struct demo *demo) { function demo_init_vk_swapchain (line 1955) | static void demo_init_vk_swapchain(struct demo *demo) { function demo_init_connection (line 2050) | static void demo_init_connection(struct demo *demo) { function demo_init (line 2068) | static void demo_init(struct demo *demo, const int argc, const char *arg... function demo_cleanup (line 2110) | static void demo_cleanup(struct demo *demo) { function demo_resize (line 2164) | static void demo_resize(struct demo *demo) { function main (line 2215) | int main(const int argc, const char *argv[]) { FILE: thirdparty/glfw/tests/windows.c function usage (line 58) | static void usage(void) function error_callback (line 67) | static void error_callback(int error, const char* description) function key_callback (line 72) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 93) | int main(int argc, char** argv) FILE: thirdparty/portaudio/bindings/cpp/example/devs.cxx function printSupportedStandardSampleRates (line 10) | void printSupportedStandardSampleRates( function main (line 54) | int main(int, char*[]) FILE: thirdparty/portaudio/bindings/cpp/example/sine.cxx class SineGenerator (line 20) | class SineGenerator method SineGenerator (line 23) | SineGenerator(int tableSize) : tableSize_(tableSize), leftPhase_(0), r... method generate (line 38) | int generate(const void *inputBuffer, void *outputBuffer, unsigned lon... function main (line 73) | int main(int, char *[]) FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/AsioDeviceAdapter.hxx type portaudio (line 4) | namespace portaudio class Device (line 8) | class Device class AsioDeviceAdapter (line 17) | class AsioDeviceAdapter FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/AutoSystem.hxx type portaudio (line 10) | namespace portaudio class AutoSystem (line 31) | class AutoSystem method AutoSystem (line 34) | AutoSystem(bool initialize = true) method initialize (line 46) | void initialize() method terminate (line 51) | void terminate() FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/BlockingStream.hxx type portaudio (line 10) | namespace portaudio class BlockingStream (line 18) | class BlockingStream : public Stream FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/CFunCallbackStream.hxx type portaudio (line 13) | namespace portaudio class StreamParameters (line 15) | class StreamParameters class CFunCallbackStream (line 29) | class CFunCallbackStream : public CallbackStream type portaudio (line 21) | namespace portaudio class StreamParameters (line 15) | class StreamParameters class CFunCallbackStream (line 29) | class CFunCallbackStream : public CallbackStream FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/CallbackInterface.hxx type portaudio (line 10) | namespace portaudio class CallbackInterface (line 18) | class CallbackInterface type impl (line 29) | namespace impl FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/CallbackStream.hxx type portaudio (line 13) | namespace portaudio class CallbackStream (line 20) | class CallbackStream : public Stream FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/CppFunCallbackStream.hxx type portaudio (line 13) | namespace portaudio class StreamParameters (line 15) | class StreamParameters type impl (line 25) | namespace impl class FunCallbackStream (line 41) | class FunCallbackStream : public CallbackStream type CppToCCallbackData (line 54) | struct CppToCCallbackData type portaudio (line 21) | namespace portaudio class StreamParameters (line 15) | class StreamParameters type impl (line 25) | namespace impl class FunCallbackStream (line 41) | class FunCallbackStream : public CallbackStream type CppToCCallbackData (line 54) | struct CppToCCallbackData FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/Device.hxx type portaudio (line 15) | namespace portaudio class System (line 17) | class System class HostApi (line 18) | class HostApi class Device (line 40) | class Device type portaudio (line 24) | namespace portaudio class System (line 17) | class System class HostApi (line 18) | class HostApi class Device (line 40) | class Device FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/DirectionSpecificStreamParameters.hxx type portaudio (line 16) | namespace portaudio class Device (line 18) | class Device class DirectionSpecificStreamParameters (line 32) | class DirectionSpecificStreamParameters type portaudio (line 24) | namespace portaudio class Device (line 18) | class Device class DirectionSpecificStreamParameters (line 32) | class DirectionSpecificStreamParameters FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/Exception.hxx type portaudio (line 12) | namespace portaudio class Exception (line 20) | class Exception : public std::exception class PaException (line 54) | class PaException : public Exception class PaCppException (line 81) | class PaCppException : public Exception type ExceptionSpecifier (line 84) | enum ExceptionSpecifier FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/HostApi.hxx type portaudio (line 13) | namespace portaudio class Device (line 15) | class Device class HostApi (line 33) | class HostApi type portaudio (line 21) | namespace portaudio class Device (line 15) | class Device class HostApi (line 33) | class HostApi FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/InterfaceCallbackStream.hxx type portaudio (line 13) | namespace portaudio class StreamParameters (line 15) | class StreamParameters class CallbackInterface (line 16) | class CallbackInterface class InterfaceCallbackStream (line 30) | class InterfaceCallbackStream : public CallbackStream type portaudio (line 22) | namespace portaudio class StreamParameters (line 15) | class StreamParameters class CallbackInterface (line 16) | class CallbackInterface class InterfaceCallbackStream (line 30) | class InterfaceCallbackStream : public CallbackStream FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/MemFunCallbackStream.hxx type portaudio (line 16) | namespace portaudio class MemFunCallbackStream (line 28) | class MemFunCallbackStream : public CallbackStream method MemFunCallbackStream (line 36) | MemFunCallbackStream() method MemFunCallbackStream (line 40) | MemFunCallbackStream(const StreamParameters ¶meters, T &instance... method open (line 50) | void open(const StreamParameters ¶meters, T &instance, CallbackF... class MemFunToCallbackInterfaceAdapter (line 66) | class MemFunToCallbackInterfaceAdapter : public CallbackInterface method MemFunToCallbackInterfaceAdapter (line 69) | MemFunToCallbackInterfaceAdapter() {} method MemFunToCallbackInterfaceAdapter (line 70) | MemFunToCallbackInterfaceAdapter(T &instance, CallbackFunPtr memFu... method init (line 72) | void init(T &instance, CallbackFunPtr memFun) method paCallbackFun (line 78) | int paCallbackFun(const void *inputBuffer, void *outputBuffer, uns... method open (line 91) | void open(const StreamParameters ¶meters) FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/SampleDataFormat.hxx type portaudio (line 10) | namespace portaudio type SampleDataFormat (line 19) | enum SampleDataFormat FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/Stream.hxx type portaudio (line 9) | namespace portaudio class StreamParameters (line 11) | class StreamParameters class Stream (line 34) | class Stream type portaudio (line 17) | namespace portaudio class StreamParameters (line 11) | class StreamParameters class Stream (line 34) | class Stream FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/StreamParameters.hxx type portaudio (line 13) | namespace portaudio class StreamParameters (line 27) | class StreamParameters FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/System.hxx type portaudio (line 11) | namespace portaudio class Device (line 13) | class Device class Stream (line 14) | class Stream class HostApi (line 15) | class HostApi class System (line 38) | class System class HostApiIterator (line 41) | class HostApiIterator class DeviceIterator (line 42) | class DeviceIterator type portaudio (line 21) | namespace portaudio class Device (line 13) | class Device class Stream (line 14) | class Stream class HostApi (line 15) | class HostApi class System (line 38) | class System class HostApiIterator (line 41) | class HostApiIterator class DeviceIterator (line 42) | class DeviceIterator FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/SystemDeviceIterator.hxx type portaudio (line 14) | namespace portaudio class Device (line 16) | class Device class HostApi (line 17) | class HostApi class System::DeviceIterator (line 34) | class System::DeviceIterator type portaudio (line 23) | namespace portaudio class Device (line 16) | class Device class HostApi (line 17) | class HostApi class System::DeviceIterator (line 34) | class System::DeviceIterator FILE: thirdparty/portaudio/bindings/cpp/include/portaudiocpp/SystemHostApiIterator.hxx type portaudio (line 14) | namespace portaudio class HostApi (line 16) | class HostApi class System::HostApiIterator (line 31) | class System::HostApiIterator type portaudio (line 22) | namespace portaudio class HostApi (line 16) | class HostApi class System::HostApiIterator (line 31) | class System::HostApiIterator FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/AsioDeviceAdapter.cxx type portaudio (line 10) | namespace portaudio function Device (line 27) | Device &AsioDeviceAdapter::device() FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/BlockingStream.cxx type portaudio (line 8) | namespace portaudio FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/CFunCallbackStream.cxx type portaudio (line 6) | namespace portaudio FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/CallbackInterface.cxx type portaudio (line 3) | namespace portaudio type impl (line 6) | namespace impl function callbackInterfaceToPaCallbackAdapter (line 13) | int callbackInterfaceToPaCallbackAdapter(const void *inputBuffer, vo... FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/CallbackStream.cxx type portaudio (line 3) | namespace portaudio FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/CppFunCallbackStream.cxx type portaudio (line 6) | namespace portaudio type impl (line 8) | namespace impl function cppCallbackToPaCallbackAdapter (line 15) | int cppCallbackToPaCallbackAdapter(const void *inputBuffer, void *ou... FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/Device.cxx type portaudio (line 9) | namespace portaudio function PaDeviceIndex (line 26) | PaDeviceIndex Device::index() const function PaTime (line 55) | PaTime Device::defaultLowInputLatency() const function PaTime (line 63) | PaTime Device::defaultHighInputLatency() const function PaTime (line 71) | PaTime Device::defaultLowOutputLatency() const function PaTime (line 79) | PaTime Device::defaultHighOutputLatency() const function HostApi (line 146) | HostApi &Device::hostApi() function HostApi (line 155) | const HostApi &Device::hostApi() const FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/DirectionSpecificStreamParameters.cxx type portaudio (line 5) | namespace portaudio function DirectionSpecificStreamParameters (line 17) | DirectionSpecificStreamParameters DirectionSpecificStreamParameters::n... function PaStreamParameters (line 89) | PaStreamParameters *DirectionSpecificStreamParameters::paStreamParamet... function PaStreamParameters (line 97) | const PaStreamParameters *DirectionSpecificStreamParameters::paStreamP... function Device (line 105) | Device &DirectionSpecificStreamParameters::device() const function SampleDataFormat (line 120) | SampleDataFormat DirectionSpecificStreamParameters::sampleFormat() const function PaSampleFormat (line 143) | PaSampleFormat DirectionSpecificStreamParameters::hostApiSpecificSampl... function PaTime (line 151) | PaTime DirectionSpecificStreamParameters::suggestedLatency() const FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/Exception.cxx type portaudio (line 3) | namespace portaudio function PaError (line 31) | PaError PaException::paError() const FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/HostApi.cxx type portaudio (line 8) | namespace portaudio function PaHostApiTypeId (line 54) | PaHostApiTypeId HostApi::typeId() const function PaHostApiIndex (line 59) | PaHostApiIndex HostApi::index() const function Device (line 97) | Device &HostApi::defaultInputDevice() const function Device (line 102) | Device &HostApi::defaultOutputDevice() const FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/InterfaceCallbackStream.cxx type portaudio (line 7) | namespace portaudio FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/Stream.cxx type portaudio (line 8) | namespace portaudio function PaTime (line 113) | PaTime Stream::inputLatency() const function PaTime (line 131) | PaTime Stream::outputLatency() const function PaTime (line 164) | PaTime Stream::time() const function PaStream (line 177) | const PaStream *Stream::paStream() const function PaStream (line 188) | PaStream *Stream::paStream() FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/StreamParameters.cxx type portaudio (line 7) | namespace portaudio function PaStreamFlags (line 123) | PaStreamFlags StreamParameters::flags() const function DirectionSpecificStreamParameters (line 139) | DirectionSpecificStreamParameters &StreamParameters::inputParameters() function DirectionSpecificStreamParameters (line 144) | const DirectionSpecificStreamParameters &StreamParameters::inputParame... function DirectionSpecificStreamParameters (line 149) | DirectionSpecificStreamParameters &StreamParameters::outputParameters() function DirectionSpecificStreamParameters (line 154) | const DirectionSpecificStreamParameters &StreamParameters::outputParam... FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/System.cxx type portaudio (line 13) | namespace portaudio function System (line 133) | System &System::instance() function HostApi (line 163) | HostApi &System::defaultHostApi() function HostApi (line 173) | HostApi &System::hostApiByTypeId(PaHostApiTypeId type) function HostApi (line 183) | HostApi &System::hostApiByIndex(PaHostApiIndex index) function Device (line 225) | Device &System::defaultInputDevice() function Device (line 235) | Device &System::defaultOutputDevice() function Device (line 246) | Device &System::deviceByIndex(PaDeviceIndex index) function Device (line 269) | Device &System::nullDevice() FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/SystemDeviceIterator.cxx type portaudio (line 3) | namespace portaudio function Device (line 7) | Device &System::DeviceIterator::operator*() const function Device (line 12) | Device *System::DeviceIterator::operator->() const FILE: thirdparty/portaudio/bindings/cpp/source/portaudiocpp/SystemHostApiIterator.cxx type portaudio (line 3) | namespace portaudio function HostApi (line 7) | HostApi &System::HostApiIterator::operator*() const function HostApi (line 12) | HostApi *System::HostApiIterator::operator->() const FILE: thirdparty/portaudio/bindings/java/c/src/com_portaudio_BlockingStream.c function JNICALL (line 55) | JNICALL Java_com_portaudio_BlockingStream_getReadAvailable function JNICALL (line 68) | JNICALL Java_com_portaudio_BlockingStream_getWriteAvailable function JNICALL (line 82) | JNICALL Java_com_portaudio_BlockingStream_writeFloats function JNICALL (line 119) | JNICALL Java_com_portaudio_BlockingStream_readFloats function JNICALL (line 156) | JNICALL Java_com_portaudio_BlockingStream_writeShorts function JNICALL (line 193) | JNICALL Java_com_portaudio_BlockingStream_readShorts function JNICALL (line 230) | JNICALL Java_com_portaudio_BlockingStream_start function JNICALL (line 243) | JNICALL Java_com_portaudio_BlockingStream_stop function JNICALL (line 255) | JNICALL Java_com_portaudio_BlockingStream_abort function JNICALL (line 268) | JNICALL Java_com_portaudio_BlockingStream_close function JNICALL (line 287) | JNICALL Java_com_portaudio_BlockingStream_isStopped function JNICALL (line 301) | JNICALL Java_com_portaudio_BlockingStream_isActive function JNICALL (line 317) | JNICALL Java_com_portaudio_BlockingStream_getTime function JNICALL (line 331) | JNICALL Java_com_portaudio_BlockingStream_getInfo FILE: thirdparty/portaudio/bindings/java/c/src/com_portaudio_PortAudio.c function JNICALL (line 48) | JNICALL Java_com_portaudio_PortAudio_getVersion function JNICALL (line 59) | JNICALL Java_com_portaudio_PortAudio_getVersionText function JNICALL (line 70) | JNICALL Java_com_portaudio_PortAudio_initialize function JNICALL (line 82) | JNICALL Java_com_portaudio_PortAudio_terminate function JNICALL (line 94) | JNICALL Java_com_portaudio_PortAudio_getDeviceCount function JNICALL (line 106) | JNICALL Java_com_portaudio_PortAudio_getDeviceInfo function JNICALL (line 137) | JNICALL Java_com_portaudio_PortAudio_getHostApiCount function JNICALL (line 150) | JNICALL Java_com_portaudio_PortAudio_hostApiTypeIdToHostApiIndex function JNICALL (line 161) | JNICALL Java_com_portaudio_PortAudio_hostApiDeviceIndexToDeviceIndex function JNICALL (line 173) | JNICALL Java_com_portaudio_PortAudio_getHostApiInfo function JNICALL (line 201) | JNICALL Java_com_portaudio_PortAudio_getDefaultInputDevice function JNICALL (line 213) | JNICALL Java_com_portaudio_PortAudio_getDefaultOutputDevice function JNICALL (line 225) | JNICALL Java_com_portaudio_PortAudio_getDefaultHostApi function JNICALL (line 237) | JNICALL Java_com_portaudio_PortAudio_isFormatSupported function JNICALL (line 255) | JNICALL Java_com_portaudio_PortAudio_openStream FILE: thirdparty/portaudio/bindings/java/c/src/jpa_tools.c function jint (line 43) | jint jpa_GetIntField( JNIEnv *env, jclass cls, jobject obj, const char *... function jpa_SetIntField (line 58) | void jpa_SetIntField( JNIEnv *env, jclass cls, jobject obj, const char *... function jlong (line 72) | jlong jpa_GetLongField( JNIEnv *env, jclass cls, jobject obj, const char... function jpa_SetLongField (line 87) | void jpa_SetLongField( JNIEnv *env, jclass cls, jobject obj, const char ... function jpa_SetDoubleField (line 102) | void jpa_SetDoubleField( JNIEnv *env, jclass cls, jobject obj, const cha... function jdouble (line 117) | jdouble jpa_GetDoubleField( JNIEnv *env, jclass cls, jobject obj, const ... function jpa_SetStringField (line 132) | void jpa_SetStringField( JNIEnv *env, jclass cls, jobject obj, const cha... function PaStreamParameters (line 154) | PaStreamParameters *jpa_FillStreamParameters( JNIEnv *env, jobject jstre... function jint (line 172) | jint jpa_ThrowError( JNIEnv *env, const char *message ) function jint (line 179) | jint jpa_CheckError( JNIEnv *env, PaError err ) function PaStream (line 204) | PaStream *jpa_GetStreamPointer( JNIEnv *env, jobject blockingStream ) FILE: thirdparty/portaudio/bindings/java/jportaudio/jtests/com/portaudio/PlaySine.java class PlaySine (line 11) | public class PlaySine method writeSineData (line 20) | private void writeSineData( BlockingStream stream, int framesPerBuffer, method play (line 45) | public void play() method main (line 84) | public static void main( String[] args ) FILE: thirdparty/portaudio/bindings/java/jportaudio/jtests/com/portaudio/TestBasic.java class TestBasic (line 49) | public class TestBasic extends TestCase method testDeviceCount (line 52) | public void testDeviceCount() method testListDevices (line 63) | public void testListDevices() method testHostApis (line 103) | public void testHostApis() method testListHostApis (line 133) | public void testListHostApis() method testCheckFormat (line 158) | public void testCheckFormat() class SineOscillator (line 175) | static class SineOscillator method SineOscillator (line 180) | SineOscillator(double freq, int sampleRate) method next (line 185) | double next() method testStreamError (line 197) | public void testStreamError() method checkBlockingWriteFloat (line 263) | public void checkBlockingWriteFloat( int deviceId, double sampleRate ) method testBlockingWriteFloat (line 321) | public void testBlockingWriteFloat() method ZtestWriteEachHostAPI (line 328) | public void ZtestWriteEachHostAPI() method writeSineData (line 346) | private void writeSineData( BlockingStream stream, int framesPerBuffer, method writeSineDataShort (line 368) | private void writeSineDataShort( BlockingStream stream, method testBlockingWriteShort (line 390) | public void testBlockingWriteShort() method testRecordPlayFloat (line 423) | public void testRecordPlayFloat() throws InterruptedException method testRecordPlayShort (line 428) | public void testRecordPlayShort() throws InterruptedException method checkRecordPlay (line 433) | public void checkRecordPlay( int sampleFormat ) throws InterruptedExce... FILE: thirdparty/portaudio/bindings/java/jportaudio/src/com/portaudio/BlockingStream.java class BlockingStream (line 59) | public class BlockingStream method BlockingStream (line 67) | protected BlockingStream() method getReadAvailable (line 74) | public native int getReadAvailable(); method getWriteAvailable (line 79) | public native int getWriteAvailable(); method readFloats (line 81) | private native boolean readFloats( float[] buffer, int numFrames ); method writeFloats (line 83) | private native boolean writeFloats( float[] buffer, int numFrames ); method read (line 93) | public boolean read( float[] buffer, int numFrames ) method write (line 112) | public boolean write( float[] buffer, int numFrames ) method readShorts (line 122) | private native boolean readShorts( short[] buffer, int numFrames ); method writeShorts (line 124) | private native boolean writeShorts( short[] buffer, int numFrames ); method read (line 134) | public boolean read( short[] buffer, int numFrames ) method write (line 152) | public boolean write( short[] buffer, int numFrames ) method start (line 165) | public native void start(); method stop (line 171) | public native void stop(); method abort (line 176) | public native void abort(); method close (line 182) | public native void close(); method isStopped (line 184) | public native boolean isStopped(); method isActive (line 186) | public native boolean isActive(); method toString (line 188) | public String toString() method getTime (line 198) | public native double getTime(); method getInfo (line 200) | private native void getInfo( StreamInfo streamInfo ); method getInfo (line 202) | public StreamInfo getInfo() FILE: thirdparty/portaudio/bindings/java/jportaudio/src/com/portaudio/DeviceInfo.java class DeviceInfo (line 53) | public class DeviceInfo FILE: thirdparty/portaudio/bindings/java/jportaudio/src/com/portaudio/HostApiInfo.java class HostApiInfo (line 53) | public class HostApiInfo FILE: thirdparty/portaudio/bindings/java/jportaudio/src/com/portaudio/PortAudio.java class PortAudio (line 69) | public class PortAudio method getVersion (line 127) | public native static int getVersion(); method getVersionText (line 133) | public native static String getVersionText(); method initialize (line 142) | public native static void initialize(); method terminate (line 152) | public native static void terminate(); method getDeviceCount (line 158) | public native static int getDeviceCount(); method getDeviceInfo (line 160) | private native static void getDeviceInfo( int index, DeviceInfo device... method getDeviceInfo (line 169) | public static DeviceInfo getDeviceInfo( int index ) method getHostApiCount (line 179) | public native static int getHostApiCount(); method getHostApiInfo (line 181) | private native static void getHostApiInfo( int index, method getHostApiInfo (line 188) | public static HostApiInfo getHostApiInfo( int index ) method hostApiTypeIdToHostApiIndex (line 201) | public native static int hostApiTypeIdToHostApiIndex( int hostApiType ); method hostApiDeviceIndexToDeviceIndex (line 211) | public native static int hostApiDeviceIndexToDeviceIndex( int hostApiI... method getDefaultInputDevice (line 214) | public native static int getDefaultInputDevice(); method getDefaultOutputDevice (line 216) | public native static int getDefaultOutputDevice(); method getDefaultHostApi (line 218) | public native static int getDefaultHostApi(); method isFormatSupported (line 229) | public native static int isFormatSupported( method openStream (line 233) | private native static void openStream( BlockingStream blockingStream, method openStream (line 250) | public static BlockingStream openStream( FILE: thirdparty/portaudio/bindings/java/jportaudio/src/com/portaudio/StreamInfo.java class StreamInfo (line 54) | public class StreamInfo FILE: thirdparty/portaudio/bindings/java/jportaudio/src/com/portaudio/StreamParameters.java class StreamParameters (line 51) | public class StreamParameters FILE: thirdparty/portaudio/doc/utils/checkfiledocs.py function oneOf_a_in_b (line 26) | def oneOf_a_in_b(a, b): function recursiveFindFiles (line 34) | def recursiveFindFiles( top, extensions, dirBlacklist, includePaths ): function doxygenHtmlDocFileName (line 49) | def doxygenHtmlDocFileName( sourceFile ): function printError (line 61) | def printError( f, message ): FILE: thirdparty/portaudio/examples/pa_devs.c function PrintSupportedStandardSampleRates (line 60) | static void PrintSupportedStandardSampleRates( function main (line 102) | int main(void) FILE: thirdparty/portaudio/examples/pa_fuzz.c type SAMPLE (line 56) | typedef float SAMPLE; function CubicAmplifier (line 66) | float CubicAmplifier( float input ) function fuzzCallback (line 89) | static int fuzzCallback( const void *inputBuffer, void *outputBuffer, function main (line 125) | int main(void) FILE: thirdparty/portaudio/examples/paex_mono_asio_channel_select.c type paTestData (line 65) | typedef struct function patestCallback (line 76) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 101) | int main(void) FILE: thirdparty/portaudio/examples/paex_ocean_shore.c type PinkNoise (line 73) | typedef struct type BiQuad (line 83) | typedef struct type EnvState (line 92) | typedef enum type OceanWave (line 100) | typedef struct function GenerateRandomNumber (line 127) | static unsigned long GenerateRandomNumber( void ) function InitializePinkNoise (line 137) | void InitializePinkNoise( PinkNoise *pink, int numRows ) function GeneratePinkNoise (line 152) | float GeneratePinkNoise( PinkNoise *pink ) function ProcessBiquad (line 189) | float ProcessBiquad(const BiQuad* coeffs, float* memory, float input) function GenerateWave (line 201) | unsigned GenerateWave( OceanWave* wave, float* output, unsigned noOfFram... type paTestData (line 305) | typedef struct function patestCallback (line 324) | static int patestCallback(const void* inputBuffer, function OceanWave (line 364) | OceanWave* InitializeWave(double SR, float attackInSeconds, float maxLev... function GenerateFloatRandom (line 390) | static float GenerateFloatRandom(float minValue, float maxValue) function main (line 397) | int main(void) FILE: thirdparty/portaudio/examples/paex_pink.c type PinkNoise (line 65) | typedef struct function GenerateRandomNumber (line 82) | static unsigned long GenerateRandomNumber( void ) function InitializePinkNoise (line 92) | void InitializePinkNoise( PinkNoise *pink, int numRows ) function GeneratePinkNoise (line 113) | float GeneratePinkNoise( PinkNoise *pink ) type paTestData (line 160) | typedef struct function patestCallback (line 172) | static int patestCallback(const void* inputBuffer, function main (line 208) | int main(void) FILE: thirdparty/portaudio/examples/paex_read_write_wire.c function main (line 88) | int main(void) FILE: thirdparty/portaudio/examples/paex_record.c type SAMPLE (line 61) | typedef float SAMPLE; type SAMPLE (line 66) | typedef short SAMPLE; type SAMPLE (line 71) | typedef char SAMPLE; type SAMPLE (line 76) | typedef unsigned char SAMPLE; type paTestData (line 81) | typedef struct function recordCallback (line 93) | static int recordCallback( const void *inputBuffer, void *outputBuffer, function playCallback (line 147) | static int playCallback( const void *inputBuffer, void *outputBuffer, function main (line 196) | int main(void) FILE: thirdparty/portaudio/examples/paex_record_file.c function ring_buffer_size_t (line 55) | static ring_buffer_size_t rbs_min(ring_buffer_size_t a, ring_buffer_size... type SAMPLE (line 74) | typedef float SAMPLE; type SAMPLE (line 79) | typedef short SAMPLE; type SAMPLE (line 84) | typedef char SAMPLE; type SAMPLE (line 89) | typedef unsigned char SAMPLE; type paTestData (line 94) | typedef struct function threadFunctionWriteToRawFile (line 106) | static int threadFunctionWriteToRawFile(void* ptr) function threadFunctionReadFromRawFile (line 151) | static int threadFunctionReadFromRawFile(void* ptr) function PaError (line 199) | static PaError startThread( paTestData* pData, ThreadFunctionType fn ) function stopThread (line 223) | static int stopThread( paTestData* pData ) function recordCallback (line 243) | static int recordCallback( const void *inputBuffer, void *outputBuffer, function playCallback (line 268) | static int playCallback( const void *inputBuffer, void *outputBuffer, function NextPowerOf2 (line 289) | static unsigned NextPowerOf2(unsigned val) function main (line 302) | int main(void) FILE: thirdparty/portaudio/examples/paex_saw.c type paTestData (line 50) | typedef struct function patestCallback (line 61) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 91) | int main(void) FILE: thirdparty/portaudio/examples/paex_sine.c type paTestData (line 57) | typedef struct function patestCallback (line 70) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function StreamFinished (line 100) | static void StreamFinished( void* userData ) function main (line 108) | int main(void) FILE: thirdparty/portaudio/examples/paex_sine_c++.cpp class Sine (line 58) | class Sine method Sine (line 61) | Sine() : stream(0), left_phase(0), right_phase(0) method open (line 72) | bool open(PaDeviceIndex index) method close (line 122) | bool close() method start (line 134) | bool start() method stop (line 144) | bool stop() method paCallbackMethod (line 156) | int paCallbackMethod(const void *inputBuffer, void *outputBuffer, method paCallback (line 186) | static int paCallback( const void *inputBuffer, void *outputBuffer, method paStreamFinishedMethod (line 201) | void paStreamFinishedMethod() method paStreamFinished (line 209) | static void paStreamFinished(void* userData) class ScopedPaHandler (line 221) | class ScopedPaHandler method ScopedPaHandler (line 224) | ScopedPaHandler() method PaError (line 236) | PaError result() const { return _result; } function main (line 245) | int main(void) FILE: thirdparty/portaudio/examples/paex_wmme_ac3.c type paTestData (line 67) | typedef struct function patestCallback (line 79) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 109) | int main(int argc, char* argv[]) FILE: thirdparty/portaudio/examples/paex_wmme_surround.c type paTestData (line 67) | typedef struct function patestCallback (line 80) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 122) | int main(int argc, char* argv[]) FILE: thirdparty/portaudio/examples/paex_write_sine.c function main (line 61) | int main(void) FILE: thirdparty/portaudio/examples/paex_write_sine_nonint.c function main (line 61) | int main(void) FILE: thirdparty/portaudio/include/pa_asio.h type PaAsioStreamInfo (line 125) | typedef struct PaAsioStreamInfo{ FILE: thirdparty/portaudio/include/pa_linux_alsa.h type PaAlsaStreamInfo (line 53) | typedef struct PaAlsaStreamInfo FILE: thirdparty/portaudio/include/pa_mac_core.h type PaMacCoreStreamInfo (line 63) | typedef struct FILE: thirdparty/portaudio/include/pa_win_ds.h type PaWinDirectSoundStreamInfo (line 59) | typedef struct PaWinDirectSoundStreamInfo{ FILE: thirdparty/portaudio/include/pa_win_wasapi.h type PaWasapiFlags (line 58) | typedef enum PaWasapiFlags type PaWasapiStreamState (line 104) | typedef enum PaWasapiStreamState type PaWasapiDeviceRole (line 157) | typedef enum PaWasapiDeviceRole type PaWasapiJackConnectionType (line 175) | typedef enum PaWasapiJackConnectionType type PaWasapiJackGeoLocation (line 194) | typedef enum PaWasapiJackGeoLocation type PaWasapiJackGenLocation (line 217) | typedef enum PaWasapiJackGenLocation type PaWasapiJackPortConnection (line 228) | typedef enum PaWasapiJackPortConnection type PaWasapiThreadPriority (line 239) | typedef enum PaWasapiThreadPriority type PaWasapiJackDescription (line 254) | typedef struct PaWasapiJackDescription type PaWasapiStreamCategory (line 275) | typedef enum PaWasapiStreamCategory type PaWasapiStreamOption (line 298) | typedef enum PaWasapiStreamOption type PaWasapiStreamInfo (line 308) | typedef struct PaWasapiStreamInfo FILE: thirdparty/portaudio/include/pa_win_waveformat.h type PaWinWaveFormatChannelMask (line 57) | typedef unsigned long PaWinWaveFormatChannelMask; type PaWinWaveFormat (line 139) | typedef struct{ FILE: thirdparty/portaudio/include/pa_win_wdmks.h type PaWinWDMKSFlags (line 60) | typedef enum PaWinWDMKSFlags type PaWinWDMKSInfo (line 74) | typedef struct PaWinWDMKSInfo{ type PaWDMKSType (line 95) | typedef enum PaWDMKSType type PaWDMKSSubType (line 103) | typedef enum PaWDMKSSubType type PaWinWDMKSDeviceInfo (line 111) | typedef struct PaWinWDMKSDeviceInfo { type PaWDMKSDirectionSpecificStreamInfo (line 118) | typedef struct PaWDMKSDirectionSpecificStreamInfo type PaWDMKSSpecificStreamInfo (line 128) | typedef struct PaWDMKSSpecificStreamInfo { FILE: thirdparty/portaudio/include/pa_win_wmme.h type PaWinMmeDeviceAndChannelCount (line 76) | typedef struct PaWinMmeDeviceAndChannelCount{ type PaWinMmeStreamInfo (line 82) | typedef struct PaWinMmeStreamInfo{ FILE: thirdparty/portaudio/include/portaudio.h type PaVersionInfo (line 90) | typedef struct PaVersionInfo { type PaError (line 121) | typedef int PaError; type PaErrorCode (line 122) | typedef enum PaErrorCode type PaDeviceIndex (line 212) | typedef int PaDeviceIndex; type PaHostApiIndex (line 238) | typedef int PaHostApiIndex; type PaHostApiTypeId (line 275) | typedef enum PaHostApiTypeId type PaHostApiInfo (line 296) | typedef struct PaHostApiInfo type PaHostErrorInfo (line 389) | typedef struct PaHostErrorInfo{ type PaTime (line 460) | typedef double PaTime; type PaSampleFormat (line 484) | typedef unsigned long PaSampleFormat; type PaDeviceInfo (line 500) | typedef struct PaDeviceInfo type PaStreamParameters (line 538) | typedef struct PaStreamParameters type PaStream (line 635) | typedef void PaStream; type PaStreamFlags (line 653) | typedef unsigned long PaStreamFlags; type PaStreamCallbackTimeInfo (line 699) | typedef struct PaStreamCallbackTimeInfo{ type PaStreamCallbackFlags (line 712) | typedef unsigned long PaStreamCallbackFlags; type PaStreamCallbackResult (line 753) | typedef enum PaStreamCallbackResult type PaStreamInfo (line 1042) | typedef struct PaStreamInfo FILE: thirdparty/portaudio/pablio/pablio.c function blockingIOCallback (line 74) | static int blockingIOCallback( void *inputBuffer, void *outputBuffer, function PaError (line 102) | static PaError PABLIO_InitFIFO( RingBuffer *rbuf, long numFrames, long b... function PaError (line 112) | static PaError PABLIO_TermFIFO( RingBuffer *rbuf ) function WriteAudioStream (line 123) | long WriteAudioStream( PABLIO_Stream *aStream, void *data, long numFrames ) function ReadAudioStream (line 142) | long ReadAudioStream( PABLIO_Stream *aStream, void *data, long numFrames ) function GetAudioStreamWriteable (line 161) | long GetAudioStreamWriteable( PABLIO_Stream *aStream ) function GetAudioStreamReadable (line 171) | long GetAudioStreamReadable( PABLIO_Stream *aStream ) function RoundUpToNextPowerOf2 (line 178) | static unsigned long RoundUpToNextPowerOf2( unsigned long n ) function PaError (line 198) | PaError OpenAudioStream( PABLIO_Stream **rwblPtr, double sampleRate, function PaError (line 286) | PaError CloseAudioStream( PABLIO_Stream *aStream ) FILE: thirdparty/portaudio/pablio/pablio.h type PABLIO_Stream (line 59) | typedef struct FILE: thirdparty/portaudio/pablio/test_rw.c type SAMPLE (line 61) | typedef float SAMPLE; type SAMPLE (line 64) | typedef short SAMPLE; function main (line 69) | int main(void) FILE: thirdparty/portaudio/pablio/test_rw_echo.c type SAMPLE (line 67) | typedef float SAMPLE; type SAMPLE (line 70) | typedef short SAMPLE; function main (line 78) | int main(void) FILE: thirdparty/portaudio/pablio/test_w_saw.c function main (line 64) | int main(void) FILE: thirdparty/portaudio/pablio/test_w_saw8.c function main (line 63) | int main(void) FILE: thirdparty/portaudio/qa/loopback/src/audio_analyzer.c function PaQa_GetNthFrequency (line 51) | double PaQa_GetNthFrequency( double baseFrequency, int index ) function PaQa_EraseBuffer (line 58) | void PaQa_EraseBuffer( float *buffer, int numFrames, int samplesPerFrame ) function PaQa_SetupSineGenerator (line 69) | void PaQa_SetupSineGenerator( PaQaSineGenerator *generator, double frequ... function PaQa_MixSine (line 78) | void PaQa_MixSine( PaQaSineGenerator *generator, float *buffer, int numS... function PaQa_GenerateCrackDISABLED (line 96) | void PaQa_GenerateCrackDISABLED( float *buffer, int numSamples, int stri... function PaQa_InitializeRecording (line 114) | int PaQa_InitializeRecording( PaQaRecording *recording, int maxFrames, i... function PaQa_TerminateRecording (line 127) | void PaQa_TerminateRecording( PaQaRecording *recording ) function PaQa_WriteRecording (line 138) | int PaQa_WriteRecording( PaQaRecording *recording, float *buffer, int nu... function PaQa_WriteSilence (line 160) | int PaQa_WriteSilence( PaQaRecording *recording, int numFrames ) function PaQa_RecordFreeze (line 181) | int PaQa_RecordFreeze( PaQaRecording *recording, int numFrames ) function PaQa_SaveRecordingToWaveFile (line 206) | int PaQa_SaveRecordingToWaveFile( PaQaRecording *recording, const char *... function PaQa_MeasureCrossingSlope (line 251) | double PaQa_MeasureCrossingSlope( float *buffer, int numFrames ) function PaQa_MeasureSineAmplitudeBySlope (line 287) | double PaQa_MeasureSineAmplitudeBySlope( PaQaRecording *recording, function PaQa_CorrelateSine (line 299) | double PaQa_CorrelateSine( PaQaRecording *recording, double frequency, d... function PaQa_FilterRecording (line 340) | void PaQa_FilterRecording( PaQaRecording *input, PaQaRecording *output, ... function PaQa_FindFirstMatch (line 352) | double PaQa_FindFirstMatch( PaQaRecording *recording, float *buffer, int... function PaQa_MeasureArea (line 414) | double PaQa_MeasureArea( float *buffer, int numFrames, int stride ) function PaQa_MeasureRootMeanSquare (line 428) | double PaQa_MeasureRootMeanSquare( float *buffer, int numFrames ) function PaQa_CompareAmplitudes (line 447) | double PaQa_CompareAmplitudes( PaQaRecording *recording, int startAt, fl... function PaQa_ComputePhaseDifference (line 463) | double PaQa_ComputePhaseDifference( double phase1, double phase2 ) function PaQa_MeasureLatency (line 478) | int PaQa_MeasureLatency( PaQaRecording *recording, PaQaTestTone *testTon... function PaQa_FadeInRecording (line 508) | void PaQa_FadeInRecording( PaQaRecording *recording, int startFrame, int... function PaQa_DetectPop (line 541) | int PaQa_DetectPop( PaQaRecording *recording, PaQaTestTone *testTone, Pa... function PaQa_DetectPhaseError (line 611) | int PaQa_DetectPhaseError( PaQaRecording *recording, PaQaTestTone *testT... function PaQa_AnalyseRecording (line 685) | int PaQa_AnalyseRecording( PaQaRecording *recording, PaQaTestTone *testT... FILE: thirdparty/portaudio/qa/loopback/src/audio_analyzer.h type PaQaSineGenerator (line 47) | typedef struct PaQaSineGenerator_s type PaQaRecording (line 56) | typedef struct PaQaRecording_s type PaQaTestTone (line 66) | typedef struct PaQaTestTone_s type PaQaAnalysisResult (line 75) | typedef struct PaQaAnalysisResult_s FILE: thirdparty/portaudio/qa/loopback/src/biquad_filter.c function BiquadFilter_CalculateCommon (line 19) | static void BiquadFilter_CalculateCommon( BiquadFilter *filter, double r... function BiquadFilter_SetupHighPass (line 37) | void BiquadFilter_SetupHighPass( BiquadFilter *filter, double ratio, dou... function BiquadFilter_SetupNotch (line 60) | void BiquadFilter_SetupNotch( BiquadFilter *filter, double ratio, double... function BiquadFilter_Filter (line 82) | void BiquadFilter_Filter( BiquadFilter *filter, float *inputs, float *ou... FILE: thirdparty/portaudio/qa/loopback/src/biquad_filter.h type BiquadFilter (line 14) | typedef struct BiquadFilter_s FILE: thirdparty/portaudio/qa/loopback/src/paqa.c type TestParameters (line 84) | typedef struct TestParameters_s type LoopbackContext (line 98) | typedef struct LoopbackContext_s type UserOptions (line 130) | typedef struct UserOptions_s function RecordAndPlaySinesCallback (line 152) | static int RecordAndPlaySinesCallback( const void *inputBuffer, void *ou... function CopyStreamInfoToLoopbackContext (line 266) | static void CopyStreamInfoToLoopbackContext( LoopbackContext *loopbackCo... function PaQa_RunLoopbackFullDuplex (line 282) | int PaQa_RunLoopbackFullDuplex( LoopbackContext *loopbackContext ) function PaQa_WaitForStream (line 331) | int PaQa_WaitForStream( LoopbackContext *loopbackContext ) function PaQa_RunLoopbackHalfDuplex (line 357) | int PaQa_RunLoopbackHalfDuplex( LoopbackContext *loopbackContext ) function PaQa_RunInputOnly (line 425) | int PaQa_RunInputOnly( LoopbackContext *loopbackContext ) function RecordAndPlayBlockingIO (line 463) | static int RecordAndPlayBlockingIO( PaStream *inStream, function PaQa_RunLoopbackHalfDuplexBlockingIO (line 546) | int PaQa_RunLoopbackHalfDuplexBlockingIO( LoopbackContext *loopbackConte... function PaQa_RunLoopbackFullDuplexBlockingIO (line 620) | int PaQa_RunLoopbackFullDuplexBlockingIO( LoopbackContext *loopbackConte... function PaQa_RunLoopback (line 671) | int PaQa_RunLoopback( LoopbackContext *loopbackContext ) function PaQa_SaveTestResultToWaveFile (line 708) | static int PaQa_SaveTestResultToWaveFile( UserOptions *userOptions, PaQa... function PaQa_SetupLoopbackContext (line 725) | static int PaQa_SetupLoopbackContext( LoopbackContext *loopbackContextPt... function PaQa_TeardownLoopbackContext (line 748) | static void PaQa_TeardownLoopbackContext( LoopbackContext *loopbackConte... function PaQa_PrintShortErrorReport (line 761) | static void PaQa_PrintShortErrorReport( PaQaAnalysisResult *analysisResu... function PaQa_PrintFullErrorReport (line 783) | static void PaQa_PrintFullErrorReport( PaQaAnalysisResult *analysisResul... function PaQa_SingleLoopBackTest (line 802) | static int PaQa_SingleLoopBackTest( UserOptions *userOptions, TestParame... function PaQa_SetDefaultTestParameters (line 912) | static void PaQa_SetDefaultTestParameters( TestParameters *testParamsPtr... function PaQa_OverrideTestParameters (line 939) | static void PaQa_OverrideTestParameters( TestParameters *testParamsPtr, ... function PaQa_AnalyzeLoopbackConnection (line 969) | static int PaQa_AnalyzeLoopbackConnection( UserOptions *userOptions, PaD... function PaQa_CheckForClippedLoopback (line 1091) | int PaQa_CheckForClippedLoopback( LoopbackContext *loopbackContextPtr ) function PaQa_MeasureBackgroundNoise (line 1120) | int PaQa_MeasureBackgroundNoise( LoopbackContext *loopbackContextPtr, do... function PaQa_CheckForLoopBack (line 1145) | int PaQa_CheckForLoopBack( UserOptions *userOptions, PaDeviceIndex input... function CheckLoopbackAndScan (line 1291) | static int CheckLoopbackAndScan( UserOptions *userOptions, function ScanForLoopback (line 1309) | static int ScanForLoopback(UserOptions *userOptions) function TestSampleFormatConversion (line 1356) | int TestSampleFormatConversion( void ) function usage (line 1438) | void usage( const char *name ) function main (line 1455) | int main( int argc, char **argv ) FILE: thirdparty/portaudio/qa/loopback/src/paqa_tools.c function PaQa_ListAudioDevices (line 43) | void PaQa_ListAudioDevices(void) function PaQa_ConvertToFloat (line 60) | void PaQa_ConvertToFloat( const void *input, int numSamples, PaSampleFor... function PaQa_ConvertFromFloat (line 114) | void PaQa_ConvertFromFloat( const float *input, int numSamples, PaSample... FILE: thirdparty/portaudio/qa/loopback/src/test_audio_analyzer.c function TestSingleMonoTone (line 57) | static int TestSingleMonoTone( void ) function TestMixedMonoTones (line 108) | static int TestMixedMonoTones( void ) function MakeRecordingWithAddedFrames (line 172) | static void MakeRecordingWithAddedFrames( PaQaRecording *recording, PaQa... function MakeCleanRecording (line 228) | static void MakeCleanRecording( PaQaRecording *recording, PaQaTestTone *... function MakeRecordingWithPop (line 255) | static void MakeRecordingWithPop( PaQaRecording *recording, PaQaTestTone... function TestDetectSinglePhaseError (line 279) | static int TestDetectSinglePhaseError( double sampleRate, int cycleSize,... function TestDetectPhaseErrors (line 334) | static int TestDetectPhaseErrors( void ) function TestDetectSinglePop (line 370) | static int TestDetectSinglePop( double sampleRate, int cycleSize, int la... function TestSingleInitialSpike (line 424) | static int TestSingleInitialSpike( double sampleRate, int stepPosition, ... function TestDetectPops (line 498) | static int TestDetectPops( void ) function TestInitialSpike (line 526) | static int TestInitialSpike( void ) function TestSavedWave (line 561) | static int TestSavedWave() function PaQa_FillWithSine (line 601) | void PaQa_FillWithSine( PaQaRecording *recording, double sampleRate, dou... function TestNotchFilter (line 627) | static int TestNotchFilter( void ) function PaQa_TestAnalyzer (line 689) | int PaQa_TestAnalyzer( void ) FILE: thirdparty/portaudio/qa/loopback/src/write_wav.c function WriteLongLE (line 48) | static void WriteLongLE( unsigned char **addrPtr, unsigned long data ) function WriteShortLE (line 59) | static void WriteShortLE( unsigned char **addrPtr, unsigned short data ) function WriteChunkType (line 68) | static void WriteChunkType( unsigned char **addrPtr, unsigned long cktyp ) function Audio_WAV_OpenWriter (line 88) | long Audio_WAV_OpenWriter( WAV_Writer *writer, const char *fileName, int... function Audio_WAV_WriteShorts (line 140) | long Audio_WAV_WriteShorts( WAV_Writer *writer, function Audio_WAV_CloseWriter (line 172) | long Audio_WAV_CloseWriter( WAV_Writer *writer ) function main (line 207) | int main( void ) FILE: thirdparty/portaudio/qa/loopback/src/write_wav.h type WAV_Writer (line 69) | typedef struct WAV_Writer_s FILE: thirdparty/portaudio/qa/paqa_devs.c type PaQaData (line 71) | typedef struct PaQaData function NextSineSample (line 117) | static float NextSineSample( PaQaData *data ) function QaCallback (line 130) | static int QaCallback( const void *inputBuffer, void *outputBuffer, function usage (line 214) | static void usage( const char *name ) function main (line 225) | int main( int argc, char **argv ) function TestDevices (line 294) | static void TestDevices( int mode, int allDevices ) function TestFormats (line 337) | static void TestFormats( int mode, PaDeviceIndex deviceID, double sample... function TestAdvance (line 347) | static int TestAdvance( int mode, PaDeviceIndex deviceID, double sampleR... FILE: thirdparty/portaudio/qa/paqa_errs.c type PaQaData (line 57) | typedef struct PaQaData function QaCallback (line 103) | static int QaCallback( const void* inputBuffer, function PaDeviceIndex (line 138) | static PaDeviceIndex FindInputOnlyDevice(void) function PaDeviceIndex (line 153) | static PaDeviceIndex FindOutputOnlyDevice(void) function TestBadOpens (line 169) | static int TestBadOpens( void ) function TestBadActions (line 342) | static int TestBadActions( void ) function main (line 392) | int main(void) FILE: thirdparty/portaudio/qa/paqa_latency.c type paTestData (line 58) | typedef struct function patestCallback (line 81) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function PaError (line 133) | PaError paqaCheckLatency( PaStreamParameters *outputParamsPtr, function paqaNoopCallback (line 196) | static int paqaNoopCallback( const void *inputBuffer, void *outputBuffer, function paqaCheckMultipleSuggested (line 212) | static int paqaCheckMultipleSuggested( PaDeviceIndex deviceIndex, int is... function paqaVerifySuggestedLatency (line 314) | static int paqaVerifySuggestedLatency( void ) function paqaVerifyDeviceInfoLatency (line 347) | static int paqaVerifyDeviceInfoLatency( void ) function main (line 384) | int main(void) FILE: thirdparty/portaudio/src/common/pa_allocation.c type PaUtilAllocationGroupLink (line 63) | struct PaUtilAllocationGroupLink type PaUtilAllocationGroupLink (line 75) | struct PaUtilAllocationGroupLink type PaUtilAllocationGroupLink (line 76) | struct PaUtilAllocationGroupLink type PaUtilAllocationGroupLink (line 77) | struct PaUtilAllocationGroupLink type PaUtilAllocationGroupLink (line 79) | struct PaUtilAllocationGroupLink type PaUtilAllocationGroupLink (line 82) | struct PaUtilAllocationGroupLink type PaUtilAllocationGroupLink (line 83) | struct PaUtilAllocationGroupLink function PaUtilAllocationGroup (line 103) | PaUtilAllocationGroup* PaUtil_CreateAllocationGroup( void ) function PaUtil_DestroyAllocationGroup (line 130) | void PaUtil_DestroyAllocationGroup( PaUtilAllocationGroup* group ) type PaUtilAllocationGroupLink (line 148) | struct PaUtilAllocationGroupLink function PaUtil_GroupFreeMemory (line 183) | void PaUtil_GroupFreeMemory( PaUtilAllocationGroup* group, void *buffer ) function PaUtil_FreeAllAllocations (line 220) | void PaUtil_FreeAllAllocations( PaUtilAllocationGroup* group ) FILE: thirdparty/portaudio/src/common/pa_allocation.h type PaUtilAllocationGroup (line 65) | typedef struct FILE: thirdparty/portaudio/src/common/pa_converters.c function PaSampleFormat (line 70) | PaSampleFormat PaUtil_SelectClosestAvailableFormat( function PaUtilConverter (line 178) | PaUtilConverter* PaUtil_SelectConverter( PaSampleFormat sourceFormat, function Float32_To_Int32 (line 334) | static void Float32_To_Int32( function Float32_To_Int32_Dither (line 361) | static void Float32_To_Int32_Dither( function Float32_To_Int32_Clip (line 390) | static void Float32_To_Int32_Clip( function Float32_To_Int32_DitherClip (line 419) | static void Float32_To_Int32_DitherClip( function Float32_To_Int24 (line 451) | static void Float32_To_Int24( function Float32_To_Int24_Dither (line 485) | static void Float32_To_Int24_Dither( function Float32_To_Int24_Clip (line 521) | static void Float32_To_Int24_Clip( function Float32_To_Int24_DitherClip (line 556) | static void Float32_To_Int24_DitherClip( function Float32_To_Int16 (line 593) | static void Float32_To_Int16( function Float32_To_Int16_Dither (line 619) | static void Float32_To_Int16_Dither( function Float32_To_Int16_Clip (line 647) | static void Float32_To_Int16_Clip( function Float32_To_Int16_DitherClip (line 673) | static void Float32_To_Int16_DitherClip( function Float32_To_Int8 (line 703) | static void Float32_To_Int8( function Float32_To_Int8_Dither (line 724) | static void Float32_To_Int8_Dither( function Float32_To_Int8_Clip (line 747) | static void Float32_To_Int8_Clip( function Float32_To_Int8_DitherClip (line 769) | static void Float32_To_Int8_DitherClip( function Float32_To_UInt8 (line 794) | static void Float32_To_UInt8( function Float32_To_UInt8_Dither (line 815) | static void Float32_To_UInt8_Dither( function Float32_To_UInt8_Clip (line 838) | static void Float32_To_UInt8_Clip( function Float32_To_UInt8_DitherClip (line 860) | static void Float32_To_UInt8_DitherClip( function Int32_To_Float32 (line 885) | static void Int32_To_Float32( function Int32_To_Int24 (line 905) | static void Int32_To_Int24( function Int32_To_Int24_Dither (line 933) | static void Int32_To_Int24_Dither( function Int32_To_Int16 (line 949) | static void Int32_To_Int16( function Int32_To_Int16_Dither (line 969) | static void Int32_To_Int16_Dither( function Int32_To_Int8 (line 991) | static void Int32_To_Int8( function Int32_To_Int8_Dither (line 1011) | static void Int32_To_Int8_Dither( function Int32_To_UInt8 (line 1033) | static void Int32_To_UInt8( function Int32_To_UInt8_Dither (line 1053) | static void Int32_To_UInt8_Dither( function Int24_To_Float32 (line 1073) | static void Int24_To_Float32( function Int24_To_Int32 (line 1106) | static void Int24_To_Int32( function Int24_To_Int16 (line 1139) | static void Int24_To_Int16( function Int24_To_Int16_Dither (line 1173) | static void Int24_To_Int16_Dither( function Int24_To_Int8 (line 1207) | static void Int24_To_Int8( function Int24_To_Int8_Dither (line 1237) | static void Int24_To_Int8_Dither( function Int24_To_UInt8 (line 1271) | static void Int24_To_UInt8( function Int24_To_UInt8_Dither (line 1301) | static void Int24_To_UInt8_Dither( function Int16_To_Float32 (line 1317) | static void Int16_To_Float32( function Int16_To_Int32 (line 1338) | static void Int16_To_Int32( function Int16_To_Int24 (line 1362) | static void Int16_To_Int24( function Int16_To_Int8 (line 1394) | static void Int16_To_Int8( function Int16_To_Int8_Dither (line 1414) | static void Int16_To_Int8_Dither( function Int16_To_UInt8 (line 1434) | static void Int16_To_UInt8( function Int16_To_UInt8_Dither (line 1454) | static void Int16_To_UInt8_Dither( function Int8_To_Float32 (line 1474) | static void Int8_To_Float32( function Int8_To_Int32 (line 1495) | static void Int8_To_Int32( function Int8_To_Int24 (line 1515) | static void Int8_To_Int24( function Int8_To_Int16 (line 1544) | static void Int8_To_Int16( function Int8_To_UInt8 (line 1564) | static void Int8_To_UInt8( function UInt8_To_Float32 (line 1584) | static void UInt8_To_Float32( function UInt8_To_Int32 (line 1605) | static void UInt8_To_Int32( function UInt8_To_Int24 (line 1625) | static void UInt8_To_Int24( function UInt8_To_Int16 (line 1654) | static void UInt8_To_Int16( function UInt8_To_Int8 (line 1674) | static void UInt8_To_Int8( function Copy_8_To_8 (line 1694) | static void Copy_8_To_8( function Copy_16_To_16 (line 1715) | static void Copy_16_To_16( function Copy_24_To_24 (line 1736) | static void Copy_24_To_24( function Copy_32_To_32 (line 1759) | static void Copy_32_To_32( function PaUtilZeroer (line 1857) | PaUtilZeroer* PaUtil_SelectZeroer( PaSampleFormat destinationFormat ) function ZeroU8 (line 1896) | static void ZeroU8( void *destinationBuffer, signed int destinationStride, function Zero8 (line 1911) | static void Zero8( void *destinationBuffer, signed int destinationStride, function Zero16 (line 1926) | static void Zero16( void *destinationBuffer, signed int destinationStride, function Zero24 (line 1941) | static void Zero24( void *destinationBuffer, signed int destinationStride, function Zero32 (line 1958) | static void Zero32( void *destinationBuffer, signed int destinationStride, FILE: thirdparty/portaudio/src/common/pa_converters.h type PaUtilTriangularDitherGenerator (line 57) | struct PaUtilTriangularDitherGenerator type PaUtilTriangularDitherGenerator (line 93) | struct PaUtilTriangularDitherGenerator type PaUtilConverterTable (line 138) | typedef struct{ type PaUtilZeroerTable (line 233) | typedef struct{ FILE: thirdparty/portaudio/src/common/pa_cpuload.c function PaUtil_InitializeCpuLoadMeasurer (line 60) | void PaUtil_InitializeCpuLoadMeasurer( PaUtilCpuLoadMeasurer* measurer, ... function PaUtil_ResetCpuLoadMeasurer (line 68) | void PaUtil_ResetCpuLoadMeasurer( PaUtilCpuLoadMeasurer* measurer ) function PaUtil_BeginCpuLoadMeasurement (line 73) | void PaUtil_BeginCpuLoadMeasurement( PaUtilCpuLoadMeasurer* measurer ) function PaUtil_EndCpuLoadMeasurement (line 79) | void PaUtil_EndCpuLoadMeasurement( PaUtilCpuLoadMeasurer* measurer, unsi... function PaUtil_GetCpuLoad (line 102) | double PaUtil_GetCpuLoad( PaUtilCpuLoadMeasurer* measurer ) FILE: thirdparty/portaudio/src/common/pa_cpuload.h type PaUtilCpuLoadMeasurer (line 56) | typedef struct { FILE: thirdparty/portaudio/src/common/pa_debugprint.c function PaUtil_SetDebugPrintFunction (line 68) | void PaUtil_SetDebugPrintFunction(PaUtilLogCallback cb) function PaUtil_DebugPrint (line 88) | void PaUtil_DebugPrint( const char *format, ... ) FILE: thirdparty/portaudio/src/common/pa_dither.c function PaUtil_InitializeTriangularDitherState (line 57) | void PaUtil_InitializeTriangularDitherState( PaUtilTriangularDitherGener... function PaInt32 (line 65) | PaInt32 PaUtil_Generate16BitTriangularDither( PaUtilTriangularDitherGene... function PaUtil_GenerateFloatTriangularDither (line 93) | float PaUtil_GenerateFloatTriangularDither( PaUtilTriangularDitherGenera... FILE: thirdparty/portaudio/src/common/pa_dither.h type PaUtilTriangularDitherGenerator (line 61) | typedef struct PaUtilTriangularDitherGenerator{ FILE: thirdparty/portaudio/src/common/pa_front.c function Pa_GetVersion (line 115) | int Pa_GetVersion( void ) function PaVersionInfo (line 133) | const PaVersionInfo* Pa_GetVersionInfo( void ) function PaUtil_SetLastHostErrorInfo (line 145) | void PaUtil_SetLastHostErrorInfo( PaHostApiTypeId hostApiType, long erro... function CountHostApiInitializers (line 168) | static int CountHostApiInitializers( void ) function TerminateHostApis (line 178) | static void TerminateHostApis( void ) function PaError (line 200) | static PaError InitializeHostApis( void ) function FindHostApi (line 282) | static int FindHostApi( PaDeviceIndex device, int *hostSpecificDeviceInd... function AddOpenStream (line 310) | static void AddOpenStream( PaStream* stream ) function RemoveOpenStream (line 317) | static void RemoveOpenStream( PaStream* stream ) function CloseOpenStreams (line 345) | static void CloseOpenStreams( void ) function PaError (line 355) | PaError Pa_Initialize( void ) function PaError (line 385) | PaError Pa_Terminate( void ) function PaHostErrorInfo (line 416) | const PaHostErrorInfo* Pa_GetLastHostErrorInfo( void ) function PaHostApiIndex (line 470) | PaHostApiIndex Pa_HostApiTypeIdToHostApiIndex( PaHostApiTypeId type ) function PaError (line 502) | PaError PaUtil_GetHostApiRepresentation( struct PaUtilHostApiRepresentat... function PaError (line 531) | PaError PaUtil_DeviceIndexToHostApiDeviceIndex( function PaHostApiIndex (line 553) | PaHostApiIndex Pa_GetHostApiCount( void ) function PaHostApiIndex (line 574) | PaHostApiIndex Pa_GetDefaultHostApi( void ) function PaHostApiInfo (line 603) | const PaHostApiInfo* Pa_GetHostApiInfo( PaHostApiIndex hostApi ) function PaDeviceIndex (line 644) | PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi... function PaDeviceIndex (line 682) | PaDeviceIndex Pa_GetDeviceCount( void ) function PaDeviceIndex (line 703) | PaDeviceIndex Pa_GetDefaultInputDevice( void ) function PaDeviceIndex (line 726) | PaDeviceIndex Pa_GetDefaultOutputDevice( void ) function PaDeviceInfo (line 749) | const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device ) function SampleFormatIsValid (line 792) | static int SampleFormatIsValid( PaSampleFormat format ) function PaError (line 876) | static PaError ValidateOpenStreamParameters( function PaError (line 1034) | PaError Pa_IsFormatSupported( const PaStreamParameters *inputParameters, function PaError (line 1138) | PaError Pa_OpenStream( PaStream** stream, function PaError (line 1272) | PaError Pa_OpenDefaultStream( PaStream** stream, function PaError (line 1355) | PaError PaUtil_ValidateStreamPointer( PaStream* stream ) function PaError (line 1368) | PaError Pa_CloseStream( PaStream* stream ) function PaError (line 1402) | PaError Pa_SetStreamFinishedCallback( PaStream *stream, PaStreamFinished... function PaError (line 1431) | PaError Pa_StartStream( PaStream *stream ) function PaError (line 1457) | PaError Pa_StopStream( PaStream *stream ) function PaError (line 1483) | PaError Pa_AbortStream( PaStream *stream ) function PaError (line 1509) | PaError Pa_IsStreamStopped( PaStream *stream ) function PaError (line 1525) | PaError Pa_IsStreamActive( PaStream *stream ) function PaStreamInfo (line 1542) | const PaStreamInfo* Pa_GetStreamInfo( PaStream *stream ) function PaTime (line 1578) | PaTime Pa_GetStreamTime( PaStream *stream ) function Pa_GetStreamCpuLoad (line 1607) | double Pa_GetStreamCpuLoad( PaStream* stream ) function PaError (line 1637) | PaError Pa_ReadStream( PaStream* stream, function PaError (line 1677) | PaError Pa_WriteStream( PaStream* stream, function Pa_GetStreamReadAvailable (line 1716) | signed long Pa_GetStreamReadAvailable( PaStream* stream ) function Pa_GetStreamWriteAvailable (line 1745) | signed long Pa_GetStreamWriteAvailable( PaStream* stream ) function PaError (line 1774) | PaError Pa_GetSampleSize( PaSampleFormat format ) FILE: thirdparty/portaudio/src/common/pa_hostapi.h type PaUtilPrivatePaFrontHostApiInfo (line 167) | typedef struct PaUtilPrivatePaFrontHostApiInfo { type PaUtilHostApiSpecificStreamInfoHeader (line 182) | typedef struct PaUtilHostApiSpecificStreamInfoHeader type PaUtilHostApiRepresentation (line 194) | typedef struct PaUtilHostApiRepresentation { type PaError (line 339) | typedef PaError PaUtilHostApiInitializer( PaUtilHostApiRepresentation**,... FILE: thirdparty/portaudio/src/common/pa_process.c function GCD (line 60) | static unsigned long GCD( unsigned long a, unsigned long b ) function LCM (line 66) | static unsigned long LCM( unsigned long a, unsigned long b ) function CalculateFrameShift (line 73) | static unsigned long CalculateFrameShift( unsigned long M, unsigned long... function PaError (line 90) | PaError PaUtil_InitializeBufferProcessor( PaUtilBufferProcessor* bp, function PaUtil_TerminateBufferProcessor (line 386) | void PaUtil_TerminateBufferProcessor( PaUtilBufferProcessor* bp ) function PaUtil_ResetBufferProcessor (line 408) | void PaUtil_ResetBufferProcessor( PaUtilBufferProcessor* bp ) function PaUtil_GetBufferProcessorInputLatencyFrames (line 431) | unsigned long PaUtil_GetBufferProcessorInputLatencyFrames( PaUtilBufferP... function PaUtil_GetBufferProcessorOutputLatencyFrames (line 437) | unsigned long PaUtil_GetBufferProcessorOutputLatencyFrames( PaUtilBuffer... function PaUtil_SetInputFrameCount (line 443) | void PaUtil_SetInputFrameCount( PaUtilBufferProcessor* bp, function PaUtil_SetNoInput (line 453) | void PaUtil_SetNoInput( PaUtilBufferProcessor* bp ) function PaUtil_SetInputChannel (line 461) | void PaUtil_SetInputChannel( PaUtilBufferProcessor* bp, function PaUtil_SetInterleavedInputChannels (line 471) | void PaUtil_SetInterleavedInputChannels( PaUtilBufferProcessor* bp, function PaUtil_SetNonInterleavedInputChannel (line 494) | void PaUtil_SetNonInterleavedInputChannel( PaUtilBufferProcessor* bp, function PaUtil_Set2ndInputFrameCount (line 505) | void PaUtil_Set2ndInputFrameCount( PaUtilBufferProcessor* bp, function PaUtil_Set2ndInputChannel (line 512) | void PaUtil_Set2ndInputChannel( PaUtilBufferProcessor* bp, function PaUtil_Set2ndInterleavedInputChannels (line 522) | void PaUtil_Set2ndInterleavedInputChannels( PaUtilBufferProcessor* bp, function PaUtil_Set2ndNonInterleavedInputChannel (line 545) | void PaUtil_Set2ndNonInterleavedInputChannel( PaUtilBufferProcessor* bp, function PaUtil_SetOutputFrameCount (line 556) | void PaUtil_SetOutputFrameCount( PaUtilBufferProcessor* bp, function PaUtil_SetNoOutput (line 566) | void PaUtil_SetNoOutput( PaUtilBufferProcessor* bp ) function PaUtil_SetOutputChannel (line 576) | void PaUtil_SetOutputChannel( PaUtilBufferProcessor* bp, function PaUtil_SetInterleavedOutputChannels (line 587) | void PaUtil_SetInterleavedOutputChannels( PaUtilBufferProcessor* bp, function PaUtil_SetNonInterleavedOutputChannel (line 609) | void PaUtil_SetNonInterleavedOutputChannel( PaUtilBufferProcessor* bp, function PaUtil_Set2ndOutputFrameCount (line 619) | void PaUtil_Set2ndOutputFrameCount( PaUtilBufferProcessor* bp, function PaUtil_Set2ndOutputChannel (line 626) | void PaUtil_Set2ndOutputChannel( PaUtilBufferProcessor* bp, function PaUtil_Set2ndInterleavedOutputChannels (line 637) | void PaUtil_Set2ndInterleavedOutputChannels( PaUtilBufferProcessor* bp, function PaUtil_Set2ndNonInterleavedOutputChannel (line 659) | void PaUtil_Set2ndNonInterleavedOutputChannel( PaUtilBufferProcessor* bp, function PaUtil_BeginBufferProcessing (line 669) | void PaUtil_BeginBufferProcessing( PaUtilBufferProcessor* bp, function NonAdaptingProcess (line 704) | static unsigned long NonAdaptingProcess( PaUtilBufferProcessor *bp, function AdaptingInputOnlyProcess (line 972) | static unsigned long AdaptingInputOnlyProcess( PaUtilBufferProcessor *bp, function AdaptingOutputOnlyProcess (line 1079) | static unsigned long AdaptingOutputOnlyProcess( PaUtilBufferProcessor *bp, function CopyTempOutputBuffersToHostOutputBuffers (line 1208) | static void CopyTempOutputBuffersToHostOutputBuffers( PaUtilBufferProces... function AdaptingProcess (line 1289) | static unsigned long AdaptingProcess( PaUtilBufferProcessor *bp, function PaUtil_EndBufferProcessing (line 1484) | unsigned long PaUtil_EndBufferProcessing( PaUtilBufferProcessor* bp, int... function PaUtil_IsBufferProcessorOutputEmpty (line 1656) | int PaUtil_IsBufferProcessorOutputEmpty( PaUtilBufferProcessor* bp ) function PaUtil_CopyInput (line 1662) | unsigned long PaUtil_CopyInput( PaUtilBufferProcessor* bp, function PaUtil_CopyOutput (line 1733) | unsigned long PaUtil_CopyOutput( PaUtilBufferProcessor* bp, function PaUtil_ZeroOutput (line 1807) | unsigned long PaUtil_ZeroOutput( PaUtilBufferProcessor* bp, unsigned lon... FILE: thirdparty/portaudio/src/common/pa_process.h type PaUtilHostBufferSizeMode (line 219) | typedef enum { type PaUtilChannelDescriptor (line 242) | typedef struct PaUtilChannelDescriptor{ type PaUtilBufferProcessor (line 253) | typedef struct { FILE: thirdparty/portaudio/src/common/pa_ringbuffer.c function ring_buffer_size_t (line 66) | ring_buffer_size_t PaUtil_InitializeRingBuffer( PaUtilRingBuffer *rbuf, ... function ring_buffer_size_t (line 80) | ring_buffer_size_t PaUtil_GetRingBufferReadAvailable( const PaUtilRingBu... function ring_buffer_size_t (line 86) | ring_buffer_size_t PaUtil_GetRingBufferWriteAvailable( const PaUtilRingB... function PaUtil_FlushRingBuffer (line 93) | void PaUtil_FlushRingBuffer( PaUtilRingBuffer *rbuf ) function ring_buffer_size_t (line 104) | ring_buffer_size_t PaUtil_GetRingBufferWriteRegions( PaUtilRingBuffer *r... function ring_buffer_size_t (line 139) | ring_buffer_size_t PaUtil_AdvanceRingBufferWriteIndex( PaUtilRingBuffer ... function ring_buffer_size_t (line 154) | ring_buffer_size_t PaUtil_GetRingBufferReadRegions( PaUtilRingBuffer *rb... function ring_buffer_size_t (line 187) | ring_buffer_size_t PaUtil_AdvanceRingBufferReadIndex( PaUtilRingBuffer *... function ring_buffer_size_t (line 198) | ring_buffer_size_t PaUtil_WriteRingBuffer( PaUtilRingBuffer *rbuf, const... function ring_buffer_size_t (line 220) | ring_buffer_size_t PaUtil_ReadRingBuffer( PaUtilRingBuffer *rbuf, void *... FILE: thirdparty/portaudio/src/common/pa_ringbuffer.h type ring_buffer_size_t (line 75) | typedef int32_t ring_buffer_size_t; type ring_buffer_size_t (line 77) | typedef long ring_buffer_size_t; type ring_buffer_size_t (line 79) | typedef long ring_buffer_size_t; type ring_buffer_size_t (line 81) | typedef long ring_buffer_size_t; type ring_buffer_size_t (line 83) | typedef long ring_buffer_size_t; type PaUtilRingBuffer (line 93) | typedef struct PaUtilRingBuffer FILE: thirdparty/portaudio/src/common/pa_stream.c function PaUtil_InitializeStreamInterface (line 51) | void PaUtil_InitializeStreamInterface( PaUtilStreamInterface *streamInte... function PaUtil_InitializeStreamRepresentation (line 80) | void PaUtil_InitializeStreamRepresentation( PaUtilStreamRepresentation *... function PaUtil_TerminateStreamRepresentation (line 99) | void PaUtil_TerminateStreamRepresentation( PaUtilStreamRepresentation *s... function PaError (line 105) | PaError PaUtil_DummyRead( PaStream* stream, function PaError (line 117) | PaError PaUtil_DummyWrite( PaStream* stream, function PaUtil_DummyGetReadAvailable (line 129) | signed long PaUtil_DummyGetReadAvailable( PaStream* stream ) function PaUtil_DummyGetWriteAvailable (line 137) | signed long PaUtil_DummyGetWriteAvailable( PaStream* stream ) function PaUtil_DummyGetCpuLoad (line 145) | double PaUtil_DummyGetCpuLoad( PaStream* stream ) FILE: thirdparty/portaudio/src/common/pa_stream.h type PaUtilStreamInterface (line 67) | typedef struct { type PaUtilStreamRepresentation (line 147) | typedef struct PaUtilStreamRepresentation { FILE: thirdparty/portaudio/src/common/pa_trace.c function PaUtil_ResetTraceMessages (line 64) | void PaUtil_ResetTraceMessages() function PaUtil_DumpTraceMessages (line 70) | void PaUtil_DumpTraceMessages() function PaUtil_AddTraceMessage (line 86) | void PaUtil_AddTraceMessage( const char *msg, int data ) type PaUint64 (line 105) | typedef unsigned long long PaUint64; type PaHighPerformanceLog (line 107) | typedef struct __PaHighPerformanceLog function PaUtil_InitializeHighSpeedLog (line 121) | int PaUtil_InitializeHighSpeedLog( LogHandle* phLog, unsigned maxSizeInB... function PaUtil_ResetHighSpeedLogTimeRef (line 143) | void PaUtil_ResetHighSpeedLogTimeRef( LogHandle hLog ) type PaLogEntryHeader (line 150) | typedef struct __PaLogEntryHeader function PaUtil_AddHighSpeedLogMessage (line 162) | int PaUtil_AddHighSpeedLogMessage( LogHandle hLog, const char* fmt, ... ) function PaUtil_DumpHighSpeedLog (line 200) | void PaUtil_DumpHighSpeedLog( LogHandle hLog, const char* fileName ) function PaUtil_DiscardHighSpeedLog (line 222) | void PaUtil_DiscardHighSpeedLog( LogHandle hLog ) function PaUtil_TraceStubToSatisfyLinker (line 234) | int PaUtil_TraceStubToSatisfyLinker(void) FILE: thirdparty/portaudio/src/common/pa_types.h type PaInt16 (line 70) | typedef signed short PaInt16; type PaUint16 (line 71) | typedef unsigned short PaUint16; type PaInt16 (line 73) | typedef signed int PaInt16; type PaUint16 (line 74) | typedef unsigned int PaUint16; type PaInt32 (line 80) | typedef signed short PaInt32; type PaUint32 (line 81) | typedef unsigned short PaUint32; type PaInt32 (line 83) | typedef signed int PaInt32; type PaUint32 (line 84) | typedef unsigned int PaUint32; type PaInt32 (line 86) | typedef signed long PaInt32; type PaUint32 (line 87) | typedef unsigned long PaUint32; FILE: thirdparty/portaudio/src/common/pa_util.h type PaUtilHostApiRepresentation (line 60) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 77) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 92) | struct PaUtilHostApiRepresentation FILE: thirdparty/portaudio/src/hostapi/alsa/pa_linux_alsa.c function PaAlsa_LoadLibrary (line 354) | static int PaAlsa_LoadLibrary() function PaAlsa_SetLibraryPathName (line 545) | void PaAlsa_SetLibraryPathName( const char *pathName ) function PaAlsa_CloseLibrary (line 555) | static void PaAlsa_CloseLibrary() function PaAlsa_SetNumPeriods (line 592) | int PaAlsa_SetNumPeriods( int numPeriods ) type StreamDirection (line 598) | typedef enum type PaAlsaStreamComponent (line 604) | typedef struct type PaAlsaStream (line 629) | typedef struct PaAlsaStream type PaAlsaHostApiRepresentation (line 665) | typedef struct PaAlsaHostApiRepresentation type PaAlsaDeviceInfo (line 678) | typedef struct PaAlsaDeviceInfo type PaUtilHostApiRepresentation (line 690) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 691) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 695) | struct PaUtilHostApiRepresentation function PaAlsaDeviceInfo (line 727) | static const PaAlsaDeviceInfo *GetDeviceInfo( const PaUtilHostApiReprese... function PaError (line 739) | PaError PaAlsa_Initialize( PaUtilHostApiRepresentation **hostApi, PaHost... function Terminate (line 807) | static void Terminate( struct PaUtilHostApiRepresentation *hostApi ) function PaError (line 836) | static PaError GropeDevice( snd_pcm_t* pcm, int isPlug, StreamDirection ... function InitializeDeviceInfo (line 951) | static void InitializeDeviceInfo( PaDeviceInfo *deviceInfo ) function PaUint32 (line 970) | static PaUint32 PaAlsaVersionNum(void) type HwDevInfo (line 984) | typedef struct function HwDevInfo (line 1031) | static const HwDevInfo *FindDeviceName( const char *name ) function PaError (line 1046) | static PaError PaAlsa_StrDup( PaAlsaHostApiRepresentation *alsaApi, function IgnorePlugin (line 1065) | static int IgnorePlugin( const char *pluginId ) function OpenPcm (line 1126) | static int OpenPcm( snd_pcm_t **pcmp, const char *name, snd_pcm_stream_t... function PaError (line 1154) | static PaError FillInDevInfo( PaAlsaHostApiRepresentation *alsaApi, HwDe... function PaError (line 1232) | static PaError BuildDeviceList( PaAlsaHostApiRepresentation *alsaApi ) function PaError (line 1490) | static PaError ValidateParameters( const PaStreamParameters *parameters,... function PaSampleFormat (line 1527) | static PaSampleFormat GetAvailableFormats( snd_pcm_t *pcm ) function LogAllAvailableFormats (line 1562) | static void LogAllAvailableFormats( snd_pcm_t *pcm ) function snd_pcm_format_t (line 1683) | static snd_pcm_format_t Pa2AlsaFormat( PaSampleFormat paFormat ) function PaError (line 1719) | static PaError AlsaOpen( const PaUtilHostApiRepresentation *hostApi, con... function PaError (line 1753) | static PaError TestParameters( const PaUtilHostApiRepresentation *hostAp... function PaError (line 1833) | static PaError IsFormatSupported( struct PaUtilHostApiRepresentation *ho... function PaError (line 1878) | static PaError PaAlsaStreamComponent_Initialize( PaAlsaStreamComponent *... function PaAlsaStreamComponent_Terminate (line 1942) | static void PaAlsaStreamComponent_Terminate( PaAlsaStreamComponent *self ) function PaError (line 1960) | static PaError PaAlsaStreamComponent_InitialConfigure( PaAlsaStreamCompo... function PaError (line 2075) | static PaError PaAlsaStreamComponent_FinishConfigure( PaAlsaStreamCompon... function PaError (line 2139) | static PaError PaAlsaStream_Initialize( PaAlsaStream *self, PaAlsaHostAp... function PaAlsaStream_Terminate (line 2196) | static void PaAlsaStream_Terminate( PaAlsaStream *self ) function CalculatePollTimeout (line 2220) | static int CalculatePollTimeout( const PaAlsaStream *stream, unsigned lo... function PaAlsa_AlignBackward (line 2232) | static unsigned long PaAlsa_AlignBackward(unsigned long v, unsigned long... function PaAlsa_AlignForward (line 2242) | static unsigned long PaAlsa_AlignForward(unsigned long v, unsigned long ... function PaAlsa_GetFramesPerHostBuffer (line 2255) | static unsigned long PaAlsa_GetFramesPerHostBuffer(unsigned long userFra... function PaError (line 2267) | static PaError PaAlsaStreamComponent_DetermineFramesPerBuffer( PaAlsaStr... function PaError (line 2520) | static PaError PaAlsaStream_DetermineFramesPerBuffer( PaAlsaStream* self... function PaError (line 2709) | static PaError PaAlsaStream_Configure( PaAlsaStream *self, const PaStrea... function PaError (line 2795) | static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi, function PaError (line 2880) | static PaError CloseStream( PaStream* s ) function SilenceBuffer (line 2893) | static void SilenceBuffer( PaAlsaStream *stream ) function PaError (line 2912) | static PaError AlsaStart( PaAlsaStream *stream, int priming ) function IsRunning (line 2950) | static int IsRunning( PaAlsaStream *stream ) function PaError (line 2987) | static PaError StartStream( PaStream *s ) function PaError (line 3023) | static PaError AlsaStop( PaAlsaStream *stream, int abort ) function PaError (line 3089) | static PaError RealStop( PaAlsaStream *stream, int abort ) function PaError (line 3131) | static PaError StopStream( PaStream *s ) function PaError (line 3136) | static PaError AbortStream( PaStream *s ) function PaError (line 3145) | static PaError IsStreamStopped( PaStream *s ) function PaError (line 3153) | static PaError IsStreamActive( PaStream *s ) function PaTime (line 3159) | static PaTime GetStreamTime( PaStream *s ) function GetStreamCpuLoad (line 3186) | static double GetStreamCpuLoad( PaStream* s ) function SetApproximateSampleRate (line 3194) | static int SetApproximateSampleRate( snd_pcm_t *pcm, snd_pcm_hw_params_t... function GetExactSampleRate (line 3228) | static int GetExactSampleRate( snd_pcm_hw_params_t *hwParams, double *sa... function PaError (line 3244) | static PaError AlsaRestart( PaAlsaStream *stream ) function PaError (line 3263) | static PaError PaAlsaStream_HandleXrun( PaAlsaStream *self ) function PaError (line 3329) | static PaError ContinuePoll( const PaAlsaStream *stream, StreamDirection... function OnExit (line 3387) | static void OnExit( void *data ) function CalculateTimeInfo (line 3409) | static void CalculateTimeInfo( PaAlsaStream *stream, PaStreamCallbackTim... function PaError (line 3466) | static PaError PaAlsaStreamComponent_EndProcessing( PaAlsaStreamComponen... function PaError (line 3525) | static PaError PaAlsaStreamComponent_DoChannelAdaption( PaAlsaStreamComp... function PaError (line 3590) | static PaError PaAlsaStream_EndProcessing( PaAlsaStream *self, unsigned ... function PaError (line 3616) | static PaError PaAlsaStreamComponent_GetAvailableFrames( PaAlsaStreamCom... function PaError (line 3640) | static PaError PaAlsaStreamComponent_BeginPolling( PaAlsaStreamComponent... function PaError (line 3659) | static PaError PaAlsaStreamComponent_EndPolling( PaAlsaStreamComponent* ... function PaError (line 3706) | static PaError PaAlsaStream_GetAvailableFrames( PaAlsaStream *self, int ... function PaError (line 3763) | static PaError PaAlsaStream_WaitForFrames( PaAlsaStream *self, unsigned ... function PaError (line 3977) | static PaError PaAlsaStreamComponent_RegisterChannels( PaAlsaStreamCompo... function PaError (line 4092) | static PaError PaAlsaStream_SetUpBuffers( PaAlsaStream* self, unsigned l... function PaError (line 4397) | static PaError ReadStream( PaStream* s, void *buffer, unsigned long fram... function PaError (line 4457) | static PaError WriteStream( PaStream* s, const void *buffer, unsigned lo... function GetStreamReadAvailable (line 4525) | static signed long GetStreamReadAvailable( PaStream* s ) function GetStreamWriteAvailable (line 4547) | static signed long GetStreamWriteAvailable( PaStream* s ) function PaAlsa_InitializeStreamInfo (line 4576) | void PaAlsa_InitializeStreamInfo( PaAlsaStreamInfo *info ) function PaAlsa_EnableRealtimeScheduling (line 4584) | void PaAlsa_EnableRealtimeScheduling( PaStream *s, int enable ) function PaAlsa_EnableWatchdog (line 4591) | void PaAlsa_EnableWatchdog( PaStream *s, int enable ) function PaError (line 4598) | static PaError GetAlsaStreamPointer( PaStream* s, PaAlsaStream** stream ) function PaError (line 4617) | PaError PaAlsa_GetStreamInputCard( PaStream* s, int* card ) function PaError (line 4636) | PaError PaAlsa_GetStreamOutputCard( PaStream* s, int* card ) function PaError (line 4655) | PaError PaAlsa_SetRetriesBusy( int retries ) FILE: thirdparty/portaudio/src/hostapi/asihpi/pa_linux_asihpi.c type PaAsiHpiHostApiRepresentation (line 258) | typedef struct PaAsiHpiHostApiRepresentation type PaAsiHpiDeviceInfo (line 275) | typedef struct PaAsiHpiDeviceInfo type PaAsiHpiStreamState (line 315) | typedef enum PaAsiHpiStreamState type PaAsiHpiStreamComponent (line 325) | typedef struct PaAsiHpiStreamComponent type PaAsiHpiStream (line 353) | typedef struct PaAsiHpiStream type PaAsiHpiStreamInfo (line 397) | typedef struct PaAsiHpiStreamInfo type PaUtilHostApiRepresentation (line 442) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 443) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 449) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 480) | struct PaUtilHostApiRepresentation type hpi_format (line 482) | struct hpi_format type PaUtilHostApiRepresentation (line 483) | struct PaUtilHostApiRepresentation type hpi_format (line 484) | struct hpi_format type PaUtilHostApiRepresentation (line 486) | struct PaUtilHostApiRepresentation type hpi_format (line 487) | struct hpi_format function PaError (line 522) | static PaError PaAsiHpi_BuildDeviceList( PaAsiHpiHostApiRepresentation *... function PaError (line 727) | PaError PaAsiHpi_Initialize( PaUtilHostApiRepresentation **hostApi, PaHo... function Terminate (line 803) | static void Terminate( struct PaUtilHostApiRepresentation *hostApi ) function PaAsiHpi_PaToHpiFormat (line 848) | static uint16_t PaAsiHpi_PaToHpiFormat( PaSampleFormat paFormat ) function PaSampleFormat (line 882) | static PaSampleFormat PaAsiHpi_HpiToPaFormat( uint16_t hpiFormat ) function PaError (line 925) | static PaError PaAsiHpi_CreateFormat( struct PaUtilHostApiRepresentation... function PaError (line 1004) | static PaError PaAsiHpi_OpenInput( struct PaUtilHostApiRepresentation *h... function PaError (line 1059) | static PaError PaAsiHpi_OpenOutput( struct PaUtilHostApiRepresentation *... function PaError (line 1116) | static PaError IsFormatSupported( struct PaUtilHostApiRepresentation *ho... function PaError (line 1174) | static PaError PaAsiHpi_GetStreamInfo( PaAsiHpiStreamComponent *streamCo... function PaAsiHpi_StreamComponentDump (line 1257) | static void PaAsiHpi_StreamComponentDump( PaAsiHpiStreamComponent *strea... function PaAsiHpi_StreamDump (line 1384) | static void PaAsiHpi_StreamDump( PaAsiHpiStream *stream ) function PaError (line 1468) | static PaError PaAsiHpi_SetupBuffers( PaAsiHpiStreamComponent *streamCom... function PaError (line 1661) | static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi, function PaError (line 1861) | static PaError CloseStream( PaStream *s ) function PaError (line 1917) | static PaError PaAsiHpi_PrimeOutputWithSilence( PaAsiHpiStream *stream ) function PaError (line 1961) | static PaError PaAsiHpi_StartStream( PaAsiHpiStream *stream, int outputP... function PaError (line 2001) | static PaError StartStream( PaStream *s ) function PaError (line 2040) | static PaError PaAsiHpi_StopStream( PaAsiHpiStream *stream, int abort ) function PaError (line 2104) | static PaError PaAsiHpi_ExplicitStop( PaAsiHpiStream *stream, int abort ) function PaError (line 2146) | static PaError StopStream( PaStream *s ) function PaError (line 2159) | static PaError AbortStream( PaStream *s ) function PaError (line 2176) | static PaError IsStreamStopped( PaStream *s ) function PaError (line 2197) | static PaError IsStreamActive( PaStream *s ) function PaTime (line 2215) | static PaTime GetStreamTime( PaStream *s ) function GetStreamCpuLoad (line 2227) | static double GetStreamCpuLoad( PaStream *s ) function PaAsiHpi_OnThreadExit (line 2244) | static void PaAsiHpi_OnThreadExit( void *userData ) function PaError (line 2287) | static PaError PaAsiHpi_WaitForFrames( PaAsiHpiStream *stream, unsigned ... function PaAsiHpi_CalculateTimeInfo (line 2406) | static void PaAsiHpi_CalculateTimeInfo( PaAsiHpiStream *stream, PaStream... function PaError (line 2450) | static PaError PaAsiHpi_BeginProcessing( PaAsiHpiStream *stream, unsigne... function PaError (line 2527) | static PaError PaAsiHpi_EndProcessing( PaAsiHpiStream *stream, unsigned ... function PaError (line 2719) | static PaError ReadStream( PaStream *s, function PaError (line 2786) | static PaError WriteStream( PaStream *s, function GetStreamReadAvailable (line 2846) | static signed long GetStreamReadAvailable( PaStream *s ) function GetStreamWriteAvailable (line 2874) | static signed long GetStreamWriteAvailable( PaStream *s ) FILE: thirdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp function HRESULT (line 375) | HRESULT STDMETHODCALLTYPE IASIOThiscallResolver::QueryInterface(REFIID r... function ULONG (line 385) | ULONG STDMETHODCALLTYPE IASIOThiscallResolver::AddRef() function ULONG (line 392) | ULONG STDMETHODCALLTYPE IASIOThiscallResolver::Release() function ASIOBool (line 402) | ASIOBool IASIOThiscallResolver::init(void *sysHandle) function ASIOError (line 426) | ASIOError IASIOThiscallResolver::start() function ASIOError (line 433) | ASIOError IASIOThiscallResolver::stop() function ASIOError (line 440) | ASIOError IASIOThiscallResolver::getChannels(long *numInputChannels, lon... function ASIOError (line 447) | ASIOError IASIOThiscallResolver::getLatencies(long *inputLatency, long *... function ASIOError (line 454) | ASIOError IASIOThiscallResolver::getBufferSize(long *minSize, long *maxS... function ASIOError (line 462) | ASIOError IASIOThiscallResolver::canSampleRate(ASIOSampleRate sampleRate) function ASIOError (line 469) | ASIOError IASIOThiscallResolver::getSampleRate(ASIOSampleRate *sampleRate) function ASIOError (line 476) | ASIOError IASIOThiscallResolver::setSampleRate(ASIOSampleRate sampleRate) function ASIOError (line 483) | ASIOError IASIOThiscallResolver::getClockSources(ASIOClockSource *clocks... function ASIOError (line 490) | ASIOError IASIOThiscallResolver::setClockSource(long reference) function ASIOError (line 497) | ASIOError IASIOThiscallResolver::getSamplePosition(ASIOSamples *sPos, AS... function ASIOError (line 504) | ASIOError IASIOThiscallResolver::getChannelInfo(ASIOChannelInfo *info) function ASIOError (line 511) | ASIOError IASIOThiscallResolver::createBuffers(ASIOBufferInfo *bufferInfos, function ASIOError (line 519) | ASIOError IASIOThiscallResolver::disposeBuffers() function ASIOError (line 526) | ASIOError IASIOThiscallResolver::controlPanel() function ASIOError (line 533) | ASIOError IASIOThiscallResolver::future(long selector,void *opt) function ASIOError (line 540) | ASIOError IASIOThiscallResolver::outputReady() function ASIOError (line 549) | ASIOError IASIOThiscallResolver::ASIOInit(ASIODriverInfo *info) FILE: thirdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.h function class (line 136) | class IASIOThiscallResolver : public IASIO { FILE: thirdparty/portaudio/src/hostapi/asio/pa_asio.cpp type PaUtilHostApiRepresentation (line 165) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 166) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 175) | struct PaUtilHostApiRepresentation function PaAsio_SetLastSystemError (line 215) | static void PaAsio_SetLastSystemError( DWORD errorCode ) function PaAsio_AtomicIncrement (line 265) | inline long PaAsio_AtomicIncrement(volatile long* v) {return ++(*const_c... function PaAsio_AtomicDecrement (line 266) | inline long PaAsio_AtomicDecrement(volatile long* v) {return --(*const_c... function PaAsio_AtomicIncrement (line 268) | inline long PaAsio_AtomicIncrement(volatile long* v) {return Interlocked... function PaAsio_AtomicDecrement (line 269) | inline long PaAsio_AtomicDecrement(volatile long* v) {return Interlocked... type PaAsioDriverInfo (line 274) | struct PaAsioDriverInfo function PaSampleFormat (line 345) | static PaSampleFormat AsioSampleTypeToPaNativeSampleFormat(ASIOSampleTyp... function AsioSampleTypeLOG (line 379) | void AsioSampleTypeLOG(ASIOSampleType type) function BytesPerAsioSample (line 405) | static int BytesPerAsioSample( ASIOSampleType sampleType ) function Swap16 (line 440) | static void Swap16( void *buffer, long shift, long count ) function Swap24 (line 453) | static void Swap24( void *buffer, long shift, long count ) function Swap32 (line 470) | static void Swap32( void *buffer, long shift, long count ) function SwapShiftLeft32 (line 483) | static void SwapShiftLeft32( void *buffer, long shift, long count ) function ShiftRightSwap32 (line 496) | static void ShiftRightSwap32( void *buffer, long shift, long count ) function ShiftLeft32 (line 508) | static void ShiftLeft32( void *buffer, long shift, long count ) function ShiftRight32 (line 520) | static void ShiftRight32( void *buffer, long shift, long count ) function Swap64ConvertFloat64ToFloat32 (line 534) | static void Swap64ConvertFloat64ToFloat32( void *buffer, long shift, lon... function ConvertFloat64ToFloat32 (line 554) | static void ConvertFloat64ToFloat32( void *buffer, long shift, long count ) function ConvertFloat32ToFloat64Swap64 (line 564) | static void ConvertFloat32ToFloat64Swap64( void *buffer, long shift, lon... function ConvertFloat32ToFloat64 (line 586) | static void ConvertFloat32ToFloat64( void *buffer, long shift, long count ) function SelectAsioToPaConverter (line 608) | static void SelectAsioToPaConverter( ASIOSampleType type, PaAsioBufferCo... function SelectPaToAsioConverter (line 754) | static void SelectPaToAsioConverter( ASIOSampleType type, PaAsioBufferCo... type PaAsioDeviceInfo (line 900) | struct PaAsioDeviceInfo function PaError (line 913) | PaError PaAsio_GetAvailableBufferSizes( PaDeviceIndex device, function UnloadAsioDriver (line 943) | static void UnloadAsioDriver( void ) function PaError (line 954) | static PaError LoadAsioDriver( PaAsioHostApiRepresentation *asioHostApi,... function PaError (line 1022) | static PaError InitPaDeviceInfoFromAsioDriver( PaAsioHostApiRepresentati... function PaError (line 1170) | PaError PaAsio_Initialize( PaUtilHostApiRepresentation **hostApi, PaHost... function Terminate (line 1394) | static void Terminate( struct PaUtilHostApiRepresentation *hostApi ) function PaError (line 1418) | static PaError IsFormatSupported( struct PaUtilHostApiRepresentation *ho... type PaAsioStreamBlockingState (line 1562) | struct PaAsioStreamBlockingState type PaAsioStream (line 1597) | struct PaAsioStream function ZeroOutputBuffers (line 1647) | static void ZeroOutputBuffers( PaAsioStream *stream, long index ) function NextPowerOfTwo (line 1666) | static unsigned long NextPowerOfTwo( unsigned long x ) function SelectHostBufferSizeForUnspecifiedUserFramesPerBuffer (line 1683) | static unsigned long SelectHostBufferSizeForUnspecifiedUserFramesPerBuffer( function SelectHostBufferSizeForSpecifiedUserFramesPerBuffer (line 1743) | static unsigned long SelectHostBufferSizeForSpecifiedUserFramesPerBuffer( function SelectHostBufferSize (line 1820) | static unsigned long SelectHostBufferSize( function PaError (line 1875) | static PaError ValidateAsioSpecificStreamInfo( function IsUsingExternalClockSource (line 1907) | static bool IsUsingExternalClockSource() function PaError (line 1935) | static PaError ValidateAndSetSampleRate( double sampleRate ) function PaError (line 2001) | static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi, function PaError (line 2820) | static PaError CloseStream( PaStream* s ) function bufferSwitch (line 2870) | static void bufferSwitch(long index, ASIOBool directProcess) function ASIOTime (line 2904) | static ASIOTime *bufferSwitchTimeInfo( ASIOTime *timeInfo, long index, A... function sampleRateChanged (line 3188) | static void sampleRateChanged(ASIOSampleRate sRate) function asioMessages (line 3202) | static long asioMessages(long selector, long value, void* message, doubl... function PaError (line 3290) | static PaError StartStream( PaStream *s ) function EnsureCallbackHasCompleted (line 3393) | static void EnsureCallbackHasCompleted( PaAsioStream *stream ) function PaError (line 3406) | static PaError StopStream( PaStream *s ) function PaError (line 3486) | static PaError AbortStream( PaStream *s ) function PaError (line 3518) | static PaError IsStreamStopped( PaStream *s ) function PaError (line 3526) | static PaError IsStreamActive( PaStream *s ) function PaTime (line 3534) | static PaTime GetStreamTime( PaStream *s ) function GetStreamCpuLoad (line 3542) | static double GetStreamCpuLoad( PaStream* s ) function PaError (line 3556) | static PaError ReadStream( PaStream *s , function PaError (line 3727) | static PaError WriteStream( PaStream *s , function GetStreamReadAvailable (line 3901) | static signed long GetStreamReadAvailable( PaStream* s ) function GetStreamWriteAvailable (line 3910) | static signed long GetStreamWriteAvailable( PaStream* s ) function BlockingIoPaCallback (line 3923) | static int BlockingIoPaCallback(const void *inputBuf... function PaError (line 4031) | PaError PaAsio_ShowControlPanel( PaDeviceIndex device, void* systemSpeci... function PaError (line 4137) | PaError PaAsio_GetInputChannelName( PaDeviceIndex device, int channelIndex, function PaError (line 4170) | PaError PaAsio_GetOutputChannelName( PaDeviceIndex device, int channelIn... function PaError (line 4209) | static PaError GetAsioStreamPointer( PaAsioStream **stream, PaStream *s ) function PaError (line 4239) | PaError PaAsio_SetStreamSampleRate( PaStream* s, double sampleRate ) FILE: thirdparty/portaudio/src/hostapi/coreaudio/pa_mac_core.c function PaMacCore_SetupStreamInfo (line 94) | void PaMacCore_SetupStreamInfo( PaMacCoreStreamInfo *data, const unsign... function PaMacCore_SetupChannelMap (line 108) | void PaMacCore_SetupChannelMap( PaMacCoreStreamInfo *data, const SInt32 ... function ensureChannelNameSize (line 115) | static bool ensureChannelNameSize( int size ) type PaUtilHostApiRepresentation (line 132) | struct PaUtilHostApiRepresentation function PaError (line 206) | PaError PaMacCore_GetBufferSizeRange( PaDeviceIndex device, function AudioDeviceID (line 241) | AudioDeviceID PaMacCore_GetStreamInputDevice( PaStream* s ) function AudioDeviceID (line 249) | AudioDeviceID PaMacCore_GetStreamOutputDevice( PaStream* s ) type PaUtilHostApiRepresentation (line 263) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 264) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 268) | struct PaUtilHostApiRepresentation function startStopCallback (line 317) | static void startStopCallback( function PaError (line 347) | static PaError gatherDeviceInfo(PaMacAUHAL *auhalHostApi) function PaError (line 435) | static PaError ClipToDeviceBufferSize( AudioDeviceID macCoreDeviceId, function DumpDeviceProperties (line 450) | static void DumpDeviceProperties( AudioDeviceID macCoreDeviceId, function PaError (line 509) | static PaError CalculateFixedDeviceLatency( AudioDeviceID macCoreDeviceI... function PaError (line 544) | static PaError CalculateDefaultDeviceLatencies( AudioDeviceID macCoreDev... function PaError (line 577) | static PaError GetChannelInfo( PaMacAUHAL *auhalHostApi, function PaError (line 648) | static PaError InitializeDeviceInfo( PaMacAUHAL *auhalHostApi, function PaError (line 719) | PaError PaMacCore_Initialize( PaUtilHostApiRepresentation **hostApi, PaH... function Terminate (line 865) | static void Terminate( struct PaUtilHostApiRepresentation *hostApi ) function PaError (line 893) | static PaError IsFormatSupported( struct PaUtilHostApiRepresentation *ho... function InitializeDeviceProperties (line 992) | static void InitializeDeviceProperties( PaMacCoreDeviceProperties *devic... function Float64 (line 999) | static Float64 CalculateSoftwareLatencyFromProperties( PaMacCoreStream *... function Float64 (line 1005) | static Float64 CalculateHardwareLatencyFromProperties( PaMacCoreStream *... function UpdateTimeStampOffsets (line 1014) | static void UpdateTimeStampOffsets( PaMacCoreStream *stream ) function OSStatus (line 1043) | static OSStatus UpdateSampleRateFromDeviceProperty( PaMacCoreStream *str... function OSStatus (line 1059) | static OSStatus AudioDevicePropertyActualSampleRateListenerProc( AudioOb... function OSStatus (line 1077) | static OSStatus QueryUInt32DeviceProperty( AudioDeviceID deviceID, Boole... function OSStatus (line 1089) | static OSStatus AudioDevicePropertyGenericListenerProc( AudioObjectID in... function OSStatus (line 1130) | static OSStatus SetupDevicePropertyListeners( PaMacCoreStream *stream, A... function CleanupDevicePropertyListeners (line 1155) | static void CleanupDevicePropertyListeners( PaMacCoreStream *stream, Aud... function PaError (line 1169) | static PaError OpenAndSetupOneAudioUnit( function UInt32 (line 1635) | static UInt32 CalculateOptimalBufferSize( PaMacAUHAL *auhalHostApi, function PaError (line 1699) | static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi, function PaTime (line 2122) | PaTime GetStreamTime( PaStream *s ) function OSStatus (line 2129) | static OSStatus ringBufferIOProc( function OSStatus (line 2174) | static OSStatus AudioIOProc( void *inRefCon, function PaError (line 2638) | static PaError CloseStream( PaStream* s ) function PaError (line 2727) | static PaError StartStream( PaStream *s ) function ComponentResult (line 2756) | static ComponentResult BlockWhileAudioUnitIsRunning( AudioUnit audioUnit... function PaError (line 2769) | static PaError FinishStoppingStream( PaMacCoreStream *stream ) function PaError (line 2825) | static PaError StopStream( PaStream *s ) function PaError (line 2846) | static PaError AbortStream( PaStream *s ) function PaError (line 2855) | static PaError IsStreamStopped( PaStream *s ) function PaError (line 2864) | static PaError IsStreamActive( PaStream *s ) function GetStreamCpuLoad (line 2872) | static double GetStreamCpuLoad( PaStream* s ) FILE: thirdparty/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.c function computeSampleSizeFromFormat (line 77) | static size_t computeSampleSizeFromFormat( PaSampleFormat format ) function computeSampleSizeFromFormatPow2 (line 94) | static size_t computeSampleSizeFromFormatPow2( PaSampleFormat format ) function PaError (line 118) | PaError initializeBlioRingBuffers( function PaError (line 211) | PaError blioSetIsInputEmpty( PaMacBlio *blio, bool isEmpty ) function PaError (line 237) | PaError blioSetIsOutputFull( PaMacBlio *blio, bool isFull ) function PaError (line 267) | PaError resetBlioRingBuffers( PaMacBlio *blio ) function PaError (line 311) | PaError destroyBlioRingBuffers( PaMacBlio *blio ) function BlioCallback (line 343) | int BlioCallback( const void *input, void *output, unsigned long frameCo... function PaError (line 421) | PaError ReadStream( PaStream* stream, function PaError (line 500) | PaError WriteStream( PaStream* stream, function PaError (line 593) | PaError waitUntilBlioWriteBufferIsEmpty( PaMacBlio *blio, double sampleR... function GetStreamReadAvailable (line 623) | signed long GetStreamReadAvailable( PaStream* stream ) function GetStreamWriteAvailable (line 632) | signed long GetStreamWriteAvailable( PaStream* stream ) FILE: thirdparty/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.h type PaMacBlio (line 79) | typedef struct { FILE: thirdparty/portaudio/src/hostapi/coreaudio/pa_mac_core_internal.h type PaMacAUHAL (line 100) | typedef struct type PaMacCoreDeviceProperties (line 116) | typedef struct PaMacCoreDeviceProperties type PaMacCoreStream (line 134) | typedef struct PaMacCoreStream FILE: thirdparty/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.c function OSStatus (line 66) | OSStatus PaMacCore_AudioHardwareGetProperty( function OSStatus (line 75) | OSStatus PaMacCore_AudioHardwareGetPropertySize( function OSStatus (line 83) | OSStatus PaMacCore_AudioDeviceGetProperty( function OSStatus (line 96) | OSStatus PaMacCore_AudioDeviceSetProperty( function OSStatus (line 110) | OSStatus PaMacCore_AudioDeviceGetPropertySize( function OSStatus (line 122) | OSStatus PaMacCore_AudioDeviceAddPropertyListener( function OSStatus (line 135) | OSStatus PaMacCore_AudioDeviceRemovePropertyListener( function OSStatus (line 148) | OSStatus PaMacCore_AudioStreamGetProperty( function PaError (line 159) | PaError PaMacCore_SetUnixError( int err, int line ) function PaError (line 188) | PaError PaMacCore_SetError(OSStatus error, int line, int isError) function computeRingBufferSize (line 355) | long computeRingBufferSize( const PaStreamParameters *inputParameters, function OSStatus (line 425) | OSStatus propertyProc( function PaError (line 444) | PaError AudioDeviceSetPropertyNowAndWaitForChange( function PaError (line 532) | PaError setBestSampleRateForDevice( const AudioDeviceID device, function PaError (line 636) | PaError setBestFramesPerBuffer( const AudioDeviceID device, type PaMacXRunListNode_s (line 709) | struct PaMacXRunListNode_s { type PaMacXRunListNode (line 714) | typedef struct PaMacXRunListNode_s PaMacXRunListNode; function OSStatus (line 722) | OSStatus xrunCallback( function initializeXRunListenerList (line 758) | int initializeXRunListenerList( void ) function destroyXRunListenerList (line 764) | int destroyXRunListenerList( void ) function removeFromXRunListenerList (line 792) | int removeFromXRunListenerList( void *stream ) FILE: thirdparty/portaudio/src/hostapi/dsound/pa_win_ds.c type PaUtilHostApiRepresentation (line 178) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 179) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 188) | struct PaUtilHostApiRepresentation type PaWinDsDeviceInfo (line 221) | typedef struct PaWinDsDeviceInfo type PaWinDsHostApiRepresentation (line 231) | typedef struct type PaWinDsStream (line 248) | typedef struct PaWinDsStream function PaWinDS_GetMinSystemLatencySeconds (line 319) | static double PaWinDS_GetMinSystemLatencySeconds( void ) function PaWinDs_GetMinLatencySeconds (line 376) | static double PaWinDs_GetMinLatencySeconds( double sampleRate ) type DSDeviceNameAndGUID (line 434) | typedef struct DSDeviceNameAndGUID{ type DSDeviceNameAndGUIDVector (line 441) | typedef struct DSDeviceNameAndGUIDVector{ type DSDeviceNamesAndGUIDs (line 450) | typedef struct DSDeviceNamesAndGUIDs{ function PaError (line 456) | static PaError InitializeDSDeviceNameAndGUIDVector( function PaError (line 473) | static PaError ExpandDSDeviceNameAndGUIDVector( DSDeviceNameAndGUIDVecto... function PaError (line 515) | static PaError TerminateDSDeviceNameAndGUIDVector( DSDeviceNameAndGUIDVe... function BOOL (line 533) | static BOOL CALLBACK CollectGUIDsProcW(LPGUID lpGUID, function BOOL (line 596) | static BOOL CALLBACK KsPropertySetEnumerateCallback( PDSPROPERTY_DIRECTS... function FindDevicePnpInterfaces (line 673) | static void FindDevicePnpInterfaces( DSDeviceNamesAndGUIDs *deviceNamesA... function PaError (line 753) | static PaError AddOutputDeviceInfoFromDirectSound( function PaError (line 1010) | static PaError AddInputDeviceInfoFromDirectSoundCapture( function PaError (line 1177) | PaError PaWinDs_Initialize( PaUtilHostApiRepresentation **hostApi, PaHos... function Terminate (line 1347) | static void Terminate( struct PaUtilHostApiRepresentation *hostApi ) function PaError (line 1366) | static PaError ValidateWinDirectSoundSpecificStreamInfo( function PaError (line 1390) | static PaError IsFormatSupported( struct PaUtilHostApiRepresentation *ho... function HRESULT (line 1486) | static HRESULT InitFullDuplexInputOutputBuffers( PaWinDsStream *stream, function HRESULT (line 1589) | static HRESULT InitInputBuffer( PaWinDsStream *stream, function HRESULT (line 1636) | static HRESULT InitOutputBuffer( PaWinDsStream *stream, PaWinDsDeviceInf... function CalculateBufferSettings (line 1730) | static void CalculateBufferSettings( unsigned long *hostBufferSizeFrames, function CalculatePollingPeriodFrames (line 1801) | static void CalculatePollingPeriodFrames( unsigned long hostBufferSizeFr... function SetStreamInfoLatencies (line 1818) | static void SetStreamInfoLatencies( PaWinDsStream *stream, function PaError (line 1859) | static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi, function HRESULT (line 2368) | static HRESULT QueryOutputSpace( PaWinDsStream *stream, long *bytesEmpty ) function TimeSlice (line 2445) | static int TimeSlice( PaWinDsStream *stream ) function HRESULT (line 2644) | static HRESULT ZeroAvailableOutputSpace( PaWinDsStream *stream ) function TimerCallback (line 2677) | static void CALLBACK TimerCallback(UINT uID, UINT uMsg, DWORD_PTR dwUser... function WaitableTimerAPCProc (line 2742) | static void CALLBACK WaitableTimerAPCProc( function PA_THREAD_FUNC (line 2757) | PA_THREAD_FUNC ProcessingThreadProc( void *pArg ) function PaError (line 2808) | static PaError CloseStream( PaStream* s ) function HRESULT (line 2873) | static HRESULT ClearOutputBuffer( PaWinDsStream *stream ) function PaError (line 2907) | static PaError StartStream( PaStream *s ) function PaError (line 3075) | static PaError StopStream( PaStream *s ) function PaError (line 3148) | static PaError AbortStream( PaStream *s ) function PaError (line 3158) | static PaError IsStreamStopped( PaStream *s ) function PaError (line 3167) | static PaError IsStreamActive( PaStream *s ) function PaTime (line 3175) | static PaTime GetStreamTime( PaStream *s ) function GetStreamCpuLoad (line 3185) | static double GetStreamCpuLoad( PaStream* s ) function PaError (line 3199) | static PaError ReadStream( PaStream* s, function PaError (line 3217) | static PaError WriteStream( PaStream* s, function GetStreamReadAvailable (line 3235) | static signed long GetStreamReadAvailable( PaStream* s ) function GetStreamWriteAvailable (line 3249) | static signed long GetStreamWriteAvailable( PaStream* s ) FILE: thirdparty/portaudio/src/hostapi/dsound/pa_win_ds_dynlink.c function HRESULT (line 53) | static HRESULT WINAPI DummyDllGetClassObject(REFCLSID rclsid, REFIID rii... function HRESULT (line 61) | static HRESULT WINAPI DummyDirectSoundCreate(LPGUID lpcGuidDevice, LPDIR... function HRESULT (line 69) | static HRESULT WINAPI DummyDirectSoundEnumerateW(LPDSENUMCALLBACKW lpDSE... function HRESULT (line 76) | static HRESULT WINAPI DummyDirectSoundEnumerateA(LPDSENUMCALLBACKA lpDSE... function HRESULT (line 83) | static HRESULT WINAPI DummyDirectSoundCaptureCreate(LPGUID lpcGUID, LPDI... function HRESULT (line 91) | static HRESULT WINAPI DummyDirectSoundCaptureEnumerateW(LPDSENUMCALLBACK... function HRESULT (line 98) | static HRESULT WINAPI DummyDirectSoundCaptureEnumerateA(LPDSENUMCALLBACK... function HRESULT (line 106) | static HRESULT WINAPI DummyDirectSoundFullDuplexCreate8( function PaWinDs_InitializeDSoundEntryPoints (line 133) | void PaWinDs_InitializeDSoundEntryPoints(void) function PaWinDs_TerminateDSoundEntryPoints (line 209) | void PaWinDs_TerminateDSoundEntryPoints(void) FILE: thirdparty/portaudio/src/hostapi/dsound/pa_win_ds_dynlink.h type PaWinDsDSoundEntryPoints (line 74) | typedef struct FILE: thirdparty/portaudio/src/hostapi/jack/pa_jack.c type PaUtilHostApiRepresentation (line 128) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 129) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 133) | struct PaUtilHostApiRepresentation type PaJackStream (line 158) | struct PaJackStream type PaJackHostApiRepresentation (line 160) | typedef struct type PaJackStream (line 186) | typedef struct PaJackStream function PaError (line 261) | static PaError BlockingInitFIFO( PaUtilRingBuffer *rbuf, long numFrames,... function PaError (line 271) | static PaError BlockingTermFIFO( PaUtilRingBuffer *rbuf ) function BlockingCallback (line 278) | static int function PaError (line 309) | static PaError function BlockingEnd (line 349) | static void function PaError (line 358) | static PaError BlockingReadStream( PaStream* s, void *data, unsigned lon... function PaError (line 384) | static PaError BlockingWriteStream( PaStream* s, const void *data, unsig... function BlockingGetStreamReadAvailable (line 422) | static signed long function BlockingGetStreamWriteAvailable (line 431) | static signed long function PaError (line 440) | static PaError function copy_string_and_escape_regex_chars (line 456) | static void copy_string_and_escape_regex_chars( char *destination, const... function PaError (line 494) | static PaError BuildDeviceList( PaJackHostApiRepresentation *jackApi ) function UpdateSampleRate (line 692) | static void UpdateSampleRate( PaJackStream *stream, double sampleRate ) function JackErrorCallback (line 699) | static void JackErrorCallback( const char *msg ) function JackOnShutdown (line 709) | static void JackOnShutdown( void *arg ) function JackSrCb (line 728) | static int JackSrCb( jack_nframes_t nframes, void *arg ) function JackXRunCb (line 748) | static int JackXRunCb(void *arg) { function PaError (line 756) | PaError PaJack_Initialize( PaUtilHostApiRepresentation **hostApi, function Terminate (line 861) | static void Terminate( struct PaUtilHostApiRepresentation *hostApi ) function PaError (line 886) | static PaError IsFormatSupported( struct PaUtilHostApiRepresentation *ho... function PaError (line 973) | static PaError InitializeStream( PaJackStream *stream, PaJackHostApiRepr... function CleanUpStream (line 1019) | static void CleanUpStream( PaJackStream *stream, int terminateStreamRepr... function PaError (line 1051) | static PaError WaitCondition( PaJackHostApiRepresentation *hostApi ) function PaError (line 1071) | static PaError AddStream( PaJackStream *stream ) function PaError (line 1093) | static PaError RemoveStream( PaJackStream *stream ) function PaError (line 1114) | static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi, function PaError (line 1386) | static PaError CloseStream( PaStream* s ) function PaError (line 1399) | static PaError RealProcess( PaJackStream *stream, jack_nframes_t frames ) function PaError (line 1479) | static PaError UpdateQueue( PaJackHostApiRepresentation *hostApi ) function JackCallback (line 1557) | static int JackCallback( jack_nframes_t frames, void *userData ) function PaError (line 1649) | static PaError StartStream( PaStream *s ) function PaError (line 1712) | static PaError RealStop( PaJackStream *stream, int abort ) function PaError (line 1763) | static PaError StopStream( PaStream *s ) function PaError (line 1769) | static PaError AbortStream( PaStream *s ) function PaError (line 1775) | static PaError IsStreamStopped( PaStream *s ) function PaError (line 1782) | static PaError IsStreamActive( PaStream *s ) function PaTime (line 1789) | static PaTime GetStreamTime( PaStream *s ) function GetStreamCpuLoad (line 1798) | static double GetStreamCpuLoad( PaStream* s ) function PaError (line 1804) | PaError PaJack_SetClientName( const char* name ) function PaError (line 1815) | PaError PaJack_GetClientName(const char** clientName) FILE: thirdparty/portaudio/src/hostapi/oss/pa_unix_oss.c function Get_AFMT_S16_NE (line 119) | static int Get_AFMT_S16_NE( void ) type PaOSSHostApiRepresentation (line 130) | typedef struct type PaOssStreamComponent (line 149) | typedef struct type PaOssStream (line 165) | typedef struct PaOssStream type StreamMode (line 196) | typedef enum { type PaUtilHostApiRepresentation (line 203) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 204) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 208) | struct PaUtilHostApiRepresentation function PaError (line 241) | PaError PaOSS_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostA... function PaError (line 292) | PaError PaUtil_InitializeDeviceInfo( PaDeviceInfo *deviceInfo, const cha... function CalcHigherLogTwo (line 321) | static int CalcHigherLogTwo( int n ) function PaError (line 328) | static PaError QueryDirection( const char *deviceName, StreamMode mode, ... function PaError (line 457) | static PaError QueryDevice( char *deviceName, PaOSSHostApiRepresentation... function PaError (line 521) | static PaError BuildDeviceList( PaOSSHostApiRepresentation *ossApi ) function Terminate (line 592) | static void Terminate( struct PaUtilHostApiRepresentation *hostApi ) function PaError (line 605) | static PaError IsFormatSupported( struct PaUtilHostApiRepresentation *ho... function PaError (line 726) | static PaError ValidateParameters( const PaStreamParameters *parameters,... function PaError (line 746) | static PaError PaOssStreamComponent_Initialize( PaOssStreamComponent *co... function PaOssStreamComponent_Terminate (line 772) | static void PaOssStreamComponent_Terminate( PaOssStreamComponent *compon... function PaError (line 787) | static PaError ModifyBlocking( int fd, int blocking ) function PaError (line 810) | static PaError OpenDevices( const char *idevName, const char *odevName, ... function PaError (line 851) | static PaError PaOssStream_Initialize( PaOssStream *stream, const PaStre... function PaOssStream_Terminate (line 907) | static void PaOssStream_Terminate( PaOssStream *stream ) function PaError (line 927) | static PaError Pa2OssFormat( PaSampleFormat paFormat, int *ossFormat ) function PaError (line 955) | static PaError GetAvailableFormats( PaOssStreamComponent *component, PaS... function PaOssStreamComponent_FrameSize (line 981) | static unsigned int PaOssStreamComponent_FrameSize( PaOssStreamComponent... function PaOssStreamComponent_BufferSize (line 989) | static unsigned long PaOssStreamComponent_BufferSize( PaOssStreamCompone... function PaError (line 996) | static PaError PaOssStreamComponent_Configure( PaOssStreamComponent *com... function PaError (line 1094) | static PaError PaOssStreamComponent_Read( PaOssStreamComponent *componen... function PaError (line 1108) | static PaError PaOssStreamComponent_Write( PaOssStreamComponent *compone... function PaError (line 1127) | static PaError PaOssStream_Configure( PaOssStream *stream, double sample... function PaError (line 1192) | static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi, function PaError (line 1309) | static PaError PaOssStream_WaitForFrames( PaOssStream *stream, unsigned ... function PaError (line 1469) | static PaError PaOssStream_Prepare( PaOssStream *stream ) function PaError (line 1528) | static PaError PaOssStream_Stop( PaOssStream *stream, int abort ) function OnExit (line 1563) | static void OnExit( void *data ) function PaError (line 1582) | static PaError SetUpBuffers( PaOssStream *stream, unsigned long framesAv... function PaError (line 1787) | static PaError CloseStream( PaStream* s ) function PaError (line 1806) | static PaError StartStream( PaStream *s ) function PaError (line 1830) | static PaError RealStop( PaOssStream *stream, int abort ) function PaError (line 1859) | static PaError StopStream( PaStream *s ) function PaError (line 1870) | static PaError AbortStream( PaStream *s ) function PaError (line 1878) | static PaError IsStreamStopped( PaStream *s ) function PaError (line 1888) | static PaError IsStreamActive( PaStream *s ) function PaTime (line 1895) | static PaTime GetStreamTime( PaStream *s ) function GetStreamCpuLoad (line 1920) | static double GetStreamCpuLoad( PaStream* s ) function PaError (line 1935) | static PaError ReadStream( PaStream* s, function PaError (line 1979) | static PaError WriteStream( PaStream *s, const void *buffer, unsigned lo... function GetStreamReadAvailable (line 2022) | static signed long GetStreamReadAvailable( PaStream* s ) function GetStreamWriteAvailable (line 2037) | static signed long GetStreamWriteAvailable( PaStream* s ) FILE: thirdparty/portaudio/src/hostapi/skeleton/pa_hostapi_skeleton.c type PaUtilHostApiRepresentation (line 78) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 79) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 83) | struct PaUtilHostApiRepresentation type PaSkeletonHostApiRepresentation (line 113) | typedef struct function PaError (line 126) | PaError PaSkeleton_Initialize( PaUtilHostApiRepresentation **hostApi, Pa... function Terminate (line 241) | static void Terminate( struct PaUtilHostApiRepresentation *hostApi ) function PaError (line 260) | static PaError IsFormatSupported( struct PaUtilHostApiRepresentation *ho... type PaSkeletonStream (line 356) | typedef struct PaSkeletonStream function PaError (line 371) | static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi, function ExampleHostProcessingLoop (line 550) | static void ExampleHostProcessingLoop( void *inputBuffer, void *outputBu... function PaError (line 639) | static PaError CloseStream( PaStream* s ) function PaError (line 657) | static PaError StartStream( PaStream *s ) function PaError (line 676) | static PaError StopStream( PaStream *s ) function PaError (line 690) | static PaError AbortStream( PaStream *s ) function PaError (line 704) | static PaError IsStreamStopped( PaStream *s ) function PaError (line 717) | static PaError IsStreamActive( PaStream *s ) function PaTime (line 730) | static PaTime GetStreamTime( PaStream *s ) function GetStreamCpuLoad (line 743) | static double GetStreamCpuLoad( PaStream* s ) function PaError (line 757) | static PaError ReadStream( PaStream* s, function PaError (line 774) | static PaError WriteStream( PaStream* s, function GetStreamReadAvailable (line 791) | static signed long GetStreamReadAvailable( PaStream* s ) function GetStreamWriteAvailable (line 804) | static signed long GetStreamWriteAvailable( PaStream* s ) FILE: thirdparty/portaudio/src/hostapi/wasapi/mingw-include/AudioSessionTypes.h type AudioSessionState (line 22) | typedef enum _AudioSessionState { type AUDCLNT_SHAREMODE (line 28) | typedef enum _AUDCLNT_SHAREMODE { type AUDIO_STREAM_CATEGORY (line 33) | typedef enum _AUDIO_STREAM_CATEGORY { FILE: thirdparty/portaudio/src/hostapi/wasapi/mingw-include/PropIdl.h type PROPVARIANT (line 13) | typedef const PROPVARIANT *REFPROPVARIANT; FILE: thirdparty/portaudio/src/hostapi/wasapi/mingw-include/ShTypes.h type SHITEMID (line 53) | typedef struct _SHITEMID { type SHITEMID (line 64) | typedef SHITEMID *LPSHITEMID; type SHITEMID (line 65) | typedef const SHITEMID *LPCSHITEMID; type ITEMIDLIST (line 68) | typedef struct _ITEMIDLIST { type ITEMIDLIST (line 73) | typedef struct _ITEMIDLIST_RELATIVE : ITEMIDLIST type ITEMIDLIST_RELATIVE (line 74) | typedef struct _ITEMID_CHILD : ITEMIDLIST_RELATIVE type ITEMIDLIST_RELATIVE (line 75) | typedef struct _ITEMIDLIST_ABSOLUTE : ITEMIDLIST_RELATIVE type ITEMIDLIST (line 77) | typedef ITEMIDLIST ITEMIDLIST_RELATIVE; type ITEMIDLIST (line 78) | typedef ITEMIDLIST ITEMID_CHILD; type ITEMIDLIST (line 79) | typedef ITEMIDLIST ITEMIDLIST_ABSOLUTE; type BYTE_BLOB (line 83) | typedef BYTE_BLOB *wirePIDL; type ITEMIDLIST (line 84) | typedef ITEMIDLIST *LPITEMIDLIST; type ITEMIDLIST (line 85) | typedef const ITEMIDLIST *LPCITEMIDLIST; type ITEMIDLIST_ABSOLUTE (line 87) | typedef ITEMIDLIST_ABSOLUTE *PIDLIST_ABSOLUTE; type ITEMIDLIST_ABSOLUTE (line 88) | typedef const ITEMIDLIST_ABSOLUTE *PCIDLIST_ABSOLUTE; type ITEMIDLIST_ABSOLUTE (line 89) | typedef const ITEMIDLIST_ABSOLUTE *PCUIDLIST_ABSOLUTE; type ITEMIDLIST_RELATIVE (line 90) | typedef ITEMIDLIST_RELATIVE *PIDLIST_RELATIVE; type ITEMIDLIST_RELATIVE (line 91) | typedef const ITEMIDLIST_RELATIVE *PCIDLIST_RELATIVE; type ITEMIDLIST_RELATIVE (line 92) | typedef ITEMIDLIST_RELATIVE *PUIDLIST_RELATIVE; type ITEMIDLIST_RELATIVE (line 93) | typedef const ITEMIDLIST_RELATIVE *PCUIDLIST_RELATIVE; type ITEMID_CHILD (line 94) | typedef ITEMID_CHILD *PITEMID_CHILD; type ITEMID_CHILD (line 95) | typedef const ITEMID_CHILD *PCITEMID_CHILD; type ITEMID_CHILD (line 96) | typedef ITEMID_CHILD *PUITEMID_CHILD; type ITEMID_CHILD (line 97) | typedef const ITEMID_CHILD *PCUITEMID_CHILD; type PCUITEMID_CHILD (line 98) | typedef const PCUITEMID_CHILD *PCUITEMID_CHILD_ARRAY; type PCUIDLIST_RELATIVE (line 99) | typedef const PCUIDLIST_RELATIVE *PCUIDLIST_RELATIVE_ARRAY; type PCIDLIST_ABSOLUTE (line 100) | typedef const PCIDLIST_ABSOLUTE *PCIDLIST_ABSOLUTE_ARRAY; type PCUIDLIST_ABSOLUTE (line 101) | typedef const PCUIDLIST_ABSOLUTE *PCUIDLIST_ABSOLUTE_ARRAY; type WIN32_FIND_DATAA (line 121) | typedef struct _WIN32_FIND_DATAA { type _WIN32_FIND_DATAA (line 133) | struct _WIN32_FIND_DATAA type _WIN32_FIND_DATAA (line 134) | struct _WIN32_FIND_DATAA type WIN32_FIND_DATAW (line 136) | typedef struct _WIN32_FIND_DATAW { type _WIN32_FIND_DATAW (line 148) | struct _WIN32_FIND_DATAW type _WIN32_FIND_DATAW (line 149) | struct _WIN32_FIND_DATAW type STRRET_TYPE (line 152) | typedef enum tagSTRRET_TYPE { type __C89_NAMELESSUNIONNAME (line 159) | typedef struct _STRRET { type STRRET (line 169) | typedef STRRET *LPSTRRET; type SHELLDETAILS (line 172) | typedef struct _SHELLDETAILS { type _SHELLDETAILS (line 177) | struct _SHELLDETAILS type PERCEIVED (line 181) | typedef enum tagPERCEIVED { type DWORD (line 208) | typedef DWORD PERCEIVEDFLAG; type COMDLG_FILTERSPEC (line 211) | typedef struct _COMDLG_FILTERSPEC { type GUID (line 216) | typedef GUID KNOWNFOLDERID; type KNOWNFOLDERID (line 219) | typedef KNOWNFOLDERID *REFKNOWNFOLDERID; type DWORD (line 228) | typedef DWORD KF_REDIRECT_FLAGS; type GUID (line 230) | typedef GUID FOLDERTYPEID; type FOLDERTYPEID (line 233) | typedef FOLDERTYPEID *REFFOLDERTYPEID; type GUID (line 242) | typedef GUID TASKOWNERID; type TASKOWNERID (line 245) | typedef TASKOWNERID *REFTASKOWNERID; type GUID (line 254) | typedef GUID ELEMENTID; type ELEMENTID (line 257) | typedef ELEMENTID *REFELEMENTID; type LOGFONTA (line 267) | typedef struct tagLOGFONTA { type LOGFONTW (line 284) | typedef struct tagLOGFONTW { type LOGFONTA (line 301) | typedef LOGFONTA LOGFONT; type SHCOLSTATE (line 304) | typedef enum tagSHCOLSTATE { type DWORD (line 327) | typedef DWORD SHCOLSTATEF; type PROPERTYKEY (line 328) | typedef PROPERTYKEY SHCOLUMNID; type SHCOLUMNID (line 329) | typedef const SHCOLUMNID *LPCSHCOLUMNID; type DEVICE_SCALE_FACTOR (line 331) | typedef enum DEVICE_SCALE_FACTOR { FILE: thirdparty/portaudio/src/hostapi/wasapi/mingw-include/audioclient.h type interface (line 53) | typedef interface IAudioClient type interface (line 59) | typedef interface IAudioRenderClient type interface (line 65) | typedef interface IAudioCaptureClient type interface (line 71) | typedef interface IAudioClock type interface (line 77) | typedef interface ISimpleAudioVolume type interface (line 83) | typedef interface IAudioStreamVolume type interface (line 89) | typedef interface IChannelAudioVolume type WAVEFORMATEX (line 107) | typedef /* [hidden][restricted] */ struct WAVEFORMATEX type LONGLONG (line 122) | typedef /* [hidden][restricted] */ LONGLONG REFERENCE_TIME; type _AUDCLNT_BUFFERFLAGS (line 130) | enum _AUDCLNT_BUFFERFLAGS type IAudioClientVtbl (line 218) | typedef struct IAudioClientVtbl function interface (line 308) | interface IAudioClient type IAudioRenderClientVtbl (line 406) | typedef struct IAudioRenderClientVtbl function interface (line 439) | interface IAudioRenderClient type IAudioCaptureClientVtbl (line 515) | typedef struct IAudioCaptureClientVtbl function interface (line 557) | interface IAudioCaptureClient type IAudioClockVtbl (line 639) | typedef struct IAudioClockVtbl function interface (line 675) | interface IAudioClock type ISimpleAudioVolumeVtbl (line 752) | typedef struct ISimpleAudioVolumeVtbl function interface (line 793) | interface ISimpleAudioVolume type IAudioStreamVolumeVtbl (line 883) | typedef struct IAudioStreamVolumeVtbl function interface (line 935) | interface IAudioStreamVolume type IChannelAudioVolumeVtbl (line 1030) | typedef struct IChannelAudioVolumeVtbl function interface (line 1084) | interface IChannelAudioVolume FILE: thirdparty/portaudio/src/hostapi/wasapi/mingw-include/devicetopology.h type interface (line 53) | typedef interface IKsControl type interface (line 59) | typedef interface IPerChannelDbLevel type interface (line 65) | typedef interface IAudioVolumeLevel type interface (line 71) | typedef interface IAudioChannelConfig type interface (line 77) | typedef interface IAudioLoudness type interface (line 83) | typedef interface IAudioInputSelector type interface (line 89) | typedef interface IAudioOutputSelector type interface (line 95) | typedef interface IAudioMute type interface (line 101) | typedef interface IAudioBass type interface (line 107) | typedef interface IAudioMidrange type interface (line 113) | typedef interface IAudioTreble type interface (line 119) | typedef interface IAudioAutoGainControl type interface (line 125) | typedef interface IAudioPeakMeter type interface (line 131) | typedef interface IDeviceSpecificProperty type interface (line 137) | typedef interface IKsFormatSupport type interface (line 143) | typedef interface IKsJackDescription type interface (line 149) | typedef interface IPartsList type interface (line 155) | typedef interface IPart IPart; type interface (line 161) | typedef interface IConnector type interface (line 167) | typedef interface ISubunit ISubunit; type interface (line 173) | typedef interface IControlInterface type interface (line 179) | typedef interface IControlChangeNotify type interface (line 185) | typedef interface IDeviceTopology type class (line 193) | typedef class DeviceTopology type DeviceTopology (line 195) | typedef struct DeviceTopology DeviceTopology; type interface (line 203) | typedef interface IPartsList type interface (line 209) | typedef interface IPerChannelDbLevel type interface (line 215) | typedef interface IAudioVolumeLevel type interface (line 221) | typedef interface IAudioLoudness type interface (line 227) | typedef interface IAudioInputSelector type interface (line 233) | typedef interface IAudioMute type interface (line 239) | typedef interface IAudioBass type interface (line 245) | typedef interface IAudioMidrange type interface (line 251) | typedef interface IAudioTreble type interface (line 257) | typedef interface IAudioAutoGainControl type interface (line 263) | typedef interface IAudioOutputSelector type interface (line 269) | typedef interface IAudioPeakMeter type interface (line 275) | typedef interface IDeviceSpecificProperty type interface (line 281) | typedef interface IKsFormatSupport type KSDATAFORMAT (line 309) | typedef /* [public] */ struct __MIDL___MIDL_itf_devicetopology_0000_0000... type __MIDL___MIDL_itf_devicetopology_0000_0000_0001 (line 320) | struct __MIDL___MIDL_itf_devicetopology_0000_0000_0001 type KSIDENTIFIER (line 322) | typedef /* [public][public][public][public][public][public][public][publ... type __MIDL___MIDL_itf_devicetopology_0000_0000_0002 (line 336) | struct __MIDL___MIDL_itf_devicetopology_0000_0000_0002 type EChannelMapping (line 338) | typedef /* [public][public][public][public] */ type EPcxConnectionType (line 348) | typedef /* [public][public][public][public] */ type EPcxGeoLocation (line 364) | typedef /* [public][public][public][public] */ type EPcxGenLocation (line 383) | typedef /* [public][public][public][public] */ type EPxcPortConnection (line 391) | typedef /* [public][public][public][public] */ type KSJACK_DESCRIPTION (line 399) | typedef /* [public][public] */ struct __MIDL___MIDL_itf_devicetopology_0... type __MIDL___MIDL_itf_devicetopology_0000_0000_0010 (line 410) | struct __MIDL___MIDL_itf_devicetopology_0000_0000_0010 type KSIDENTIFIER (line 412) | typedef KSIDENTIFIER KSPROPERTY; type KSIDENTIFIER (line 414) | typedef KSIDENTIFIER *PKSPROPERTY; type KSIDENTIFIER (line 416) | typedef KSIDENTIFIER KSMETHOD; type KSIDENTIFIER (line 418) | typedef KSIDENTIFIER *PKSMETHOD; type KSIDENTIFIER (line 420) | typedef KSIDENTIFIER KSEVENT; type KSIDENTIFIER (line 422) | typedef KSIDENTIFIER *PKSEVENT; type DataFlow (line 433) | typedef /* [public][public] */ type PartType (line 439) | typedef /* [public][public] */ type ConnectorType (line 449) | typedef /* [public][public] */ type IKsControlVtbl (line 504) | typedef struct IKsControlVtbl function interface (line 547) | interface IKsControl type IPerChannelDbLevelVtbl (line 648) | typedef struct IPerChannelDbLevelVtbl function interface (line 715) | interface IPerChannelDbLevel type IAudioVolumeLevelVtbl (line 783) | typedef struct IAudioVolumeLevelVtbl function interface (line 850) | interface IAudioVolumeLevel type IAudioChannelConfigVtbl (line 927) | typedef struct IAudioChannelConfigVtbl function interface (line 956) | interface IAudioChannelConfig type IAudioLoudnessVtbl (line 1022) | typedef struct IAudioLoudnessVtbl function interface (line 1053) | interface IAudioLoudness type IAudioInputSelectorVtbl (line 1119) | typedef struct IAudioInputSelectorVtbl function interface (line 1150) | interface IAudioInputSelector type IAudioOutputSelectorVtbl (line 1216) | typedef struct IAudioOutputSelectorVtbl function interface (line 1247) | interface IAudioOutputSelector type IAudioMuteVtbl (line 1313) | typedef struct IAudioMuteVtbl function interface (line 1344) | interface IAudioMute type IAudioBassVtbl (line 1400) | typedef struct IAudioBassVtbl function interface (line 1467) | interface IAudioBass type IAudioMidrangeVtbl (line 1536) | typedef struct IAudioMidrangeVtbl function interface (line 1603) | interface IAudioMidrange type IAudioTrebleVtbl (line 1672) | typedef struct IAudioTrebleVtbl function interface (line 1739) | interface IAudioTreble type IAudioAutoGainControlVtbl (line 1818) | typedef struct IAudioAutoGainControlVtbl function interface (line 1849) | interface IAudioAutoGainControl type IAudioPeakMeterVtbl (line 1915) | typedef struct IAudioPeakMeterVtbl function interface (line 1946) | interface IAudioPeakMeter type IDeviceSpecificPropertyVtbl (line 2027) | typedef struct IDeviceSpecificPropertyVtbl function interface (line 2075) | interface IDeviceSpecificProperty type IKsFormatSupportVtbl (line 2147) | typedef struct IKsFormatSupportVtbl function interface (line 2178) | interface IKsFormatSupport type IKsJackDescriptionVtbl (line 2243) | typedef struct IKsJackDescriptionVtbl function interface (line 2273) | interface IKsJackDescription type IPartsListVtbl (line 2339) | typedef struct IPartsListVtbl function interface (line 2370) | interface IPartsList type IPartVtbl (line 2485) | typedef struct IPartVtbl function interface (line 2576) | interface IPart type IConnectorVtbl (line 2695) | typedef struct IConnectorVtbl function interface (line 2752) | interface IConnector type ISubunitVtbl (line 2826) | typedef struct ISubunitVtbl function interface (line 2845) | interface ISubunit type IControlInterfaceVtbl (line 2903) | typedef struct IControlInterfaceVtbl function interface (line 2932) | interface IControlInterface type IControlChangeNotifyVtbl (line 2994) | typedef struct IControlChangeNotifyVtbl function interface (line 3020) | interface IControlChangeNotify type IDeviceTopologyVtbl (line 3113) | typedef struct IDeviceTopologyVtbl function interface (line 3179) | interface IDeviceTopology FILE: thirdparty/portaudio/src/hostapi/wasapi/mingw-include/endpointvolume.h type interface (line 53) | typedef interface IAudioEndpointVolumeCallback type interface (line 59) | typedef interface IAudioEndpointVolume type interface (line 65) | typedef interface IAudioMeterInformation type AUDIO_VOLUME_NOTIFICATION_DATA (line 81) | typedef struct AUDIO_VOLUME_NOTIFICATION_DATA type AUDIO_VOLUME_NOTIFICATION_DATA (line 90) | struct AUDIO_VOLUME_NOTIFICATION_DATA type IAudioEndpointVolumeCallbackVtbl (line 122) | typedef struct IAudioEndpointVolumeCallbackVtbl function interface (line 145) | interface IAudioEndpointVolumeCallback type IAudioEndpointVolumeVtbl (line 285) | typedef struct IAudioEndpointVolumeVtbl function interface (line 409) | interface IAudioEndpointVolume type IAudioMeterInformationVtbl (line 528) | typedef struct IAudioMeterInformationVtbl function interface (line 566) | interface IAudioMeterInformation FILE: thirdparty/portaudio/src/hostapi/wasapi/mingw-include/ks.h type KSRESET (line 61) | typedef enum { type KSSTATE (line 66) | typedef enum { type KSPRIORITY (line 78) | typedef struct { type KSIDENTIFIER (line 95) | typedef KSIDENTIFIER KSPROPERTY,*PKSPROPERTY,KSMETHOD,*PKSMETHOD,KSEVENT... type KSP_NODE (line 123) | typedef struct { type KSM_NODE (line 129) | typedef struct { type KSE_NODE (line 135) | typedef struct { type KSMULTIPLE_ITEM (line 146) | typedef struct { type KSPROPERTY_DESCRIPTION (line 151) | typedef struct { type KSPROPERTY_MEMBERSHEADER (line 167) | typedef struct { function _KS_ANON_STRUCT (line 180) | _KS_ANON_STRUCT(_UNSIGNED) function _KS_ANON_STRUCT (line 193) | _KS_ANON_STRUCT(_UNSIGNED64) type KSPROPERTY_STEPPING_LONG (line 200) | typedef struct { type KSPROPERTY_STEPPING_LONGLONG (line 206) | typedef struct { type KSDEVICE_DESCRIPTOR (line 212) | typedef struct _KSDEVICE_DESCRIPTOR KSDEVICE_DESCRIPTOR, *PKSDEVICE_DESC... type KSDEVICE_DISPATCH (line 213) | typedef struct _KSDEVICE_DISPATCH KSDEVICE_DISPATCH, *PKSDEVICE_DISPATCH; type KSDEVICE (line 214) | typedef struct _KSDEVICE KSDEVICE, *PKSDEVICE; type KSFILTERFACTORY (line 215) | typedef struct _KSFILTERFACTORY KSFILTERFACTORY, *PKSFILTERFACTORY; type KSFILTER_DESCRIPTOR (line 216) | typedef struct _KSFILTER_DESCRIPTOR KSFILTER_DESCRIPTOR, *PKSFILTER_DESC... type KSFILTER_DISPATCH (line 217) | typedef struct _KSFILTER_DISPATCH KSFILTER_DISPATCH, *PKSFILTER_DISPATCH; type KSFILTER (line 218) | typedef struct _KSFILTER KSFILTER, *PKSFILTER; type KSPIN_DESCRIPTOR_EX (line 219) | typedef struct _KSPIN_DESCRIPTOR_EX KSPIN_DESCRIPTOR_EX, *PKSPIN_DESCRIP... type KSPIN_DISPATCH (line 220) | typedef struct _KSPIN_DISPATCH KSPIN_DISPATCH, *PKSPIN_DISPATCH; type KSCLOCK_DISPATCH (line 221) | typedef struct _KSCLOCK_DISPATCH KSCLOCK_DISPATCH, *PKSCLOCK_DISPATCH; type KSALLOCATOR_DISPATCH (line 222) | typedef struct _KSALLOCATOR_DISPATCH KSALLOCATOR_DISPATCH, *PKSALLOCATOR... type KSPIN (line 223) | typedef struct _KSPIN KSPIN, *PKSPIN; type KSNODE_DESCRIPTOR (line 224) | typedef struct _KSNODE_DESCRIPTOR KSNODE_DESCRIPTOR, *PKSNODE_DESCRIPTOR; type KSSTREAM_POINTER_OFFSET (line 225) | typedef struct _KSSTREAM_POINTER_OFFSET KSSTREAM_POINTER_OFFSET, *PKSSTR... type KSSTREAM_POINTER (line 226) | typedef struct _KSSTREAM_POINTER KSSTREAM_POINTER, *PKSSTREAM_POINTER; type KSMAPPING (line 227) | typedef struct _KSMAPPING KSMAPPING, *PKSMAPPING; type KSPROCESSPIN (line 228) | typedef struct _KSPROCESSPIN KSPROCESSPIN, *PKSPROCESSPIN; type KSPROCESSPIN_INDEXENTRY (line 229) | typedef struct _KSPROCESSPIN_INDEXENTRY KSPROCESSPIN_INDEXENTRY, *PKSPRO... type PVOID (line 232) | typedef PVOID PKSWORKER; type KSEVENTDATA (line 235) | typedef struct { type KSQUERYBUFFER (line 300) | typedef struct { type KSEVENT_TIME_MARK (line 321) | typedef struct { type KSEVENT_TIME_INTERVAL (line 326) | typedef struct { type KSINTERVAL (line 332) | typedef struct { type KSPROPERTY_GENERAL (line 342) | typedef enum { type KSCOMPONENTID (line 346) | typedef struct { type KSMETHOD_STREAMIO (line 368) | typedef enum { type KSPROPERTY_MEDIASEEKING (line 396) | typedef enum { type KS_SEEKING_FLAGS (line 409) | typedef enum { type KS_SEEKING_CAPABILITIES (line 419) | typedef enum { type KSPROPERTY_POSITIONS (line 429) | typedef struct { type KSPROPERTY_MEDIAAVAILABLE (line 436) | typedef struct { type KSP_TIMEFORMAT (line 441) | typedef struct { type KSPROPERTY_TOPOLOGY (line 535) | typedef enum { type KSTOPOLOGY_CONNECTION (line 657) | typedef struct { type KSTOPOLOGY (line 664) | typedef struct { type KSNODE_CREATE (line 678) | typedef struct { type KSIDENTIFIER (line 711) | typedef KSIDENTIFIER KSPIN_INTERFACE,*PKSPIN_INTERFACE; type KSINTERFACE_STANDARD (line 718) | typedef enum { type KSINTERFACE_FILEIO (line 729) | typedef enum { type KSPROPERTY_PIN (line 747) | typedef enum { type KSP_PIN (line 765) | typedef struct { type KSPIN_CINSTANCES (line 773) | typedef struct { type KSPIN_DATAFLOW (line 778) | typedef enum { type KSATTRIBUTE (line 808) | typedef struct { type KSATTRIBUTE_LIST (line 815) | typedef struct { type KSPIN_COMMUNICATION (line 821) | typedef enum { type KSIDENTIFIER (line 829) | typedef KSIDENTIFIER KSPIN_MEDIUM,*PKSPIN_MEDIUM; type KSPIN_CONNECT (line 831) | typedef struct { type KSPIN_PHYSICALCONNECTION (line 839) | typedef struct { type NTSTATUS (line 846) | typedef NTSTATUS (*PFNKSINTERSECTHANDLER) ( PIRP Irp, PKSP_PIN Pin, type NTSTATUS (line 849) | typedef NTSTATUS (*PFNKSINTERSECTHANDLEREX)(PVOID Context, PIRP Irp, type KSPIN_DESCRIPTOR (line 1061) | typedef struct { type KSPIN_DESCRIPTOR (line 1080) | typedef const KSPIN_DESCRIPTOR *PCKSPIN_DESCRIPTOR; type KSPROPERTY_QUALITY (line 1139) | typedef enum { type KSPROPERTY_CONNECTION (line 1167) | typedef enum { type PVOID (line 1285) | typedef PVOID (*PFNKSDEFAULTALLOCATE)(PVOID Context); type VOID (line 1286) | typedef VOID (*PFNKSDEFAULTFREE)(PVOID Context, PVOID Buffer); type NTSTATUS (line 1287) | typedef NTSTATUS (*PFNKSINITIALIZEALLOCATOR)(PVOID InitialContext, type VOID (line 1290) | typedef VOID (*PFNKSDELETEALLOCATOR) (PVOID Context); type KS_FRAMING_RANGE (line 1293) | typedef struct { type KS_FRAMING_RANGE_WEIGHTED (line 1299) | typedef struct { type KS_COMPRESSION (line 1305) | typedef struct { type KS_FRAMING_ITEM (line 1311) | typedef struct { type KSALLOCATOR_FRAMING_EX (line 1324) | typedef struct { type KSEVENT_STREAMALLOCATOR (line 1465) | typedef enum { type KSMETHOD_STREAMALLOCATOR (line 1475) | typedef enum { type KSPROPERTY_STREAMALLOCATOR (line 1510) | typedef enum { type NTSTATUS (line 1537) | typedef NTSTATUS (*PFNALLOCATOR_ALLOCATEFRAME) (PFILE_OBJECT FileObject, type VOID (line 1539) | typedef VOID (*PFNALLOCATOR_FREEFRAME) (PFILE_OBJECT FileObject, PVOID F... type KSSTREAMALLOCATOR_FUNCTIONTABLE (line 1541) | typedef struct { type KSSTREAMALLOCATOR_STATUS (line 1547) | typedef struct { type KSSTREAMALLOCATOR_STATUS_EX (line 1553) | typedef struct { type KSTIME (line 1570) | typedef struct { type KSSTREAM_HEADER (line 1576) | typedef struct { type KSPROPERTY_STREAMINTERFACE (line 1595) | typedef enum { type KSPROPERTY_STREAM (line 1617) | typedef enum { type KSQUALITY_MANAGER (line 1725) | typedef struct { type KSFRAMETIME (line 1730) | typedef struct { type KSRATE (line 1738) | typedef struct { type KSRATE_CAPABILITY (line 1749) | typedef struct { type KSCLOCK_CREATE (line 1765) | typedef struct { type KSCORRELATED_TIME (line 1769) | typedef struct { type KSRESOLUTION (line 1774) | typedef struct { type KSPROPERTY_CLOCK (line 1779) | typedef enum { type KSCLOCK_FUNCTIONTABLE (line 1796) | typedef struct { type BOOLEAN (line 1803) | typedef BOOLEAN (*PFNKSSETTIMER)(PVOID Context, PKTIMER Timer, type BOOLEAN (line 1805) | typedef BOOLEAN (*PFNKSCANCELTIMER) (PVOID Context, PKTIMER Timer); type PVOID (line 1809) | typedef PVOID PKSDEFAULTCLOCK; type KSEVENT_CLOCK_POSITION (line 1880) | typedef enum { type KSEVENT_CONNECTION (line 1890) | typedef enum { type KSQUALITY (line 1898) | typedef struct { type KSERROR (line 1904) | typedef struct { type KSIDENTIFIER (line 1909) | typedef KSIDENTIFIER KSDEGRADE,*PKSDEGRADE; type KSDEGRADE_STANDARD (line 1916) | typedef enum { type NTSTATUS (line 1940) | typedef NTSTATUS (*PFNKSCONTEXT_DISPATCH)(PVOID Context, PIRP Irp); type NTSTATUS (line 1941) | typedef NTSTATUS (*PFNKSHANDLER)(PIRP Irp, PKSIDENTIFIER Request, PVOID ... type BOOLEAN (line 1942) | typedef BOOLEAN (*PFNKSFASTHANDLER)(PFILE_OBJECT FileObject, type NTSTATUS (line 1947) | typedef NTSTATUS (*PFNKSALLOCATOR) (PIRP Irp, ULONG BufferSize, type KSPROPERTY_MEMBERSLIST (line 1950) | typedef struct { type KSPROPERTY_VALUES (line 1955) | typedef struct { function __MINGW_EXTENSION (line 1983) | __MINGW_EXTENSION union { function __MINGW_EXTENSION (line 2006) | __MINGW_EXTENSION union { type KSPROPERTY_SET (line 2023) | typedef struct { type KSFASTMETHOD_ITEM (line 2058) | typedef struct { type KSMETHOD_SET (line 2076) | typedef struct { type KSEVENT_ENTRY (line 2084) | typedef struct _KSEVENT_ENTRY KSEVENT_ENTRY, *PKSEVENT_ENTRY; type NTSTATUS (line 2085) | typedef NTSTATUS (*PFNKSADDEVENT)(PIRP Irp, PKSEVENTDATA EventData, type VOID (line 2087) | typedef VOID (*PFNKSREMOVEEVENT)(PFILE_OBJECT FileObject, type KSEVENT_ITEM (line 2099) | typedef struct { type KSEVENT_SET (line 2116) | typedef struct { type KSDPC_ITEM (line 2122) | typedef struct { type KSBUFFER_ITEM (line 2128) | typedef struct { type _KSEVENT_ENTRY (line 2138) | struct _KSEVENT_ENTRY { type KSEVENTS_LOCKTYPE (line 2155) | typedef enum { type KSOBJECT_CREATE_ITEM (line 2167) | typedef struct { type VOID (line 2175) | typedef VOID (*PFNKSITEMFREECALLBACK)(PKSOBJECT_CREATE_ITEM CreateItem); type KSOBJECT_CREATE (line 2217) | typedef struct { type KSDISPATCH_TABLE (line 2222) | typedef struct { type PVOID (line 2273) | typedef PVOID KSDEVICE_HEADER, KSOBJECT_HEADER; type KSCOMPLETION_INVOCATION (line 2275) | typedef enum { type KSLIST_ENTRY_LOCATION (line 2281) | typedef enum { type KSIRP_REMOVAL_OPERATION (line 2286) | typedef enum { type KSSTACK_USE (line 2293) | typedef enum { type KSTARGET_STATE (line 2299) | typedef enum { type NTSTATUS (line 2304) | typedef NTSTATUS (*PFNKSIRPLISTCALLBACK)(PIRP Irp, PVOID Context); type VOID (line 2305) | typedef VOID (*PFNREFERENCEDEVICEOBJECT)(PVOID Context); type VOID (line 2306) | typedef VOID (*PFNDEREFERENCEDEVICEOBJECT)(PVOID Context); type NTSTATUS (line 2307) | typedef NTSTATUS (*PFNQUERYREFERENCESTRING)(PVOID Context, PWCHAR *String); type BUS_INTERFACE_REFERENCE (line 2311) | typedef struct { type KSPROPERTY_SERIALHDR (line 2328) | typedef struct { type KSPROPERTY_SERIAL (line 2337) | typedef struct { type KSHANDSHAKE (line 2349) | typedef struct { type KSGATE (line 2355) | typedef struct _KSGATE KSGATE, *PKSGATE; type _KSGATE (line 2357) | struct _KSGATE { type PVOID (line 2362) | typedef PVOID KSOBJECT_BAG; type BOOLEAN (line 2365) | typedef BOOLEAN (*PFNKSGENERATEEVENTCALLBACK)(PVOID Context, type NTSTATUS (line 2368) | typedef NTSTATUS (*PFNKSDEVICECREATE)(PKSDEVICE Device); type NTSTATUS (line 2370) | typedef NTSTATUS (*PFNKSDEVICEPNPSTART)(PKSDEVICE Device,PIRP Irp, type NTSTATUS (line 2374) | typedef NTSTATUS (*PFNKSDEVICE)(PKSDEVICE Device); type NTSTATUS (line 2376) | typedef NTSTATUS (*PFNKSDEVICEIRP)(PKSDEVICE Device,PIRP Irp); type NTSTATUS (line 2380) | typedef NTSTATUS (*PFNKSDEVICEQUERYCAPABILITIES)(PKSDEVICE Device,PIRP Irp, type NTSTATUS (line 2383) | typedef NTSTATUS (*PFNKSDEVICEQUERYPOWER)(PKSDEVICE Device,PIRP Irp, type NTSTATUS (line 2394) | typedef NTSTATUS (*PFNKSFILTERFACTORYVOID)(PKSFILTERFACTORY FilterFactory); type NTSTATUS (line 2399) | typedef NTSTATUS (*PFNKSFILTERIRP)(PKSFILTER Filter,PIRP Irp); type NTSTATUS (line 2401) | typedef NTSTATUS (*PFNKSFILTERPROCESS)(PKSFILTER Filter, type NTSTATUS (line 2404) | typedef NTSTATUS (*PFNKSFILTERVOID)(PKSFILTER Filter); type NTSTATUS (line 2408) | typedef NTSTATUS (*PFNKSPINIRP)(PKSPIN Pin,PIRP Irp); type NTSTATUS (line 2410) | typedef NTSTATUS (*PFNKSPINSETDEVICESTATE)(PKSPIN Pin,KSSTATE ToState, type NTSTATUS (line 2413) | typedef NTSTATUS (*PFNKSPINSETDATAFORMAT)(PKSPIN Pin,PKSDATAFORMAT OldFo... type NTSTATUS (line 2418) | typedef NTSTATUS (*PFNKSPINHANDSHAKE)(PKSPIN Pin,PKSHANDSHAKE In, type NTSTATUS (line 2421) | typedef NTSTATUS (*PFNKSPIN)(PKSPIN Pin); type BOOLEAN (line 2427) | typedef BOOLEAN (*PFNKSPINSETTIMER)(PKSPIN Pin,PKTIMER Timer, type BOOLEAN (line 2430) | typedef BOOLEAN (*PFNKSPINCANCELTIMER)(PKSPIN Pin,PKTIMER Timer); type NTSTATUS (line 2437) | typedef NTSTATUS (*PFNKSPININITIALIZEALLOCATOR)(PKSPIN Pin, type KSAUTOMATION_TABLE (line 2444) | typedef struct KSAUTOMATION_TABLE_ KSAUTOMATION_TABLE,*PKSAUTOMATION_TABLE; type KSAUTOMATION_TABLE_ (line 2446) | struct KSAUTOMATION_TABLE_ { type _KSDEVICE_DISPATCH (line 2496) | struct _KSDEVICE_DISPATCH { type _KSFILTER_DISPATCH (line 2513) | struct _KSFILTER_DISPATCH { type _KSPIN_DISPATCH (line 2520) | struct _KSPIN_DISPATCH { type _KSCLOCK_DISPATCH (line 2533) | struct _KSCLOCK_DISPATCH { type _KSALLOCATOR_DISPATCH (line 2540) | struct _KSALLOCATOR_DISPATCH { type _KSDEVICE_DESCRIPTOR (line 2549) | struct _KSDEVICE_DESCRIPTOR { type _KSFILTER_DESCRIPTOR (line 2556) | struct _KSFILTER_DESCRIPTOR { type _KSPIN_DESCRIPTOR_EX (line 2622) | struct _KSPIN_DESCRIPTOR_EX { type _KSNODE_DESCRIPTOR (line 2662) | struct _KSNODE_DESCRIPTOR { type _KSDEVICE (line 2679) | struct _KSDEVICE { type _KSFILTERFACTORY (line 2691) | struct _KSFILTERFACTORY { type _KSFILTER (line 2697) | struct _KSFILTER { type _KSPIN (line 2703) | struct _KSPIN { type _KSMAPPING (line 2722) | struct _KSMAPPING { type _KSSTREAM_POINTER_OFFSET (line 2728) | struct _KSSTREAM_POINTER_OFFSET type _KSSTREAM_POINTER (line 2745) | struct _KSSTREAM_POINTER type _KSPROCESSPIN (line 2755) | struct _KSPROCESSPIN { type _KSPROCESSPIN_INDEXENTRY (line 2768) | struct _KSPROCESSPIN_INDEXENTRY { type KSOBJECTTYPE (line 2773) | typedef enum { type IKsControl (line 2793) | struct IKsControl type IKsReferenceClock (line 2832) | struct IKsReferenceClock function KsFilterAddEvent (line 3306) | void __forceinline KsFilterAddEvent (PKSFILTER Filter, PKSEVENT_ENTRY Ev... function KsPinAddEvent (line 3311) | void __forceinline KsPinAddEvent (PKSPIN Pin, PKSEVENT_ENTRY EventEntry) function KsFilterGenerateEvents (line 3324) | void __forceinline KsFilterGenerateEvents function KsPinGenerateEvents (line 3333) | void __forceinline KsPinGenerateEvents type KSSTREAM_POINTER_STATE (line 3342) | typedef enum { function PKSFILTER (line 3399) | PKSFILTER __forceinline KsGetFilterFromFileObject (PFILE_OBJECT FileObject) function PKSPIN (line 3404) | PKSPIN __forceinline KsGetPinFromFileObject (PFILE_OBJECT FileObject) function PKSDEVICE (line 3426) | PKSDEVICE __forceinline KsFilterFactoryGetParentDevice (PKSFILTERFACTORY... function PKSFILTERFACTORY (line 3431) | PKSFILTERFACTORY __forceinline KsFilterGetParentFilterFactory (PKSFILTER... function PKSFILTERFACTORY (line 3439) | PKSFILTERFACTORY __forceinline KsDeviceGetFirstChildFilterFactory (PKSDE... function PKSFILTER (line 3444) | PKSFILTER __forceinline KsFilterFactoryGetFirstChildFilter (PKSFILTERFAC... function PKSFILTERFACTORY (line 3454) | PKSFILTERFACTORY __forceinline KsFilterFactoryGetNextSiblingFilterFactory function PKSFILTER (line 3460) | PKSFILTER __forceinline KsFilterGetNextSiblingFilter (PKSFILTER Filter) function PKSDEVICE (line 3467) | PKSDEVICE __forceinline KsFilterFactoryGetDevice (PKSFILTERFACTORY Filte... function PKSDEVICE (line 3472) | PKSDEVICE __forceinline KsFilterGetDevice (PKSFILTER Filter) function PKSDEVICE (line 3477) | PKSDEVICE __forceinline KsPinGetDevice (PKSPIN Pin) function KsFilterAcquireControl (line 3488) | void __forceinline KsFilterAcquireControl (PKSFILTER Filter) function KsFilterReleaseControl (line 3493) | void __forceinline KsFilterReleaseControl (PKSFILTER Filter) function KsPinAcquireControl (line 3498) | void __forceinline KsPinAcquireControl (PKSPIN Pin) function KsPinReleaseControl (line 3503) | void __forceinline KsPinReleaseControl (PKSPIN Pin) function PUNKNOWN (line 3596) | PUNKNOWN __forceinline KsDeviceRegisterAggregatedClientUnknown function PUNKNOWN (line 3602) | PUNKNOWN __forceinline KsDeviceGetOuterUnknown (PKSDEVICE Device) function PUNKNOWN (line 3607) | PUNKNOWN __forceinline KsFilterFactoryRegisterAggregatedClientUnknown function PUNKNOWN (line 3613) | PUNKNOWN __forceinline KsFilterFactoryGetOuterUnknown (PKSFILTERFACTORY ... function PUNKNOWN (line 3618) | PUNKNOWN __forceinline KsFilterRegisterAggregatedClientUnknown function PUNKNOWN (line 3624) | PUNKNOWN __forceinline KsFilterGetOuterUnknown (PKSFILTER Filter) function PUNKNOWN (line 3629) | PUNKNOWN __forceinline KsPinRegisterAggregatedClientUnknown function PUNKNOWN (line 3635) | PUNKNOWN __forceinline KsPinGetOuterUnknown (PKSPIN Pin) FILE: thirdparty/portaudio/src/hostapi/wasapi/mingw-include/ksmedia.h type KSMULTIPLE_DATA_PROP (line 18) | typedef struct { type KSINTERFACE_MEDIA (line 38) | typedef enum { type KSDATAFORMAT_WAVEFORMATEX (line 675) | typedef struct { type WAVEFORMATEXTENSIBLE (line 682) | typedef struct { type KSDSOUND_BUFFERDESC (line 699) | typedef struct { type KSDATAFORMAT_DSOUND (line 705) | typedef struct { type KSAUDIO_POSITION (line 726) | typedef struct { type _DS3DVECTOR (line 731) | struct _DS3DVECTOR { function __MINGW_EXTENSION (line 736) | __MINGW_EXTENSION union { function __MINGW_EXTENSION (line 740) | __MINGW_EXTENSION union { type KSPROPERTY_DIRECTSOUND3DLISTENER (line 751) | typedef enum { type KSDS3D_LISTENER_ALL (line 763) | typedef struct { type KSDS3D_LISTENER_ORIENTATION (line 773) | typedef struct { type KSPROPERTY_DIRECTSOUND3DBUFFER (line 783) | typedef enum { type KSDS3D_BUFFER_ALL (line 795) | typedef struct { type KSDS3D_BUFFER_CONE_ANGLES (line 807) | typedef struct { type KSDS3D_HRTF_PARAMS_MSG (line 824) | typedef struct { type KSDS3D_HRTF_FILTER_QUALITY (line 833) | typedef enum { type KSDS3D_HRTF_INIT_MSG (line 839) | typedef struct { type KSDS3D_HRTF_COEFF_FORMAT (line 850) | typedef enum { type KSDS3D_HRTF_FILTER_METHOD (line 856) | typedef enum { type KSDS3D_HRTF_FILTER_VERSION (line 862) | typedef enum { type KSDS3D_HRTF_FILTER_FORMAT_MSG (line 866) | typedef struct { type KSPROPERTY_HRTF3D (line 878) | typedef enum { type KSDS3D_ITD_PARAMS (line 884) | typedef struct { type KSDS3D_ITD_PARAMS_MSG (line 893) | typedef struct { type KSPROPERTY_ITD3D (line 905) | typedef enum { type KSDATARANGE_AUDIO (line 909) | typedef struct { type KSPROPERTY_BIBLIOGRAPHIC (line 933) | typedef enum { type KSPROPERTY_TOPOLOGYNODE (line 977) | typedef enum { type KSPROPERTY_RTAUDIO (line 987) | typedef enum { type KSPROPERTY_DRMAUDIOSTREAM (line 1004) | typedef enum { type KSPROPERTY_AUDIO (line 1013) | typedef enum { type KSAUDIO_COPY_PROTECTION (line 1064) | typedef struct { type KSAUDIO_CHANNEL_CONFIG (line 1069) | typedef struct { type KSAUDIO_DYNAMIC_RANGE (line 1129) | typedef struct { type KSAUDIO_MIXLEVEL (line 1134) | typedef struct { type KSAUDIO_MIX_CAPS (line 1139) | typedef struct { type KSAUDIO_MIXCAP_TABLE (line 1146) | typedef struct { type SE_TECHNIQUE (line 1152) | typedef enum { type KSAUDIO_STEREO_ENHANCE (line 1176) | typedef struct { type KSPROPERTY_SYSAUDIO_DEFAULT_TYPE (line 1183) | typedef enum { type KSAUDIO_PREFERRED_STATUS (line 1191) | typedef struct { type KSMETHOD_WAVETABLE (line 1614) | typedef enum { type KSWAVETABLE_WAVE_DESC (line 1621) | typedef struct { type KSPROPERTY_AEC (line 1635) | typedef enum { type KSPROPERTY_WAVE (line 1655) | typedef enum { type KSWAVE_COMPATCAPS (line 1665) | typedef struct { type KSWAVE_INPUT_CAPABILITIES (line 1672) | typedef struct { type KSWAVE_OUTPUT_CAPABILITIES (line 1682) | typedef struct { type KSWAVE_VOLUME (line 1705) | typedef struct { type KSWAVE_BUFFER (line 1713) | typedef struct { type KSPROPERTY_WAVETABLE (line 1749) | typedef enum { type KSDATARANGE_MUSIC (line 1756) | typedef struct { type KSEVENT_CYCLIC_TIME (line 1769) | typedef enum { type KSPROPERTY_CYCLIC (line 1778) | typedef enum { type KSEVENT_AUDIO_CONTROL_CHANGE (line 1787) | typedef enum { type KSEVENT_LOOPEDSTREAMING (line 1796) | typedef enum { type LOOPEDSTREAMING_POSITION_EVENT_DATA (line 1800) | typedef struct { type KSPROPERTY_SYSAUDIO (line 1810) | typedef enum { type SYSAUDIO_CREATE_VIRTUAL_SOURCE (line 1822) | typedef struct { type SYSAUDIO_SELECT_GRAPH (line 1828) | typedef struct { type SYSAUDIO_INSTANCE_INFO (line 1836) | typedef struct { type KSPROPERTY_SYSAUDIO_PIN (line 1849) | typedef enum { type SYSAUDIO_ATTACH_VIRTUAL_SOURCE (line 1853) | typedef struct { type KSNODEPROPERTY (line 1859) | typedef struct { type KSNODEPROPERTY_AUDIO_CHANNEL (line 1865) | typedef struct { type KSNODEPROPERTY_AUDIO_DEV_SPECIFIC (line 1871) | typedef struct { type KSNODEPROPERTY_AUDIO_3D_LISTENER (line 1878) | typedef struct { type KSNODEPROPERTY_AUDIO_PROPERTY (line 1886) | typedef struct { type KSPROPERTY_AUDIOGFX (line 1900) | typedef enum { type KSPROPERTY_LINEAR (line 1910) | typedef enum { type KSMUSICFORMAT (line 1939) | typedef struct { type KSPROPERTY_MPEG2VID (line 2070) | typedef enum { type KSMPEGVID_RECT (line 2082) | typedef struct _KSMPEGVID_RECT { type KSPROPERTY_AC3 (line 2124) | typedef enum { type KSAC3_ERROR_CONCEALMENT (line 2134) | typedef struct { type KSAC3_ALTERNATE_AUDIO (line 2139) | typedef struct { type KSAC3_DOWNMIX (line 2148) | typedef struct { type KSAC3_BIT_STREAM_MODE (line 2153) | typedef struct { type KSAC3_DIALOGUE_LEVEL (line 2166) | typedef struct { type KSAC3_ROOM_TYPE (line 2170) | typedef struct { type KSPROPERTY_AUDDECOUT (line 2189) | typedef enum { type KSPROPERTY_DVDSUBPIC (line 2208) | typedef enum { type KS_DVD_YCrCb (line 2214) | typedef struct _KS_DVD_YCrCb { type KS_DVD_YUV (line 2221) | typedef struct _KS_DVD_YUV { type KSPROPERTY_SPPAL (line 2228) | typedef struct _KSPROPERTY_SPPAL { type KS_COLCON (line 2232) | typedef struct _KS_COLCON { type KSPROPERTY_SPHLI (line 2243) | typedef struct _KSPROPERTY_SPHLI { type WINBOOL (line 2255) | typedef WINBOOL KSPROPERTY_COMPOSIT_ON,*PKSPROPERTY_COMPOSIT_ON; type KSPROPERTY_COPYPROT (line 2262) | typedef enum { type KS_DVDCOPY_CHLGKEY (line 2273) | typedef struct _KS_DVDCOPY_CHLGKEY { type KS_DVDCOPY_BUSKEY (line 2278) | typedef struct _KS_DVDCOPY_BUSKEY { type KS_DVDCOPY_DISCKEY (line 2283) | typedef struct _KS_DVDCOPY_DISCKEY { type KS_DVDCOPY_REGION (line 2287) | typedef struct _KS_DVDCOPY_REGION { type KS_DVDCOPY_TITLEKEY (line 2293) | typedef struct _KS_DVDCOPY_TITLEKEY { type KS_COPY_MACROVISION (line 2300) | typedef struct _KS_COPY_MACROVISION { type KS_DVDCOPY_SET_COPY_STATE (line 2304) | typedef struct _KS_DVDCOPY_SET_COPY_STATE { type KS_DVDCOPYSTATE (line 2308) | typedef enum { type KS_COPY_MACROVISION_LEVEL (line 2316) | typedef enum { type KS_RGBQUAD (line 2433) | typedef struct tagKS_RGBQUAD { type KS_BITMAPINFOHEADER (line 2452) | typedef struct tagKS_BITMAPINFOHEADER { type KS_TRUECOLORINFO (line 2466) | typedef struct tag_KS_TRUECOLORINFO { type LONGLONG (line 2476) | typedef LONGLONG REFERENCE_TIME; type KS_VIDEOINFOHEADER (line 2478) | typedef struct tagKS_VIDEOINFOHEADER { type KS_VIDEOINFO (line 2487) | typedef struct tagKS_VIDEOINFO { type KS_VBIINFOHEADER (line 2506) | typedef struct tagKS_VBIINFOHEADER { type KS_ANALOGVIDEOINFO (line 2528) | typedef struct tagKS_AnalogVideoInfo { type KS_TVTUNER_CHANGE_INFO (line 2539) | typedef struct tagKS_TVTUNER_CHANGE_INFO { type KS_MPEG2Level (line 2546) | typedef enum { type KS_MPEG2Profile (line 2553) | typedef enum { type KS_VIDEOINFOHEADER2 (line 2585) | typedef struct tagKS_VIDEOINFOHEADER2 { type KS_MPEG1VIDEOINFO (line 2600) | typedef struct tagKS_MPEG1VIDEOINFO { type KS_MPEGVIDEOINFO2 (line 2611) | typedef struct tagKS_MPEGVIDEOINFO2 { type KS_MPEGAUDIOINFO (line 2626) | typedef struct tagKS_MPEAUDIOINFO { type KS_DATAFORMAT_VIDEOINFOHEADER (line 2633) | typedef struct tagKS_DATAFORMAT_VIDEOINFOHEADER { type KS_DATAFORMAT_VIDEOINFOHEADER2 (line 2638) | typedef struct tagKS_DATAFORMAT_VIDEOINFOHEADER2 { type KS_DATAFORMAT_VIDEOINFO_PALETTE (line 2643) | typedef struct tagKS_DATAFORMAT_VIDEOINFO_PALETTE { type KS_DATAFORMAT_VBIINFOHEADER (line 2648) | typedef struct tagKS_DATAFORMAT_VBIINFOHEADER { type KS_VIDEO_STREAM_CONFIG_CAPS (line 2653) | typedef struct _KS_VIDEO_STREAM_CONFIG_CAPS { type KS_DATARANGE_VIDEO (line 2677) | typedef struct tagKS_DATARANGE_VIDEO { type KS_DATARANGE_VIDEO2 (line 2687) | typedef struct tagKS_DATARANGE_VIDEO2 { type KS_DATARANGE_MPEG1_VIDEO (line 2697) | typedef struct tagKS_DATARANGE_MPEG1_VIDEO { type KS_DATARANGE_MPEG2_VIDEO (line 2707) | typedef struct tagKS_DATARANGE_MPEG2_VIDEO { type KS_DATARANGE_VIDEO_PALETTE (line 2717) | typedef struct tagKS_DATARANGE_VIDEO_PALETTE { type KS_DATARANGE_VIDEO_VBI (line 2727) | typedef struct tagKS_DATARANGE_VIDEO_VBI { type KS_DATARANGE_ANALOGVIDEO (line 2737) | typedef struct tagKS_DATARANGE_ANALOGVIDEO { type KSPROPERTY_VBICAP (line 2761) | typedef enum { type VBICAP_PROPERTIES_PROTECTION_S (line 2765) | typedef struct _VBICAP_PROPERTIES_PROTECTION_S { type NABTSFEC_BUFFER (line 2810) | typedef struct _NABTSFEC_BUFFER { type KSPROPERTY_VBICODECFILTERING (line 2822) | typedef enum { type VBICODECFILTERING_SCANLINES (line 2830) | typedef struct _VBICODECFILTERING_SCANLINES { type VBICODECFILTERING_NABTS_SUBSTREAMS (line 2834) | typedef struct _VBICODECFILTERING_NABTS_SUBSTREAMS { type VBICODECFILTERING_CC_SUBSTREAMS (line 2838) | typedef struct _VBICODECFILTERING_CC_SUBSTREAMS { type CC_BYTE_PAIR (line 2859) | typedef struct _CC_BYTE_PAIR { type CC_HW_FIELD (line 2864) | typedef struct _CC_HW_FIELD { type NABTS_BUFFER_LINE (line 2874) | typedef struct _NABTS_BUFFER_LINE { type NABTS_BUFFER (line 2880) | typedef struct _NABTS_BUFFER { type WST_BUFFER_LINE (line 2895) | typedef struct _WST_BUFFER_LINE { type WST_BUFFER (line 2900) | typedef struct _WST_BUFFER { type VBICODECFILTERING_STATISTICS_COMMON (line 2905) | typedef struct _VBICODECFILTERING_STATISTICS_COMMON { type VBICODECFILTERING_STATISTICS_COMMON_PIN (line 2922) | typedef struct _VBICODECFILTERING_STATISTICS_COMMON_PIN { type VBICODECFILTERING_STATISTICS_NABTS (line 2933) | typedef struct _VBICODECFILTERING_STATISTICS_NABTS { type VBICODECFILTERING_STATISTICS_NABTS_PIN (line 2944) | typedef struct _VBICODECFILTERING_STATISTICS_NABTS_PIN { type VBICODECFILTERING_STATISTICS_CC (line 2948) | typedef struct _VBICODECFILTERING_STATISTICS_CC { type VBICODECFILTERING_STATISTICS_CC_PIN (line 2952) | typedef struct _VBICODECFILTERING_STATISTICS_CC_PIN { type VBICODECFILTERING_STATISTICS_TELETEXT (line 2956) | typedef struct _VBICODECFILTERING_STATISTICS_TELETEXT { type VBICODECFILTERING_STATISTICS_TELETEXT_PIN (line 2960) | typedef struct _VBICODECFILTERING_STATISTICS_TELETEXT_PIN { type KSPROPERTY_VBICODECFILTERING_SCANLINES_S (line 2964) | typedef struct { type KSPROPERTY_VBICODECFILTERING_NABTS_SUBSTREAMS_S (line 2969) | typedef struct { type KSPROPERTY_VBICODECFILTERING_CC_SUBSTREAMS_S (line 2974) | typedef struct { type KSPROPERTY_VBICODECFILTERING_STATISTICS_COMMON_S (line 2979) | typedef struct { type KSPROPERTY_VBICODECFILTERING_STATISTICS_COMMON_PIN_S (line 2984) | typedef struct { type KSPROPERTY_VBICODECFILTERING_STATISTICS_NABTS_S (line 2989) | typedef struct { type KSPROPERTY_VBICODECFILTERING_STATISTICS_NABTS_PIN_S (line 2994) | typedef struct { type KSPROPERTY_VBICODECFILTERING_STATISTICS_CC_S (line 2999) | typedef struct { type KSPROPERTY_VBICODECFILTERING_STATISTICS_CC_PIN_S (line 3004) | typedef struct { type KS_FRAME_INFO (line 3093) | typedef struct tagKS_FRAME_INFO { type KS_VBI_FRAME_INFO (line 3118) | typedef struct tagKS_VBI_FRAME_INFO { type KS_AnalogVideoStandard (line 3128) | typedef enum type KSPROPERTY_ALLOCATOR_CONTROL (line 3162) | typedef enum { type KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE_S (line 3169) | typedef struct { type KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S (line 3174) | typedef struct { type KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S (line 3178) | typedef struct { type KSPROPERTY_VIDCAP_VIDEOPROCAMP (line 3187) | typedef enum { type KSPROPERTY_VIDEOPROCAMP_S (line 3204) | typedef struct { type KSPROPERTY_VIDEOPROCAMP_NODE_S (line 3211) | typedef struct { type KSPROPERTY_VIDEOPROCAMP_S2 (line 3218) | typedef struct { type KSPROPERTY_VIDEOPROCAMP_NODE_S2 (line 3226) | typedef struct { type KSPROPERTY_VIDCAP_SELECTOR (line 3242) | typedef enum { type KSPROPERTY_SELECTOR_S (line 3247) | typedef struct { type KSPROPERTY_SELECTOR_NODE_S (line 3254) | typedef struct { type KSPROPERTY_TUNER (line 3266) | typedef enum { type KSPROPERTY_TUNER_MODES (line 3277) | typedef enum { type KS_TUNER_TUNING_FLAGS (line 3285) | typedef enum { type KS_TUNER_STRATEGY (line 3291) | typedef enum { type KSPROPERTY_TUNER_CAPS_S (line 3297) | typedef struct { type KSPROPERTY_TUNER_IF_MEDIUM_S (line 3305) | typedef struct { type KSPROPERTY_TUNER_MODE_CAPS_S (line 3310) | typedef struct { type KSPROPERTY_TUNER_MODE_S (line 3322) | typedef struct { type KSPROPERTY_TUNER_FREQUENCY_S (line 3327) | typedef struct { type KSPROPERTY_TUNER_STANDARD_S (line 3338) | typedef struct { type KSPROPERTY_TUNER_INPUT_S (line 3343) | typedef struct { type KSPROPERTY_TUNER_STATUS_S (line 3348) | typedef struct { type KSEVENT_TUNER (line 3361) | typedef enum { type KSPROPERTY_VIDCAP_VIDEOENCODER (line 3410) | typedef enum { type KSPROPERTY_VIDEOENCODER_S (line 3417) | typedef struct { type KSPROPERTY_VIDCAP_VIDEODECODER (line 3429) | typedef enum { type KS_VIDEODECODER_FLAGS (line 3437) | typedef enum { type KSPROPERTY_VIDEODECODER_CAPS_S (line 3443) | typedef struct { type KSPROPERTY_VIDEODECODER_STATUS_S (line 3451) | typedef struct { type KSPROPERTY_VIDEODECODER_S (line 3457) | typedef struct { type KSEVENT_VIDEODECODER (line 3467) | typedef enum { type KSPROPERTY_VIDCAP_CAMERACONTROL (line 3476) | typedef enum { type KSPROPERTY_CAMERACONTROL_S (line 3498) | typedef struct { type KSPROPERTY_CAMERACONTROL_NODE_S (line 3505) | typedef struct { type KSPROPERTY_CAMERACONTROL_S2 (line 3512) | typedef struct { type KSPROPERTY_CAMERACONTROL_NODE_S2 (line 3520) | typedef struct { type KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH_S (line 3528) | typedef struct { type KSPROPERTY_CAMERACONTROL_NODE_FOCAL_LENGTH_S (line 3535) | typedef struct { type KSPROPERTY_EXTDEVICE (line 3556) | typedef enum { type DEVCAPS (line 3564) | typedef struct tagDEVCAPS{ type KSPROPERTY_EXTDEVICE_S (line 3590) | typedef struct { type KSPROPERTY_EXTXPORT (line 3606) | typedef enum { type TRANSPORTSTATUS (line 3620) | typedef struct tagTRANSPORTSTATUS { type TRANSPORTBASICPARMS (line 3636) | typedef struct tagTRANSPORTBASICPARMS { type TRANSPORTVIDEOPARMS (line 3669) | typedef struct tagTRANSPORTVIDEOPARMS { type TRANSPORTAUDIOPARMS (line 3674) | typedef struct tagTRANSPORTAUDIOPARMS { type MEDIUM_INFO (line 3682) | typedef struct { type TRANSPORT_STATE (line 3688) | typedef struct { type KSPROPERTY_EXTXPORT_S (line 3693) | typedef struct { type KSPROPERTY_EXTXPORT_NODE_S (line 3716) | typedef struct { type KSPROPERTY_TIMECODE (line 3744) | typedef enum { type TIMECODE (line 3752) | typedef union _timecode { type TIMECODE (line 3760) | typedef TIMECODE *PTIMECODE; type TIMECODE_SAMPLE (line 3762) | typedef struct tagTIMECODE_SAMPLE { type TIMECODE_SAMPLE (line 3769) | typedef TIMECODE_SAMPLE *PTIMECODE_SAMPLE; type KSPROPERTY_TIMECODE_S (line 3772) | typedef struct { type KSPROPERTY_TIMECODE_NODE_S (line 3777) | typedef struct { type KSEVENT_DEVCMD (line 3787) | typedef enum { type KSPROPERTY_VIDCAP_CROSSBAR (line 3804) | typedef enum { type KSPROPERTY_CROSSBAR_CAPS_S (line 3811) | typedef struct { type KSPROPERTY_CROSSBAR_PININFO_S (line 3817) | typedef struct { type KSPROPERTY_CROSSBAR_ROUTE_S (line 3826) | typedef struct { type KSEVENT_CROSSBAR (line 3838) | typedef enum { type KS_PhysicalConnectorType (line 3842) | typedef enum { type KSPROPERTY_VIDCAP_TVAUDIO (line 3874) | typedef enum { type KSPROPERTY_TVAUDIO_CAPS_S (line 3886) | typedef struct { type KSPROPERTY_TVAUDIO_S (line 3893) | typedef struct { type KSEVENT_TVAUDIO (line 3903) | typedef enum { type KSPROPERTY_VIDCAP_VIDEOCOMPRESSION (line 3912) | typedef enum { type KS_CompressionCaps (line 3922) | typedef enum { type KS_VideoStreamingHints (line 3930) | typedef enum { type KSPROPERTY_VIDEOCOMPRESSION_GETINFO_S (line 3938) | typedef struct { type KSPROPERTY_VIDEOCOMPRESSION_S (line 3948) | typedef struct { type KSPROPERTY_VIDEOCOMPRESSION_S1 (line 3954) | typedef struct { type KSPROPERTY_OVERLAYUPDATE (line 3971) | typedef enum { type KSDISPLAYCHANGE (line 3981) | typedef struct { type KSPROPERTY_VIDCAP_VIDEOCONTROL (line 4055) | typedef enum { type KS_VideoControlFlags (line 4062) | typedef enum { type KSPROPERTY_VIDEOCONTROL_CAPS_S (line 4071) | typedef struct { type KSPROPERTY_VIDEOCONTROL_MODE_S (line 4077) | typedef struct { type KSPROPERTY_VIDEOCONTROL_ACTUAL_FRAME_RATE_S (line 4083) | typedef struct { type KSPROPERTY_VIDEOCONTROL_FRAME_RATES_S (line 4092) | typedef struct { type KSPROPERTY_VIDCAP_DROPPEDFRAMES (line 4104) | typedef enum { type KSPROPERTY_DROPPEDFRAMES_CURRENT_S (line 4108) | typedef struct { type KSPROPERTY_VPCONFIG (line 4125) | typedef enum { type KSVPMAXPIXELRATE (line 4150) | typedef struct { type KSVPSIZE_PROP (line 4156) | typedef struct { type KSVPSURFACEPARAMS (line 4161) | typedef struct { type _DDPIXELFORMAT (line 4171) | struct _DDPIXELFORMAT function __MINGW_EXTENSION (line 4183) | __MINGW_EXTENSION union function __MINGW_EXTENSION (line 4188) | __MINGW_EXTENSION union function __MINGW_EXTENSION (line 4193) | __MINGW_EXTENSION union function __MINGW_EXTENSION (line 4198) | __MINGW_EXTENSION union type DDVIDEOPORTCONNECT (line 4209) | typedef struct _DDVIDEOPORTCONNECT { type KS_AMPixAspectRatio (line 4224) | typedef enum type KS_AMVP_SELECTFORMATBY (line 4232) | typedef enum type KS_AMVP_MODE (line 4239) | typedef enum type KS_AMVPDIMINFO (line 4248) | typedef struct tagKS_AMVPDIMINFO type KS_AMVPDATAINFO (line 4257) | typedef struct tagKS_AMVPDATAINFO type KS_AMVPSIZE (line 4274) | typedef struct tagKS_AMVPSIZE type KSVPMAXPIXELRATE (line 4280) | typedef struct { type KSVPSIZE_PROP (line 4286) | typedef struct { type KSVPSURFACEPARAMS (line 4291) | typedef struct { type KSEVENT_VPNOTIFY (line 4303) | typedef enum { type KSEVENT_VIDCAPTOSTI (line 4312) | typedef enum { type KSPROPERTY_EXTENSION_UNIT (line 4318) | typedef enum { type KSEVENT_VPVBINOTIFY (line 4329) | typedef enum { type KSGOP_USERDATA (line 4348) | typedef struct _KSGOP_USERDATA { type KS_AM_PROPERTY_TS_RATE_CHANGE (line 4367) | typedef enum { type KS_AM_SimpleRateChange (line 4374) | typedef struct { type KS_AM_ExactRateChange (line 4379) | typedef struct { type LONG (line 4384) | typedef LONG KS_AM_MaxFullDataRate; type DWORD (line 4385) | typedef DWORD KS_AM_Step; type VIDEOENCODER_BITRATE_MODE (line 4453) | typedef enum { type KSPROPERTY_JACK (line 4465) | typedef enum { type EPcxConnectionType (line 4471) | typedef enum type EPcxGeoLocation (line 4487) | typedef enum type EPcxGenLocation (line 4507) | typedef enum type EPxcPortConnection (line 4516) | typedef enum type KSJACK_DESCRIPTION (line 4524) | typedef struct type KSJACK_SINK_CONNECTIONTYPE (line 4535) | typedef enum type KSJACK_SINK_INFORMATION (line 4542) | typedef struct _tagKSJACK_SINK_INFORMATION type KSJACK_DESCRIPTION2 (line 4558) | typedef struct _tagKSJACK_DESCRIPTION2 type KSRTAUDIO_BUFFER_PROPERTY (line 4565) | typedef struct _tagKSRTAUDIO_BUFFER_PROPERTY { type KSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION (line 4571) | typedef struct _tagKSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION { type KSRTAUDIO_BUFFER (line 4578) | typedef struct _tagKSRTAUDIO_BUFFER { type KSRTAUDIO_HWLATENCY (line 4584) | typedef struct _tagKSRTAUDIO_HWLATENCY { type KSRTAUDIO_HWREGISTER_PROPERTY (line 4590) | typedef struct _tagKSRTAUDIO_HWREGISTER_PROPERTY { type KSRTAUDIO_HWREGISTER (line 4595) | typedef struct _tagKSRTAUDIO_HWREGISTER { type KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY (line 4603) | typedef struct _tagKSRTAUDIO_NOTIFICATION_EVENT_PROPERTY { FILE: thirdparty/portaudio/src/hostapi/wasapi/mingw-include/ksproxy.h type KSALLOCATORMODE (line 94) | typedef enum { type FRAMING_PROP (line 99) | typedef enum { type FRAMING_PROP (line 106) | typedef FRAMING_PROP *PFRAMING_PROP; type FRAMING_CACHE_OPS (line 108) | typedef enum { type OPTIMAL_WEIGHT_TOTALS (line 115) | typedef struct { type IPin (line 121) | typedef struct IPin IPin; type IKsPin (line 122) | typedef struct IKsPin IKsPin; type IKsAllocator (line 123) | typedef struct IKsAllocator IKsAllocator; type IKsAllocatorEx (line 124) | typedef struct IKsAllocatorEx IKsAllocatorEx; type PIPE_STATE (line 147) | typedef enum { type PIPE_DIMENSIONS (line 155) | typedef struct _PIPE_DIMENSIONS { type PIPE_ALLOCATOR_PLACE (line 161) | typedef enum { type PIPE_ALLOCATOR_PLACE (line 168) | typedef PIPE_ALLOCATOR_PLACE *PPIPE_ALLOCATOR_PLACE; type KS_LogicalMemoryType (line 170) | typedef enum { type KS_LogicalMemoryType (line 180) | typedef KS_LogicalMemoryType *PKS_LogicalMemoryType; type PIPE_TERMINATION (line 182) | typedef struct _PIPE_TERMINATION { type ALLOCATOR_PROPERTIES_EX (line 191) | typedef struct _ALLOCATOR_PROPERTIES_EX type ALLOCATOR_PROPERTIES_EX (line 217) | typedef ALLOCATOR_PROPERTIES_EX *PALLOCATOR_PROPERTIES_EX; type IKsClockPropertySet (line 221) | struct IKsClockPropertySet type IKsAllocatorEx (line 273) | struct IKsAllocatorEx type KSPEEKOPERATION (line 290) | typedef enum { type _KSSTREAM_SEGMENT (line 295) | struct _KSSTREAM_SEGMENT type IKsPin (line 296) | struct IKsPin type IKsPinPipe (line 351) | struct IKsPinPipe type IKsDataTypeHandler (line 400) | struct IKsDataTypeHandler type IKsInterfaceHandler (line 439) | struct IKsInterfaceHandler type IKsObject (line 466) | struct IKsObject type IKsQualityForwarder (line 474) | struct IKsQualityForwarder type IKsNotifyEvent (line 484) | struct IKsNotifyEvent type IKsPropertySet (line 535) | struct IKsPropertySet type IKsControl (line 569) | struct IKsControl type IKsAggregateControl (line 600) | struct IKsAggregateControl type IKsTopology (line 617) | struct IKsTopology FILE: thirdparty/portaudio/src/hostapi/wasapi/mingw-include/mmdeviceapi.h type interface (line 57) | typedef interface IMMNotificationClient type interface (line 63) | typedef interface IMMDevice IMMDevice; type interface (line 69) | typedef interface IMMDeviceCollection type interface (line 75) | typedef interface IMMEndpoint type interface (line 81) | typedef interface IMMDeviceEnumerator type interface (line 87) | typedef interface IMMDeviceActivator type class (line 95) | typedef class MMDeviceEnumerator type MMDeviceEnumerator (line 97) | typedef struct MMDeviceEnumerator MMDeviceEnumerator; type DIRECTX_AUDIO_ACTIVATION_PARAMS (line 140) | typedef struct tagDIRECTX_AUDIO_ACTIVATION_PARAMS type tagDIRECTX_AUDIO_ACTIVATION_PARAMS (line 147) | struct tagDIRECTX_AUDIO_ACTIVATION_PARAMS type EDataFlow (line 149) | typedef /* [public][public][public][public][public] */ type ERole (line 157) | typedef /* [public][public][public] */ type EndpointFormFactor (line 165) | typedef /* [public] */ type IMMNotificationClientVtbl (line 232) | typedef struct IMMNotificationClientVtbl function interface (line 284) | interface IMMNotificationClient type IMMDeviceVtbl (line 373) | typedef struct IMMDeviceVtbl function interface (line 420) | interface IMMDevice type IMMDeviceCollectionVtbl (line 492) | typedef struct IMMDeviceCollectionVtbl function interface (line 523) | interface IMMDeviceCollection type IMMEndpointVtbl (line 583) | typedef struct IMMEndpointVtbl function interface (line 607) | interface IMMEndpoint type IMMDeviceEnumeratorVtbl (line 690) | typedef struct IMMDeviceEnumeratorVtbl function interface (line 744) | interface IMMDeviceEnumerator type IMMDeviceActivatorVtbl (line 819) | typedef struct IMMDeviceActivatorVtbl function interface (line 849) | interface IMMDeviceActivator type AudioExtensionParams (line 886) | typedef /* [public] */ struct __MIDL___MIDL_itf_mmdeviceapi_0000_0006_0001 FILE: thirdparty/portaudio/src/hostapi/wasapi/mingw-include/propsys.h type interface (line 53) | typedef interface IInitializeWithFile type interface (line 59) | typedef interface IInitializeWithStream type interface (line 65) | typedef interface IPropertyStore type interface (line 71) | typedef interface INamedPropertyStore type interface (line 77) | typedef interface IObjectWithPropertyKey type interface (line 83) | typedef interface IPropertyChange type interface (line 89) | typedef interface IPropertyChangeArray type interface (line 95) | typedef interface IPropertyStoreCapabilities type interface (line 101) | typedef interface IPropertyStoreCache type interface (line 107) | typedef interface IPropertyEnumType type interface (line 113) | typedef interface IPropertyEnumTypeList type interface (line 119) | typedef interface IPropertyDescription type interface (line 125) | typedef interface IPropertyDescriptionAliasInfo type interface (line 131) | typedef interface IPropertyDescriptionSearchInfo type interface (line 137) | typedef interface IPropertySystem type interface (line 143) | typedef interface IPropertyDescriptionList type interface (line 149) | typedef interface IPropertyStoreFactory type interface (line 155) | typedef interface IDelayedPropertyStoreFactory type interface (line 161) | typedef interface IPersistSerializedPropStorage type interface (line 167) | typedef interface IPropertySystemChangeNotify type interface (line 173) | typedef interface ICreateObject type class (line 181) | typedef class InMemoryPropertyStore type InMemoryPropertyStore (line 183) | typedef struct InMemoryPropertyStore InMemoryPropertyStore; type class (line 193) | typedef class PropertySystem type PropertySystem (line 195) | typedef struct PropertySystem PropertySystem; type PROPERTYKEY (line 226) | typedef PROPERTYKEY *REFPROPERTYKEY; type IInitializeWithFileVtbl (line 258) | typedef struct IInitializeWithFileVtbl function interface (line 282) | interface IInitializeWithFile type IInitializeWithStreamVtbl (line 339) | typedef struct IInitializeWithStreamVtbl function interface (line 363) | interface IInitializeWithStream type IPropertyStoreVtbl (line 446) | typedef struct IPropertyStoreVtbl function interface (line 487) | interface IPropertyStore type __RPC_unique_pointer (line 536) | typedef /* [unique] */ __RPC_unique_pointer IPropertyStore type INamedPropertyStoreVtbl (line 577) | typedef struct INamedPropertyStoreVtbl function interface (line 615) | interface INamedPropertyStore type tagGETPROPERTYSTOREFLAGS (line 662) | enum tagGETPROPERTYSTOREFLAGS type GETPROPERTYSTOREFLAGS (line 673) | typedef int GETPROPERTYSTOREFLAGS; type IObjectWithPropertyKeyVtbl (line 705) | typedef struct IObjectWithPropertyKeyVtbl function interface (line 732) | interface IObjectWithPropertyKey type PKA_FLAGS (line 772) | typedef /* [v1_enum] */ type IPropertyChangeVtbl (line 807) | typedef struct IPropertyChangeVtbl function interface (line 839) | interface IPropertyChange type IPropertyChangeArrayVtbl (line 923) | typedef struct IPropertyChangeArrayVtbl function interface (line 973) | interface IPropertyChangeArray type IPropertyStoreCapabilitiesVtbl (line 1047) | typedef struct IPropertyStoreCapabilitiesVtbl function interface (line 1070) | interface IPropertyStoreCapabilities type PSC_STATE (line 1110) | typedef /* [v1_enum] */ type IPropertyStoreCacheVtbl (line 1149) | typedef struct IPropertyStoreCacheVtbl function interface (line 1212) | interface IPropertyStoreCache type tagPROPENUMTYPE (line 1278) | enum tagPROPENUMTYPE type PROPENUMTYPE (line 1284) | typedef enum tagPROPENUMTYPE PROPENUMTYPE; type IPropertyEnumTypeVtbl (line 1314) | typedef struct IPropertyEnumTypeVtbl function interface (line 1353) | interface IPropertyEnumType type IPropertyEnumTypeListVtbl (line 1435) | typedef struct IPropertyEnumTypeListVtbl function interface (line 1475) | interface IPropertyEnumTypeList type tagPROPDESC_TYPE_FLAGS (line 1525) | enum tagPROPDESC_TYPE_FLAGS type PROPDESC_TYPE_FLAGS (line 1539) | typedef int PROPDESC_TYPE_FLAGS; type tagPROPDESC_VIEW_FLAGS (line 1542) | enum tagPROPDESC_VIEW_FLAGS type PROPDESC_VIEW_FLAGS (line 1558) | typedef int PROPDESC_VIEW_FLAGS; type tagPROPDESC_DISPLAYTYPE (line 1561) | enum tagPROPDESC_DISPLAYTYPE type PROPDESC_DISPLAYTYPE (line 1568) | typedef enum tagPROPDESC_DISPLAYTYPE PROPDESC_DISPLAYTYPE; type tagPROPDESC_GROUPING_RANGE (line 1571) | enum tagPROPDESC_GROUPING_RANGE type PROPDESC_GROUPING_RANGE (line 1580) | typedef enum tagPROPDESC_GROUPING_RANGE PROPDESC_GROUPING_RANGE; type tagPROPDESC_FORMAT_FLAGS (line 1583) | enum tagPROPDESC_FORMAT_FLAGS type PROPDESC_FORMAT_FLAGS (line 1600) | typedef int PROPDESC_FORMAT_FLAGS; type tagPROPDESC_SORTDESCRIPTION (line 1603) | enum tagPROPDESC_SORTDESCRIPTION type PROPDESC_SORTDESCRIPTION (line 1610) | typedef enum tagPROPDESC_SORTDESCRIPTION PROPDESC_SORTDESCRIPTION; type tagPROPDESC_RELATIVEDESCRIPTION_TYPE (line 1613) | enum tagPROPDESC_RELATIVEDESCRIPTION_TYPE type PROPDESC_RELATIVEDESCRIPTION_TYPE (line 1626) | typedef enum tagPROPDESC_RELATIVEDESCRIPTION_TYPE PROPDESC_RELATIVEDESCR... type tagPROPDESC_AGGREGATION_TYPE (line 1629) | enum tagPROPDESC_AGGREGATION_TYPE type PROPDESC_AGGREGATION_TYPE (line 1639) | typedef enum tagPROPDESC_AGGREGATION_TYPE PROPDESC_AGGREGATION_TYPE; type tagPROPDESC_CONDITION_TYPE (line 1642) | enum tagPROPDESC_CONDITION_TYPE type PROPDESC_CONDITION_TYPE (line 1650) | typedef enum tagPROPDESC_CONDITION_TYPE PROPDESC_CONDITION_TYPE; type IPropertyDescriptionVtbl (line 1737) | typedef struct IPropertyDescriptionVtbl function interface (line 1849) | interface IPropertyDescription type IPropertyDescriptionAliasInfoVtbl (line 1983) | typedef struct IPropertyDescriptionAliasInfoVtbl function interface (line 2105) | interface IPropertyDescriptionAliasInfo type tagPROPDESC_SEARCHINFO_FLAGS (line 2213) | enum tagPROPDESC_SEARCHINFO_FLAGS type PROPDESC_SEARCHINFO_FLAGS (line 2219) | typedef int PROPDESC_SEARCHINFO_FLAGS; type PROPDESC_COLUMNINDEX_TYPE (line 2221) | typedef /* [v1_enum] */ type IPropertyDescriptionSearchInfoVtbl (line 2253) | typedef struct IPropertyDescriptionSearchInfoVtbl function interface (line 2381) | interface IPropertyDescriptionSearchInfo type tagPROPDESC_ENUMFILTER (line 2492) | enum tagPROPDESC_ENUMFILTER type PROPDESC_ENUMFILTER (line 2501) | typedef enum tagPROPDESC_ENUMFILTER PROPDESC_ENUMFILTER; type IPropertySystemVtbl (line 2568) | typedef struct IPropertySystemVtbl function interface (line 2637) | interface IPropertySystem type IPropertyDescriptionListVtbl (line 2722) | typedef struct IPropertyDescriptionListVtbl function interface (line 2751) | interface IPropertyDescriptionList type IPropertyStoreFactoryVtbl (line 2820) | typedef struct IPropertyStoreFactoryVtbl function interface (line 2854) | interface IPropertyStoreFactory type IDelayedPropertyStoreFactoryVtbl (line 2916) | typedef struct IDelayedPropertyStoreFactoryVtbl function interface (line 2957) | interface IDelayedPropertyStoreFactory type tagPERSIST_SPROPSTORE_FLAGS (line 3002) | enum tagPERSIST_SPROPSTORE_FLAGS type PERSIST_SPROPSTORE_FLAGS (line 3005) | typedef int PERSIST_SPROPSTORE_FLAGS; type SERIALIZEDPROPSTORAGE (line 3007) | typedef struct tagSERIALIZEDPROPSTORAGE SERIALIZEDPROPSTORAGE; type SERIALIZEDPROPSTORAGE (line 3009) | typedef SERIALIZEDPROPSTORAGE __unaligned type SERIALIZEDPROPSTORAGE (line 3011) | typedef const SERIALIZEDPROPSTORAGE __unaligned type IPersistSerializedPropStorageVtbl (line 3052) | typedef struct IPersistSerializedPropStorageVtbl function interface (line 3089) | interface IPersistSerializedPropStorage type IPropertySystemChangeNotifyVtbl (line 3150) | typedef struct IPropertySystemChangeNotifyVtbl function interface (line 3172) | interface IPropertySystemChangeNotify type ICreateObjectVtbl (line 3231) | typedef struct ICreateObjectVtbl function interface (line 3257) | interface ICreateObject FILE: thirdparty/portaudio/src/hostapi/wasapi/mingw-include/structuredquery.h type interface (line 53) | typedef interface IQueryParser type interface (line 59) | typedef interface IConditionFactory type interface (line 65) | typedef interface IQuerySolution type interface (line 71) | typedef interface ICondition type interface (line 77) | typedef interface IConditionGenerator type interface (line 83) | typedef interface IRichChunk type interface (line 89) | typedef interface IInterval IInterval; type interface (line 95) | typedef interface IMetaData IMetaData; type interface (line 101) | typedef interface IEntity IEntity; type interface (line 107) | typedef interface IRelationship type interface (line 113) | typedef interface INamedEntity type interface (line 119) | typedef interface ISchemaProvider type interface (line 125) | typedef interface ITokenCollection type interface (line 131) | typedef interface INamedEntityCollector type interface (line 137) | typedef interface ISchemaLocalizerSupport type interface (line 143) | typedef interface IQueryParserManager type class (line 151) | typedef class QueryParser type QueryParser (line 153) | typedef struct QueryParser QueryParser; type class (line 163) | typedef class NegationCondition type NegationCondition (line 165) | typedef struct NegationCondition NegationCondition; type class (line 175) | typedef class CompoundCondition type CompoundCondition (line 177) | typedef struct CompoundCondition CompoundCondition; type class (line 187) | typedef class LeafCondition type LeafCondition (line 189) | typedef struct LeafCondition LeafCondition; type class (line 199) | typedef class ConditionFactory type ConditionFactory (line 201) | typedef struct ConditionFactory ConditionFactory; type class (line 211) | typedef class Interval Interval; type Interval (line 213) | typedef struct Interval Interval; type class (line 223) | typedef class QueryParserManager type QueryParserManager (line 225) | typedef struct QueryParserManager QueryParserManager; type CONDITION_TYPE (line 254) | typedef /* [v1_enum] */ type CONDITION_OPERATION (line 262) | typedef /* [v1_enum] */ type STRUCTURED_QUERY_SINGLE_OPTION (line 281) | typedef /* [v1_enum] */ type STRUCTURED_QUERY_MULTIOPTION (line 292) | typedef /* [v1_enum] */ type STRUCTURED_QUERY_PARSE_ERROR (line 299) | typedef /* [v1_enum] */ type tagSTRUCTURED_QUERY_RESOLVE_OPTION (line 311) | enum tagSTRUCTURED_QUERY_RESOLVE_OPTION type STRUCTURED_QUERY_RESOLVE_OPTION (line 321) | typedef int STRUCTURED_QUERY_RESOLVE_OPTION; type INTERVAL_LIMIT_KIND (line 323) | typedef /* [v1_enum] */ type QUERY_PARSER_MANAGER_OPTION (line 331) | typedef /* [v1_enum] */ type IQueryParserVtbl (line 402) | typedef struct IQueryParserVtbl function interface (line 466) | interface IQueryParser type IConditionFactoryVtbl (line 572) | typedef struct IConditionFactoryVtbl function interface (line 627) | interface IConditionFactory type IQuerySolutionVtbl (line 709) | typedef struct IQuerySolutionVtbl function interface (line 787) | interface IQuerySolution type IConditionVtbl (line 891) | typedef struct IConditionVtbl function interface (line 969) | interface ICondition type IConditionGeneratorVtbl (line 1087) | typedef struct IConditionGeneratorVtbl function interface (line 1140) | interface IConditionGenerator type IRichChunkVtbl (line 1212) | typedef struct IRichChunkVtbl function interface (line 1242) | interface IRichChunk type IIntervalVtbl (line 1301) | typedef struct IIntervalVtbl function interface (line 1327) | interface IInterval type IMetaDataVtbl (line 1386) | typedef struct IMetaDataVtbl function interface (line 1412) | interface IMetaData type IEntityVtbl (line 1505) | typedef struct IEntityVtbl function interface (line 1563) | interface IEntity type IRelationshipVtbl (line 1655) | typedef struct IRelationshipVtbl function interface (line 1697) | interface IRelationship type INamedEntityVtbl (line 1769) | typedef struct INamedEntityVtbl function interface (line 1797) | interface INamedEntity type ISchemaProviderVtbl (line 1883) | typedef struct ISchemaProviderVtbl function interface (line 1939) | interface ISchemaProvider type ITokenCollectionVtbl (line 2022) | typedef struct ITokenCollectionVtbl function interface (line 2055) | interface ITokenCollection type NAMED_ENTITY_CERTAINTY (line 2095) | typedef /* [public][public][v1_enum] */ type INamedEntityCollectorVtbl (line 2135) | typedef struct INamedEntityCollectorVtbl function interface (line 2164) | interface INamedEntityCollector type ISchemaLocalizerSupportVtbl (line 2221) | typedef struct ISchemaLocalizerSupportVtbl function interface (line 2245) | interface ISchemaLocalizerSupport type IQueryParserManagerVtbl (line 2313) | typedef struct IQueryParserManagerVtbl function interface (line 2350) | interface IQueryParserManager FILE: thirdparty/portaudio/src/hostapi/wasapi/pa_win_wasapi.c type AVRT_PRIORITY (line 134) | typedef enum _AVRT_PRIORITY type GUID (line 149) | typedef const GUID *LPCGUID; type GUID (line 151) | typedef GUID IID; type GUID (line 152) | typedef GUID CLSID; type PROPERTYKEY (line 156) | typedef struct _tagpropertykey type BYTE_BLOB (line 175) | typedef struct _BYTE_BLOB type __RPC_unique_pointer (line 180) | typedef /* [unique] */ __RPC_unique_pointer BYTE_BLOB *UP_BYTE_BLOB; type LONGLONG (line 181) | typedef LONGLONG REFERENCE_TIME; type LONG (line 186) | typedef LONG NTSTATUS; type EDataFlow (line 219) | typedef enum _EDataFlow type EndpointFormFactor (line 228) | typedef enum _EndpointFormFactor type pa_AUDCLNT_STREAMOPTIONS (line 287) | typedef enum _pa_AUDCLNT_STREAMOPTIONS { type pa_AudioClientProperties (line 292) | typedef struct _pa_AudioClientProperties { type PLARGE_INTEGER (line 374) | typedef BOOL (WINAPI *FAvRtCreateThreadOrderingGroup) (PHANDLE,PLARGE... type PaUtilHostApiRepresentation (line 417) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 418) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 422) | struct PaUtilHostApiRepresentation type PaWasapiDeviceInfo (line 450) | typedef struct PaWasapiDeviceInfo type PaWasapiHostApiRepresentation (line 484) | typedef struct type PaWasapiAudioClientParams (line 508) | typedef struct PaWasapiAudioClientParams type PaWasapiSubStream (line 523) | typedef struct PaWasapiSubStream type PaWasapiHostProcessor (line 560) | typedef struct PaWasapiHostProcessor type PaWasapiStream (line 568) | typedef struct PaWasapiStream type PaWasapiWinrtDeviceInfo (line 652) | typedef struct PaWasapiWinrtDeviceInfo type PaWasapiWinrtDeviceListRole (line 659) | typedef struct PaWasapiWinrtDeviceListRole type PaWasapiWinrtDeviceList (line 666) | typedef struct PaWasapiWinrtDeviceList type PaWasapiWinrtDeviceListContextEntry (line 677) | typedef struct PaWasapiWinrtDeviceListContextEntry type PaWasapiWinrtDeviceListContext (line 683) | typedef struct PaWasapiWinrtDeviceListContext function HRESULT (line 692) | static HRESULT __LogHostError(HRESULT res, const char *func, const char ... function PaError (line 775) | static PaError __LogPaError(PaError err, const char *func, const char *f... type ThreadIdleScheduler (line 794) | typedef struct ThreadIdleScheduler function ThreadIdleScheduler_Setup (line 804) | static void ThreadIdleScheduler_Setup(ThreadIdleScheduler *sched, UINT32... function UINT32 (line 818) | static inline UINT32 ThreadIdleScheduler_NextSleep(ThreadIdleScheduler *... type SystemTimer (line 830) | typedef struct _SystemTimer function BOOL (line 839) | static BOOL SystemTimer_SetGranularity(SystemTimer *timer, UINT32 granul... function SystemTimer_RestoreGranularity (line 871) | static void SystemTimer_RestoreGranularity(SystemTimer *timer) function SystemTimer_InitializeTimeGetter (line 887) | static void SystemTimer_InitializeTimeGetter() function LONGLONG (line 893) | static inline LONGLONG SystemTimer_GetTime(SystemTimer *timer) function nano100ToSeconds (line 924) | static double nano100ToSeconds(REFERENCE_TIME ref) function REFERENCE_TIME (line 942) | static REFERENCE_TIME SecondsTonano100(double ref) function REFERENCE_TIME (line 952) | static REFERENCE_TIME MakeHnsPeriod(UINT32 nFrames, DWORD nSamplesPerSec) function WORD (line 960) | static WORD PaSampleFormatToBitsPerSample(PaSampleFormat format_id) function PaSampleFormat (line 979) | static PaSampleFormat GetSampleFormatForIO(PaSampleFormat format_id) function UINT32 (line 987) | static UINT32 MakeFramesFromHns(REFERENCE_TIME hnsPeriod, UINT32 nSample... type UINT32 (line 1000) | typedef UINT32 (*ALIGN_FUNC) (UINT32 v, UINT32 align); function UINT32 (line 1004) | static UINT32 ALIGN_BWD(UINT32 v, UINT32 align) function UINT32 (line 1011) | static UINT32 ALIGN_FWD(UINT32 v, UINT32 align) function UINT32 (line 1021) | static UINT32 ALIGN_NEXT_POW2(UINT32 v) function UINT32 (line 1033) | static UINT32 AlignFramesPerBuffer(UINT32 nFrames, UINT32 nBlockAlign, A... function UINT32 (line 1060) | static UINT32 GetFramesSleepTime(REFERENCE_TIME nFrames, REFERENCE_TIME ... function UINT32 (line 1078) | static UINT32 GetFramesSleepTimeMicroseconds(REFERENCE_TIME nFrames, REF... function BOOL (line 1097) | static BOOL SetupAVRT() function CloseAVRT (line 1120) | static void CloseAVRT() function BOOL (line 1130) | static BOOL IsWow64() type EWindowsVersion (line 1164) | typedef enum EWindowsVersion function BOOL (line 1177) | static BOOL IsWindowsVersionOrGreater(WORD wMajorVersion, WORD wMinorVer... function EWindowsVersion (line 1208) | static EWindowsVersion GetWindowsVersion() function BOOL (line 1334) | static BOOL UseWOW64Workaround() function UINT32 (line 1343) | static UINT32 GetAudioClientVersion() function IID (line 1355) | static const IID *GetAudioClientIID() type EMixDirection (line 1375) | typedef enum EMixDirection function _MixMonoToStereo_1TO2_8 (line 1439) | static void _MixMonoToStereo_1TO2_8(void *__to, const void *__from, UINT... function _MixMonoToStereo_1TO2_16 (line 1440) | static void _MixMonoToStereo_1TO2_16(void *__to, const void *__from, UIN... function _MixMonoToStereo_1TO2_8_24 (line 1441) | static void _MixMonoToStereo_1TO2_8_24(void *__to, const void *__from, U... function _MixMonoToStereo_1TO2_32 (line 1442) | static void _MixMonoToStereo_1TO2_32(void *__to, const void *__from, UIN... function _MixMonoToStereo_1TO2_32f (line 1443) | static void _MixMonoToStereo_1TO2_32f(void *__to, const void *__from, UI... function _MixMonoToStereo_1TO2_24 (line 1444) | static void _MixMonoToStereo_1TO2_24(void *__to, const void *__from, UIN... function _MixMonoToStereo_2TO1_8 (line 1462) | static void _MixMonoToStereo_2TO1_8(void *__to, const void *__from, UINT... function _MixMonoToStereo_2TO1_16 (line 1463) | static void _MixMonoToStereo_2TO1_16(void *__to, const void *__from, UIN... function _MixMonoToStereo_2TO1_8_24 (line 1464) | static void _MixMonoToStereo_2TO1_8_24(void *__to, const void *__from, U... function _MixMonoToStereo_2TO1_32 (line 1465) | static void _MixMonoToStereo_2TO1_32(void *__to, const void *__from, UIN... function _MixMonoToStereo_2TO1_32f (line 1466) | static void _MixMonoToStereo_2TO1_32f(void *__to, const void *__from, UI... function _MixMonoToStereo_2TO1_24 (line 1467) | static void _MixMonoToStereo_2TO1_24(void *__to, const void *__from, UIN... function _MixMonoToStereo_2TO1_8_L (line 1496) | static void _MixMonoToStereo_2TO1_8_L(void *__to, const void *__from, UI... function _MixMonoToStereo_2TO1_16_L (line 1497) | static void _MixMonoToStereo_2TO1_16_L(void *__to, const void *__from, U... function _MixMonoToStereo_2TO1_8_24_L (line 1498) | static void _MixMonoToStereo_2TO1_8_24_L(void *__to, const void *__from,... function _MixMonoToStereo_2TO1_32_L (line 1499) | static void _MixMonoToStereo_2TO1_32_L(void *__to, const void *__from, U... function _MixMonoToStereo_2TO1_32f_L (line 1500) | static void _MixMonoToStereo_2TO1_32f_L(void *__to, const void *__from, ... function _MixMonoToStereo_2TO1_24_L (line 1501) | static void _MixMonoToStereo_2TO1_24_L(void *__to, const void *__from, U... function MixMonoToStereoF (line 1519) | static MixMonoToStereoF GetMonoToStereoMixer(const WAVEFORMATEXTENSIBLE ... type PaActivateAudioInterfaceCompletionHandler (line 1564) | typedef struct PaActivateAudioInterfaceCompletionHandler function IActivateAudioInterfaceCompletionHandler (line 1656) | static IActivateAudioInterfaceCompletionHandler *CreateActivateAudioInte... function HRESULT (line 1677) | static HRESULT WinRT_GetDefaultDeviceId(WCHAR *deviceId, UINT32 deviceId... function HRESULT (line 1703) | static HRESULT WinRT_ActivateAudioInterface(const WCHAR *deviceId, const... function HRESULT (line 1736) | static HRESULT ActivateAudioInterface(const PaWasapiDeviceInfo *deviceIn... function DWORD (line 1790) | static DWORD SignalObjectAndWait(HANDLE hObjectToSignal, HANDLE hObjectT... function NotifyStateChanged (line 1799) | static void NotifyStateChanged(PaWasapiStream *stream, UINT32 flags, HRE... function FillBaseDeviceInfo (line 1811) | static void FillBaseDeviceInfo(PaDeviceInfo *deviceInfo, PaHostApiIndex ... function PaError (line 1818) | static PaError FillInactiveDeviceInfo(PaWasapiHostApiRepresentation *paW... function PaError (line 1834) | static PaError FillDeviceInfo(PaWasapiHostApiRepresentation *paWasapi, v... function PaDeviceInfo (line 2071) | static PaDeviceInfo *AllocateDeviceListMemory(PaWasapiHostApiRepresentat... function PaError (line 2113) | static PaError CreateDeviceList(PaWasapiHostApiRepresentation *paWasapi,... function PaError (line 2314) | PaError PaWasapi_Initialize( PaUtilHostApiRepresentation **hostApi, PaHo... function ReleaseWasapiDeviceInfoList (line 2395) | static void ReleaseWasapiDeviceInfoList( PaWasapiHostApiRepresentation *... function Terminate (line 2417) | static void Terminate( PaUtilHostApiRepresentation *hostApi ) function PaWasapiHostApiRepresentation (line 2444) | static PaWasapiHostApiRepresentation *_GetHostApi(PaError *ret) function PaError (line 2461) | static PaError UpdateDeviceList() function PaError (line 2505) | PaError PaWasapi_UpdateDeviceList() function PaWasapi_GetDeviceCurrentFormat (line 2515) | int PaWasapi_GetDeviceCurrentFormat( PaStream *pStream, void *pFormat, u... function PaError (line 2533) | static PaError _GetWasapiDeviceInfoByDeviceIndex( PaWasapiDeviceInfo **i... function PaWasapi_GetDeviceDefaultFormat (line 2557) | int PaWasapi_GetDeviceDefaultFormat( void *pFormat, unsigned int formatS... function PaWasapi_GetDeviceMixFormat (line 2578) | int PaWasapi_GetDeviceMixFormat( void *pFormat, unsigned int formatSize,... function PaWasapi_GetDeviceRole (line 2599) | int PaWasapi_GetDeviceRole( PaDeviceIndex device ) function PaError (line 2611) | PaError PaWasapi_GetIMMDevice( PaDeviceIndex device, void **pIMMDevice ) function PaError (line 2634) | PaError PaWasapi_GetFramesPerHostBuffer( PaStream *pStream, unsigned int... function LogWAVEFORMATEXTENSIBLE (line 2650) | static void LogWAVEFORMATEXTENSIBLE(const WAVEFORMATEXTENSIBLE *in) function PaSampleFormat (line 2703) | PaSampleFormat WaveToPaFormat(const WAVEFORMATEXTENSIBLE *fmtext) function PaError (line 2746) | static PaError MakeWaveFormatFromParams(WAVEFORMATEXTENSIBLE *wavex, con... function HRESULT (line 2843) | static HRESULT GetAlternativeSampleFormatExclusive(IAudioClient *client,... function PaError (line 2904) | static PaError GetClosestFormat(IAudioClient *client, double sampleRate,... function PaError (line 3005) | static PaError IsStreamParamsValid(struct PaUtilHostApiRepresentation *h... function PaError (line 3083) | static PaError IsFormatSupported( struct PaUtilHostApiRepresentation *ho... function PaUint32 (line 3151) | static PaUint32 _GetFramesPerHostBuffer(PaUint32 userFramesPerBuffer, Pa... function _RecalculateBuffersCount (line 3159) | static void _RecalculateBuffersCount(PaWasapiSubStream *sub, UINT32 user... function _CalculateAlignedPeriod (line 3190) | static void _CalculateAlignedPeriod(PaWasapiSubStream *pSub, UINT32 *nFr... function _CalculatePeriodicity (line 3207) | static void _CalculatePeriodicity(PaWasapiSubStream *pSub, BOOL output, ... function HRESULT (line 3254) | static HRESULT CreateAudioClient(PaWasapiStream *pStream, PaWasapiSubStr... function PaError (line 3600) | static PaError ActivateAudioClientOutput(PaWasapiStream *stream) function PaError (line 3658) | static PaError ActivateAudioClientInput(PaWasapiStream *stream) function PaError (line 3726) | static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi, function PaError (line 4159) | static PaError CloseStream( PaStream* s ) function HRESULT (line 4199) | HRESULT UnmarshalSubStreamComPointers(PaWasapiSubStream *substream) function HRESULT (line 4223) | HRESULT UnmarshalStreamComPointers(PaWasapiStream *stream) function ReleaseUnmarshaledSubComPointers (line 4300) | void ReleaseUnmarshaledSubComPointers(PaWasapiSubStream *substream) function ReleaseUnmarshaledComPointers (line 4306) | void ReleaseUnmarshaledComPointers(PaWasapiStream *stream) function HRESULT (line 4318) | HRESULT MarshalSubStreamComPointers(PaWasapiSubStream *substream) function HRESULT (line 4344) | HRESULT MarshalStreamComPointers(PaWasapiStream *stream) function PaError (line 4394) | static PaError StartStream( PaStream *s ) function _StreamFinish (line 4533) | void _StreamFinish(PaWasapiStream *stream) function _StreamCleanup (line 4560) | void _StreamCleanup(PaWasapiStream *stream) function PaError (line 4572) | static PaError StopStream( PaStream *s ) function PaError (line 4580) | static PaError AbortStream( PaStream *s ) function PaError (line 4588) | static PaError IsStreamStopped( PaStream *s ) function PaError (line 4594) | static PaError IsStreamActive( PaStream *s ) function PaTime (line 4600) | static PaTime GetStreamTime( PaStream *s ) function GetStreamCpuLoad (line 4611) | static double GetStreamCpuLoad( PaStream* s ) function PaError (line 4617) | static PaError ReadStream( PaStream* s, void *_buffer, unsigned long fra... function PaError (line 4796) | static PaError WriteStream( PaStream* s, const void *_buffer, unsigned l... function PaUtil_GetOutputFrameCount (line 4909) | unsigned long PaUtil_GetOutputFrameCount( PaUtilBufferProcessor* bp ) function GetStreamReadAvailable (line 4915) | static signed long GetStreamReadAvailable( PaStream* s ) function GetStreamWriteAvailable (line 4942) | static signed long GetStreamWriteAvailable( PaStream* s ) function WaspiHostProcessingLoop (line 4965) | static void WaspiHostProcessingLoop( void *inputBuffer, long inputFrames, function PaError (line 5074) | static PaError MMCSS_activate(PaWasapiThreadPriority nPriorityClass, HAN... function MMCSS_deactivate (line 5120) | static void MMCSS_deactivate(HANDLE hTask) function PaError (line 5130) | PaError PaWasapi_ThreadPriorityBoost(void **pTask, PaWasapiThreadPriorit... function PaError (line 5171) | PaError PaWasapi_ThreadPriorityRevert(void *pTask) function PaError (line 5191) | PaError PaWasapi_GetJackCount(PaDeviceIndex device, int *pJackCount) function PaWasapiJackConnectionType (line 5265) | static PaWasapiJackConnectionType _ConvertJackConnectionTypeWASAPIToPA(i... function PaWasapiJackGeoLocation (line 5292) | static PaWasapiJackGeoLocation _ConvertJackGeoLocationWASAPIToPA(int geo... function PaWasapiJackGenLocation (line 5320) | static PaWasapiJackGenLocation _ConvertJackGenLocationWASAPIToPA(int gen... function PaWasapiJackPortConnection (line 5339) | static PaWasapiJackPortConnection _ConvertJackPortConnectionWASAPIToPA(i... function PaError (line 5356) | PaError PaWasapi_GetJackDescription(PaDeviceIndex device, int jackIndex,... function PaError (line 5434) | PaError PaWasapi_GetAudioClient(PaStream *pStream, void **pAudioClient, ... function CopyNameOrIdString (line 5450) | static void CopyNameOrIdString(WCHAR *dst, const UINT32 dstMaxCount, con... function PaError (line 5466) | PaError PaWasapiWinrt_SetDefaultDeviceId( const unsigned short *pId, int... function PaError (line 5494) | PaError PaWasapiWinrt_PopulateDeviceList( const unsigned short **pId, co... function PaError (line 5551) | PaError PaWasapi_SetStreamStateHandler( PaStream *pStream, PaWasapiStrea... function HRESULT (line 5564) | HRESULT _PollGetOutputFramesAvailable(PaWasapiStream *stream, UINT32 *av... function HRESULT (line 5585) | HRESULT _PollGetInputFramesAvailable(PaWasapiStream *stream, UINT32 *ava... function HRESULT (line 5599) | static HRESULT ProcessOutputBuffer(PaWasapiStream *stream, PaWasapiHostP... function HRESULT (line 5679) | static HRESULT ProcessInputBuffer(PaWasapiStream *stream, PaWasapiHostPr... function _StreamOnStop (line 5756) | void _StreamOnStop(PaWasapiStream *stream) function BOOL (line 5787) | static BOOL PrepareComPointers(PaWasapiStream *stream, BOOL *threadComIn... function FinishComPointers (line 5820) | static void FinishComPointers(PaWasapiStream *stream, BOOL threadComInit... function PA_THREAD_FUNC (line 5831) | PA_THREAD_FUNC ProcThreadEvent(void *param) function UINT32 (line 6026) | static UINT32 GetSleepTime(PaWasapiStream *stream, UINT32 sleepTimeIn, U... function UINT32 (line 6053) | static UINT32 ConfigureLoopSleepTimeAndScheduler(PaWasapiStream *stream,... function INT32 (line 6095) | static inline INT32 GetNextSleepTime(SystemTimer *timer, ThreadIdleSched... function PA_THREAD_FUNC (line 6129) | PA_THREAD_FUNC ProcThreadPoll(void *param) function PaWasapi_FreeMemory (line 6531) | void PaWasapi_FreeMemory(void *ptr) FILE: thirdparty/portaudio/src/hostapi/wdmks/pa_win_wdmks.c type DWORD (line 207) | typedef /*KSDDKAPI*/ DWORD WINAPI KSCREATEPIN(HANDLE, PKSPIN_CONNECT, AC... type PA_AVRT_PRIORITY (line 212) | typedef enum _PA_AVRT_PRIORITY type PaWinWDMKSAvRtEntryPoints (line 220) | typedef struct type __PaWinWdmFilter (line 236) | struct __PaWinWdmFilter type PaWinWdmFilter (line 237) | typedef struct __PaWinWdmFilter PaWinWdmFilter; type __PaWinWdmPin (line 239) | struct __PaWinWdmPin type PaWinWdmPin (line 240) | typedef struct __PaWinWdmPin PaWinWdmPin; type __PaWinWdmStream (line 242) | struct __PaWinWdmStream type PaWinWdmStream (line 243) | typedef struct __PaWinWdmStream PaWinWdmStream; type PaError (line 246) | typedef PaError (*FunctionGetPinAudioPosition)(PaWinWdmPin*, unsigned lo... type __PaProcessThreadInfo (line 251) | struct __PaProcessThreadInfo type PaProcessThreadInfo (line 252) | typedef struct __PaProcessThreadInfo PaProcessThreadInfo; type PaError (line 254) | typedef PaError (*FunctionPinHandler)(PaProcessThreadInfo* pInfo, unsign... type PaStreamStartEnum (line 256) | typedef enum __PaStreamStartEnum type PaWinWdmMuxedInput (line 265) | typedef struct __PaWinWdmMuxedInput type __PaWinWdmPin (line 275) | struct __PaWinWdmPin type __PaWinWdmFilter (line 308) | struct __PaWinWdmFilter type PaWinWdmDeviceInfo (line 326) | typedef struct __PaWinWdmDeviceInfo type PaWinWdmHostApiRepresentation (line 338) | typedef struct __PaWinWdmHostApiRepresentation type DATAPACKET (line 349) | typedef struct __DATAPACKET type PaIOPacket (line 355) | typedef struct __PaIOPacket type PaWinWdmIOInfo (line 362) | typedef struct __PaWinWdmIOInfo type __PaWinWdmStream (line 379) | struct __PaWinWdmStream type __PaProcessThreadInfo (line 417) | struct __PaProcessThreadInfo type PaWinWDMScanDeviceInfosResults (line 436) | typedef struct __PaWinWDMScanDeviceInfosResults type PaUtilHostApiRepresentation (line 546) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 548) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 553) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 554) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 555) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 558) | struct PaUtilHostApiRepresentation function PaWinWdmDebugPrintf (line 618) | static void PaWinWdmDebugPrintf(const char* fmt, ...) function BOOL (line 635) | static BOOL IsDeviceTheSame(const PaWinWdmDeviceInfo* pDev1, function BOOL (line 650) | static BOOL IsEarlierThanVista() function MemoryBarrierDummy (line 675) | static void MemoryBarrierDummy(void) function MemoryBarrierRead (line 680) | static void MemoryBarrierRead(void) function MemoryBarrierWrite (line 685) | static void MemoryBarrierWrite(void) function GetWfexSize (line 690) | static unsigned long GetWfexSize(const WAVEFORMATEX* wfex) function PaWinWDM_SetLastErrorInfo (line 702) | static void PaWinWDM_SetLastErrorInfo(long errCode, const char* fmt, ...) function PaError (line 715) | static PaError WdmSyncIoctl( function PaError (line 759) | static PaError WdmGetPropertySimple(HANDLE handle, function PaError (line 784) | static PaError WdmSetPropertySimple( function PaError (line 825) | static PaError WdmGetPinPropertySimple( function PaError (line 855) | static PaError WdmGetPinPropertyMulti( function PaError (line 908) | static PaError WdmGetPropertyMulti(HANDLE handle, function PaError (line 957) | static PaError WdmSetMuxNodeProperty(HANDLE handle, function KSTOPOLOGY_CONNECTION (line 975) | static const KSTOPOLOGY_CONNECTION* GetConnectionTo(const KSTOPOLOGY_CON... function KSTOPOLOGY_CONNECTION (line 999) | static const KSTOPOLOGY_CONNECTION* GetConnectionFrom(const KSTOPOLOGY_C... function ULONG (line 1030) | static ULONG GetNumberOfConnectionsTo(const KSTOPOLOGY_CONNECTION* pTo, ... type KSTOPOLOGY_CONNECTION (line 1049) | typedef const KSTOPOLOGY_CONNECTION *(*TFnGetConnection)(const KSTOPOLOG... function KSTOPOLOGY_CONNECTION (line 1051) | static const KSTOPOLOGY_CONNECTION* FindStartConnectionFrom(ULONG startP... function KSTOPOLOGY_CONNECTION (line 1072) | static const KSTOPOLOGY_CONNECTION* FindStartConnectionTo(ULONG startPin... function ULONG (line 1092) | static ULONG GetConnectedPin(ULONG startPin, BOOL forward, PaWinWdmFilte... function DumpConnectionsAndNodes (line 1155) | static void DumpConnectionsAndNodes(PaWinWdmFilter* filter) type PaUsbTerminalGUIDToName (line 1190) | typedef struct __PaUsbTerminalGUIDToName function PaUsbTerminalGUIDToNameCmp (line 1224) | static int PaUsbTerminalGUIDToNameCmp(const void* lhs, const void* rhs) function PaError (line 1231) | static PaError GetNameFromCategory(const GUID* pGUID, BOOL input, wchar_... function BOOL (line 1280) | static BOOL IsFrequencyWithinRange(const KSDATARANGE_AUDIO* range, int f... function BOOL (line 1289) | static BOOL IsBitsWithinRange(const KSDATARANGE_AUDIO* range, int noOfBits) function DefaultSampleFrequencyIndex (line 1303) | static int DefaultSampleFrequencyIndex(const KSDATARANGE_AUDIO* range) function PaWinWdmPin (line 1325) | static PaWinWdmPin* PinNew(PaWinWdmFilter* parentFilter, unsigned long p... function PinFree (line 2032) | static void PinFree(PaWinWdmPin* pin) function PinClose (line 2063) | static void PinClose(PaWinWdmPin* pin) function PaError (line 2086) | static PaError PinSetState(PaWinWdmPin* pin, KSSTATE state) function PaError (line 2107) | static PaError PinInstantiate(PaWinWdmPin* pin) function PaError (line 2183) | static PaError PinSetFormat(PaWinWdmPin* pin, const WAVEFORMATEX* format) function PaError (line 2218) | static PaError PinIsFormatSupported(PaWinWdmPin* pin, const WAVEFORMATEX... function PaError (line 2305) | static PaError PinQueryNotificationSupport(PaWinWdmPin* pPin, BOOL* pbRe... function PaError (line 2332) | static PaError PinGetBufferWithNotification(PaWinWdmPin* pPin, void** pB... function PaError (line 2369) | static PaError PinGetBufferWithoutNotification(PaWinWdmPin* pPin, void**... function PaWinWDMGCD (line 2406) | static unsigned long PaWinWDMGCD( unsigned long a, unsigned long b ) function PaError (line 2416) | static PaError PinGetBuffer(PaWinWdmPin* pPin, void** pBuffer, DWORD* pR... function PaError (line 2477) | static PaError PinRegisterPositionRegister(PaWinWdmPin* pPin) function PaError (line 2511) | static PaError PinRegisterNotificationHandle(PaWinWdmPin* pPin, HANDLE h... function PaError (line 2540) | static PaError PinUnregisterNotificationHandle(PaWinWdmPin* pPin, HANDLE... function PaError (line 2571) | static PaError PinGetHwLatency(PaWinWdmPin* pPin, ULONG* pFifoSize, ULON... function PaError (line 2607) | static PaError PinGetAudioPositionMemoryMapped(PaWinWdmPin* pPin, ULONG*... function PaError (line 2614) | static PaError PinGetAudioPositionViaIOCTLRead(PaWinWdmPin* pPin, ULONG*... function PaError (line 2648) | static PaError PinGetAudioPositionViaIOCTLWrite(PaWinWdmPin* pPin, ULONG... function PaWinWdmFilter (line 2686) | static PaWinWdmFilter* FilterNew( PaWDMKSType type, DWORD devNode, const... function FilterAddRef (line 2809) | static void FilterAddRef( PaWinWdmFilter* filter ) function PaError (line 2822) | PaError FilterInitializePins( PaWinWdmFilter* filter ) function FilterFree (line 2891) | static void FilterFree(PaWinWdmFilter* filter) function PaError (line 2935) | static PaError FilterUse(PaWinWdmFilter* filter) function FilterRelease (line 2965) | static void FilterRelease(PaWinWdmFilter* filter) function PaWinWdmPin (line 2992) | static PaWinWdmPin* FilterCreatePin(PaWinWdmFilter* filter, function BOOL (line 3014) | static BOOL IsUSBDevice(const wchar_t* devicePath) function BOOL (line 3024) | static BOOL IsNameUSBAudioDevice(const wchar_t* friendlyName) type EAlias (line 3029) | typedef enum _tag_EAlias function TrimString (line 3037) | static void TrimString(wchar_t* str, size_t length) function PaWinWdmFilter (line 3066) | PaWinWdmFilter** BuildFilterList( int* pFilterCount, int* pNoOfPaDevices... type PaNameHashIndex (line 3323) | typedef struct PaNameHashIndex type PaNameHashObject (line 3331) | typedef struct PaNameHashObject function ULONG (line 3337) | static ULONG GetNameHash(const wchar_t* str, const BOOL input) function PaError (line 3351) | static PaError CreateHashEntry(PaNameHashObject* obj, const wchar_t* nam... function PaError (line 3391) | static PaError InitNameHashObject(PaNameHashObject* obj, PaWinWdmFilter*... function DeinitNameHashObject (line 3425) | static void DeinitNameHashObject(PaNameHashObject* obj) function GetNameIndex (line 3433) | static unsigned GetNameIndex(PaNameHashObject* obj, const wchar_t* name,... function PaError (line 3458) | static PaError ScanDeviceInfos( struct PaUtilHostApiRepresentation *host... function PaError (line 3718) | static PaError CommitDeviceInfos( struct PaUtilHostApiRepresentation *ho... function PaError (line 3760) | static PaError DisposeDeviceInfos( struct PaUtilHostApiRepresentation *h... function PaError (line 3791) | PaError PaWinWdm_Initialize( PaUtilHostApiRepresentation **hostApi, PaHo... function Terminate (line 3896) | static void Terminate( struct PaUtilHostApiRepresentation *hostApi ) function PaError (line 3931) | static PaError IsFormatSupported( struct PaUtilHostApiRepresentation *ho... function ResetStreamEvents (line 4200) | static void ResetStreamEvents(PaWinWdmStream* stream) function CloseStreamEvents (line 4224) | static void CloseStreamEvents(PaWinWdmStream* stream) function NextPowerOf2 (line 4265) | static unsigned NextPowerOf2(unsigned val) function PaError (line 4276) | static PaError ValidateSpecificStreamParameters( function PaError (line 4328) | static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi, function PaError (line 5353) | static PaError CloseStream( PaStream* s ) function PaError (line 5404) | static PaError PinWrite(HANDLE h, DATAPACKET* p) function PaError (line 5432) | static PaError PinRead(HANDLE h, DATAPACKET* p) function DuplicateFirstChannelInt16 (line 5458) | static void DuplicateFirstChannelInt16(void* buffer, int channels, int s... function DuplicateFirstChannelInt24 (line 5477) | static void DuplicateFirstChannelInt24(void* buffer, int channels, int s... function DuplicateFirstChannelInt32 (line 5502) | static void DuplicateFirstChannelInt32(void* buffer, int channels, int s... function HANDLE (line 5521) | static HANDLE BumpThreadPriority() function DropThreadPriority (line 5564) | static void DropThreadPriority(HANDLE hAVRT) function PaError (line 5579) | static PaError PreparePinForStart(PaWinWdmPin* pin) function PaError (line 5599) | static PaError PreparePinsForStart(PaProcessThreadInfo* pInfo) function PaError (line 5654) | static PaError StartPin(PaWinWdmPin* pin) function PaError (line 5659) | static PaError StartPins(PaProcessThreadInfo* pInfo) function PaError (line 5676) | static PaError StopPin(PaWinWdmPin* pin) function PaError (line 5684) | static PaError StopPins(PaProcessThreadInfo* pInfo) function PaError (line 5703) | static PaError PaDoProcessing(PaProcessThreadInfo* pInfo) function VOID (line 5869) | static VOID CALLBACK TimerAPCWaveRTPolledMode( function DWORD (line 5879) | static DWORD GetCurrentTimeInMillisecs() function PA_THREAD_FUNC (line 5884) | PA_THREAD_FUNC ProcessingThread(void* pParam) function PaError (line 6223) | static PaError StartStream( PaStream *s ) function PaError (line 6286) | static PaError StopStream( PaStream *s ) function PaError (line 6346) | static PaError AbortStream( PaStream *s ) function PaError (line 6389) | static PaError IsStreamStopped( PaStream *s ) function PaError (line 6404) | static PaError IsStreamActive( PaStream *s ) function PaTime (line 6419) | static PaTime GetStreamTime( PaStream* s ) function GetStreamCpuLoad (line 6428) | static double GetStreamCpuLoad( PaStream* s ) function PaError (line 6445) | static PaError ReadStream( PaStream* s, function PaError (line 6464) | static PaError WriteStream( PaStream* s, function GetStreamReadAvailable (line 6483) | static signed long GetStreamReadAvailable( PaStream* s ) function GetStreamWriteAvailable (line 6498) | static signed long GetStreamWriteAvailable( PaStream* s ) function PaError (line 6515) | static PaError PaPinCaptureEventHandler_WaveCyclic(PaProcessThreadInfo* ... function PaError (line 6547) | static PaError PaPinCaptureSubmitHandler_WaveCyclic(PaProcessThreadInfo*... function PaError (line 6562) | static PaError PaPinRenderEventHandler_WaveCyclic(PaProcessThreadInfo* p... function PaError (line 6573) | static PaError PaPinRenderSubmitHandler_WaveCyclic(PaProcessThreadInfo* ... function PaError (line 6596) | static PaError PaPinCaptureEventHandler_WaveRTEvent(PaProcessThreadInfo*... function PaError (line 6633) | static PaError PaPinCaptureEventHandler_WaveRTPolled(PaProcessThreadInfo... function PaError (line 6671) | static PaError PaPinCaptureSubmitHandler_WaveRTEvent(PaProcessThreadInfo... function PaError (line 6678) | static PaError PaPinCaptureSubmitHandler_WaveRTPolled(PaProcessThreadInf... function PaError (line 6685) | static PaError PaPinRenderEventHandler_WaveRTEvent(PaProcessThreadInfo* ... function PaError (line 6720) | static PaError PaPinRenderEventHandler_WaveRTPolled(PaProcessThreadInfo*... function PaError (line 6769) | static PaError PaPinRenderSubmitHandler_WaveRTEvent(PaProcessThreadInfo*... function PaError (line 6789) | static PaError PaPinRenderSubmitHandler_WaveRTPolled(PaProcessThreadInfo... FILE: thirdparty/portaudio/src/hostapi/wmme/pa_win_wmme.c function WCharStringLen (line 241) | static size_t WCharStringLen(const WCHAR *str) type PaWinMmeStream (line 248) | typedef struct PaWinMmeStream PaWinMmeStream; type PaUtilHostApiRepresentation (line 263) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 264) | struct PaUtilHostApiRepresentation type PaUtilHostApiRepresentation (line 273) | struct PaUtilHostApiRepresentation function PaMme_SetLastSystemError (line 314) | static void PaMme_SetLastSystemError( DWORD errorCode ) function PaError (line 338) | static PaError CreateEventWithPaError( HANDLE *handle, function PaError (line 359) | static PaError ResetEventWithPaError( HANDLE handle ) function PaError (line 376) | static PaError CloseHandleWithPaError( HANDLE handle ) type PaWinMmeHostApiRepresentation (line 395) | typedef struct type PaWinMmeDeviceInfo (line 415) | typedef struct function PaDeviceIndex (line 438) | static PaDeviceIndex GetEnvDefaultDeviceID( char *envName ) function InitializeDefaultDeviceIdsFromEnv (line 458) | static void InitializeDefaultDeviceIdsFromEnv( PaWinMmeHostApiRepresenta... function UINT (line 484) | static UINT LocalDeviceIndexToWinMmeDeviceId( PaWinMmeHostApiRepresentat... function SampleFormatAndWinWmmeSpecificFlagsToLinearWaveFormatTag (line 492) | static int SampleFormatAndWinWmmeSpecificFlagsToLinearWaveFormatTag( PaS... function PaError (line 507) | static PaError QueryInputWaveFormatEx( int deviceId, WAVEFORMATEX *waveF... function PaError (line 533) | static PaError QueryOutputWaveFormatEx( int deviceId, WAVEFORMATEX *wave... function PaError (line 559) | static PaError QueryFormatSupported( PaDeviceInfo *deviceInfo, function DetectDefaultSampleRate (line 620) | static void DetectDefaultSampleRate( PaWinMmeDeviceInfo *winMmeDeviceInf... function QueryWaveInKSFilterMaxChannels (line 642) | static int QueryWaveInKSFilterMaxChannels( UINT waveInDeviceId, int *max... function PaError (line 678) | static PaError InitializeInputDeviceInfo( PaWinMmeHostApiRepresentation ... function QueryWaveOutKSFilterMaxChannels (line 775) | static int QueryWaveOutKSFilterMaxChannels( UINT waveOutDeviceId, int *m... function PaError (line 811) | static PaError InitializeOutputDeviceInfo( PaWinMmeHostApiRepresentation... function GetDefaultLatencies (line 912) | static void GetDefaultLatencies( PaTime *defaultLowLatency, PaTime *defa... function PaError (line 948) | PaError PaWinMme_Initialize( PaUtilHostApiRepresentation **hostApi, PaHo... function Terminate (line 1166) | static void Terminate( struct PaUtilHostApiRepresentation *hostApi ) function PaError (line 1180) | static PaError IsInputChannelCountSupported( PaWinMmeDeviceInfo* deviceI... function PaError (line 1194) | static PaError IsOutputChannelCountSupported( PaWinMmeDeviceInfo* device... function PaError (line 1208) | static PaError IsFormatSupported( struct PaUtilHostApiRepresentation *ho... function ComputeHostBufferCountForFixedBufferSizeFrames (line 1373) | static unsigned long ComputeHostBufferCountForFixedBufferSizeFrames( function ComputeHostBufferSizeGivenHardUpperLimit (line 1397) | static unsigned long ComputeHostBufferSizeGivenHardUpperLimit( function PaError (line 1439) | static PaError SelectHostBufferSizeFramesAndHostBufferCount( function PaError (line 1530) | static PaError CalculateMaxHostSampleFrameSizeBytes( function PaError (line 1569) | static PaError CalculateBufferSettings( type PaWinMmeSingleDirectionHandlesAndBuffers (line 1765) | typedef struct function InitializeSingleDirectionHandlesAndBuffers (line 1797) | static void InitializeSingleDirectionHandlesAndBuffers( PaWinMmeSingleDi... function PaError (line 1806) | static PaError InitializeWaveHandles( PaWinMmeHostApiRepresentation *win... function PaError (line 1949) | static PaError TerminateWaveHandles( PaWinMmeSingleDirectionHandlesAndBu... function PaError (line 2004) | static PaError InitializeWaveHeaders( PaWinMmeSingleDirectionHandlesAndB... function TerminateWaveHeaders (line 2102) | static void TerminateWaveHeaders( PaWinMmeSingleDirectionHandlesAndBuffe... type PaWinMmeStream (line 2143) | struct PaWinMmeStream function PaError (line 2175) | static PaError ValidateWinMmeSpecificStreamInfo( function PaError (line 2207) | static PaError RetrieveDevicesFromStreamParameters( function PaError (line 2251) | static PaError ValidateInputChannelCounts( function PaError (line 2276) | static PaError ValidateOutputChannelCounts( function PaError (line 2308) | static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi, function BuffersAreDone (line 2635) | static int BuffersAreDone( WAVEHDR **waveHeaders, unsigned int deviceCou... function CurrentInputBuffersAreDone (line 2650) | static int CurrentInputBuffersAreDone( PaWinMmeStream *stream ) function CurrentOutputBuffersAreDone (line 2655) | static int CurrentOutputBuffersAreDone( PaWinMmeStream *stream ) function NoBuffersAreQueued (line 2662) | static int NoBuffersAreQueued( PaWinMmeSingleDirectionHandlesAndBuffers ... function GetAvailableFrames (line 2691) | static signed long GetAvailableFrames( PaWinMmeSingleDirectionHandlesAnd... function PaError (line 2719) | static PaError AdvanceToNextInputBuffer( PaWinMmeStream *stream ) function PaError (line 2747) | static PaError AdvanceToNextOutputBuffer( PaWinMmeStream *stream ) function PaError (line 2776) | static PaError CatchUpInputBuffers( PaWinMmeStream *stream ) function PaError (line 2795) | static PaError CatchUpOutputBuffers( PaWinMmeStream *stream ) function PA_THREAD_FUNC (line 2824) | PA_THREAD_FUNC ProcessingThreadProc( void *pArg ) function PaError (line 3213) | static PaError CloseStream( PaStream* s ) function PaError (line 3237) | static PaError StartStream( PaStream *s ) function PaError (line 3444) | static PaError StopStream( PaStream *s ) function PaError (line 3589) | static PaError AbortStream( PaStream *s ) function PaError (line 3671) | static PaError IsStreamStopped( PaStream *s ) function PaError (line 3679) | static PaError IsStreamActive( PaStream *s ) function PaTime (line 3687) | static PaTime GetStreamTime( PaStream *s ) function GetStreamCpuLoad (line 3695) | static double GetStreamCpuLoad( PaStream* s ) function PaError (line 3709) | static PaError ReadStream( PaStream* s, function PaError (line 3814) | static PaError WriteStream( PaStream* s, function GetStreamReadAvailable (line 3922) | static signed long GetStreamReadAvailable( PaStream* s ) function GetStreamWriteAvailable (line 3933) | static signed long GetStreamWriteAvailable( PaStream* s ) function PaError (line 3949) | static PaError GetWinMMEStreamPointer( PaWinMmeStream **stream, PaStream... function PaWinMME_GetStreamInputHandleCount (line 3982) | int PaWinMME_GetStreamInputHandleCount( PaStream* s ) function HWAVEIN (line 3994) | HWAVEIN PaWinMME_GetStreamInputHandle( PaStream* s, int handleIndex ) function PaWinMME_GetStreamOutputHandleCount (line 4009) | int PaWinMME_GetStreamOutputHandleCount( PaStream* s) function HWAVEOUT (line 4021) | HWAVEOUT PaWinMME_GetStreamOutputHandle( PaStream* s, int handleIndex ) FILE: thirdparty/portaudio/src/os/unix/pa_unix_util.c function PaUtil_FreeMemory (line 85) | void PaUtil_FreeMemory( void *block ) function PaUtil_CountCurrentlyAllocatedBlocks (line 98) | int PaUtil_CountCurrentlyAllocatedBlocks( void ) function Pa_Sleep (line 108) | void Pa_Sleep( long msec ) function PaUtil_InitializeClock (line 146) | void PaUtil_InitializeClock( void ) function PaTime (line 157) | PaTime PaUtil_GetTime( void ) function PaError (line 172) | PaError PaUtil_InitializeThreading( PaUtilThreading *threading ) function PaUtil_TerminateThreading (line 178) | void PaUtil_TerminateThreading( PaUtilThreading *threading ) function PaError (line 182) | PaError PaUtil_StartThreading( PaUtilThreading *threading, void *(*threa... function PaError (line 188) | PaError PaUtil_CancelThreading( PaUtilThreading *threading, int wait, Pa... function PaError (line 239) | PaError PaUnixThreading_Initialize( void ) function PaError (line 245) | static PaError BoostPriority( PaUnixThread* self ) function PaError (line 268) | PaError PaUnixThread_New( PaUnixThread* self, void* (*threadFunc)( void*... function PaError (line 464) | PaError PaUnixThread_PrepareNotify( PaUnixThread* self ) function PaError (line 476) | PaError PaUnixThread_NotifyParent( PaUnixThread* self ) function PaUnixThread_StopRequested (line 495) | int PaUnixThread_StopRequested( PaUnixThread* self ) function PaError (line 500) | PaError PaUnixMutex_Initialize( PaUnixMutex* self ) function PaError (line 507) | PaError PaUnixMutex_Terminate( PaUnixMutex* self ) function PaError (line 519) | PaError PaUnixMutex_Lock( PaUnixMutex* self ) function PaError (line 537) | PaError PaUnixMutex_Unlock( PaUnixMutex* self ) function OnWatchdogExit (line 553) | static void OnWatchdogExit( void *userData ) type sched_param (line 590) | struct sched_param type sched_param (line 631) | struct sched_param type sched_param (line 632) | struct sched_param function CallbackUpdate (line 687) | static void CallbackUpdate( PaAlsaThreading *th ) FILE: thirdparty/portaudio/src/os/unix/pa_unix_util.h type PaUtilThreading (line 112) | typedef struct { type PaUnixMutex (line 137) | typedef struct type PaUnixThread (line 147) | typedef struct FILE: thirdparty/portaudio/src/os/win/pa_win_coinitialize.c function PaError (line 65) | PaError PaWinUtil_CoInitialize( PaHostApiTypeId hostApiType, PaWinUtilCo... function PaWinUtil_CoUninitialize (line 125) | void PaWinUtil_CoUninitialize( PaHostApiTypeId hostApiType, PaWinUtilCom... FILE: thirdparty/portaudio/src/os/win/pa_win_coinitialize.h type PaWinUtilComInitializationResult (line 56) | typedef struct PaWinUtilComInitializationResult{ FILE: thirdparty/portaudio/src/os/win/pa_win_util.c function PaUtil_FreeMemory (line 79) | void PaUtil_FreeMemory( void *block ) function PaUtil_CountCurrentlyAllocatedBlocks (line 92) | int PaUtil_CountCurrentlyAllocatedBlocks( void ) function Pa_Sleep (line 102) | void Pa_Sleep( long msec ) function PaUtil_InitializeClock (line 110) | void PaUtil_InitializeClock( void ) function PaUtil_GetTime (line 126) | double PaUtil_GetTime( void ) FILE: thirdparty/portaudio/src/os/win/pa_win_waveformat.c function PaWin_SampleFormatToLinearWaveFormatTag (line 58) | int PaWin_SampleFormatToLinearWaveFormatTag( PaSampleFormat sampleFormat ) function PaWin_InitializeWaveFormatEx (line 67) | void PaWin_InitializeWaveFormatEx( PaWinWaveFormat *waveFormat, function PaWin_InitializeWaveFormatExtensible (line 84) | void PaWin_InitializeWaveFormatExtensible( PaWinWaveFormat *waveFormat, function PaWinWaveFormatChannelMask (line 112) | PaWinWaveFormatChannelMask PaWin_DefaultChannelMask( int numChannels ) FILE: thirdparty/portaudio/src/os/win/pa_win_wdmks_utils.c function PaError (line 97) | static PaError WdmGetPinPropertySimple( function PaError (line 124) | static PaError WdmGetPinPropertyMulti( function GetKSFilterPinCount (line 165) | static int GetKSFilterPinCount( HANDLE deviceHandle ) function KSPIN_COMMUNICATION (line 177) | static KSPIN_COMMUNICATION GetKSFilterPinPropertyCommunication( HANDLE d... function KSPIN_DATAFLOW (line 189) | static KSPIN_DATAFLOW GetKSFilterPinPropertyDataflow( HANDLE deviceHandl... function KSFilterPinPropertyIdentifiersInclude (line 201) | static int KSFilterPinPropertyIdentifiersInclude( function PaWin_WDMKS_QueryFilterMaximumChannelCount (line 233) | int PaWin_WDMKS_QueryFilterMaximumChannelCount( void *wcharDevicePath, i... FILE: thirdparty/portaudio/src/os/win/pa_x86_plain_converters.c function PaUtil_InitializeX86PlainConverters (line 121) | void PaUtil_InitializeX86PlainConverters( void ) function PaUtil_InitializeX86PlainConverters (line 1201) | void PaUtil_InitializeX86PlainConverters( void ) FILE: thirdparty/portaudio/test/pa_minlat.c type paTestData (line 58) | typedef struct function paminlatCallback (line 66) | static int paminlatCallback( const void *inputBuffer, void *outputBuffer, function main (line 98) | int main( int argc, char **argv ) FILE: thirdparty/portaudio/test/patest1.c type patest1data (line 54) | typedef struct function patest1Callback (line 62) | static int patest1Callback( const void *inputBuffer, void *outputBuffer, function main (line 106) | int main(int argc, char* argv[]) FILE: thirdparty/portaudio/test/patest_buffer.c type paTestData (line 58) | typedef struct function patest1Callback (line 72) | static int patest1Callback( const void *inputBuffer, void *outputBuffer, function main (line 124) | int main(int argc, char **args) function PaError (line 148) | PaError TestOnce( int buffersize, PaDeviceIndex device ) FILE: thirdparty/portaudio/test/patest_callbackstop.c type TestData (line 58) | typedef struct function TestCallback (line 74) | static int TestCallback( const void *input, void *output, function StreamFinished (line 120) | static void StreamFinished( void* userData ) function main (line 129) | int main(void) FILE: thirdparty/portaudio/test/patest_clip.c type paTestData (line 57) | typedef struct paTestData function sineCallback (line 72) | static int sineCallback( const void *inputBuffer, void *outputBuffer, function main (line 99) | int main(void) function PaError (line 144) | PaError PlaySine( paTestData *data, unsigned long flags, float amplitude ) FILE: thirdparty/portaudio/test/patest_converters.c function CanClip (line 87) | static int CanClip( PaSampleFormat sourceFormat, PaSampleFormat destinat... function CanDither (line 95) | static int CanDither( PaSampleFormat sourceFormat, PaSampleFormat destin... function GenerateOneCycleSineReference (line 103) | static void GenerateOneCycleSineReference( double *out, int frameCount, ... function GenerateOneCycleSine (line 113) | static void GenerateOneCycleSine( PaSampleFormat format, void *buffer, i... function TestNonZeroPresent (line 190) | int TestNonZeroPresent( void *buffer, int size ) function MaximumAbsDifference (line 205) | float MaximumAbsDifference( float* sourceBuffer, float* referenceBuffer,... function main (line 218) | int main( const char **argv, int argc ) function PaError (line 364) | PaError My_Pa_GetSampleSize( PaSampleFormat format ) FILE: thirdparty/portaudio/test/patest_dither.c type paTestData (line 59) | typedef struct paTestData function sineCallback (line 72) | static int sineCallback( const void *inputBuffer, void *outputBuffer, function PaError (line 101) | PaError PlaySine( paTestData *data, PaStreamFlags flags, float amplitude ) function main (line 154) | int main(void) FILE: thirdparty/portaudio/test/patest_dsound_find_best_latency_params.c function BOOL (line 72) | static BOOL IsWow64() function printWindowsVersionInfo (line 93) | static void printWindowsVersionInfo( FILE *fp ) function printTimeAndDate (line 211) | static void printTimeAndDate( FILE *fp ) type paTestData (line 225) | typedef struct function patestCallback (line 242) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function playUntilKeyPress (line 290) | static int playUntilKeyPress( int deviceIndex, float sampleRate, function usage (line 359) | static void usage( int dsoundHostApiIndex ) function main (line 381) | int main(int argc, char* argv[]) FILE: thirdparty/portaudio/test/patest_dsound_low_level_latency_params.c type paTestData (line 61) | typedef struct function patestCallback (line 72) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 103) | int main(int argc, char* argv[]) FILE: thirdparty/portaudio/test/patest_dsound_surround.c type paTestData (line 62) | typedef struct function patestCallback (line 75) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 117) | int main(int argc, char* argv[]) FILE: thirdparty/portaudio/test/patest_hang.c type paTestData (line 57) | typedef struct paTestData function patestCallback (line 68) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 102) | int main(void) FILE: thirdparty/portaudio/test/patest_in_overflow.c type paTestData (line 64) | typedef struct paTestData function patestCallback (line 77) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 125) | int main(void) FILE: thirdparty/portaudio/test/patest_jack_wasapi.c function IsInMask (line 52) | static int IsInMask(int val, int val2) function EnumIJackChannels (line 61) | static void EnumIJackChannels(int channelMapping) function EnumIJackConnectionType (line 112) | static void EnumIJackConnectionType(int cType) function EnumIJackGeoLocation (line 160) | static void EnumIJackGeoLocation(int iVal) function EnumIJackGenLocation (line 211) | static void EnumIJackGenLocation(int iVal) function EnumIJackPortConnection (line 235) | static void EnumIJackPortConnection(int iVal) function PaError (line 260) | static PaError GetJackInformation(int deviceId) function main (line 300) | int main(void) FILE: thirdparty/portaudio/test/patest_latency.c type paTestData (line 60) | typedef struct function LookupSine (line 73) | float LookupSine( paTestData *data, float phase ) function patestCallback (line 88) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 114) | int main(void) FILE: thirdparty/portaudio/test/patest_leftright.c type paTestData (line 62) | typedef struct function patestCallback (line 75) | static int patestCallback( const void *inputBuffer, function main (line 115) | int main(void) FILE: thirdparty/portaudio/test/patest_longsine.c type paTestData (line 56) | typedef struct function patestCallback (line 68) | static int patestCallback(const void* inputBuffer, function main (line 93) | int main(void) FILE: thirdparty/portaudio/test/patest_many.c type paTestData (line 54) | typedef struct function patest1Callback (line 73) | static int patest1Callback( const void *inputBuffer, void *outputBuffer, function main (line 125) | int main(void) function main (line 140) | int main(int argc, char **argv) function PaError (line 158) | PaError TestOnce( void ) FILE: thirdparty/portaudio/test/patest_maxsines.c type paTestData (line 65) | typedef struct paTestData function LookupSine (line 77) | float LookupSine( paTestData *data, float phase ) function patestCallback (line 92) | static int patestCallback(const void* inputBuffer, function main (line 142) | int main(void) FILE: thirdparty/portaudio/test/patest_mono.c type paTestData (line 63) | typedef struct function patestCallback (line 74) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 99) | int main(void) FILE: thirdparty/portaudio/test/patest_multi_sine.c type paTestData (line 58) | typedef struct function patestCallback (line 70) | static int patestCallback(const void* inputBuffer, function test (line 117) | int test(short interleaved) function main (line 177) | int main(void) FILE: thirdparty/portaudio/test/patest_out_underflow.c type paTestData (line 59) | typedef struct paTestData function patestCallback (line 72) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 119) | int main(void) FILE: thirdparty/portaudio/test/patest_prime.c type paTestData (line 61) | typedef struct function InitializeTestData (line 71) | static void InitializeTestData( paTestData *testData ) function patestCallback (line 84) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function PaError (line 141) | static PaError DoTest( int flags ) function main (line 195) | int main(void) FILE: thirdparty/portaudio/test/patest_read_record.c type SAMPLE (line 61) | typedef float SAMPLE; type SAMPLE (line 66) | typedef short SAMPLE; type SAMPLE (line 71) | typedef char SAMPLE; type SAMPLE (line 76) | typedef unsigned char SAMPLE; function main (line 84) | int main(void) FILE: thirdparty/portaudio/test/patest_ringmix.c function myCallback (line 47) | static int myCallback( const void *inputBuffer, void *outputBuffer, function main (line 70) | int main(void) FILE: thirdparty/portaudio/test/patest_sine8.c type sample_t (line 55) | typedef unsigned char sample_t; type sample_t (line 59) | typedef char sample_t; type paTestData (line 67) | typedef struct function patestCallback (line 80) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 125) | int main(void) FILE: thirdparty/portaudio/test/patest_sine_channelmaps.c type paTestData (line 65) | typedef struct function patestCallback (line 77) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 106) | int main(void) FILE: thirdparty/portaudio/test/patest_sine_formats.c type SAMPLE_t (line 62) | typedef unsigned char SAMPLE_t; type SAMPLE_t (line 69) | typedef char SAMPLE_t; type SAMPLE_t (line 76) | typedef short SAMPLE_t; type SAMPLE_t (line 83) | typedef float SAMPLE_t; type paTestData (line 94) | typedef struct function patestCallback (line 105) | static int patestCallback( const void *inputBuffer, function main (line 151) | int main(void) FILE: thirdparty/portaudio/test/patest_sine_srate.c type paTestData (line 67) | typedef struct function patestCallback (line 79) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 108) | int main(void) FILE: thirdparty/portaudio/test/patest_sine_time.c type paTestData (line 62) | typedef struct function patestCallback (line 74) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function ReportStreamTime (line 114) | static void ReportStreamTime( PaStream *stream, paTestData *data ) function main (line 135) | int main(void) FILE: thirdparty/portaudio/test/patest_start_stop.c type paTestData (line 61) | typedef struct function patestCallback (line 73) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 102) | int main(void) FILE: thirdparty/portaudio/test/patest_stop.c type paTestData (line 78) | typedef struct function LookupWaveform (line 102) | float LookupWaveform( paTestData *data, float phase ) function patestCallback (line 117) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 182) | int main(void) function TestStopMode (line 235) | int TestStopMode( paTestData *data ) FILE: thirdparty/portaudio/test/patest_stop_playout.c type TestData (line 64) | typedef struct function RetriggerTestSignalGenerator (line 79) | static void RetriggerTestSignalGenerator( TestData *data ) function ResetTestSignalGenerator (line 89) | static void ResetTestSignalGenerator( TestData *data ) function InitTestSignalGenerator (line 96) | static void InitTestSignalGenerator( TestData *data ) function GenerateTestSignal (line 129) | static void GenerateTestSignal( TestData *data, float *stereo, int frame... function IsTestSignalFinished (line 245) | static int IsTestSignalFinished( TestData *data ) function TestCallback1 (line 254) | static int TestCallback1( const void *inputBuffer, void *outputBuffer, function TestCallback2 (line 275) | static int TestCallback2( const void *inputBuffer, void *outputBuffer, function main (line 295) | int main(void) FILE: thirdparty/portaudio/test/patest_suggested_vs_streaminfo_latency.c function patestCallback (line 65) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function usage (line 75) | static void usage() function main (line 100) | int main( int argc, const char* argv[] ) FILE: thirdparty/portaudio/test/patest_suggested_vs_streaminfo_latency.py function loadCsvData (line 25) | def loadCsvData( dataFileName ): function setFigureTitleAndAxisLabels (line 57) | def setFigureTitleAndAxisLabels( framesPerBufferString ): function setDisplayRangeSeconds (line 64) | def setDisplayRangeSeconds( maxSeconds ): FILE: thirdparty/portaudio/test/patest_sync.c type paTestData (line 72) | typedef struct function GenerateRandomNumber (line 87) | static unsigned long GenerateRandomNumber( void ) function patestCallback (line 98) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 171) | int main(void) FILE: thirdparty/portaudio/test/patest_timing.c type paTestData (line 59) | typedef struct function patestCallback (line 73) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 109) | int main(void) FILE: thirdparty/portaudio/test/patest_toomanysines.c type paTestData (line 59) | typedef struct paTestData function patestCallback (line 70) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 109) | int main(void) FILE: thirdparty/portaudio/test/patest_two_rates.c type paTestData (line 60) | typedef struct function patestCallback (line 70) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 99) | int main(void) FILE: thirdparty/portaudio/test/patest_underflow.c type paTestData (line 60) | typedef struct function patestCallback (line 73) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 103) | int main(void) FILE: thirdparty/portaudio/test/patest_unplug.c type paTestData (line 59) | typedef struct function inputCallback (line 69) | static int inputCallback( const void *inputBuffer, void *outputBuffer, function outputCallback (line 89) | static int outputCallback( const void *inputBuffer, void *outputBuffer, function main (line 117) | int main(int argc, char **args) FILE: thirdparty/portaudio/test/patest_wire.c type WireConfig_t (line 59) | typedef struct WireConfig_s type INPUT_SAMPLE (line 82) | typedef float INPUT_SAMPLE; type INPUT_SAMPLE (line 85) | typedef short INPUT_SAMPLE; type OUTPUT_SAMPLE (line 90) | typedef float OUTPUT_SAMPLE; type OUTPUT_SAMPLE (line 93) | typedef short OUTPUT_SAMPLE; function wireCallback (line 115) | static int wireCallback( const void *inputBuffer, void *outputBuffer, function main (line 184) | int main(void) function PaError (line 257) | static PaError TestConfiguration( WireConfig_t *config ) FILE: thirdparty/portaudio/test/patest_wmme_find_best_latency_params.c function BOOL (line 77) | static BOOL IsWow64() function printWindowsVersionInfo (line 98) | static void printWindowsVersionInfo( FILE *fp ) function printTimeAndDate (line 216) | static void printTimeAndDate( FILE *fp ) type paTestData (line 230) | typedef struct function patestCallback (line 247) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function playUntilKeyPress (line 295) | static int playUntilKeyPress( int deviceIndex, float sampleRate, function usage (line 365) | static void usage( int wmmeHostApiIndex ) function main (line 387) | int main(int argc, char* argv[]) FILE: thirdparty/portaudio/test/patest_wmme_low_level_latency_params.c type paTestData (line 65) | typedef struct function patestCallback (line 76) | static int patestCallback( const void *inputBuffer, void *outputBuffer, function main (line 107) | int main(int argc, char* argv[]) FILE: thirdparty/portaudio/test/patest_write_stop.c function main (line 61) | int main(void) FILE: thirdparty/portaudio/test/patest_write_stop_hang_illegal.c function main (line 96) | int main(void)