SYMBOL INDEX (6870 symbols across 439 files) FILE: external/GLFW/deps/KHR/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: external/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: external/GLFW/deps/getopt.h type option (line 41) | struct option { type option (line 51) | struct option FILE: external/GLFW/deps/glad.c type gladGLversionStruct (line 28) | struct gladGLversionStruct function get_exts (line 41) | static int get_exts(void) { function free_exts (line 68) | static void free_exts(void) { function has_ext (line 75) | static int has_ext(const char *ext) { function load_GL_VERSION_1_0 (line 838) | static void load_GL_VERSION_1_0(GLADloadproc load) { function load_GL_VERSION_1_1 (line 1147) | static void load_GL_VERSION_1_1(GLADloadproc load) { function load_GL_VERSION_1_2 (line 1180) | static void load_GL_VERSION_1_2(GLADloadproc load) { function load_GL_VERSION_1_3 (line 1187) | static void load_GL_VERSION_1_3(GLADloadproc load) { function load_GL_VERSION_1_4 (line 1236) | static void load_GL_VERSION_1_4(GLADloadproc load) { function load_GL_VERSION_1_5 (line 1286) | static void load_GL_VERSION_1_5(GLADloadproc load) { function load_GL_VERSION_2_0 (line 1308) | static void load_GL_VERSION_2_0(GLADloadproc load) { function load_GL_VERSION_2_1 (line 1404) | static void load_GL_VERSION_2_1(GLADloadproc load) { function load_GL_VERSION_3_0 (line 1413) | static void load_GL_VERSION_3_0(GLADloadproc load) { function load_GL_VERSION_3_1 (line 1500) | static void load_GL_VERSION_3_1(GLADloadproc load) { function load_GL_VERSION_3_2 (line 1518) | static void load_GL_VERSION_3_2(GLADloadproc load) { function load_GL_ARB_multisample (line 1540) | static void load_GL_ARB_multisample(GLADloadproc load) { function load_GL_ARB_robustness (line 1544) | static void load_GL_ARB_robustness(GLADloadproc load) { function load_GL_KHR_debug (line 1567) | static void load_GL_KHR_debug(GLADloadproc load) { function find_extensionsGL (line 1592) | static int find_extensionsGL(void) { function find_coreGL (line 1601) | static void find_coreGL(void) { function gladLoadGLLoader (line 1654) | int gladLoadGLLoader(GLADloadproc load) { FILE: external/GLFW/deps/glad/glad.h type gladGLversionStruct (line 50) | struct gladGLversionStruct { type __int32 (line 117) | typedef __int32 int32_t; type __int64 (line 118) | typedef __int64 int64_t; type GLenum (line 125) | typedef unsigned int GLenum; type GLboolean (line 126) | typedef unsigned char GLboolean; type GLbitfield (line 127) | typedef unsigned int GLbitfield; type GLvoid (line 128) | typedef void GLvoid; type GLbyte (line 129) | typedef signed char GLbyte; type GLshort (line 130) | typedef short GLshort; type GLint (line 131) | typedef int GLint; type GLclampx (line 132) | typedef int GLclampx; type GLubyte (line 133) | typedef unsigned char GLubyte; type GLushort (line 134) | typedef unsigned short GLushort; type GLuint (line 135) | typedef unsigned int GLuint; type GLsizei (line 136) | typedef int GLsizei; type GLfloat (line 137) | typedef float GLfloat; type GLclampf (line 138) | typedef float GLclampf; type GLdouble (line 139) | typedef double GLdouble; type GLclampd (line 140) | typedef double GLclampd; type GLchar (line 142) | typedef char GLchar; type GLcharARB (line 143) | typedef char GLcharARB; type GLhandleARB (line 147) | typedef unsigned int GLhandleARB; type GLhalfARB (line 149) | typedef unsigned short GLhalfARB; type GLhalf (line 150) | typedef unsigned short GLhalf; type GLint (line 151) | typedef GLint GLfixed; type GLintptr (line 152) | typedef ptrdiff_t GLintptr; type GLsizeiptr (line 153) | typedef ptrdiff_t GLsizeiptr; type GLint64 (line 154) | typedef int64_t GLint64; type GLuint64 (line 155) | typedef uint64_t GLuint64; type GLintptrARB (line 156) | typedef ptrdiff_t GLintptrARB; type GLsizeiptrARB (line 157) | typedef ptrdiff_t GLsizeiptrARB; type GLint64EXT (line 158) | typedef int64_t GLint64EXT; type GLuint64EXT (line 159) | typedef uint64_t GLuint64EXT; type __GLsync (line 160) | struct __GLsync type _cl_context (line 161) | struct _cl_context type _cl_event (line 162) | struct _cl_event type GLhalfNV (line 167) | typedef unsigned short GLhalfNV; type GLintptr (line 168) | typedef GLintptr GLvdpauSurfaceNV; type GLubyte (line 1521) | typedef const GLubyte * (APIENTRYP PFNGLGETSTRINGPROC)(GLenum name); type GLuint (line 2398) | typedef GLboolean (APIENTRYP PFNGLARETEXTURESRESIDENTPROC)(GLsizei n, co... type GLubyte (line 3260) | typedef const GLubyte * (APIENTRYP PFNGLGETSTRINGIPROC)(GLenum name, GLu... FILE: external/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: external/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: external/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: external/GLFW/deps/nuklear.h type NK_INT8 (line 394) | typedef NK_INT8 nk_char; type NK_UINT8 (line 395) | typedef NK_UINT8 nk_uchar; type NK_UINT8 (line 396) | typedef NK_UINT8 nk_byte; type NK_INT16 (line 397) | typedef NK_INT16 nk_short; type NK_UINT16 (line 398) | typedef NK_UINT16 nk_ushort; type NK_INT32 (line 399) | typedef NK_INT32 nk_int; type NK_UINT32 (line 400) | typedef NK_UINT32 nk_uint; type NK_SIZE_TYPE (line 401) | typedef NK_SIZE_TYPE nk_size; type NK_POINTER_TYPE (line 402) | typedef NK_POINTER_TYPE nk_ptr; type nk_uint (line 404) | typedef nk_uint nk_hash; type nk_uint (line 405) | typedef nk_uint nk_flags; type nk_uint (line 406) | typedef nk_uint nk_rune; type nk_buffer (line 426) | struct nk_buffer type nk_allocator (line 427) | struct nk_allocator type nk_command_buffer (line 428) | struct nk_command_buffer type nk_draw_command (line 429) | struct nk_draw_command type nk_convert_config (line 430) | struct nk_convert_config type nk_style_item (line 431) | struct nk_style_item type nk_text_edit (line 432) | struct nk_text_edit type nk_draw_list (line 433) | struct nk_draw_list type nk_user_font (line 434) | struct nk_user_font type nk_panel (line 435) | struct nk_panel type nk_context (line 436) | struct nk_context type nk_draw_vertex_layout_element (line 437) | struct nk_draw_vertex_layout_element type nk_style_button (line 438) | struct nk_style_button type nk_style_toggle (line 439) | struct nk_style_toggle type nk_style_selectable (line 440) | struct nk_style_selectable type nk_style_slide (line 441) | struct nk_style_slide type nk_style_progress (line 442) | struct nk_style_progress type nk_style_scrollbar (line 443) | struct nk_style_scrollbar type nk_style_edit (line 444) | struct nk_style_edit type nk_style_property (line 445) | struct nk_style_property type nk_style_chart (line 446) | struct nk_style_chart type nk_style_combo (line 447) | struct nk_style_combo type nk_style_tab (line 448) | struct nk_style_tab type nk_style_window_header (line 449) | struct nk_style_window_header type nk_style_window (line 450) | struct nk_style_window type nk_color (line 453) | struct nk_color {nk_byte r,g,b,a;} type nk_colorf (line 454) | struct nk_colorf {float r,g,b,a;} type nk_vec2 (line 455) | struct nk_vec2 {float x,y;} type nk_vec2i (line 456) | struct nk_vec2i {short x, y;} type nk_rect (line 457) | struct nk_rect {float x,y,w,h;} type nk_recti (line 458) | struct nk_recti {short x,y,w,h;} type nk_handle (line 460) | typedef union {void *ptr; int id;} nk_handle; type nk_image (line 461) | struct nk_image {nk_handle handle;unsigned short w,h;unsigned short regi... type nk_cursor (line 462) | struct nk_cursor {struct nk_image img; struct nk_vec2 size, offset;} type nk_scroll (line 463) | struct nk_scroll {nk_uint x, y;} type nk_heading (line 465) | enum nk_heading {NK_UP, NK_RIGHT, NK_DOWN, NK_LEFT} type nk_button_behavior (line 466) | enum nk_button_behavior {NK_BUTTON_DEFAULT, NK_BUTTON_REPEATER} type nk_modify (line 467) | enum nk_modify {NK_FIXED = nk_false, NK_MODIFIABLE = nk_true} type nk_orientation (line 468) | enum nk_orientation {NK_VERTICAL, NK_HORIZONTAL} type nk_collapse_states (line 469) | enum nk_collapse_states {NK_MINIMIZED = nk_false, NK_MAXIMIZED = nk_true} type nk_show_states (line 470) | enum nk_show_states {NK_HIDDEN = nk_false, NK_SHOWN = nk_true} type nk_chart_type (line 471) | enum nk_chart_type {NK_CHART_LINES, NK_CHART_COLUMN, NK_CHART_MAX} type nk_chart_event (line 472) | enum nk_chart_event {NK_CHART_HOVERING = 0x01, NK_CHART_CLICKED = 0x02} type nk_color_format (line 473) | enum nk_color_format {NK_RGB, NK_RGBA} type nk_popup_type (line 474) | enum nk_popup_type {NK_POPUP_STATIC, NK_POPUP_DYNAMIC} type nk_layout_format (line 475) | enum nk_layout_format {NK_DYNAMIC, NK_STATIC} type nk_tree_type (line 476) | enum nk_tree_type {NK_TREE_NODE, NK_TREE_TAB} type nk_text_edit (line 480) | struct nk_text_edit type nk_text_edit (line 481) | struct nk_text_edit type nk_allocator (line 484) | struct nk_allocator { type nk_symbol_type (line 489) | enum nk_symbol_type { type nk_context (line 549) | struct nk_context type nk_user_font (line 549) | struct nk_user_font type nk_context (line 565) | struct nk_context type nk_user_font (line 565) | struct nk_user_font type nk_context (line 576) | struct nk_context type nk_allocator (line 576) | struct nk_allocator type nk_user_font (line 576) | struct nk_user_font type nk_context (line 588) | struct nk_context type nk_buffer (line 588) | struct nk_buffer type nk_buffer (line 588) | struct nk_buffer type nk_user_font (line 588) | struct nk_user_font type nk_context (line 594) | struct nk_context type nk_context (line 599) | struct nk_context type nk_context (line 605) | struct nk_context type nk_keys (line 660) | enum nk_keys { type nk_buttons (line 695) | enum nk_buttons { type nk_context (line 706) | struct nk_context type nk_context (line 712) | struct nk_context type nk_context (line 718) | struct nk_context type nk_keys (line 718) | enum nk_keys type nk_context (line 726) | struct nk_context type nk_buttons (line 726) | enum nk_buttons type nk_context (line 734) | struct nk_context type nk_vec2 (line 734) | struct nk_vec2 type nk_context (line 742) | struct nk_context type nk_context (line 750) | struct nk_context type nk_context (line 758) | struct nk_context type nk_context (line 763) | struct nk_context type nk_anti_aliasing (line 970) | enum nk_anti_aliasing {NK_ANTI_ALIASING_OFF, NK_ANTI_ALIASING_ON} type nk_convert_result (line 971) | enum nk_convert_result { type nk_draw_null_texture (line 978) | struct nk_draw_null_texture { type nk_convert_config (line 982) | struct nk_convert_config { type nk_context (line 1000) | struct nk_context type nk_context (line 1007) | struct nk_context type nk_command (line 1007) | struct nk_command type nk_context (line 1026) | struct nk_context type nk_buffer (line 1026) | struct nk_buffer type nk_buffer (line 1026) | struct nk_buffer type nk_buffer (line 1026) | struct nk_buffer type nk_convert_config (line 1026) | struct nk_convert_config type nk_context (line 1033) | struct nk_context type nk_buffer (line 1033) | struct nk_buffer type nk_context (line 1040) | struct nk_context type nk_buffer (line 1040) | struct nk_buffer type nk_draw_command (line 1048) | struct nk_draw_command type nk_buffer (line 1048) | struct nk_buffer type nk_context (line 1048) | struct nk_context type nk_panel_flags (line 1174) | enum nk_panel_flags { type nk_context (line 1195) | struct nk_context type nk_rect (line 1195) | struct nk_rect type nk_context (line 1205) | struct nk_context type nk_rect (line 1205) | struct nk_rect type nk_context (line 1210) | struct nk_context type nk_context (line 1217) | struct nk_context type nk_context (line 1224) | struct nk_context type nk_context (line 1231) | struct nk_context type nk_context (line 1238) | struct nk_context type nk_context (line 1245) | struct nk_context type nk_context (line 1252) | struct nk_context type nk_context (line 1259) | struct nk_context type nk_context (line 1266) | struct nk_context type nk_context (line 1273) | struct nk_context type nk_context (line 1280) | struct nk_context type nk_context (line 1287) | struct nk_context type nk_context (line 1294) | struct nk_context type nk_context (line 1301) | struct nk_context type nk_context (line 1308) | struct nk_context type nk_context (line 1315) | struct nk_context type nk_context (line 1322) | struct nk_context type nk_context (line 1329) | struct nk_context type nk_context (line 1336) | struct nk_context type nk_context (line 1342) | struct nk_context type nk_context (line 1350) | struct nk_context type nk_context (line 1356) | struct nk_context type nk_rect (line 1356) | struct nk_rect type nk_context (line 1362) | struct nk_context type nk_vec2 (line 1362) | struct nk_vec2 type nk_context (line 1368) | struct nk_context type nk_vec2 (line 1368) | struct nk_vec2 type nk_context (line 1373) | struct nk_context type nk_context (line 1378) | struct nk_context type nk_context (line 1383) | struct nk_context type nk_collapse_states (line 1383) | enum nk_collapse_states type nk_context (line 1390) | struct nk_context type nk_collapse_states (line 1390) | enum nk_collapse_states type nk_context (line 1396) | struct nk_context type nk_show_states (line 1396) | enum nk_show_states type nk_context (line 1403) | struct nk_context type nk_show_states (line 1403) | enum nk_show_states type nk_context (line 1667) | struct nk_context type nk_context (line 1672) | struct nk_context type nk_context (line 1676) | struct nk_context type nk_context (line 1681) | struct nk_context type nk_context (line 1689) | struct nk_context type nk_context (line 1698) | struct nk_context type nk_context (line 1705) | struct nk_context type nk_layout_format (line 1705) | enum nk_layout_format type nk_context (line 1710) | struct nk_context type nk_context (line 1714) | struct nk_context type nk_context (line 1721) | struct nk_context type nk_layout_format (line 1721) | enum nk_layout_format type nk_context (line 1726) | struct nk_context type nk_context (line 1730) | struct nk_context type nk_context (line 1735) | struct nk_context type nk_context (line 1740) | struct nk_context type nk_context (line 1744) | struct nk_context type nk_context (line 1751) | struct nk_context type nk_layout_format (line 1751) | enum nk_layout_format type nk_context (line 1756) | struct nk_context type nk_rect (line 1756) | struct nk_rect type nk_context (line 1760) | struct nk_context type nk_context (line 1764) | struct nk_context type nk_context (line 1769) | struct nk_context type nk_vec2 (line 1769) | struct nk_vec2 type nk_context (line 1774) | struct nk_context type nk_vec2 (line 1774) | struct nk_vec2 type nk_context (line 1779) | struct nk_context type nk_rect (line 1779) | struct nk_rect type nk_context (line 1784) | struct nk_context type nk_rect (line 1784) | struct nk_rect type nk_context (line 1790) | struct nk_context type nk_context (line 1791) | struct nk_context type nk_context (line 1792) | struct nk_context type nk_scroll (line 1792) | struct nk_scroll type nk_context (line 1793) | struct nk_context type nk_context (line 1794) | struct nk_context type nk_list_view (line 1800) | struct nk_list_view { type nk_context (line 1809) | struct nk_context type nk_list_view (line 1809) | struct nk_list_view type nk_list_view (line 1810) | struct nk_list_view type nk_context (line 1818) | struct nk_context type nk_tree_type (line 1818) | enum nk_tree_type type nk_collapse_states (line 1818) | enum nk_collapse_states type nk_context (line 1821) | struct nk_context type nk_tree_type (line 1821) | enum nk_tree_type type nk_image (line 1821) | struct nk_image type nk_collapse_states (line 1821) | enum nk_collapse_states type nk_context (line 1822) | struct nk_context type nk_context (line 1823) | struct nk_context type nk_tree_type (line 1823) | enum nk_tree_type type nk_collapse_states (line 1823) | enum nk_collapse_states type nk_context (line 1824) | struct nk_context type nk_tree_type (line 1824) | enum nk_tree_type type nk_image (line 1824) | struct nk_image type nk_collapse_states (line 1824) | enum nk_collapse_states type nk_context (line 1825) | struct nk_context type nk_widget_layout_states (line 1831) | enum nk_widget_layout_states { type nk_widget_states (line 1836) | enum nk_widget_states { type nk_rect (line 1846) | struct nk_rect type nk_context (line 1846) | struct nk_context type nk_rect (line 1847) | struct nk_rect type nk_context (line 1847) | struct nk_context type nk_vec2 (line 1847) | struct nk_vec2 type nk_context (line 1848) | struct nk_context type nk_context (line 1849) | struct nk_context type nk_context (line 1850) | struct nk_context type nk_context (line 1851) | struct nk_context type nk_context (line 1852) | struct nk_context type nk_context (line 1853) | struct nk_context type nk_context (line 1854) | struct nk_context type nk_buttons (line 1854) | enum nk_buttons type nk_context (line 1855) | struct nk_context type nk_buttons (line 1855) | enum nk_buttons type nk_context (line 1856) | struct nk_context type nk_text_align (line 1862) | enum nk_text_align { type nk_text_alignment (line 1870) | enum nk_text_alignment { type nk_context (line 1875) | struct nk_context type nk_context (line 1876) | struct nk_context type nk_color (line 1876) | struct nk_color type nk_context (line 1877) | struct nk_context type nk_context (line 1878) | struct nk_context type nk_color (line 1878) | struct nk_color type nk_context (line 1879) | struct nk_context type nk_context (line 1880) | struct nk_context type nk_color (line 1880) | struct nk_color type nk_context (line 1881) | struct nk_context type nk_context (line 1882) | struct nk_context type nk_color (line 1882) | struct nk_color type nk_context (line 1883) | struct nk_context type nk_image (line 1883) | struct nk_image type nk_context (line 1885) | struct nk_context type nk_context (line 1886) | struct nk_context type nk_color (line 1886) | struct nk_color type nk_context (line 1887) | struct nk_context type nk_context (line 1888) | struct nk_context type nk_color (line 1888) | struct nk_color type nk_context (line 1889) | struct nk_context type nk_context (line 1890) | struct nk_context type nk_context (line 1891) | struct nk_context type nk_context (line 1892) | struct nk_context type nk_context (line 1893) | struct nk_context type nk_color (line 1893) | struct nk_color type nk_context (line 1894) | struct nk_context type nk_color (line 1894) | struct nk_color type nk_context (line 1895) | struct nk_context type nk_color (line 1895) | struct nk_color type nk_context (line 1902) | struct nk_context type nk_context (line 1903) | struct nk_context type nk_context (line 1904) | struct nk_context type nk_color (line 1904) | struct nk_color type nk_context (line 1905) | struct nk_context type nk_symbol_type (line 1905) | enum nk_symbol_type type nk_context (line 1906) | struct nk_context type nk_image (line 1906) | struct nk_image type nk_context (line 1907) | struct nk_context type nk_symbol_type (line 1907) | enum nk_symbol_type type nk_context (line 1908) | struct nk_context type nk_symbol_type (line 1908) | enum nk_symbol_type type nk_context (line 1909) | struct nk_context type nk_image (line 1909) | struct nk_image type nk_context (line 1910) | struct nk_context type nk_image (line 1910) | struct nk_image type nk_context (line 1911) | struct nk_context type nk_style_button (line 1911) | struct nk_style_button type nk_context (line 1912) | struct nk_context type nk_style_button (line 1912) | struct nk_style_button type nk_context (line 1913) | struct nk_context type nk_style_button (line 1913) | struct nk_style_button type nk_symbol_type (line 1913) | enum nk_symbol_type type nk_context (line 1914) | struct nk_context type nk_style_button (line 1914) | struct nk_style_button type nk_image (line 1914) | struct nk_image type nk_context (line 1915) | struct nk_context type nk_style_button (line 1915) | struct nk_style_button type nk_symbol_type (line 1915) | enum nk_symbol_type type nk_context (line 1916) | struct nk_context type nk_style_button (line 1916) | struct nk_style_button type nk_symbol_type (line 1916) | enum nk_symbol_type type nk_context (line 1917) | struct nk_context type nk_style_button (line 1917) | struct nk_style_button type nk_image (line 1917) | struct nk_image type nk_context (line 1918) | struct nk_context type nk_style_button (line 1918) | struct nk_style_button type nk_image (line 1918) | struct nk_image type nk_context (line 1919) | struct nk_context type nk_button_behavior (line 1919) | enum nk_button_behavior type nk_context (line 1920) | struct nk_context type nk_button_behavior (line 1920) | enum nk_button_behavior type nk_context (line 1921) | struct nk_context type nk_context (line 1927) | struct nk_context type nk_context (line 1928) | struct nk_context type nk_context (line 1929) | struct nk_context type nk_context (line 1930) | struct nk_context type nk_context (line 1931) | struct nk_context type nk_context (line 1932) | struct nk_context type nk_context (line 1933) | struct nk_context type nk_context (line 1934) | struct nk_context type nk_context (line 1940) | struct nk_context type nk_context (line 1941) | struct nk_context type nk_context (line 1942) | struct nk_context type nk_context (line 1943) | struct nk_context type nk_context (line 1949) | struct nk_context type nk_context (line 1950) | struct nk_context type nk_context (line 1951) | struct nk_context type nk_image (line 1951) | struct nk_image type nk_context (line 1952) | struct nk_context type nk_image (line 1952) | struct nk_image type nk_context (line 1953) | struct nk_context type nk_context (line 1954) | struct nk_context type nk_context (line 1955) | struct nk_context type nk_image (line 1955) | struct nk_image type nk_context (line 1956) | struct nk_context type nk_image (line 1956) | struct nk_image type nk_context (line 1962) | struct nk_context type nk_context (line 1963) | struct nk_context type nk_context (line 1964) | struct nk_context type nk_context (line 1965) | struct nk_context type nk_context (line 1971) | struct nk_context type nk_context (line 1972) | struct nk_context type nk_context (line 1979) | struct nk_context type nk_color (line 1979) | struct nk_color type nk_color_format (line 1979) | enum nk_color_format type nk_context (line 1980) | struct nk_context type nk_color (line 1980) | struct nk_color type nk_color_format (line 1980) | enum nk_color_format type nk_context (line 1986) | struct nk_context type nk_context (line 1987) | struct nk_context type nk_context (line 1988) | struct nk_context type nk_context (line 1989) | struct nk_context type nk_context (line 1990) | struct nk_context type nk_context (line 1991) | struct nk_context type nk_edit_flags (line 1997) | enum nk_edit_flags { type nk_edit_types (line 2012) | enum nk_edit_types { type nk_edit_events (line 2018) | enum nk_edit_events { type nk_context (line 2025) | struct nk_context type nk_context (line 2026) | struct nk_context type nk_context (line 2027) | struct nk_context type nk_text_edit (line 2027) | struct nk_text_edit type nk_context (line 2028) | struct nk_context type nk_context (line 2029) | struct nk_context type nk_context (line 2035) | struct nk_context type nk_chart_type (line 2035) | enum nk_chart_type type nk_context (line 2036) | struct nk_context type nk_chart_type (line 2036) | enum nk_chart_type type nk_color (line 2036) | struct nk_color type nk_color (line 2036) | struct nk_color type nk_context (line 2037) | struct nk_context type nk_chart_type (line 2037) | enum nk_chart_type type nk_context (line 2038) | struct nk_context type nk_chart_type (line 2038) | enum nk_chart_type type nk_color (line 2038) | struct nk_color type nk_color (line 2038) | struct nk_color type nk_context (line 2039) | struct nk_context type nk_context (line 2040) | struct nk_context type nk_context (line 2041) | struct nk_context type nk_context (line 2042) | struct nk_context type nk_chart_type (line 2042) | enum nk_chart_type type nk_context (line 2043) | struct nk_context type nk_chart_type (line 2043) | enum nk_chart_type type nk_context (line 2049) | struct nk_context type nk_popup_type (line 2049) | enum nk_popup_type type nk_rect (line 2049) | struct nk_rect type nk_context (line 2050) | struct nk_context type nk_context (line 2051) | struct nk_context type nk_context (line 2057) | struct nk_context type nk_vec2 (line 2057) | struct nk_vec2 type nk_context (line 2058) | struct nk_context type nk_vec2 (line 2058) | struct nk_vec2 type nk_context (line 2059) | struct nk_context type nk_vec2 (line 2059) | struct nk_vec2 type nk_context (line 2060) | struct nk_context type nk_vec2 (line 2060) | struct nk_vec2 type nk_context (line 2061) | struct nk_context type nk_vec2 (line 2061) | struct nk_vec2 type nk_context (line 2062) | struct nk_context type nk_vec2 (line 2062) | struct nk_vec2 type nk_context (line 2063) | struct nk_context type nk_vec2 (line 2063) | struct nk_vec2 type nk_context (line 2064) | struct nk_context type nk_vec2 (line 2064) | struct nk_vec2 type nk_context (line 2070) | struct nk_context type nk_vec2 (line 2070) | struct nk_vec2 type nk_context (line 2071) | struct nk_context type nk_vec2 (line 2071) | struct nk_vec2 type nk_context (line 2072) | struct nk_context type nk_color (line 2072) | struct nk_color type nk_vec2 (line 2072) | struct nk_vec2 type nk_context (line 2073) | struct nk_context type nk_symbol_type (line 2073) | enum nk_symbol_type type nk_vec2 (line 2073) | struct nk_vec2 type nk_context (line 2074) | struct nk_context type nk_symbol_type (line 2074) | enum nk_symbol_type type nk_vec2 (line 2074) | struct nk_vec2 type nk_context (line 2075) | struct nk_context type nk_symbol_type (line 2075) | enum nk_symbol_type type nk_vec2 (line 2075) | struct nk_vec2 type nk_context (line 2076) | struct nk_context type nk_image (line 2076) | struct nk_image type nk_vec2 (line 2076) | struct nk_vec2 type nk_context (line 2077) | struct nk_context type nk_image (line 2077) | struct nk_image type nk_vec2 (line 2077) | struct nk_vec2 type nk_context (line 2078) | struct nk_context type nk_image (line 2078) | struct nk_image type nk_vec2 (line 2078) | struct nk_vec2 type nk_context (line 2079) | struct nk_context type nk_context (line 2080) | struct nk_context type nk_context (line 2081) | struct nk_context type nk_image (line 2081) | struct nk_image type nk_context (line 2082) | struct nk_context type nk_image (line 2082) | struct nk_image type nk_context (line 2083) | struct nk_context type nk_symbol_type (line 2083) | enum nk_symbol_type type nk_context (line 2084) | struct nk_context type nk_symbol_type (line 2084) | enum nk_symbol_type type nk_context (line 2085) | struct nk_context type nk_context (line 2086) | struct nk_context type nk_context (line 2092) | struct nk_context type nk_vec2 (line 2092) | struct nk_vec2 type nk_rect (line 2092) | struct nk_rect type nk_context (line 2093) | struct nk_context type nk_context (line 2094) | struct nk_context type nk_context (line 2095) | struct nk_context type nk_image (line 2095) | struct nk_image type nk_context (line 2096) | struct nk_context type nk_image (line 2096) | struct nk_image type nk_context (line 2097) | struct nk_context type nk_symbol_type (line 2097) | enum nk_symbol_type type nk_context (line 2098) | struct nk_context type nk_symbol_type (line 2098) | enum nk_symbol_type type nk_context (line 2099) | struct nk_context type nk_context (line 2100) | struct nk_context type nk_context (line 2106) | struct nk_context type nk_context (line 2107) | struct nk_context type nk_context (line 2108) | struct nk_context type nk_context (line 2114) | struct nk_context type nk_context (line 2115) | struct nk_context type nk_context (line 2116) | struct nk_context type nk_vec2 (line 2116) | struct nk_vec2 type nk_context (line 2117) | struct nk_context type nk_vec2 (line 2117) | struct nk_vec2 type nk_context (line 2118) | struct nk_context type nk_image (line 2118) | struct nk_image type nk_vec2 (line 2118) | struct nk_vec2 type nk_context (line 2119) | struct nk_context type nk_image (line 2119) | struct nk_image type nk_vec2 (line 2119) | struct nk_vec2 type nk_context (line 2120) | struct nk_context type nk_image (line 2120) | struct nk_image type nk_vec2 (line 2120) | struct nk_vec2 type nk_context (line 2121) | struct nk_context type nk_symbol_type (line 2121) | enum nk_symbol_type type nk_vec2 (line 2121) | struct nk_vec2 type nk_context (line 2122) | struct nk_context type nk_symbol_type (line 2122) | enum nk_symbol_type type nk_vec2 (line 2122) | struct nk_vec2 type nk_context (line 2123) | struct nk_context type nk_symbol_type (line 2123) | enum nk_symbol_type type nk_vec2 (line 2123) | struct nk_vec2 type nk_context (line 2124) | struct nk_context type nk_context (line 2125) | struct nk_context type nk_context (line 2126) | struct nk_context type nk_image (line 2126) | struct nk_image type nk_context (line 2127) | struct nk_context type nk_image (line 2127) | struct nk_image type nk_context (line 2128) | struct nk_context type nk_symbol_type (line 2128) | enum nk_symbol_type type nk_context (line 2129) | struct nk_context type nk_symbol_type (line 2129) | enum nk_symbol_type type nk_context (line 2130) | struct nk_context type nk_context (line 2131) | struct nk_context type nk_style_colors (line 2137) | enum nk_style_colors { type nk_style_cursor (line 2168) | enum nk_style_cursor { type nk_context (line 2178) | struct nk_context type nk_context (line 2179) | struct nk_context type nk_color (line 2179) | struct nk_color type nk_context (line 2180) | struct nk_context type nk_style_cursor (line 2180) | enum nk_style_cursor type nk_cursor (line 2180) | struct nk_cursor type nk_context (line 2181) | struct nk_context type nk_cursor (line 2181) | struct nk_cursor type nk_style_colors (line 2182) | enum nk_style_colors type nk_context (line 2183) | struct nk_context type nk_user_font (line 2183) | struct nk_user_font type nk_context (line 2184) | struct nk_context type nk_style_cursor (line 2184) | enum nk_style_cursor type nk_context (line 2185) | struct nk_context type nk_context (line 2186) | struct nk_context type nk_context (line 2188) | struct nk_context type nk_user_font (line 2188) | struct nk_user_font type nk_context (line 2189) | struct nk_context type nk_context (line 2190) | struct nk_context type nk_vec2 (line 2190) | struct nk_vec2 type nk_vec2 (line 2190) | struct nk_vec2 type nk_context (line 2191) | struct nk_context type nk_style_item (line 2191) | struct nk_style_item type nk_style_item (line 2191) | struct nk_style_item type nk_context (line 2192) | struct nk_context type nk_context (line 2193) | struct nk_context type nk_color (line 2193) | struct nk_color type nk_color (line 2193) | struct nk_color type nk_context (line 2195) | struct nk_context type nk_context (line 2196) | struct nk_context type nk_context (line 2197) | struct nk_context type nk_context (line 2198) | struct nk_context type nk_context (line 2199) | struct nk_context type nk_context (line 2200) | struct nk_context type nk_color (line 2234) | struct nk_color type nk_color (line 2235) | struct nk_color type nk_color (line 2236) | struct nk_color type nk_color (line 2237) | struct nk_color type nk_color (line 2239) | struct nk_color type nk_color (line 2240) | struct nk_color type nk_color (line 2241) | struct nk_color type nk_color (line 2243) | struct nk_color type nk_color (line 2244) | struct nk_color type nk_color (line 2245) | struct nk_color type nk_color (line 2246) | struct nk_color type nk_color (line 2247) | struct nk_color type nk_color (line 2248) | struct nk_color type nk_color (line 2250) | struct nk_color type nk_color (line 2251) | struct nk_color type nk_color (line 2252) | struct nk_color type nk_color (line 2253) | struct nk_color type nk_color (line 2254) | struct nk_color type nk_color (line 2255) | struct nk_color type nk_image (line 2266) | struct nk_image type nk_rect (line 2267) | struct nk_rect type nk_rect (line 2268) | struct nk_rect type nk_rect (line 2269) | struct nk_rect type nk_vec2 (line 2276) | struct nk_vec2 type nk_rect (line 2276) | struct nk_rect type nk_heading (line 2276) | enum nk_heading type nk_vec2 (line 2286) | struct nk_vec2 type nk_vec2 (line 2286) | struct nk_vec2 type nk_rect (line 2289) | struct nk_rect type nk_rect (line 2290) | struct nk_rect type nk_user_font_glyph (line 2463) | struct nk_user_font_glyph type nk_user_font_glyph (line 2466) | struct nk_user_font_glyph type nk_user_font_glyph (line 2470) | struct nk_user_font_glyph { type nk_user_font (line 2482) | struct nk_user_font { type nk_font_coord_type (line 2498) | enum nk_font_coord_type { type nk_baked_font (line 2503) | struct nk_baked_font { type nk_font_config (line 2516) | struct nk_font_config { type nk_font_glyph (line 2550) | struct nk_font_glyph { type nk_font (line 2557) | struct nk_font { type nk_font_atlas_format (line 2569) | enum nk_font_atlas_format { type nk_font_atlas (line 2574) | struct nk_font_atlas { type nk_font_atlas (line 2600) | struct nk_font_atlas type nk_font_atlas (line 2602) | struct nk_font_atlas type nk_allocator (line 2602) | struct nk_allocator type nk_font_atlas (line 2603) | struct nk_font_atlas type nk_allocator (line 2603) | struct nk_allocator type nk_allocator (line 2603) | struct nk_allocator type nk_font_atlas (line 2604) | struct nk_font_atlas type nk_font_atlas (line 2606) | struct nk_font_atlas type nk_font_config (line 2606) | struct nk_font_config type nk_font_atlas (line 2608) | struct nk_font_atlas type nk_font_config (line 2608) | struct nk_font_config type nk_font_atlas (line 2610) | struct nk_font_atlas type nk_font_config (line 2610) | struct nk_font_config type nk_font_atlas (line 2612) | struct nk_font_atlas type nk_font_config (line 2612) | struct nk_font_config type nk_font_atlas (line 2614) | struct nk_font_atlas type nk_font_config (line 2614) | struct nk_font_config type nk_font_atlas (line 2615) | struct nk_font_atlas type nk_font_config (line 2615) | struct nk_font_config type nk_font_atlas (line 2616) | struct nk_font_atlas type nk_font_atlas_format (line 2616) | enum nk_font_atlas_format type nk_font_atlas (line 2617) | struct nk_font_atlas type nk_draw_null_texture (line 2617) | struct nk_draw_null_texture type nk_font (line 2618) | struct nk_font type nk_font_atlas (line 2619) | struct nk_font_atlas type nk_font_atlas (line 2620) | struct nk_font_atlas type nk_memory_status (line 2657) | struct nk_memory_status { type nk_allocation_type (line 2666) | enum nk_allocation_type { type nk_buffer_allocation_type (line 2671) | enum nk_buffer_allocation_type { type nk_buffer_marker (line 2677) | struct nk_buffer_marker { type nk_memory (line 2682) | struct nk_memory {void *ptr;nk_size size;} type nk_buffer (line 2683) | struct nk_buffer { type nk_buffer (line 2705) | struct nk_buffer type nk_buffer (line 2707) | struct nk_buffer type nk_allocator (line 2707) | struct nk_allocator type nk_buffer (line 2708) | struct nk_buffer type nk_memory_status (line 2709) | struct nk_memory_status type nk_buffer (line 2709) | struct nk_buffer type nk_buffer (line 2710) | struct nk_buffer type nk_buffer_allocation_type (line 2710) | enum nk_buffer_allocation_type type nk_buffer (line 2711) | struct nk_buffer type nk_buffer_allocation_type (line 2711) | enum nk_buffer_allocation_type type nk_buffer (line 2712) | struct nk_buffer type nk_buffer_allocation_type (line 2712) | enum nk_buffer_allocation_type type nk_buffer (line 2713) | struct nk_buffer type nk_buffer (line 2714) | struct nk_buffer type nk_buffer (line 2715) | struct nk_buffer type nk_buffer (line 2716) | struct nk_buffer type nk_buffer (line 2717) | struct nk_buffer type nk_str (line 2729) | struct nk_str { type nk_str (line 2735) | struct nk_str type nk_str (line 2737) | struct nk_str type nk_allocator (line 2737) | struct nk_allocator type nk_str (line 2738) | struct nk_str type nk_str (line 2739) | struct nk_str type nk_str (line 2740) | struct nk_str type nk_str (line 2742) | struct nk_str type nk_str (line 2743) | struct nk_str type nk_str (line 2744) | struct nk_str type nk_str (line 2745) | struct nk_str type nk_str (line 2746) | struct nk_str type nk_str (line 2747) | struct nk_str type nk_str (line 2749) | struct nk_str type nk_str (line 2750) | struct nk_str type nk_str (line 2752) | struct nk_str type nk_str (line 2753) | struct nk_str type nk_str (line 2754) | struct nk_str type nk_str (line 2755) | struct nk_str type nk_str (line 2756) | struct nk_str type nk_str (line 2757) | struct nk_str type nk_str (line 2759) | struct nk_str type nk_str (line 2760) | struct nk_str type nk_str (line 2761) | struct nk_str type nk_str (line 2762) | struct nk_str type nk_str (line 2764) | struct nk_str type nk_str (line 2765) | struct nk_str type nk_str (line 2766) | struct nk_str type nk_str (line 2767) | struct nk_str type nk_str (line 2768) | struct nk_str type nk_str (line 2770) | struct nk_str type nk_str (line 2771) | struct nk_str type nk_str (line 2772) | struct nk_str type nk_str (line 2773) | struct nk_str type nk_text_edit (line 2811) | struct nk_text_edit type nk_clipboard (line 2812) | struct nk_clipboard { type nk_text_undo_record (line 2818) | struct nk_text_undo_record { type nk_text_undo_state (line 2825) | struct nk_text_undo_state { type nk_text_edit_type (line 2834) | enum nk_text_edit_type { type nk_text_edit_mode (line 2839) | enum nk_text_edit_mode { type nk_text_edit (line 2845) | struct nk_text_edit { type nk_text_edit (line 2866) | struct nk_text_edit type nk_text_edit (line 2867) | struct nk_text_edit type nk_text_edit (line 2868) | struct nk_text_edit type nk_text_edit (line 2869) | struct nk_text_edit type nk_text_edit (line 2870) | struct nk_text_edit type nk_text_edit (line 2871) | struct nk_text_edit type nk_text_edit (line 2872) | struct nk_text_edit type nk_text_edit (line 2876) | struct nk_text_edit type nk_text_edit (line 2878) | struct nk_text_edit type nk_allocator (line 2878) | struct nk_allocator type nk_text_edit (line 2879) | struct nk_text_edit type nk_text_edit (line 2880) | struct nk_text_edit type nk_text_edit (line 2881) | struct nk_text_edit type nk_text_edit (line 2882) | struct nk_text_edit type nk_text_edit (line 2883) | struct nk_text_edit type nk_text_edit (line 2884) | struct nk_text_edit type nk_text_edit (line 2885) | struct nk_text_edit type nk_text_edit (line 2886) | struct nk_text_edit type nk_text_edit (line 2887) | struct nk_text_edit type nk_text_edit (line 2888) | struct nk_text_edit type nk_command_type (line 2939) | enum nk_command_type { type nk_command (line 2962) | struct nk_command { type nk_command_scissor (line 2970) | struct nk_command_scissor { type nk_command_line (line 2976) | struct nk_command_line { type nk_command_curve (line 2984) | struct nk_command_curve { type nk_command_rect (line 2993) | struct nk_command_rect { type nk_command_rect_filled (line 3002) | struct nk_command_rect_filled { type nk_command_rect_multi_color (line 3010) | struct nk_command_rect_multi_color { type nk_command_triangle (line 3020) | struct nk_command_triangle { type nk_command_triangle_filled (line 3029) | struct nk_command_triangle_filled { type nk_command_circle (line 3037) | struct nk_command_circle { type nk_command_circle_filled (line 3045) | struct nk_command_circle_filled { type nk_command_arc (line 3052) | struct nk_command_arc { type nk_command_arc_filled (line 3061) | struct nk_command_arc_filled { type nk_command_polygon (line 3069) | struct nk_command_polygon { type nk_command_polygon_filled (line 3077) | struct nk_command_polygon_filled { type nk_command_polyline (line 3084) | struct nk_command_polyline { type nk_command_image (line 3092) | struct nk_command_image { type nk_command_custom (line 3102) | struct nk_command_custom { type nk_command_text (line 3110) | struct nk_command_text { type nk_command_clipping (line 3122) | enum nk_command_clipping { type nk_command_buffer (line 3127) | struct nk_command_buffer { type nk_command_buffer (line 3136) | struct nk_command_buffer type nk_color (line 3136) | struct nk_color type nk_command_buffer (line 3137) | struct nk_command_buffer type nk_color (line 3137) | struct nk_color type nk_command_buffer (line 3138) | struct nk_command_buffer type nk_rect (line 3138) | struct nk_rect type nk_color (line 3138) | struct nk_color type nk_command_buffer (line 3139) | struct nk_command_buffer type nk_rect (line 3139) | struct nk_rect type nk_color (line 3139) | struct nk_color type nk_command_buffer (line 3140) | struct nk_command_buffer type nk_color (line 3140) | struct nk_color type nk_command_buffer (line 3141) | struct nk_command_buffer type nk_color (line 3141) | struct nk_color type nk_command_buffer (line 3142) | struct nk_command_buffer type nk_color (line 3142) | struct nk_color type nk_command_buffer (line 3143) | struct nk_command_buffer type nk_color (line 3143) | struct nk_color type nk_command_buffer (line 3146) | struct nk_command_buffer type nk_rect (line 3146) | struct nk_rect type nk_color (line 3146) | struct nk_color type nk_command_buffer (line 3147) | struct nk_command_buffer type nk_rect (line 3147) | struct nk_rect type nk_color (line 3147) | struct nk_color type nk_color (line 3147) | struct nk_color type nk_color (line 3147) | struct nk_color type nk_color (line 3147) | struct nk_color type nk_command_buffer (line 3148) | struct nk_command_buffer type nk_rect (line 3148) | struct nk_rect type nk_color (line 3148) | struct nk_color type nk_command_buffer (line 3149) | struct nk_command_buffer type nk_color (line 3149) | struct nk_color type nk_command_buffer (line 3150) | struct nk_command_buffer type nk_color (line 3150) | struct nk_color type nk_command_buffer (line 3151) | struct nk_command_buffer type nk_color (line 3151) | struct nk_color type nk_command_buffer (line 3154) | struct nk_command_buffer type nk_rect (line 3154) | struct nk_rect type nk_image (line 3154) | struct nk_image type nk_color (line 3154) | struct nk_color type nk_command_buffer (line 3155) | struct nk_command_buffer type nk_rect (line 3155) | struct nk_rect type nk_user_font (line 3155) | struct nk_user_font type nk_color (line 3155) | struct nk_color type nk_color (line 3155) | struct nk_color type nk_command_buffer (line 3156) | struct nk_command_buffer type nk_rect (line 3156) | struct nk_rect type nk_command_buffer (line 3157) | struct nk_command_buffer type nk_rect (line 3157) | struct nk_rect type nk_mouse_button (line 3164) | struct nk_mouse_button { type nk_mouse (line 3169) | struct nk_mouse { type nk_key (line 3180) | struct nk_key { type nk_keyboard (line 3184) | struct nk_keyboard { type nk_input (line 3190) | struct nk_input { type nk_input (line 3195) | struct nk_input type nk_buttons (line 3195) | enum nk_buttons type nk_input (line 3196) | struct nk_input type nk_buttons (line 3196) | enum nk_buttons type nk_rect (line 3196) | struct nk_rect type nk_input (line 3197) | struct nk_input type nk_buttons (line 3197) | enum nk_buttons type nk_rect (line 3197) | struct nk_rect type nk_input (line 3198) | struct nk_input type nk_buttons (line 3198) | enum nk_buttons type nk_rect (line 3198) | struct nk_rect type nk_input (line 3199) | struct nk_input type nk_buttons (line 3199) | enum nk_buttons type nk_rect (line 3199) | struct nk_rect type nk_input (line 3200) | struct nk_input type nk_rect (line 3200) | struct nk_rect type nk_input (line 3201) | struct nk_input type nk_rect (line 3201) | struct nk_rect type nk_input (line 3202) | struct nk_input type nk_rect (line 3202) | struct nk_rect type nk_input (line 3203) | struct nk_input type nk_buttons (line 3203) | enum nk_buttons type nk_rect (line 3203) | struct nk_rect type nk_input (line 3204) | struct nk_input type nk_buttons (line 3204) | enum nk_buttons type nk_input (line 3205) | struct nk_input type nk_buttons (line 3205) | enum nk_buttons type nk_input (line 3206) | struct nk_input type nk_buttons (line 3206) | enum nk_buttons type nk_input (line 3207) | struct nk_input type nk_keys (line 3207) | enum nk_keys type nk_input (line 3208) | struct nk_input type nk_keys (line 3208) | enum nk_keys type nk_input (line 3209) | struct nk_input type nk_keys (line 3209) | enum nk_keys type nk_ushort (line 3230) | typedef nk_ushort nk_draw_index; type nk_draw_list_stroke (line 3231) | enum nk_draw_list_stroke { type nk_draw_vertex_layout_attribute (line 3238) | enum nk_draw_vertex_layout_attribute { type nk_draw_vertex_layout_format (line 3245) | enum nk_draw_vertex_layout_format { type nk_draw_vertex_layout_element (line 3274) | struct nk_draw_vertex_layout_element { type nk_draw_command (line 3280) | struct nk_draw_command { type nk_draw_list (line 3292) | struct nk_draw_list { type nk_draw_list (line 3318) | struct nk_draw_list type nk_draw_list (line 3319) | struct nk_draw_list type nk_convert_config (line 3319) | struct nk_convert_config type nk_buffer (line 3319) | struct nk_buffer type nk_buffer (line 3319) | struct nk_buffer type nk_buffer (line 3319) | struct nk_buffer type nk_anti_aliasing (line 3319) | enum nk_anti_aliasing type nk_anti_aliasing (line 3319) | enum nk_anti_aliasing type nk_draw_list (line 3320) | struct nk_draw_list type nk_draw_list (line 3324) | struct nk_draw_list type nk_buffer (line 3324) | struct nk_buffer type nk_draw_command (line 3325) | struct nk_draw_command type nk_buffer (line 3325) | struct nk_buffer type nk_draw_list (line 3325) | struct nk_draw_list type nk_draw_list (line 3326) | struct nk_draw_list type nk_buffer (line 3326) | struct nk_buffer type nk_draw_list (line 3327) | struct nk_draw_list type nk_draw_list (line 3330) | struct nk_draw_list type nk_draw_list (line 3331) | struct nk_draw_list type nk_vec2 (line 3331) | struct nk_vec2 type nk_draw_list (line 3332) | struct nk_draw_list type nk_vec2 (line 3332) | struct nk_vec2 type nk_draw_list (line 3333) | struct nk_draw_list type nk_vec2 (line 3333) | struct nk_vec2 type nk_draw_list (line 3334) | struct nk_draw_list type nk_vec2 (line 3334) | struct nk_vec2 type nk_vec2 (line 3334) | struct nk_vec2 type nk_draw_list (line 3335) | struct nk_draw_list type nk_vec2 (line 3335) | struct nk_vec2 type nk_vec2 (line 3335) | struct nk_vec2 type nk_vec2 (line 3335) | struct nk_vec2 type nk_draw_list (line 3336) | struct nk_draw_list type nk_color (line 3336) | struct nk_color type nk_draw_list (line 3337) | struct nk_draw_list type nk_color (line 3337) | struct nk_color type nk_draw_list_stroke (line 3337) | enum nk_draw_list_stroke type nk_draw_list (line 3340) | struct nk_draw_list type nk_vec2 (line 3340) | struct nk_vec2 type nk_vec2 (line 3340) | struct nk_vec2 type nk_color (line 3340) | struct nk_color type nk_draw_list (line 3341) | struct nk_draw_list type nk_rect (line 3341) | struct nk_rect type nk_color (line 3341) | struct nk_color type nk_draw_list (line 3342) | struct nk_draw_list type nk_vec2 (line 3342) | struct nk_vec2 type nk_vec2 (line 3342) | struct nk_vec2 type nk_vec2 (line 3342) | struct nk_vec2 type nk_color (line 3342) | struct nk_color type nk_draw_list (line 3343) | struct nk_draw_list type nk_vec2 (line 3343) | struct nk_vec2 type nk_color (line 3343) | struct nk_color type nk_draw_list (line 3344) | struct nk_draw_list type nk_vec2 (line 3344) | struct nk_vec2 type nk_vec2 (line 3344) | struct nk_vec2 type nk_vec2 (line 3344) | struct nk_vec2 type nk_vec2 (line 3344) | struct nk_vec2 type nk_color (line 3344) | struct nk_color type nk_draw_list (line 3345) | struct nk_draw_list type nk_vec2 (line 3345) | struct nk_vec2 type nk_color (line 3345) | struct nk_color type nk_draw_list_stroke (line 3345) | enum nk_draw_list_stroke type nk_anti_aliasing (line 3345) | enum nk_anti_aliasing type nk_draw_list (line 3348) | struct nk_draw_list type nk_rect (line 3348) | struct nk_rect type nk_color (line 3348) | struct nk_color type nk_draw_list (line 3349) | struct nk_draw_list type nk_rect (line 3349) | struct nk_rect type nk_color (line 3349) | struct nk_color type nk_color (line 3349) | struct nk_color type nk_color (line 3349) | struct nk_color type nk_color (line 3349) | struct nk_color type nk_draw_list (line 3350) | struct nk_draw_list type nk_vec2 (line 3350) | struct nk_vec2 type nk_vec2 (line 3350) | struct nk_vec2 type nk_vec2 (line 3350) | struct nk_vec2 type nk_color (line 3350) | struct nk_color type nk_draw_list (line 3351) | struct nk_draw_list type nk_vec2 (line 3351) | struct nk_vec2 type nk_color (line 3351) | struct nk_color type nk_draw_list (line 3352) | struct nk_draw_list type nk_vec2 (line 3352) | struct nk_vec2 type nk_color (line 3352) | struct nk_color type nk_anti_aliasing (line 3352) | enum nk_anti_aliasing type nk_draw_list (line 3355) | struct nk_draw_list type nk_image (line 3355) | struct nk_image type nk_rect (line 3355) | struct nk_rect type nk_color (line 3355) | struct nk_color type nk_draw_list (line 3356) | struct nk_draw_list type nk_user_font (line 3356) | struct nk_user_font type nk_rect (line 3356) | struct nk_rect type nk_color (line 3356) | struct nk_color type nk_draw_list (line 3358) | struct nk_draw_list type nk_style_item_type (line 3368) | enum nk_style_item_type { type nk_image (line 3374) | struct nk_image type nk_color (line 3375) | struct nk_color type nk_style_item (line 3378) | struct nk_style_item { type nk_style_text (line 3383) | struct nk_style_text { type nk_style_button (line 3388) | struct nk_style_button { type nk_style_toggle (line 3415) | struct nk_style_toggle { type nk_style_selectable (line 3445) | struct nk_style_selectable { type nk_style_slider (line 3480) | struct nk_style_slider { type nk_style_progress (line 3519) | struct nk_style_progress { type nk_style_scrollbar (line 3545) | struct nk_style_scrollbar { type nk_style_edit (line 3578) | struct nk_style_edit { type nk_style_property (line 3612) | struct nk_style_property { type nk_style_chart (line 3643) | struct nk_style_chart { type nk_style_combo (line 3656) | struct nk_style_combo { type nk_style_tab (line 3687) | struct nk_style_tab { type nk_style_header_align (line 3709) | enum nk_style_header_align { type nk_style_window_header (line 3713) | struct nk_style_window_header { type nk_style_window (line 3738) | struct nk_style_window { type nk_style (line 3775) | struct nk_style { type nk_image (line 3801) | struct nk_image type nk_color (line 3802) | struct nk_color type nk_panel_type (line 3815) | enum nk_panel_type { type nk_panel_set (line 3824) | enum nk_panel_set { type nk_chart_slot (line 3830) | struct nk_chart_slot { type nk_chart (line 3840) | struct nk_chart { type nk_panel_row_layout_type (line 3846) | enum nk_panel_row_layout_type { type nk_row_layout (line 3858) | struct nk_row_layout { type nk_popup_buffer (line 3874) | struct nk_popup_buffer { type nk_menu_state (line 3882) | struct nk_menu_state { type nk_panel (line 3887) | struct nk_panel { type nk_table (line 3913) | struct nk_table type nk_window_flags (line 3914) | enum nk_window_flags { type nk_popup_state (line 3932) | struct nk_popup_state { type nk_edit_state (line 3944) | struct nk_edit_state { type nk_property_state (line 3957) | struct nk_property_state { type nk_window (line 3970) | struct nk_window { type nk (line 4062) | struct nk type nk (line 4064) | struct nk type nk (line 4066) | struct nk type nk (line 4067) | struct nk type nk (line 4068) | enum nk type nk_configuration_stacks (line 4078) | struct nk_configuration_stacks { type nk_table (line 4094) | struct nk_table { type nk_table (line 4103) | struct nk_table type nk_panel (line 4104) | struct nk_panel type nk_window (line 4105) | struct nk_window type nk_page_element (line 4108) | struct nk_page_element { type nk_page (line 4114) | struct nk_page { type nk_pool (line 4120) | struct nk_pool { type nk_context (line 4131) | struct nk_context { type Big (line 4235) | struct Big {T x; char c;} function NK_INTERN (line 4391) | NK_INTERN float function NK_INTERN (line 4404) | NK_INTERN float function NK_INTERN (line 4410) | NK_INTERN float function NK_INTERN (line 4424) | NK_INTERN float function NK_INTERN (line 4438) | NK_INTERN nk_uint function nk_rect (line 4451) | nk_rect function nk_rect (line 4457) | nk_rect function nk_rect (line 4466) | nk_rect function nk_rect (line 4477) | nk_rect function nk_rect (line 4483) | nk_rect function nk_rect (line 4489) | nk_rect function nk_vec2 (line 4495) | nk_vec2 function nk_vec2 (line 4503) | nk_vec2 function nk_rect (line 4511) | nk_rect function nk_rect (line 4524) | nk_rect function nk_vec2 (line 4535) | nk_vec2 function nk_vec2 (line 4543) | nk_vec2 function nk_vec2 (line 4552) | nk_vec2 function nk_vec2 (line 4558) | nk_vec2 function NK_INTERN (line 4573) | NK_INTERN int nk_is_lower(int c) {return (c >= 'a' && c <= 'z') || (c >=... function NK_INTERN (line 4574) | NK_INTERN int nk_is_upper(int c){return (c >= 'A' && c <= 'Z') || (c >= ... function NK_INTERN (line 4575) | NK_INTERN int nk_to_upper(int c) {return (c >= 'a' && c <= 'z') ? (c - (... function NK_INTERN (line 4576) | NK_INTERN int nk_to_lower(int c) {return (c >= 'A' && c <= 'Z') ? (c - (... function NK_INTERN (line 4578) | NK_INTERN void* function NK_INTERN (line 4635) | NK_INTERN void function NK_INTERN (line 4687) | NK_INTERN void function NK_API (line 4694) | NK_API int function NK_API (line 4703) | NK_API int function NK_API (line 4728) | NK_API double function NK_API (line 4786) | NK_API float function NK_API (line 4796) | NK_API int function NK_API (line 4819) | NK_API int function NK_INTERN (line 4845) | NK_INTERN int function NK_INTERN (line 4859) | NK_INTERN int function NK_API (line 4869) | NK_API int function NK_API (line 4887) | NK_API int function NK_API (line 5010) | NK_API int function NK_INTERN (line 5014) | NK_INTERN int function NK_INTERN (line 5035) | NK_INTERN double function NK_INTERN (line 5051) | NK_INTERN int function NK_INTERN (line 5058) | NK_INTERN int function NK_INTERN (line 5065) | NK_INTERN int function NK_INTERN (line 5078) | NK_INTERN int function NK_INTERN (line 5095) | NK_INTERN void function NK_INTERN (line 5109) | NK_INTERN char* function NK_INTERN (line 5134) | NK_INTERN char* function nk_vsnprintf (line 5215) | static int function NK_INTERN (line 5535) | NK_INTERN int function NK_API (line 5553) | NK_API nk_hash function NK_INTERN (line 5612) | NK_INTERN char* function NK_INTERN (line 5654) | NK_INTERN int function nk_color (line 5671) | nk_color function nk_color (line 5682) | nk_color function nk_color (line 5695) | nk_color function NK_API (line 5708) | NK_API void function NK_API (line 5724) | NK_API void function nk_color (line 5738) | nk_color function nk_color (line 5744) | nk_color function nk_color (line 5750) | nk_color function nk_color (line 5761) | nk_color function nk_color (line 5767) | nk_color function nk_color (line 5773) | nk_color function nk_color (line 5784) | nk_color function nk_color (line 5795) | nk_color function nk_color (line 5801) | nk_color function nk_color (line 5812) | nk_color function nk_color (line 5818) | nk_color function nk_color (line 5824) | nk_color function nk_color (line 5830) | nk_color function nk_color (line 5836) | nk_color function nk_color (line 5842) | nk_color function nk_color (line 5848) | nk_color function nk_color (line 5858) | nk_color function nk_color (line 5864) | nk_color function nk_color (line 5870) | nk_color function nk_color (line 5900) | nk_color function NK_API (line 5906) | NK_API nk_uint function NK_API (line 5916) | NK_API void function NK_API (line 5926) | NK_API void function NK_API (line 5932) | NK_API void function NK_API (line 5942) | NK_API void function NK_API (line 5948) | NK_API void function NK_API (line 5955) | NK_API void function NK_API (line 5962) | NK_API void function NK_API (line 5986) | NK_API void function NK_API (line 5992) | NK_API void function NK_API (line 6004) | NK_API void function NK_API (line 6010) | NK_API void function NK_API (line 6021) | NK_API void function NK_API (line 6032) | NK_API void function NK_API (line 6039) | NK_API void function NK_API (line 6049) | NK_API void function NK_API (line 6055) | NK_API void function NK_API (line 6071) | NK_API nk_handle function NK_API (line 6079) | NK_API nk_handle function nk_image (line 6088) | nk_image function nk_image (line 6102) | nk_image function nk_image (line 6116) | nk_image function nk_image (line 6131) | nk_image function nk_image (line 6145) | nk_image function nk_image (line 6160) | nk_image function NK_API (line 6174) | NK_API int function NK_INTERN (line 6181) | NK_INTERN void function NK_API (line 6195) | NK_API void function NK_INTERN (line 6232) | NK_INTERN int function nk_vec2 (line 6282) | nk_vec2 function NK_INTERN (line 6353) | NK_INTERN int function NK_INTERN (line 6365) | NK_INTERN nk_rune function NK_API (line 6377) | NK_API int function NK_INTERN (line 6406) | NK_INTERN char function NK_API (line 6412) | NK_API int function NK_API (line 6428) | NK_API int function NK_API (line 6452) | NK_API const char* function NK_INTERN (line 6496) | NK_INTERN void* nk_malloc(nk_handle unused, void *old,nk_size size) function NK_INTERN (line 6498) | NK_INTERN void nk_mfree(nk_handle unused, void *ptr) function NK_API (line 6501) | NK_API void function NK_API (line 6512) | NK_API void function NK_API (line 6530) | NK_API void function NK_INTERN (line 6545) | NK_INTERN void* function NK_INTERN (line 6575) | NK_INTERN void* function NK_INTERN (line 6614) | NK_INTERN void* function NK_API (line 6667) | NK_API void function NK_API (line 6676) | NK_API void function NK_API (line 6687) | NK_API void function NK_API (line 6709) | NK_API void function NK_API (line 6720) | NK_API void function NK_API (line 6731) | NK_API void function NK_API (line 6744) | NK_API void* function NK_API (line 6752) | NK_API const void* function NK_API (line 6760) | NK_API nk_size function NK_API (line 6776) | NK_API void function NK_API (line 6788) | NK_API void function NK_API (line 6795) | NK_API void function NK_API (line 6802) | NK_API int function NK_API (line 6816) | NK_API int function NK_API (line 6822) | NK_API int function NK_API (line 6835) | NK_API int function NK_API (line 6855) | NK_API int function NK_API (line 6872) | NK_API int function NK_API (line 6888) | NK_API int function NK_API (line 6924) | NK_API int function NK_API (line 6944) | NK_API int function NK_API (line 6950) | NK_API int function NK_API (line 6956) | NK_API int function NK_API (line 6972) | NK_API int function NK_API (line 6992) | NK_API int function NK_API (line 7009) | NK_API int function NK_API (line 7025) | NK_API void function NK_API (line 7036) | NK_API void function NK_API (line 7058) | NK_API void function NK_API (line 7076) | NK_API void function NK_API (line 7101) | NK_API char* function NK_API (line 7109) | NK_API char* function NK_API (line 7146) | NK_API const char* function NK_API (line 7154) | NK_API const char* function NK_API (line 7191) | NK_API nk_rune function NK_API (line 7200) | NK_API char* function NK_API (line 7208) | NK_API const char* function NK_API (line 7216) | NK_API int function NK_API (line 7224) | NK_API int function NK_API (line 7232) | NK_API void function NK_API (line 7240) | NK_API void function NK_INTERN (line 7255) | NK_INTERN void function NK_INTERN (line 7269) | NK_INTERN void function NK_INTERN (line 7283) | NK_INTERN void* function NK_API (line 7317) | NK_API void function NK_API (line 7338) | NK_API void function NK_API (line 7356) | NK_API void function NK_API (line 7380) | NK_API void function NK_API (line 7404) | NK_API void function NK_API (line 7428) | NK_API void function NK_API (line 7455) | NK_API void function NK_API (line 7478) | NK_API void function NK_API (line 7500) | NK_API void function NK_API (line 7518) | NK_API void function NK_API (line 7536) | NK_API void function NK_API (line 7564) | NK_API void function NK_API (line 7592) | NK_API void function NK_API (line 7614) | NK_API void function NK_API (line 7636) | NK_API void function NK_API (line 7658) | NK_API void function NK_API (line 7682) | NK_API void function NK_API (line 7706) | NK_API void function NK_API (line 7754) | NK_API void function NK_API (line 7768) | NK_API void function nk_draw_command (line 7790) | nk_draw_command* function nk_draw_command (line 7807) | nk_draw_command* function nk_draw_command (line 7828) | nk_draw_command* function NK_API (line 7843) | NK_API void function nk_vec2 (line 7865) | nk_vec2* function nk_vec2 (line 7884) | nk_vec2 function nk_draw_command (line 7896) | nk_draw_command* function nk_draw_command (line 7928) | nk_draw_command* function NK_INTERN (line 7942) | NK_INTERN void function NK_INTERN (line 7957) | NK_INTERN void function NK_API (line 7974) | NK_API void function NK_INTERN (line 7981) | NK_INTERN void* function NK_INTERN (line 7994) | NK_INTERN nk_draw_index* function NK_INTERN (line 8013) | NK_INTERN int function NK_INTERN (line 8021) | NK_INTERN void function NK_INTERN (line 8092) | NK_INTERN void function NK_INTERN (line 8147) | NK_INTERN void* function NK_API (line 8167) | NK_API void function NK_API (line 8409) | NK_API void function NK_API (line 8535) | NK_API void function NK_API (line 8545) | NK_API void function NK_API (line 8564) | NK_API void function NK_API (line 8581) | NK_API void function NK_API (line 8597) | NK_API void function NK_API (line 8621) | NK_API void function NK_API (line 8649) | NK_API void function NK_API (line 8660) | NK_API void function NK_API (line 8673) | NK_API void function NK_API (line 8689) | NK_API void function NK_API (line 8705) | NK_API void function NK_API (line 8720) | NK_API void function NK_API (line 8755) | NK_API void function NK_API (line 8767) | NK_API void function NK_API (line 8779) | NK_API void function NK_API (line 8791) | NK_API void function NK_API (line 8803) | NK_API void function NK_INTERN (line 8815) | NK_INTERN void function NK_API (line 8853) | NK_API void function NK_API (line 8875) | NK_API void function NK_API (line 8926) | NK_API nk_flags function nk_draw_command (line 9068) | nk_draw_command* function nk_draw_command (line 9073) | nk_draw_command* function nk_draw_command (line 9077) | nk_draw_command* type nk_rp_coord (line 9100) | typedef unsigned short nk_rp_coord; type nk_rp_rect (line 9102) | struct nk_rp_rect { type nk_rp_node (line 9113) | struct nk_rp_node { type nk_rp_context (line 9118) | struct nk_rp_context { type nk_rp__findresult (line 9131) | struct nk_rp__findresult { type NK_RP_HEURISTIC (line 9136) | enum NK_RP_HEURISTIC { type NK_RP_INIT_STATE (line 9141) | enum NK_RP_INIT_STATE{NK_RP__INIT_skyline = 1} function NK_INTERN (line 9143) | NK_INTERN void function NK_INTERN (line 9163) | NK_INTERN void function NK_INTERN (line 9194) | NK_INTERN int function nk_rp__findresult (line 9238) | nk_rp__findresult function nk_rp__findresult (line 9334) | nk_rp__findresult function NK_INTERN (line 9387) | NK_INTERN int function NK_INTERN (line 9399) | NK_INTERN int function NK_INTERN (line 9407) | NK_INTERN void function NK_INTERN (line 9437) | NK_INTERN void type nk_tt_bakedchar (line 9478) | struct nk_tt_bakedchar { type nk_tt_aligned_quad (line 9484) | struct nk_tt_aligned_quad{ type nk_tt_packedchar (line 9489) | struct nk_tt_packedchar { type nk_tt_pack_range (line 9496) | struct nk_tt_pack_range { type nk_tt_pack_context (line 9508) | struct nk_tt_pack_context { type nk_tt_fontinfo (line 9519) | struct nk_tt_fontinfo { type nk_tt_vertex (line 9534) | struct nk_tt_vertex { type nk_tt__bitmap (line 9539) | struct nk_tt__bitmap{ type nk_tt__hheap_chunk (line 9544) | struct nk_tt__hheap_chunk { type nk_tt__hheap (line 9547) | struct nk_tt__hheap { type nk_tt__edge (line 9554) | struct nk_tt__edge { type nk_tt__active_edge (line 9559) | struct nk_tt__active_edge { type nk_tt__point (line 9566) | struct nk_tt__point {float x,y;} function nk_ushort (line 9633) | static nk_ushort nk_ttUSHORT(const nk_byte *p) { return (nk_ushort)(p[0]... function nk_short (line 9634) | static nk_short nk_ttSHORT(const nk_byte *p) { return (nk_short)(p[0]*... function nk_uint (line 9635) | static nk_uint nk_ttULONG(const nk_byte *p) { return (nk_uint)((p[0]<<2... type nk_tt_fontinfo (line 9642) | struct nk_tt_fontinfo type nk_allocator (line 9642) | struct nk_allocator type nk_tt_vertex (line 9643) | struct nk_tt_vertex function NK_INTERN (line 9645) | NK_INTERN nk_uint function NK_INTERN (line 9660) | NK_INTERN int function NK_INTERN (line 9717) | NK_INTERN int function NK_INTERN (line 9811) | NK_INTERN void function NK_INTERN (line 9821) | NK_INTERN int function NK_INTERN (line 9838) | NK_INTERN int function NK_INTERN (line 9852) | NK_INTERN int function NK_INTERN (line 9869) | NK_INTERN int function NK_INTERN (line 10093) | NK_INTERN void function NK_INTERN (line 10111) | NK_INTERN void function NK_INTERN (line 10120) | NK_INTERN float function NK_INTERN (line 10127) | NK_INTERN float function NK_INTERN (line 10137) | NK_INTERN void function NK_INTERN (line 10158) | NK_INTERN void function NK_INTERN (line 10168) | NK_INTERN void* function NK_INTERN (line 10191) | NK_INTERN void function NK_INTERN (line 10198) | NK_INTERN void function nk_tt__active_edge (line 10209) | nk_tt__active_edge* function NK_INTERN (line 10229) | NK_INTERN void function NK_INTERN (line 10263) | NK_INTERN void function NK_INTERN (line 10425) | NK_INTERN void function NK_INTERN (line 10517) | NK_INTERN void function NK_INTERN (line 10536) | NK_INTERN void function NK_INTERN (line 10604) | NK_INTERN void function NK_INTERN (line 10611) | NK_INTERN void function NK_INTERN (line 10667) | NK_INTERN void function NK_INTERN (line 10675) | NK_INTERN int function nk_tt__point (line 10705) | nk_tt__point* function NK_INTERN (line 10783) | NK_INTERN void function NK_INTERN (line 10803) | NK_INTERN void function NK_INTERN (line 10829) | NK_INTERN int function NK_INTERN (line 10861) | NK_INTERN void function NK_INTERN (line 10868) | NK_INTERN void function NK_INTERN (line 10880) | NK_INTERN void function NK_INTERN (line 10944) | NK_INTERN void function NK_INTERN (line 11008) | NK_INTERN float function NK_INTERN (line 11022) | NK_INTERN int function NK_INTERN (line 11053) | NK_INTERN int function NK_INTERN (line 11137) | NK_INTERN void type nk_font_bake_data (line 11173) | struct nk_font_bake_data { type nk_font_baker (line 11180) | struct nk_font_baker { function NK_INTERN (line 11195) | NK_INTERN int function NK_INTERN (line 11205) | NK_INTERN int function NK_API (line 11221) | NK_API const nk_rune* function NK_API (line 11228) | NK_API const nk_rune* function NK_API (line 11242) | NK_API const nk_rune* function NK_API (line 11255) | NK_API const nk_rune* function NK_INTERN (line 11267) | NK_INTERN void function nk_font_baker (line 11301) | nk_font_baker* function NK_INTERN (line 11316) | NK_INTERN int function NK_INTERN (line 11429) | NK_INTERN void function NK_INTERN (line 11539) | NK_INTERN void function NK_INTERN (line 11568) | NK_INTERN void function NK_INTERN (line 11593) | NK_INTERN float function NK_INTERN (line 11627) | NK_INTERN void function nk_font_glyph (line 11655) | nk_font_glyph* function NK_INTERN (line 11681) | NK_INTERN void function nk_decompress_length (line 11859) | NK_INTERN unsigned int function NK_INTERN (line 11871) | NK_INTERN void function NK_INTERN (line 11881) | NK_INTERN void function nk_adler32 (line 11913) | NK_INTERN unsigned int function nk_decompress (line 11944) | NK_INTERN unsigned int function nk_decode_85_byte (line 11979) | NK_INTERN unsigned int function NK_INTERN (line 11983) | NK_INTERN void function nk_font_config (line 12011) | nk_font_config function NK_API (line 12033) | NK_API void function NK_API (line 12048) | NK_API void function NK_API (line 12059) | NK_API void function NK_API (line 12072) | NK_API void function nk_font (line 12090) | nk_font* function nk_font (line 12164) | nk_font* function nk_font (line 12190) | nk_font* function nk_font (line 12217) | nk_font* function nk_font (line 12253) | nk_font* function nk_font (line 12284) | nk_font* function NK_API (line 12298) | NK_API const void* function NK_API (line 12423) | NK_API void function NK_API (line 12459) | NK_API void function NK_API (line 12480) | NK_API void function NK_API (line 12509) | NK_API void function NK_API (line 12530) | NK_API void function NK_API (line 12546) | NK_API void function NK_API (line 12559) | NK_API void function NK_API (line 12571) | NK_API void function NK_API (line 12588) | NK_API void function NK_API (line 12597) | NK_API void function NK_API (line 12616) | NK_API void function NK_API (line 12626) | NK_API void function NK_API (line 12636) | NK_API int function NK_API (line 12645) | NK_API int function NK_API (line 12657) | NK_API int function NK_API (line 12667) | NK_API int function NK_API (line 12678) | NK_API int function NK_API (line 12689) | NK_API int function NK_API (line 12698) | NK_API int function NK_API (line 12705) | NK_API int function NK_API (line 12712) | NK_API int function NK_API (line 12720) | NK_API int function NK_API (line 12727) | NK_API int function NK_API (line 12738) | NK_API int function NK_API (line 12745) | NK_API int function NK_API (line 12756) | NK_API int function NK_API (line 12767) | NK_API int type nk_text_find (line 12785) | struct nk_text_find { type nk_text_edit_row (line 12792) | struct nk_text_edit_row { type nk_text_edit (line 12803) | struct nk_text_edit type nk_text_edit (line 12804) | struct nk_text_edit type nk_text_edit (line 12805) | struct nk_text_edit function NK_INTERN (line 12808) | NK_INTERN float function NK_INTERN (line 12818) | NK_INTERN void function NK_INTERN (line 12840) | NK_INTERN int function NK_INTERN (line 12901) | NK_INTERN void function NK_INTERN (line 12913) | NK_INTERN void function NK_INTERN (line 12925) | NK_INTERN void function NK_INTERN (line 12983) | NK_INTERN void function NK_API (line 12998) | NK_API void function NK_API (line 13007) | NK_API void function NK_INTERN (line 13026) | NK_INTERN void function NK_INTERN (line 13037) | NK_INTERN void function NK_INTERN (line 13049) | NK_INTERN void function NK_INTERN (line 13062) | NK_INTERN int function NK_INTERN (line 13074) | NK_INTERN int function NK_INTERN (line 13087) | NK_INTERN int function NK_INTERN (line 13101) | NK_INTERN void function NK_API (line 13110) | NK_API int function NK_API (line 13124) | NK_API int function NK_API (line 13150) | NK_API void function NK_INTERN (line 13200) | NK_INTERN void function NK_INTERN (line 13511) | NK_INTERN void function NK_INTERN (line 13518) | NK_INTERN void function NK_INTERN (line 13542) | NK_INTERN void function nk_text_undo_record (line 13574) | nk_text_undo_record* function NK_INTERN (line 13600) | NK_INTERN nk_rune* function NK_API (line 13622) | NK_API void function NK_API (line 13690) | NK_API void function NK_INTERN (line 13740) | NK_INTERN void function NK_INTERN (line 13746) | NK_INTERN void function NK_INTERN (line 13757) | NK_INTERN void function NK_INTERN (line 13769) | NK_INTERN void function NK_API (line 13790) | NK_API void function NK_API (line 13801) | NK_API void function NK_API (line 13813) | NK_API void function NK_API (line 13824) | NK_API void function NK_API (line 13832) | NK_API void type nk_text (line 13850) | struct nk_text { function NK_INTERN (line 13856) | NK_INTERN void function NK_INTERN (line 13903) | NK_INTERN void function NK_INTERN (line 13948) | NK_INTERN void function NK_INTERN (line 14002) | NK_INTERN int function nk_style_item (line 14030) | nk_style_item* function NK_INTERN (line 14051) | NK_INTERN int function NK_INTERN (line 14077) | NK_INTERN void function NK_INTERN (line 14101) | NK_INTERN int function NK_INTERN (line 14126) | NK_INTERN void function NK_INTERN (line 14149) | NK_INTERN int function NK_INTERN (line 14173) | NK_INTERN void function NK_INTERN (line 14182) | NK_INTERN int function NK_INTERN (line 14209) | NK_INTERN void function NK_INTERN (line 14243) | NK_INTERN int function NK_INTERN (line 14276) | NK_INTERN void function NK_INTERN (line 14302) | NK_INTERN int type nk_toggle_type (line 14344) | enum nk_toggle_type { function NK_INTERN (line 14349) | NK_INTERN int function NK_INTERN (line 14365) | NK_INTERN void function NK_INTERN (line 14408) | NK_INTERN void function NK_INTERN (line 14451) | NK_INTERN int function NK_INTERN (line 14519) | NK_INTERN void function NK_INTERN (line 14567) | NK_INTERN int function NK_INTERN (line 14604) | NK_INTERN int function NK_INTERN (line 14658) | NK_INTERN float function NK_INTERN (line 14702) | NK_INTERN void function NK_INTERN (line 14763) | NK_INTERN float function NK_INTERN (line 14858) | NK_INTERN nk_size function NK_INTERN (line 14886) | NK_INTERN void function NK_INTERN (line 14922) | NK_INTERN nk_size function NK_INTERN (line 14959) | NK_INTERN float function NK_INTERN (line 15034) | NK_INTERN void function NK_INTERN (line 15069) | NK_INTERN float function NK_INTERN (line 15159) | NK_INTERN float function NK_API (line 15253) | NK_API int nk_filter_default(const struct nk_text_edit *box, nk_rune uni... function NK_API (line 15256) | NK_API int function NK_API (line 15264) | NK_API int function NK_API (line 15273) | NK_API int function NK_API (line 15282) | NK_API int function NK_API (line 15293) | NK_API int function NK_API (line 15302) | NK_API int function NK_INTERN (line 15316) | NK_INTERN void function NK_INTERN (line 15397) | NK_INTERN nk_flags type nk_property_status (line 15902) | enum nk_property_status { type nk_property_filter (line 15907) | enum nk_property_filter { type nk_property_kind (line 15911) | enum nk_property_kind { type nk_property_variant (line 15921) | struct nk_property_variant { function NK_INTERN (line 15929) | NK_INTERN void function NK_INTERN (line 15969) | NK_INTERN void function NK_INTERN (line 15989) | NK_INTERN void function NK_INTERN (line 16024) | NK_INTERN void function NK_INTERN (line 16205) | NK_INTERN int function NK_INTERN (line 16261) | NK_INTERN void function NK_INTERN (line 16326) | NK_INTERN int function NK_API (line 16378) | NK_API void nk_style_default(struct nk_context *ctx){nk_style_from_table... function NK_API (line 16422) | NK_API const char *nk_style_get_color_by_name(enum nk_style_colors c) function nk_style_item (line 16425) | nk_style_item nk_style_item_image(struct nk_image img) function nk_style_item (line 16428) | nk_style_item nk_style_item_color(struct nk_color col) function nk_style_item (line 16431) | nk_style_item nk_style_item_hide(void) function NK_API (line 16434) | NK_API void function NK_API (line 16978) | NK_API void function NK_API (line 16992) | NK_API int function NK_API (line 17013) | NK_API int function NK_API (line 17066) | NK_API int NK_STYLE_PUSH_IMPLEMENATION(struct nk, style_item, style_items) function NK_API (line 17092) | NK_API void function NK_API (line 17098) | NK_API void function NK_API (line 17104) | NK_API void function NK_API (line 17115) | NK_API void function NK_INTERN (line 17133) | NK_INTERN void function NK_INTERN (line 17144) | NK_INTERN void function NK_INTERN (line 17157) | NK_INTERN void function nk_page_element (line 17169) | nk_page_element* type nk_context (line 17199) | struct nk_context type nk_context (line 17200) | struct nk_context type nk_window (line 17200) | struct nk_window type nk_context (line 17201) | struct nk_context type nk_window (line 17201) | struct nk_window type nk_context (line 17202) | struct nk_context type nk_table (line 17202) | struct nk_table type nk_window (line 17203) | struct nk_window type nk_table (line 17203) | struct nk_table type nk_context (line 17204) | struct nk_context type nk_context (line 17205) | struct nk_context type nk_panel (line 17205) | struct nk_panel function NK_INTERN (line 17207) | NK_INTERN void function NK_API (line 17222) | NK_API int function NK_API (line 17233) | NK_API int function NK_API (line 17245) | NK_API int function NK_API (line 17267) | NK_API int function NK_API (line 17281) | NK_API void function NK_API (line 17291) | NK_API void function NK_API (line 17314) | NK_API void function NK_INTERN (line 17384) | NK_INTERN void function NK_INTERN (line 17396) | NK_INTERN void function NK_INTERN (line 17404) | NK_INTERN void function NK_INTERN (line 17421) | NK_INTERN void function NK_INTERN (line 17434) | NK_INTERN void function NK_INTERN (line 17443) | NK_INTERN void function NK_INTERN (line 17462) | NK_INTERN void function nk_command (line 17525) | nk_command* function nk_command (line 17546) | nk_command* function nk_panel_has_header (line 17564) | static int function nk_vec2 (line 17574) | nk_vec2 function NK_INTERN (line 17589) | NK_INTERN float function nk_color (line 17606) | nk_color function NK_INTERN (line 17621) | NK_INTERN int function NK_INTERN (line 17627) | NK_INTERN int function NK_INTERN (line 17633) | NK_INTERN int function NK_INTERN (line 17855) | NK_INTERN void function nk_page_element (line 18172) | nk_page_element* function NK_INTERN (line 18199) | NK_INTERN void function NK_INTERN (line 18212) | NK_INTERN void function NK_INTERN (line 18233) | NK_INTERN void* function NK_INTERN (line 18243) | NK_INTERN void function nk_table (line 18256) | nk_table* function NK_INTERN (line 18266) | NK_INTERN void function NK_INTERN (line 18274) | NK_INTERN void function NK_INTERN (line 18293) | NK_INTERN void function NK_INTERN (line 18306) | NK_INTERN nk_uint* function NK_INTERN (line 18325) | NK_INTERN nk_uint* function NK_INTERN (line 18348) | NK_INTERN void* function NK_INTERN (line 18358) | NK_INTERN void function nk_window (line 18386) | nk_window* type nk_window_insert_location (line 18403) | enum nk_window_insert_location { function NK_INTERN (line 18407) | NK_INTERN void function NK_INTERN (line 18453) | NK_INTERN void function NK_API (line 18483) | NK_API int function NK_API (line 18490) | NK_API int function NK_API (line 18634) | NK_API void function nk_rect (line 18653) | nk_rect function nk_vec2 (line 18662) | nk_vec2 function nk_vec2 (line 18671) | nk_vec2 function NK_API (line 18680) | NK_API float function NK_API (line 18689) | NK_API float function nk_rect (line 18698) | nk_rect function nk_vec2 (line 18707) | nk_vec2 function nk_vec2 (line 18717) | nk_vec2 function nk_vec2 (line 18728) | nk_vec2 function nk_command_buffer (line 18738) | nk_command_buffer* function nk_panel (line 18748) | nk_panel* function NK_API (line 18757) | NK_API int function NK_API (line 18767) | NK_API int function NK_API (line 18776) | NK_API int function NK_API (line 18801) | NK_API int function NK_API (line 18809) | NK_API int function NK_API (line 18825) | NK_API int function NK_API (line 18841) | NK_API int function NK_API (line 18857) | NK_API int function nk_window (line 18873) | nk_window* function NK_API (line 18883) | NK_API void function NK_API (line 18897) | NK_API void function NK_API (line 18905) | NK_API void function NK_API (line 18914) | NK_API void function NK_API (line 18923) | NK_API void function NK_API (line 18942) | NK_API void function NK_API (line 18951) | NK_API void function NK_API (line 18969) | NK_API void function NK_API (line 18978) | NK_API void function NK_API (line 19002) | NK_API void function NK_API (line 19040) | NK_API void function NK_API (line 19076) | NK_API void function NK_API (line 19093) | NK_API void function NK_INTERN (line 19112) | NK_INTERN float function NK_INTERN (line 19133) | NK_INTERN void function NK_INTERN (line 19186) | NK_INTERN void function NK_API (line 19210) | NK_API float function NK_API (line 19221) | NK_API void function NK_API (line 19227) | NK_API void function NK_API (line 19233) | NK_API void function NK_API (line 19260) | NK_API void function NK_API (line 19287) | NK_API void function NK_API (line 19308) | NK_API void function NK_API (line 19348) | NK_API void function NK_API (line 19376) | NK_API void function NK_API (line 19397) | NK_API void function NK_API (line 19418) | NK_API void function NK_API (line 19439) | NK_API void function NK_API (line 19491) | NK_API void function NK_API (line 19517) | NK_API void function NK_API (line 19537) | NK_API void function nk_rect (line 19554) | nk_rect function nk_rect (line 19574) | nk_rect function nk_vec2 (line 19594) | nk_vec2 function nk_vec2 (line 19611) | nk_vec2 function nk_rect (line 19628) | nk_rect function nk_rect (line 19645) | nk_rect function NK_INTERN (line 19662) | NK_INTERN void function NK_INTERN (line 19671) | NK_INTERN void function NK_INTERN (line 19802) | NK_INTERN void function NK_INTERN (line 19825) | NK_INTERN void function NK_INTERN (line 19852) | NK_INTERN int function NK_INTERN (line 19961) | NK_INTERN int function NK_API (line 19984) | NK_API int function NK_API (line 19989) | NK_API int function NK_API (line 19994) | NK_API void function NK_API (line 20014) | NK_API int function NK_API (line 20020) | NK_API int function NK_API (line 20026) | NK_API void function nk_rect (line 20035) | nk_rect function nk_vec2 (line 20047) | nk_vec2 function nk_vec2 (line 20060) | nk_vec2 function NK_API (line 20073) | NK_API float function NK_API (line 20086) | NK_API float function NK_API (line 20099) | NK_API int function NK_API (line 20122) | NK_API int function NK_API (line 20145) | NK_API int function nk_widget_layout_states (line 20168) | nk_widget_layout_states function nk_widget_layout_states (line 20217) | nk_widget_layout_states function NK_API (line 20256) | NK_API void function NK_API (line 20294) | NK_API void function NK_API (line 20322) | NK_API void function NK_API (line 20351) | NK_API void function NK_API (line 20363) | NK_API void function NK_API (line 20375) | NK_API void function NK_API (line 20386) | NK_API void function NK_API (line 20397) | NK_API void function NK_API (line 20401) | NK_API void function NK_API (line 20405) | NK_API void function NK_API (line 20409) | NK_API void function NK_API (line 20416) | NK_API void function NK_API (line 20420) | NK_API void function NK_API (line 20428) | NK_API void function NK_API (line 20437) | NK_API void function NK_API (line 20445) | NK_API void function NK_API (line 20453) | NK_API void function NK_API (line 20457) | NK_API void function NK_API (line 20462) | NK_API void function NK_API (line 20466) | NK_API void function NK_API (line 20470) | NK_API void function NK_API (line 20491) | NK_API void function NK_API (line 20499) | NK_API int function NK_API (line 20520) | NK_API int function NK_API (line 20539) | NK_API int function NK_API (line 20567) | NK_API int function NK_API (line 20575) | NK_API int nk_button_label_styled(struct nk_context *ctx, function NK_API (line 20579) | NK_API int nk_button_label(struct nk_context *ctx, const char *title) function NK_API (line 20582) | NK_API int function NK_API (line 20618) | NK_API int function NK_API (line 20644) | NK_API int function NK_API (line 20652) | NK_API int function NK_API (line 20679) | NK_API int function NK_API (line 20687) | NK_API int function NK_API (line 20716) | NK_API int function NK_API (line 20725) | NK_API int nk_button_symbol_label(struct nk_context *ctx, enum nk_symbol... function NK_API (line 20729) | NK_API int nk_button_symbol_label_styled(struct nk_context *ctx, function NK_API (line 20734) | NK_API int function NK_API (line 20763) | NK_API int function NK_API (line 20769) | NK_API int nk_button_image_label(struct nk_context *ctx, struct nk_image... function NK_API (line 20773) | NK_API int nk_button_image_label_styled(struct nk_context *ctx, function NK_API (line 20783) | NK_API int function NK_API (line 20813) | NK_API int function NK_API (line 20843) | NK_API int nk_select_text(struct nk_context *ctx, const char *str, int len, function NK_API (line 20847) | NK_API int nk_selectable_label(struct nk_context *ctx, const char *str, ... function NK_API (line 20850) | NK_API int nk_selectable_image_label(struct nk_context *ctx,struct nk_im... function NK_API (line 20854) | NK_API int nk_select_label(struct nk_context *ctx, const char *str, nk_f... function NK_API (line 20857) | NK_API int nk_select_image_label(struct nk_context *ctx, struct nk_image... function NK_API (line 20861) | NK_API int nk_select_image_text(struct nk_context *ctx, struct nk_image ... function NK_API (line 20870) | NK_API int function nk_check_flags_text (line 20899) | NK_API unsigned int function NK_API (line 20914) | NK_API int function NK_API (line 20927) | NK_API int function NK_API (line 20946) | NK_API int nk_check_label(struct nk_context *ctx, const char *label, int... function nk_check_flags_label (line 20949) | NK_API unsigned int nk_check_flags_label(struct nk_context *ctx, const c... function NK_API (line 20953) | NK_API int nk_checkbox_label(struct nk_context *ctx, const char *label, ... function NK_API (line 20956) | NK_API int nk_checkbox_flags_label(struct nk_context *ctx, const char *l... function NK_API (line 20965) | NK_API int function NK_API (line 20994) | NK_API int function NK_API (line 21007) | NK_API int function NK_API (line 21011) | NK_API int function NK_API (line 21020) | NK_API int function NK_API (line 21055) | NK_API float function NK_API (line 21061) | NK_API int function NK_API (line 21069) | NK_API int function NK_API (line 21084) | NK_API int function NK_API (line 21116) | NK_API nk_size nk_prog(struct nk_context *ctx, nk_size cur, nk_size max,... function NK_API (line 21124) | NK_API void function NK_API (line 21142) | NK_API void function NK_API (line 21155) | NK_API nk_flags function NK_API (line 21213) | NK_API nk_flags function NK_API (line 21274) | NK_API nk_flags function nk_property_variant (line 21290) | nk_property_variant function nk_property_variant (line 21302) | nk_property_variant function nk_property_variant (line 21314) | nk_property_variant function NK_INTERN (line 21327) | NK_INTERN void function NK_API (line 21428) | NK_API void function NK_API (line 21443) | NK_API void function NK_API (line 21458) | NK_API void function NK_API (line 21473) | NK_API int function NK_API (line 21488) | NK_API float function NK_API (line 21503) | NK_API double function NK_API (line 21523) | NK_API int function nk_color (line 21552) | nk_color function NK_API (line 21565) | NK_API int function NK_API (line 21625) | NK_API int function NK_API (line 21630) | NK_API void function NK_API (line 21654) | NK_API void function NK_INTERN (line 21659) | NK_INTERN nk_flags function NK_INTERN (line 21730) | NK_INTERN nk_flags function NK_API (line 21777) | NK_API nk_flags function NK_API (line 21804) | NK_API nk_flags function NK_API (line 21808) | NK_API void function NK_API (line 21825) | NK_API void function NK_API (line 21851) | NK_API void function NK_API (line 21882) | NK_API int function NK_API (line 21932) | NK_API void function NK_API (line 21995) | NK_API int function NK_API (line 22000) | NK_API int function NK_API (line 22033) | NK_API void function NK_API (line 22037) | NK_API int function NK_API (line 22091) | NK_API void function NK_API (line 22116) | NK_API int function NK_INTERN (line 22213) | NK_INTERN int function NK_API (line 22294) | NK_API void function NK_API (line 22307) | NK_API void function NK_API (line 22344) | NK_API int function NK_API (line 22377) | NK_API void function NK_API (line 22388) | NK_API void function NK_API (line 22428) | NK_API int function NK_API (line 22484) | NK_API int function NK_API (line 22515) | NK_API int nk_contextual_item_label(struct nk_context *ctx, const char *... function NK_API (line 22518) | NK_API int function NK_API (line 22549) | NK_API int nk_contextual_item_image_label(struct nk_context *ctx, struct... function NK_API (line 22553) | NK_API int function NK_API (line 22584) | NK_API int nk_contextual_item_symbol_label(struct nk_context *ctx, enum ... function NK_API (line 22588) | NK_API void function NK_API (line 22598) | NK_API void function NK_INTERN (line 22640) | NK_INTERN int function NK_API (line 22675) | NK_API int function NK_API (line 22765) | NK_API int nk_combo_begin_label(struct nk_context *ctx, const char *sele... function NK_API (line 22768) | NK_API int function NK_API (line 22846) | NK_API int function NK_API (line 22934) | NK_API int function NK_API (line 23031) | NK_API int function NK_API (line 23109) | NK_API int function NK_API (line 23201) | NK_API int nk_combo_begin_symbol_label(struct nk_context *ctx, function NK_API (line 23205) | NK_API int nk_combo_begin_image_label(struct nk_context *ctx, function NK_API (line 23209) | NK_API int nk_combo_item_text(struct nk_context *ctx, const char *text, ... function NK_API (line 23212) | NK_API int nk_combo_item_label(struct nk_context *ctx, const char *label... function NK_API (line 23215) | NK_API int nk_combo_item_image_text(struct nk_context *ctx, struct nk_im... function NK_API (line 23219) | NK_API int nk_combo_item_image_label(struct nk_context *ctx, struct nk_i... function NK_API (line 23223) | NK_API int nk_combo_item_symbol_text(struct nk_context *ctx, enum nk_sym... function NK_API (line 23227) | NK_API int nk_combo_item_symbol_label(struct nk_context *ctx, enum nk_sy... function NK_API (line 23231) | NK_API void nk_combo_end(struct nk_context *ctx) function NK_API (line 23234) | NK_API void nk_combo_close(struct nk_context *ctx) function NK_API (line 23237) | NK_API int function NK_API (line 23268) | NK_API int function NK_API (line 23318) | NK_API int function NK_API (line 23323) | NK_API int function NK_API (line 23358) | NK_API void nk_combobox(struct nk_context *ctx, const char **items, int ... function NK_API (line 23362) | NK_API void nk_combobox_string(struct nk_context *ctx, const char *items... function NK_API (line 23366) | NK_API void nk_combobox_separator(struct nk_context *ctx, const char *it... function NK_API (line 23371) | NK_API void nk_combobox_callback(struct nk_context *ctx, function NK_INTERN (line 23383) | NK_INTERN int function NK_API (line 23417) | NK_API int function NK_API (line 23443) | NK_API int nk_menu_begin_label(struct nk_context *ctx, function NK_API (line 23447) | NK_API int function NK_API (line 23473) | NK_API int function NK_API (line 23499) | NK_API int function NK_API (line 23526) | NK_API int nk_menu_begin_image_label(struct nk_context *ctx, function NK_API (line 23530) | NK_API int function NK_API (line 23557) | NK_API int nk_menu_begin_symbol_label(struct nk_context *ctx, function NK_API (line 23561) | NK_API int nk_menu_item_text(struct nk_context *ctx, const char *title, ... function NK_API (line 23564) | NK_API int nk_menu_item_label(struct nk_context *ctx, const char *label,... function NK_API (line 23567) | NK_API int nk_menu_item_image_label(struct nk_context *ctx, struct nk_im... function NK_API (line 23571) | NK_API int nk_menu_item_image_text(struct nk_context *ctx, struct nk_ima... function NK_API (line 23575) | NK_API int nk_menu_item_symbol_text(struct nk_context *ctx, enum nk_symb... function NK_API (line 23579) | NK_API int nk_menu_item_symbol_label(struct nk_context *ctx, enum nk_sym... function NK_API (line 23583) | NK_API void nk_menu_close(struct nk_context *ctx) function NK_API (line 23586) | NK_API void FILE: external/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 80) | NK_INTERN void function NK_API (line 92) | NK_API void function NK_API (line 198) | NK_API void function NK_API (line 206) | NK_API void function NK_API (line 214) | NK_API void function NK_INTERN (line 228) | NK_INTERN void function NK_INTERN (line 236) | NK_INTERN void function nk_context (line 250) | nk_context* function NK_API (line 267) | NK_API void function NK_API (line 275) | NK_API void function NK_API (line 286) | NK_API void function NK_API (line 361) | NK_API FILE: external/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: external/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: external/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: external/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: external/GLFW/deps/vulkan/vulkan.h type VkFlags (line 66) | typedef uint32_t VkFlags; type VkBool32 (line 67) | typedef uint32_t VkBool32; type VkDeviceSize (line 68) | typedef uint64_t VkDeviceSize; type VkSampleMask (line 69) | typedef uint32_t VkSampleMask; function VK_DEFINE_HANDLE (line 71) | VK_DEFINE_HANDLE(VkInstance) type VkResult (line 122) | typedef enum VkResult { type VkStructureType (line 155) | typedef enum VkStructureType { type VkSystemAllocationScope (line 257) | typedef enum VkSystemAllocationScope { type VkInternalAllocationType (line 269) | typedef enum VkInternalAllocationType { type VkFormat (line 277) | typedef enum VkFormat { type VkImageType (line 477) | typedef enum VkImageType { type VkImageTiling (line 487) | typedef enum VkImageTiling { type VkPhysicalDeviceType (line 496) | typedef enum VkPhysicalDeviceType { type VkQueryType (line 508) | typedef enum VkQueryType { type VkSharingMode (line 518) | typedef enum VkSharingMode { type VkImageLayout (line 527) | typedef enum VkImageLayout { type VkImageViewType (line 544) | typedef enum VkImageViewType { type VkComponentSwizzle (line 558) | typedef enum VkComponentSwizzle { type VkVertexInputRate (line 572) | typedef enum VkVertexInputRate { type VkPrimitiveTopology (line 581) | typedef enum VkPrimitiveTopology { type VkPolygonMode (line 599) | typedef enum VkPolygonMode { type VkFrontFace (line 609) | typedef enum VkFrontFace { type VkCompareOp (line 618) | typedef enum VkCompareOp { type VkStencilOp (line 633) | typedef enum VkStencilOp { type VkLogicOp (line 648) | typedef enum VkLogicOp { type VkBlendFactor (line 671) | typedef enum VkBlendFactor { type VkBlendOp (line 697) | typedef enum VkBlendOp { type VkDynamicState (line 709) | typedef enum VkDynamicState { type VkFilter (line 725) | typedef enum VkFilter { type VkSamplerMipmapMode (line 735) | typedef enum VkSamplerMipmapMode { type VkSamplerAddressMode (line 744) | typedef enum VkSamplerAddressMode { type VkBorderColor (line 756) | typedef enum VkBorderColor { type VkDescriptorType (line 769) | typedef enum VkDescriptorType { type VkAttachmentLoadOp (line 787) | typedef enum VkAttachmentLoadOp { type VkAttachmentStoreOp (line 797) | typedef enum VkAttachmentStoreOp { type VkPipelineBindPoint (line 806) | typedef enum VkPipelineBindPoint { type VkCommandBufferLevel (line 815) | typedef enum VkCommandBufferLevel { type VkIndexType (line 824) | typedef enum VkIndexType { type VkSubpassContents (line 833) | typedef enum VkSubpassContents { type VkFlags (line 842) | typedef VkFlags VkInstanceCreateFlags; type VkFormatFeatureFlagBits (line 844) | typedef enum VkFormatFeatureFlagBits { type VkFlags (line 863) | typedef VkFlags VkFormatFeatureFlags; type VkImageUsageFlagBits (line 865) | typedef enum VkImageUsageFlagBits { type VkFlags (line 876) | typedef VkFlags VkImageUsageFlags; type VkImageCreateFlagBits (line 878) | typedef enum VkImageCreateFlagBits { type VkFlags (line 887) | typedef VkFlags VkImageCreateFlags; type VkSampleCountFlagBits (line 889) | typedef enum VkSampleCountFlagBits { type VkFlags (line 899) | typedef VkFlags VkSampleCountFlags; type VkQueueFlagBits (line 901) | typedef enum VkQueueFlagBits { type VkFlags (line 908) | typedef VkFlags VkQueueFlags; type VkMemoryPropertyFlagBits (line 910) | typedef enum VkMemoryPropertyFlagBits { type VkFlags (line 918) | typedef VkFlags VkMemoryPropertyFlags; type VkMemoryHeapFlagBits (line 920) | typedef enum VkMemoryHeapFlagBits { type VkFlags (line 924) | typedef VkFlags VkMemoryHeapFlags; type VkFlags (line 925) | typedef VkFlags VkDeviceCreateFlags; type VkFlags (line 926) | typedef VkFlags VkDeviceQueueCreateFlags; type VkPipelineStageFlagBits (line 928) | typedef enum VkPipelineStageFlagBits { type VkFlags (line 949) | typedef VkFlags VkPipelineStageFlags; type VkFlags (line 950) | typedef VkFlags VkMemoryMapFlags; type VkImageAspectFlagBits (line 952) | typedef enum VkImageAspectFlagBits { type VkFlags (line 959) | typedef VkFlags VkImageAspectFlags; type VkSparseImageFormatFlagBits (line 961) | typedef enum VkSparseImageFormatFlagBits { type VkFlags (line 967) | typedef VkFlags VkSparseImageFormatFlags; type VkSparseMemoryBindFlagBits (line 969) | typedef enum VkSparseMemoryBindFlagBits { type VkFlags (line 973) | typedef VkFlags VkSparseMemoryBindFlags; type VkFenceCreateFlagBits (line 975) | typedef enum VkFenceCreateFlagBits { type VkFlags (line 979) | typedef VkFlags VkFenceCreateFlags; type VkFlags (line 980) | typedef VkFlags VkSemaphoreCreateFlags; type VkFlags (line 981) | typedef VkFlags VkEventCreateFlags; type VkFlags (line 982) | typedef VkFlags VkQueryPoolCreateFlags; type VkQueryPipelineStatisticFlagBits (line 984) | typedef enum VkQueryPipelineStatisticFlagBits { type VkFlags (line 998) | typedef VkFlags VkQueryPipelineStatisticFlags; type VkQueryResultFlagBits (line 1000) | typedef enum VkQueryResultFlagBits { type VkFlags (line 1007) | typedef VkFlags VkQueryResultFlags; type VkBufferCreateFlagBits (line 1009) | typedef enum VkBufferCreateFlagBits { type VkFlags (line 1015) | typedef VkFlags VkBufferCreateFlags; type VkBufferUsageFlagBits (line 1017) | typedef enum VkBufferUsageFlagBits { type VkFlags (line 1029) | typedef VkFlags VkBufferUsageFlags; type VkFlags (line 1030) | typedef VkFlags VkBufferViewCreateFlags; type VkFlags (line 1031) | typedef VkFlags VkImageViewCreateFlags; type VkFlags (line 1032) | typedef VkFlags VkShaderModuleCreateFlags; type VkFlags (line 1033) | typedef VkFlags VkPipelineCacheCreateFlags; type VkPipelineCreateFlagBits (line 1035) | typedef enum VkPipelineCreateFlagBits { type VkFlags (line 1041) | typedef VkFlags VkPipelineCreateFlags; type VkFlags (line 1042) | typedef VkFlags VkPipelineShaderStageCreateFlags; type VkShaderStageFlagBits (line 1044) | typedef enum VkShaderStageFlagBits { type VkFlags (line 1055) | typedef VkFlags VkPipelineVertexInputStateCreateFlags; type VkFlags (line 1056) | typedef VkFlags VkPipelineInputAssemblyStateCreateFlags; type VkFlags (line 1057) | typedef VkFlags VkPipelineTessellationStateCreateFlags; type VkFlags (line 1058) | typedef VkFlags VkPipelineViewportStateCreateFlags; type VkFlags (line 1059) | typedef VkFlags VkPipelineRasterizationStateCreateFlags; type VkCullModeFlagBits (line 1061) | typedef enum VkCullModeFlagBits { type VkFlags (line 1068) | typedef VkFlags VkCullModeFlags; type VkFlags (line 1069) | typedef VkFlags VkPipelineMultisampleStateCreateFlags; type VkFlags (line 1070) | typedef VkFlags VkPipelineDepthStencilStateCreateFlags; type VkFlags (line 1071) | typedef VkFlags VkPipelineColorBlendStateCreateFlags; type VkColorComponentFlagBits (line 1073) | typedef enum VkColorComponentFlagBits { type VkFlags (line 1080) | typedef VkFlags VkColorComponentFlags; type VkFlags (line 1081) | typedef VkFlags VkPipelineDynamicStateCreateFlags; type VkFlags (line 1082) | typedef VkFlags VkPipelineLayoutCreateFlags; type VkFlags (line 1083) | typedef VkFlags VkShaderStageFlags; type VkFlags (line 1084) | typedef VkFlags VkSamplerCreateFlags; type VkFlags (line 1085) | typedef VkFlags VkDescriptorSetLayoutCreateFlags; type VkDescriptorPoolCreateFlagBits (line 1087) | typedef enum VkDescriptorPoolCreateFlagBits { type VkFlags (line 1091) | typedef VkFlags VkDescriptorPoolCreateFlags; type VkFlags (line 1092) | typedef VkFlags VkDescriptorPoolResetFlags; type VkFlags (line 1093) | typedef VkFlags VkFramebufferCreateFlags; type VkFlags (line 1094) | typedef VkFlags VkRenderPassCreateFlags; type VkAttachmentDescriptionFlagBits (line 1096) | typedef enum VkAttachmentDescriptionFlagBits { type VkFlags (line 1100) | typedef VkFlags VkAttachmentDescriptionFlags; type VkFlags (line 1101) | typedef VkFlags VkSubpassDescriptionFlags; type VkAccessFlagBits (line 1103) | typedef enum VkAccessFlagBits { type VkFlags (line 1125) | typedef VkFlags VkAccessFlags; type VkDependencyFlagBits (line 1127) | typedef enum VkDependencyFlagBits { type VkFlags (line 1131) | typedef VkFlags VkDependencyFlags; type VkCommandPoolCreateFlagBits (line 1133) | typedef enum VkCommandPoolCreateFlagBits { type VkFlags (line 1138) | typedef VkFlags VkCommandPoolCreateFlags; type VkCommandPoolResetFlagBits (line 1140) | typedef enum VkCommandPoolResetFlagBits { type VkFlags (line 1144) | typedef VkFlags VkCommandPoolResetFlags; type VkCommandBufferUsageFlagBits (line 1146) | typedef enum VkCommandBufferUsageFlagBits { type VkFlags (line 1152) | typedef VkFlags VkCommandBufferUsageFlags; type VkQueryControlFlagBits (line 1154) | typedef enum VkQueryControlFlagBits { type VkFlags (line 1158) | typedef VkFlags VkQueryControlFlags; type VkCommandBufferResetFlagBits (line 1160) | typedef enum VkCommandBufferResetFlagBits { type VkFlags (line 1164) | typedef VkFlags VkCommandBufferResetFlags; type VkStencilFaceFlagBits (line 1166) | typedef enum VkStencilFaceFlagBits { type VkFlags (line 1172) | typedef VkFlags VkStencilFaceFlags; type VkApplicationInfo (line 1205) | typedef struct VkApplicationInfo { type VkInstanceCreateInfo (line 1215) | typedef struct VkInstanceCreateInfo { type VkAllocationCallbacks (line 1226) | typedef struct VkAllocationCallbacks { type VkPhysicalDeviceFeatures (line 1235) | typedef struct VkPhysicalDeviceFeatures { type VkFormatProperties (line 1293) | typedef struct VkFormatProperties { type VkExtent3D (line 1299) | typedef struct VkExtent3D { type VkImageFormatProperties (line 1305) | typedef struct VkImageFormatProperties { type VkPhysicalDeviceLimits (line 1313) | typedef struct VkPhysicalDeviceLimits { type VkPhysicalDeviceSparseProperties (line 1422) | typedef struct VkPhysicalDeviceSparseProperties { type VkPhysicalDeviceProperties (line 1430) | typedef struct VkPhysicalDeviceProperties { type VkQueueFamilyProperties (line 1442) | typedef struct VkQueueFamilyProperties { type VkMemoryType (line 1449) | typedef struct VkMemoryType { type VkMemoryHeap (line 1454) | typedef struct VkMemoryHeap { type VkPhysicalDeviceMemoryProperties (line 1459) | typedef struct VkPhysicalDeviceMemoryProperties { type VkDeviceQueueCreateInfo (line 1466) | typedef struct VkDeviceQueueCreateInfo { type VkDeviceCreateInfo (line 1475) | typedef struct VkDeviceCreateInfo { type VkExtensionProperties (line 1488) | typedef struct VkExtensionProperties { type VkLayerProperties (line 1493) | typedef struct VkLayerProperties { type VkSubmitInfo (line 1500) | typedef struct VkSubmitInfo { type VkMemoryAllocateInfo (line 1512) | typedef struct VkMemoryAllocateInfo { type VkMappedMemoryRange (line 1519) | typedef struct VkMappedMemoryRange { type VkMemoryRequirements (line 1527) | typedef struct VkMemoryRequirements { type VkSparseImageFormatProperties (line 1533) | typedef struct VkSparseImageFormatProperties { type VkSparseImageMemoryRequirements (line 1539) | typedef struct VkSparseImageMemoryRequirements { type VkSparseMemoryBind (line 1547) | typedef struct VkSparseMemoryBind { type VkSparseBufferMemoryBindInfo (line 1555) | typedef struct VkSparseBufferMemoryBindInfo { type VkSparseImageOpaqueMemoryBindInfo (line 1561) | typedef struct VkSparseImageOpaqueMemoryBindInfo { type VkImageSubresource (line 1567) | typedef struct VkImageSubresource { type VkOffset3D (line 1573) | typedef struct VkOffset3D { type VkSparseImageMemoryBind (line 1579) | typedef struct VkSparseImageMemoryBind { type VkSparseImageMemoryBindInfo (line 1588) | typedef struct VkSparseImageMemoryBindInfo { type VkBindSparseInfo (line 1594) | typedef struct VkBindSparseInfo { type VkFenceCreateInfo (line 1609) | typedef struct VkFenceCreateInfo { type VkSemaphoreCreateInfo (line 1615) | typedef struct VkSemaphoreCreateInfo { type VkEventCreateInfo (line 1621) | typedef struct VkEventCreateInfo { type VkQueryPoolCreateInfo (line 1627) | typedef struct VkQueryPoolCreateInfo { type VkBufferCreateInfo (line 1636) | typedef struct VkBufferCreateInfo { type VkBufferViewCreateInfo (line 1647) | typedef struct VkBufferViewCreateInfo { type VkImageCreateInfo (line 1657) | typedef struct VkImageCreateInfo { type VkSubresourceLayout (line 1675) | typedef struct VkSubresourceLayout { type VkComponentMapping (line 1683) | typedef struct VkComponentMapping { type VkImageSubresourceRange (line 1690) | typedef struct VkImageSubresourceRange { type VkImageViewCreateInfo (line 1698) | typedef struct VkImageViewCreateInfo { type VkShaderModuleCreateInfo (line 1709) | typedef struct VkShaderModuleCreateInfo { type VkPipelineCacheCreateInfo (line 1717) | typedef struct VkPipelineCacheCreateInfo { type VkSpecializationMapEntry (line 1725) | typedef struct VkSpecializationMapEntry { type VkSpecializationInfo (line 1731) | typedef struct VkSpecializationInfo { type VkPipelineShaderStageCreateInfo (line 1738) | typedef struct VkPipelineShaderStageCreateInfo { type VkVertexInputBindingDescription (line 1748) | typedef struct VkVertexInputBindingDescription { type VkVertexInputAttributeDescription (line 1754) | typedef struct VkVertexInputAttributeDescription { type VkPipelineVertexInputStateCreateInfo (line 1761) | typedef struct VkPipelineVertexInputStateCreateInfo { type VkPipelineInputAssemblyStateCreateInfo (line 1771) | typedef struct VkPipelineInputAssemblyStateCreateInfo { type VkPipelineTessellationStateCreateInfo (line 1779) | typedef struct VkPipelineTessellationStateCreateInfo { type VkViewport (line 1786) | typedef struct VkViewport { type VkOffset2D (line 1795) | typedef struct VkOffset2D { type VkExtent2D (line 1800) | typedef struct VkExtent2D { type VkRect2D (line 1805) | typedef struct VkRect2D { type VkPipelineViewportStateCreateInfo (line 1810) | typedef struct VkPipelineViewportStateCreateInfo { type VkPipelineRasterizationStateCreateInfo (line 1820) | typedef struct VkPipelineRasterizationStateCreateInfo { type VkPipelineMultisampleStateCreateInfo (line 1836) | typedef struct VkPipelineMultisampleStateCreateInfo { type VkStencilOpState (line 1848) | typedef struct VkStencilOpState { type VkPipelineDepthStencilStateCreateInfo (line 1858) | typedef struct VkPipelineDepthStencilStateCreateInfo { type VkPipelineColorBlendAttachmentState (line 1873) | typedef struct VkPipelineColorBlendAttachmentState { type VkPipelineColorBlendStateCreateInfo (line 1884) | typedef struct VkPipelineColorBlendStateCreateInfo { type VkPipelineDynamicStateCreateInfo (line 1895) | typedef struct VkPipelineDynamicStateCreateInfo { type VkGraphicsPipelineCreateInfo (line 1903) | typedef struct VkGraphicsPipelineCreateInfo { type VkComputePipelineCreateInfo (line 1925) | typedef struct VkComputePipelineCreateInfo { type VkPushConstantRange (line 1935) | typedef struct VkPushConstantRange { type VkPipelineLayoutCreateInfo (line 1941) | typedef struct VkPipelineLayoutCreateInfo { type VkSamplerCreateInfo (line 1951) | typedef struct VkSamplerCreateInfo { type VkDescriptorSetLayoutBinding (line 1972) | typedef struct VkDescriptorSetLayoutBinding { type VkDescriptorSetLayoutCreateInfo (line 1980) | typedef struct VkDescriptorSetLayoutCreateInfo { type VkDescriptorPoolSize (line 1988) | typedef struct VkDescriptorPoolSize { type VkDescriptorPoolCreateInfo (line 1993) | typedef struct VkDescriptorPoolCreateInfo { type VkDescriptorSetAllocateInfo (line 2002) | typedef struct VkDescriptorSetAllocateInfo { type VkDescriptorImageInfo (line 2010) | typedef struct VkDescriptorImageInfo { type VkDescriptorBufferInfo (line 2016) | typedef struct VkDescriptorBufferInfo { type VkWriteDescriptorSet (line 2022) | typedef struct VkWriteDescriptorSet { type VkCopyDescriptorSet (line 2035) | typedef struct VkCopyDescriptorSet { type VkFramebufferCreateInfo (line 2047) | typedef struct VkFramebufferCreateInfo { type VkAttachmentDescription (line 2059) | typedef struct VkAttachmentDescription { type VkAttachmentReference (line 2071) | typedef struct VkAttachmentReference { type VkSubpassDescription (line 2076) | typedef struct VkSubpassDescription { type VkSubpassDependency (line 2089) | typedef struct VkSubpassDependency { type VkRenderPassCreateInfo (line 2099) | typedef struct VkRenderPassCreateInfo { type VkCommandPoolCreateInfo (line 2111) | typedef struct VkCommandPoolCreateInfo { type VkCommandBufferAllocateInfo (line 2118) | typedef struct VkCommandBufferAllocateInfo { type VkCommandBufferInheritanceInfo (line 2126) | typedef struct VkCommandBufferInheritanceInfo { type VkCommandBufferBeginInfo (line 2137) | typedef struct VkCommandBufferBeginInfo { type VkBufferCopy (line 2144) | typedef struct VkBufferCopy { type VkImageSubresourceLayers (line 2150) | typedef struct VkImageSubresourceLayers { type VkImageCopy (line 2157) | typedef struct VkImageCopy { type VkImageBlit (line 2165) | typedef struct VkImageBlit { type VkBufferImageCopy (line 2172) | typedef struct VkBufferImageCopy { type VkClearColorValue (line 2181) | typedef union VkClearColorValue { type VkClearDepthStencilValue (line 2187) | typedef struct VkClearDepthStencilValue { type VkClearValue (line 2192) | typedef union VkClearValue { type VkClearAttachment (line 2197) | typedef struct VkClearAttachment { type VkClearRect (line 2203) | typedef struct VkClearRect { type VkImageResolve (line 2209) | typedef struct VkImageResolve { type VkMemoryBarrier (line 2217) | typedef struct VkMemoryBarrier { type VkBufferMemoryBarrier (line 2224) | typedef struct VkBufferMemoryBarrier { type VkImageMemoryBarrier (line 2236) | typedef struct VkImageMemoryBarrier { type VkRenderPassBeginInfo (line 2249) | typedef struct VkRenderPassBeginInfo { type VkDispatchIndirectCommand (line 2259) | typedef struct VkDispatchIndirectCommand { type VkDrawIndexedIndirectCommand (line 2265) | typedef struct VkDrawIndexedIndirectCommand { type VkDrawIndirectCommand (line 2273) | typedef struct VkDrawIndirectCommand { type const (line 2281) | typedef VkResult (VKAPI_PTR *PFN_vkCreateInstance)(const VkInstanceCreat... type VkDeviceCreateInfo (line 2292) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDevice)(VkPhysicalDevice physic... type const (line 2299) | typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit)(VkQueue queue, uint32_t ... type VkMemoryAllocateInfo (line 2302) | typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, cons... type const (line 2306) | typedef VkResult (VKAPI_PTR *PFN_vkFlushMappedMemoryRanges)(VkDevice dev... type const (line 2307) | typedef VkResult (VKAPI_PTR *PFN_vkInvalidateMappedMemoryRanges)(VkDevic... type const (line 2315) | typedef VkResult (VKAPI_PTR *PFN_vkQueueBindSparse)(VkQueue queue, uint3... type VkFenceCreateInfo (line 2316) | typedef VkResult (VKAPI_PTR *PFN_vkCreateFence)(VkDevice device, const V... type const (line 2318) | typedef VkResult (VKAPI_PTR *PFN_vkResetFences)(VkDevice device, uint32_... type const (line 2320) | typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint3... type VkSemaphoreCreateInfo (line 2321) | typedef VkResult (VKAPI_PTR *PFN_vkCreateSemaphore)(VkDevice device, con... type VkEventCreateInfo (line 2323) | typedef VkResult (VKAPI_PTR *PFN_vkCreateEvent)(VkDevice device, const V... type VkQueryPoolCreateInfo (line 2328) | typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, con... type VkBufferCreateInfo (line 2331) | typedef VkResult (VKAPI_PTR *PFN_vkCreateBuffer)(VkDevice device, const ... type VkBufferViewCreateInfo (line 2333) | typedef VkResult (VKAPI_PTR *PFN_vkCreateBufferView)(VkDevice device, co... type VkImageCreateInfo (line 2335) | typedef VkResult (VKAPI_PTR *PFN_vkCreateImage)(VkDevice device, const V... type VkImageViewCreateInfo (line 2338) | typedef VkResult (VKAPI_PTR *PFN_vkCreateImageView)(VkDevice device, con... type VkShaderModuleCreateInfo (line 2340) | typedef VkResult (VKAPI_PTR *PFN_vkCreateShaderModule)(VkDevice device, ... type VkPipelineCacheCreateInfo (line 2342) | typedef VkResult (VKAPI_PTR *PFN_vkCreatePipelineCache)(VkDevice device,... type const (line 2345) | typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device,... type const (line 2346) | typedef VkResult (VKAPI_PTR *PFN_vkCreateGraphicsPipelines)(VkDevice dev... type const (line 2347) | typedef VkResult (VKAPI_PTR *PFN_vkCreateComputePipelines)(VkDevice devi... type VkPipelineLayoutCreateInfo (line 2349) | typedef VkResult (VKAPI_PTR *PFN_vkCreatePipelineLayout)(VkDevice device... type VkSamplerCreateInfo (line 2351) | typedef VkResult (VKAPI_PTR *PFN_vkCreateSampler)(VkDevice device, const... type VkDescriptorSetLayoutCreateInfo (line 2353) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorSetLayout)(VkDevice d... type VkDescriptorPoolCreateInfo (line 2355) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device... type VkDescriptorSetAllocateInfo (line 2358) | typedef VkResult (VKAPI_PTR *PFN_vkAllocateDescriptorSets)(VkDevice devi... type const (line 2359) | typedef VkResult (VKAPI_PTR *PFN_vkFreeDescriptorSets)(VkDevice device, ... type VkFramebufferCreateInfo (line 2361) | typedef VkResult (VKAPI_PTR *PFN_vkCreateFramebuffer)(VkDevice device, c... type VkRenderPassCreateInfo (line 2363) | typedef VkResult (VKAPI_PTR *PFN_vkCreateRenderPass)(VkDevice device, co... type VkCommandPoolCreateInfo (line 2366) | typedef VkResult (VKAPI_PTR *PFN_vkCreateCommandPool)(VkDevice device, c... type VkCommandBufferAllocateInfo (line 2369) | typedef VkResult (VKAPI_PTR *PFN_vkAllocateCommandBuffers)(VkDevice devi... type VkCommandBufferBeginInfo (line 2371) | typedef VkResult (VKAPI_PTR *PFN_vkBeginCommandBuffer)(VkCommandBuffer c... type VkColorSpaceKHR (line 3226) | typedef enum VkColorSpaceKHR { type VkPresentModeKHR (line 3246) | typedef enum VkPresentModeKHR { type VkSurfaceTransformFlagBitsKHR (line 3258) | typedef enum VkSurfaceTransformFlagBitsKHR { type VkFlags (line 3270) | typedef VkFlags VkSurfaceTransformFlagsKHR; type VkCompositeAlphaFlagBitsKHR (line 3272) | typedef enum VkCompositeAlphaFlagBitsKHR { type VkFlags (line 3279) | typedef VkFlags VkCompositeAlphaFlagsKHR; type VkSurfaceCapabilitiesKHR (line 3281) | typedef struct VkSurfaceCapabilitiesKHR { type VkSurfaceFormatKHR (line 3294) | typedef struct VkSurfaceFormatKHR { type VkFlags (line 3342) | typedef VkFlags VkSwapchainCreateFlagsKHR; type VkSwapchainCreateInfoKHR (line 3344) | typedef struct VkSwapchainCreateInfoKHR { type VkPresentInfoKHR (line 3365) | typedef struct VkPresentInfoKHR { type VkSwapchainCreateInfoKHR (line 3377) | typedef VkResult (VKAPI_PTR *PFN_vkCreateSwapchainKHR)(VkDevice device, ... type VkPresentInfoKHR (line 3381) | typedef VkResult (VKAPI_PTR *PFN_vkQueuePresentKHR)(VkQueue queue, const... type VkDisplayPlaneAlphaFlagBitsKHR (line 3422) | typedef enum VkDisplayPlaneAlphaFlagBitsKHR { type VkFlags (line 3429) | typedef VkFlags VkDisplayPlaneAlphaFlagsKHR; type VkFlags (line 3430) | typedef VkFlags VkDisplayModeCreateFlagsKHR; type VkFlags (line 3431) | typedef VkFlags VkDisplaySurfaceCreateFlagsKHR; type VkDisplayPropertiesKHR (line 3433) | typedef struct VkDisplayPropertiesKHR { type VkDisplayModeParametersKHR (line 3443) | typedef struct VkDisplayModeParametersKHR { type VkDisplayModePropertiesKHR (line 3448) | typedef struct VkDisplayModePropertiesKHR { type VkDisplayModeCreateInfoKHR (line 3453) | typedef struct VkDisplayModeCreateInfoKHR { type VkDisplayPlaneCapabilitiesKHR (line 3460) | typedef struct VkDisplayPlaneCapabilitiesKHR { type VkDisplayPlanePropertiesKHR (line 3472) | typedef struct VkDisplayPlanePropertiesKHR { type VkDisplaySurfaceCreateInfoKHR (line 3477) | typedef struct VkDisplaySurfaceCreateInfoKHR { type VkDisplayModeCreateInfoKHR (line 3495) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDisplayModeKHR)(VkPhysicalDevic... type VkDisplaySurfaceCreateInfoKHR (line 3497) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDisplayPlaneSurfaceKHR)(VkInsta... type VkDisplayPresentInfoKHR (line 3546) | typedef struct VkDisplayPresentInfoKHR { type const (line 3555) | typedef VkResult (VKAPI_PTR *PFN_vkCreateSharedSwapchainsKHR)(VkDevice d... type VkFlags (line 3573) | typedef VkFlags VkXlibSurfaceCreateFlagsKHR; type VkXlibSurfaceCreateInfoKHR (line 3575) | typedef struct VkXlibSurfaceCreateInfoKHR { type VkXlibSurfaceCreateInfoKHR (line 3584) | typedef VkResult (VKAPI_PTR *PFN_vkCreateXlibSurfaceKHR)(VkInstance inst... type VkFlags (line 3609) | typedef VkFlags VkXcbSurfaceCreateFlagsKHR; type VkXcbSurfaceCreateInfoKHR (line 3611) | typedef struct VkXcbSurfaceCreateInfoKHR { type VkXcbSurfaceCreateInfoKHR (line 3620) | typedef VkResult (VKAPI_PTR *PFN_vkCreateXcbSurfaceKHR)(VkInstance insta... type VkFlags (line 3645) | typedef VkFlags VkWaylandSurfaceCreateFlagsKHR; type VkWaylandSurfaceCreateInfoKHR (line 3647) | typedef struct VkWaylandSurfaceCreateInfoKHR { type VkWaylandSurfaceCreateInfoKHR (line 3656) | typedef VkResult (VKAPI_PTR *PFN_vkCreateWaylandSurfaceKHR)(VkInstance i... type wl_display (line 3669) | struct wl_display type VkFlags (line 3680) | typedef VkFlags VkMirSurfaceCreateFlagsKHR; type VkMirSurfaceCreateInfoKHR (line 3682) | typedef struct VkMirSurfaceCreateInfoKHR { type VkMirSurfaceCreateInfoKHR (line 3691) | typedef VkResult (VKAPI_PTR *PFN_vkCreateMirSurfaceKHR)(VkInstance insta... type VkFlags (line 3715) | typedef VkFlags VkAndroidSurfaceCreateFlagsKHR; type VkAndroidSurfaceCreateInfoKHR (line 3717) | typedef struct VkAndroidSurfaceCreateInfoKHR { type VkAndroidSurfaceCreateInfoKHR (line 3725) | typedef VkResult (VKAPI_PTR *PFN_vkCreateAndroidSurfaceKHR)(VkInstance i... type VkFlags (line 3743) | typedef VkFlags VkWin32SurfaceCreateFlagsKHR; type VkWin32SurfaceCreateInfoKHR (line 3745) | typedef struct VkWin32SurfaceCreateInfoKHR { type VkWin32SurfaceCreateInfoKHR (line 3754) | typedef VkResult (VKAPI_PTR *PFN_vkCreateWin32SurfaceKHR)(VkInstance ins... type VkPhysicalDeviceFeatures2KHR (line 3779) | typedef struct VkPhysicalDeviceFeatures2KHR { type VkPhysicalDeviceProperties2KHR (line 3785) | typedef struct VkPhysicalDeviceProperties2KHR { type VkFormatProperties2KHR (line 3791) | typedef struct VkFormatProperties2KHR { type VkImageFormatProperties2KHR (line 3797) | typedef struct VkImageFormatProperties2KHR { type VkPhysicalDeviceImageFormatInfo2KHR (line 3803) | typedef struct VkPhysicalDeviceImageFormatInfo2KHR { type VkQueueFamilyProperties2KHR (line 3813) | typedef struct VkQueueFamilyProperties2KHR { type VkPhysicalDeviceMemoryProperties2KHR (line 3819) | typedef struct VkPhysicalDeviceMemoryProperties2KHR { type VkSparseImageFormatProperties2KHR (line 3825) | typedef struct VkSparseImageFormatProperties2KHR { type VkPhysicalDeviceSparseImageFormatInfo2KHR (line 3831) | typedef struct VkPhysicalDeviceSparseImageFormatInfo2KHR { type VkPhysicalDeviceImageFormatInfo2KHR (line 3845) | typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatPropertie... type VkFlags (line 3894) | typedef VkFlags VkCommandPoolTrimFlagsKHR; type VkDebugReportObjectTypeEXT (line 3913) | typedef enum VkDebugReportObjectTypeEXT { type VkDebugReportErrorEXT (line 3953) | typedef enum VkDebugReportErrorEXT { type VkDebugReportFlagBitsEXT (line 3963) | typedef enum VkDebugReportFlagBitsEXT { type VkFlags (line 3971) | typedef VkFlags VkDebugReportFlagsEXT; type const (line 3973) | typedef VkBool32 (VKAPI_PTR *PFN_vkDebugReportCallbackEXT)( type VkDebugReportCallbackCreateInfoEXT (line 3984) | typedef struct VkDebugReportCallbackCreateInfoEXT { type VkDebugReportCallbackCreateInfoEXT (line 3993) | typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInsta... type VkRasterizationOrderAMD (line 4035) | typedef enum VkRasterizationOrderAMD { type VkPipelineRasterizationStateRasterizationOrderAMD (line 4044) | typedef struct VkPipelineRasterizationStateRasterizationOrderAMD { type VkDebugMarkerObjectNameInfoEXT (line 4066) | typedef struct VkDebugMarkerObjectNameInfoEXT { type VkDebugMarkerObjectTagInfoEXT (line 4074) | typedef struct VkDebugMarkerObjectTagInfoEXT { type VkDebugMarkerMarkerInfoEXT (line 4084) | typedef struct VkDebugMarkerMarkerInfoEXT { type VkDedicatedAllocationImageCreateInfoNV (line 4128) | typedef struct VkDedicatedAllocationImageCreateInfoNV { type VkDedicatedAllocationBufferCreateInfoNV (line 4134) | typedef struct VkDedicatedAllocationBufferCreateInfoNV { type VkDedicatedAllocationMemoryAllocateInfoNV (line 4140) | typedef struct VkDedicatedAllocationMemoryAllocateInfoNV { type VkExternalMemoryHandleTypeFlagBitsNV (line 4201) | typedef enum VkExternalMemoryHandleTypeFlagBitsNV { type VkFlags (line 4208) | typedef VkFlags VkExternalMemoryHandleTypeFlagsNV; type VkExternalMemoryFeatureFlagBitsNV (line 4210) | typedef enum VkExternalMemoryFeatureFlagBitsNV { type VkFlags (line 4216) | typedef VkFlags VkExternalMemoryFeatureFlagsNV; type VkExternalImageFormatPropertiesNV (line 4218) | typedef struct VkExternalImageFormatPropertiesNV { type VkExternalMemoryImageCreateInfoNV (line 4244) | typedef struct VkExternalMemoryImageCreateInfoNV { type VkExportMemoryAllocateInfoNV (line 4250) | typedef struct VkExportMemoryAllocateInfoNV { type VkImportMemoryWin32HandleInfoNV (line 4263) | typedef struct VkImportMemoryWin32HandleInfoNV { type VkExportMemoryWin32HandleInfoNV (line 4270) | typedef struct VkExportMemoryWin32HandleInfoNV { type VkWin32KeyedMutexAcquireReleaseInfoNV (line 4294) | typedef struct VkWin32KeyedMutexAcquireReleaseInfoNV { type VkValidationCheckEXT (line 4314) | typedef enum VkValidationCheckEXT { type VkValidationFlagsEXT (line 4322) | typedef struct VkValidationFlagsEXT { type VkFlags (line 4336) | typedef VkFlags VkViSurfaceCreateFlagsNN; type VkViSurfaceCreateInfoNN (line 4338) | typedef struct VkViSurfaceCreateInfoNN { type VkViSurfaceCreateInfoNN (line 4346) | typedef VkResult (VKAPI_PTR *PFN_vkCreateViSurfaceNN)(VkInstance instanc... type VkIndirectCommandsTokenTypeNVX (line 4375) | typedef enum VkIndirectCommandsTokenTypeNVX { type VkObjectEntryTypeNVX (line 4390) | typedef enum VkObjectEntryTypeNVX { type VkIndirectCommandsLayoutUsageFlagBitsNVX (line 4403) | typedef enum VkIndirectCommandsLayoutUsageFlagBitsNVX { type VkFlags (line 4410) | typedef VkFlags VkIndirectCommandsLayoutUsageFlagsNVX; type VkObjectEntryUsageFlagBitsNVX (line 4412) | typedef enum VkObjectEntryUsageFlagBitsNVX { type VkFlags (line 4417) | typedef VkFlags VkObjectEntryUsageFlagsNVX; type VkDeviceGeneratedCommandsFeaturesNVX (line 4419) | typedef struct VkDeviceGeneratedCommandsFeaturesNVX { type VkDeviceGeneratedCommandsLimitsNVX (line 4425) | typedef struct VkDeviceGeneratedCommandsLimitsNVX { type VkIndirectCommandsTokenNVX (line 4435) | typedef struct VkIndirectCommandsTokenNVX { type VkIndirectCommandsLayoutTokenNVX (line 4441) | typedef struct VkIndirectCommandsLayoutTokenNVX { type VkIndirectCommandsLayoutCreateInfoNVX (line 4448) | typedef struct VkIndirectCommandsLayoutCreateInfoNVX { type VkCmdProcessCommandsInfoNVX (line 4457) | typedef struct VkCmdProcessCommandsInfoNVX { type VkCmdReserveSpaceForCommandsInfoNVX (line 4472) | typedef struct VkCmdReserveSpaceForCommandsInfoNVX { type VkObjectTableCreateInfoNVX (line 4480) | typedef struct VkObjectTableCreateInfoNVX { type VkObjectTableEntryNVX (line 4494) | typedef struct VkObjectTableEntryNVX { type VkObjectTablePipelineEntryNVX (line 4499) | typedef struct VkObjectTablePipelineEntryNVX { type VkObjectTableDescriptorSetEntryNVX (line 4505) | typedef struct VkObjectTableDescriptorSetEntryNVX { type VkObjectTableVertexBufferEntryNVX (line 4512) | typedef struct VkObjectTableVertexBufferEntryNVX { type VkObjectTableIndexBufferEntryNVX (line 4518) | typedef struct VkObjectTableIndexBufferEntryNVX { type VkObjectTablePushConstantEntryNVX (line 4525) | typedef struct VkObjectTablePushConstantEntryNVX { type VkIndirectCommandsLayoutCreateInfoNVX (line 4535) | typedef VkResult (VKAPI_PTR *PFN_vkCreateIndirectCommandsLayoutNVX)(VkDe... type VkObjectTableCreateInfoNVX (line 4537) | typedef VkResult (VKAPI_PTR *PFN_vkCreateObjectTableNVX)(VkDevice device... type const (line 4539) | typedef VkResult (VKAPI_PTR *PFN_vkRegisterObjectsNVX)(VkDevice device, ... type const (line 4540) | typedef VkResult (VKAPI_PTR *PFN_vkUnregisterObjectsNVX)(VkDevice device... type VkSurfaceCounterFlagBitsEXT (line 4635) | typedef enum VkSurfaceCounterFlagBitsEXT { type VkFlags (line 4639) | typedef VkFlags VkSurfaceCounterFlagsEXT; type VkSurfaceCapabilities2EXT (line 4641) | typedef struct VkSurfaceCapabilities2EXT { type VkDisplayPowerStateEXT (line 4672) | typedef enum VkDisplayPowerStateEXT { type VkDeviceEventTypeEXT (line 4682) | typedef enum VkDeviceEventTypeEXT { type VkDisplayEventTypeEXT (line 4690) | typedef enum VkDisplayEventTypeEXT { type VkDisplayPowerInfoEXT (line 4698) | typedef struct VkDisplayPowerInfoEXT { type VkDeviceEventInfoEXT (line 4704) | typedef struct VkDeviceEventInfoEXT { type VkDisplayEventInfoEXT (line 4710) | typedef struct VkDisplayEventInfoEXT { type VkSwapchainCounterCreateInfoEXT (line 4716) | typedef struct VkSwapchainCounterCreateInfoEXT { type VkDeviceEventInfoEXT (line 4724) | typedef VkResult (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice devi... type const (line 4725) | typedef VkResult (VKAPI_PTR *PFN_vkRegisterDisplayEventEXT)(VkDevice dev... FILE: external/GLFW/examples/boing.c type DRAW_BALL_ENUM (line 86) | typedef enum { DRAW_BALL, DRAW_BALL_SHADOW } DRAW_BALL_ENUM; type vertex_t (line 89) | typedef struct {float x; float y; float z;} vertex_t; function GLfloat (line 117) | GLfloat TruncateDeg( GLfloat deg ) function deg2rad (line 129) | double deg2rad( double deg ) function sin_deg (line 137) | double sin_deg( double deg ) function cos_deg (line 145) | double cos_deg( double deg ) function CrossProduct (line 155) | void CrossProduct( vertex_t a, vertex_t b, vertex_t c, vertex_t *n ) function init (line 180) | void init( void ) function display (line 194) | void display(void) function reshape (line 215) | void reshape( GLFWwindow* window, int w, int h ) function key_callback (line 238) | void key_callback( GLFWwindow* window, int key, int scancode, int action... function set_ball_pos (line 268) | static void set_ball_pos ( GLfloat x, GLfloat y ) function mouse_button_callback (line 274) | void mouse_button_callback( GLFWwindow* window, int button, int action, ... function cursor_position_callback (line 290) | void cursor_position_callback( GLFWwindow* window, double x, double y ) function DrawBoingBall (line 307) | void DrawBoingBall( void ) function BounceBall (line 384) | void BounceBall( double delta_t ) function DrawBoingBallBand (line 437) | void DrawBoingBallBand( GLfloat long_lo, function DrawGrid (line 541) | void DrawGrid( void ) function main (line 622) | int main( void ) FILE: external/GLFW/examples/gears.c function gear (line 49) | static void function draw (line 173) | static void draw(void) function animate (line 206) | static void animate(void) function key (line 213) | void key( GLFWwindow* window, int k, int s, int action, int mods ) function reshape (line 246) | void reshape( GLFWwindow* window, int width, int height ) function init (line 266) | static void init(void) function main (line 303) | int main(int argc, char *argv[]) FILE: external/GLFW/examples/heightmap.c function GLuint (line 122) | static GLuint make_shader(GLenum type, const char* text) function GLuint (line 149) | static GLuint make_shader_program(const char* vs_text, const char* fs_text) function init_map (line 205) | static void init_map(void) function generate_heightmap__circle (line 289) | static void generate_heightmap__circle(float* center_x, float* center_y, function update_map (line 305) | static void update_map(int num_iter) function make_mesh (line 341) | static void make_mesh(GLuint program) function update_mesh (line 374) | static void update_mesh(void) function key_callback (line 383) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function error_callback (line 394) | static void error_callback(int error, const char* description) function main (line 399) | int main(int argc, char** argv) FILE: external/GLFW/examples/offscreen.c function error_callback (line 73) | static void error_callback(int error, const char* description) function main (line 78) | int main(void) FILE: external/GLFW/examples/particles.c type Vec3 (line 57) | typedef struct type Vertex (line 69) | typedef struct type PARTICLE (line 186) | typedef struct { function usage (line 225) | static void usage(void) function init_particle (line 243) | static void init_particle(PARTICLE *p, double t) function update_particle (line 293) | static void update_particle(PARTICLE *p, float dt) function particle_engine (line 345) | static void particle_engine(double t, float dt) function draw_particles (line 393) | static void draw_particles(GLFWwindow* window, double t, float dt) function draw_fountain (line 603) | static void draw_fountain(void) function tessellate_floor (line 659) | static void tessellate_floor(float x1, float y1, float x2, float y2, int... function draw_floor (line 703) | static void draw_floor(void) function setup_lights (line 747) | static void setup_lights(void) function draw_scene (line 786) | static void draw_scene(GLFWwindow* window, double t) function resize_callback (line 863) | static void resize_callback(GLFWwindow* window, int width, int height) function key_callback (line 874) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function physics_thread_main (line 899) | static int physics_thread_main(void* arg) function main (line 941) | int main(int argc, char** argv) FILE: external/GLFW/examples/simple.c function error_callback (line 66) | static void error_callback(int error, const char* description) function key_callback (line 71) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 77) | int main(void) FILE: external/GLFW/examples/splitview.c function drawTorus (line 58) | static void drawTorus(void) function drawScene (line 119) | static void drawScene(void) function drawGrid (line 151) | static void drawGrid(float scale, int steps) function drawAllViews (line 213) | static void drawAllViews(void) function framebufferSizeFun (line 383) | static void framebufferSizeFun(GLFWwindow* window, int w, int h) function windowRefreshFun (line 395) | static void windowRefreshFun(GLFWwindow* window) function cursorPosFun (line 407) | static void cursorPosFun(GLFWwindow* window, double x, double y) function mouseButtonFun (line 453) | static void mouseButtonFun(GLFWwindow* window, int button, int action, i... function key_callback (line 473) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 484) | int main(void) FILE: external/GLFW/examples/wave.c type Vertex (line 37) | struct Vertex type Vertex (line 52) | struct Vertex function init_vertices (line 69) | void init_vertices(void) function init_grid (line 117) | void init_grid(void) function draw_scene (line 148) | void draw_scene(GLFWwindow* window) function init_opengl (line 173) | void init_opengl(void) function adjust_grid (line 197) | void adjust_grid(void) function calc_grid (line 217) | void calc_grid(void) function error_callback (line 264) | static void error_callback(int error, const char* description) function key_callback (line 274) | void key_callback(GLFWwindow* window, int key, int scancode, int action,... function mouse_button_callback (line 317) | void mouse_button_callback(GLFWwindow* window, int button, int action, i... function cursor_position_callback (line 336) | void cursor_position_callback(GLFWwindow* window, double x, double y) function scroll_callback (line 353) | void scroll_callback(GLFWwindow* window, double x, double y) function framebuffer_size_callback (line 365) | void framebuffer_size_callback(GLFWwindow* window, int width, int height) function main (line 390) | int main(int argc, char* argv[]) FILE: external/GLFW/include/GLFW/glfw3.h type GLFWmonitor (line 1077) | typedef struct GLFWmonitor GLFWmonitor; type GLFWwindow (line 1089) | typedef struct GLFWwindow GLFWwindow; type GLFWcursor (line 1101) | typedef struct GLFWcursor GLFWcursor; type GLFWvidmode (line 1455) | typedef struct GLFWvidmode type GLFWgammaramp (line 1489) | typedef struct GLFWgammaramp type GLFWimage (line 1516) | typedef struct GLFWimage type GLFWgamepadstate (line 1538) | typedef struct GLFWgamepadstate FILE: external/GLFW/src/cocoa_joystick.h type _GLFWjoystickNS (line 39) | typedef struct _GLFWjoystickNS FILE: external/GLFW/src/cocoa_platform.h type VkFlags (line 39) | typedef VkFlags VkMacOSSurfaceCreateFlagsMVK; type VkMacOSSurfaceCreateInfoMVK (line 41) | typedef struct VkMacOSSurfaceCreateInfoMVK type VkMacOSSurfaceCreateInfoMVK (line 49) | typedef VkResult (APIENTRY *PFN_vkCreateMacOSSurfaceMVK)(VkInstance,cons... type TISInputSourceRef (line 72) | typedef TISInputSourceRef (*PFN_TISCopyCurrentKeyboardLayoutInputSource)... type UInt8 (line 76) | typedef UInt8 (*PFN_LMGetKbdType)(void); type _GLFWwindowNS (line 82) | typedef struct _GLFWwindowNS type _GLFWlibraryNS (line 100) | typedef struct _GLFWlibraryNS type _GLFWmonitorNS (line 133) | typedef struct _GLFWmonitorNS type _GLFWcursorNS (line 143) | typedef struct _GLFWcursorNS type _GLFWtimerNS (line 151) | typedef struct _GLFWtimerNS FILE: external/GLFW/src/cocoa_time.c function _glfwInitTimerNS (line 38) | void _glfwInitTimerNS(void) function _glfwPlatformGetTimerValue (line 51) | uint64_t _glfwPlatformGetTimerValue(void) function _glfwPlatformGetTimerFrequency (line 56) | uint64_t _glfwPlatformGetTimerFrequency(void) FILE: external/GLFW/src/context.c function GLFWbool (line 41) | GLFWbool _glfwIsValidContextConfig(const _GLFWctxconfig* ctxconfig) function _GLFWfbconfig (line 158) | const _GLFWfbconfig* _glfwChooseFBConfig(const _GLFWfbconfig* desired, function GLFWbool (line 324) | GLFWbool _glfwRefreshContextAttribs(const _GLFWctxconfig* ctxconfig) function GLFWbool (line 550) | GLFWbool _glfwStringInExtensionString(const char* string, const char* ex... function GLFWAPI (line 581) | GLFWAPI void glfwMakeContextCurrent(GLFWwindow* handle) function GLFWAPI (line 604) | GLFWAPI GLFWwindow* glfwGetCurrentContext(void) function GLFWAPI (line 610) | GLFWAPI void glfwSwapBuffers(GLFWwindow* handle) function GLFWAPI (line 626) | GLFWAPI void glfwSwapInterval(int interval) function GLFWAPI (line 642) | GLFWAPI int glfwExtensionSupported(const char* extension) function GLFWAPI (line 707) | GLFWAPI GLFWglproc glfwGetProcAddress(const char* procname) FILE: external/GLFW/src/egl_context.c function getEGLConfigAttrib (line 79) | static int getEGLConfigAttrib(EGLConfig config, int attrib) function GLFWbool (line 88) | static GLFWbool chooseEGLConfig(const _GLFWctxconfig* ctxconfig, function makeContextCurrentEGL (line 189) | static void makeContextCurrentEGL(_GLFWwindow* window) function swapBuffersEGL (line 221) | static void swapBuffersEGL(_GLFWwindow* window) function swapIntervalEGL (line 233) | static void swapIntervalEGL(int interval) function extensionSupportedEGL (line 238) | static int extensionSupportedEGL(const char* extension) function GLFWglproc (line 250) | static GLFWglproc getProcAddressEGL(const char* procname) function destroyContextEGL (line 265) | static void destroyContextEGL(_GLFWwindow* window) function GLFWbool (line 300) | GLFWbool _glfwInitEGL(void) function _glfwTerminateEGL (line 432) | void _glfwTerminateEGL(void) function GLFWbool (line 708) | GLFWbool _glfwChooseVisualEGL(const _GLFWwndconfig* wndconfig, function GLFWAPI (line 753) | GLFWAPI EGLDisplay glfwGetEGLDisplay(void) function GLFWAPI (line 759) | GLFWAPI EGLContext glfwGetEGLContext(GLFWwindow* handle) function GLFWAPI (line 773) | GLFWAPI EGLSurface glfwGetEGLSurface(GLFWwindow* handle) FILE: external/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 MirEGLNativeDisplayType (line 48) | typedef MirEGLNativeDisplayType EGLNativeDisplayType; type MirEGLNativeWindowType (line 49) | typedef MirEGLNativeWindowType EGLNativeWindowType; type EGLint (line 114) | typedef int EGLint; type EGLBoolean (line 115) | typedef unsigned int EGLBoolean; type EGLenum (line 116) | typedef unsigned int EGLenum; type EGLConfig (line 123) | typedef EGLBoolean (EGLAPIENTRY * PFN_eglGetConfigAttrib)(EGLDisplay,EGL... type EGLConfig (line 124) | typedef EGLBoolean (EGLAPIENTRY * PFN_eglGetConfigs)(EGLDisplay,EGLConfi... type EGLint (line 127) | typedef EGLBoolean (EGLAPIENTRY * PFN_eglInitialize)(EGLDisplay,EGLint*,... type EGLConfig (line 130) | typedef EGLContext (EGLAPIENTRY * PFN_eglCreateContext)(EGLDisplay,EGLCo... type EGLConfig (line 133) | typedef EGLSurface (EGLAPIENTRY * PFN_eglCreateWindowSurface)(EGLDisplay... type EGLSurface (line 134) | typedef EGLBoolean (EGLAPIENTRY * PFN_eglMakeCurrent)(EGLDisplay,EGLSurf... type _GLFWcontextEGL (line 162) | typedef struct _GLFWcontextEGL type _GLFWlibraryEGL (line 174) | typedef struct _GLFWlibraryEGL FILE: external/GLFW/src/glx_context.c function getGLXFBConfigAttrib (line 41) | static int getGLXFBConfigAttrib(GLXFBConfig fbconfig, int attrib) function GLFWbool (line 50) | static GLFWbool chooseGLXFBConfig(const _GLFWfbconfig* desired, function GLXContext (line 145) | static GLXContext createLegacyContextGLX(_GLFWwindow* window, function makeContextCurrentGLX (line 156) | static void makeContextCurrentGLX(_GLFWwindow* window) function swapBuffersGLX (line 182) | static void swapBuffersGLX(_GLFWwindow* window) function swapIntervalGLX (line 187) | static void swapIntervalGLX(int interval) function extensionSupportedGLX (line 206) | static int extensionSupportedGLX(const char* extension) function GLFWglproc (line 219) | 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: external/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: external/GLFW/src/init.c function terminate (line 96) | static void terminate(void) function _glfwInputError (line 148) | void _glfwInputError(int code, const char* format, ...) function GLFWAPI (line 194) | GLFWAPI int glfwInit(void) function GLFWAPI (line 226) | GLFWAPI void glfwTerminate(void) function GLFWAPI (line 234) | GLFWAPI void glfwInitHint(int hint, int value) function GLFWAPI (line 253) | GLFWAPI void glfwInitHintString(int hint, const char* value) function GLFWAPI (line 273) | GLFWAPI void glfwGetVersion(int* major, int* minor, int* rev) function GLFWAPI (line 283) | GLFWAPI const char* glfwGetVersionString(void) function GLFWAPI (line 288) | GLFWAPI int glfwGetError(const char** description) function GLFWAPI (line 312) | GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun) FILE: external/GLFW/src/input.c function _GLFWmapping (line 47) | static _GLFWmapping* findMapping(const char* guid) function GLFWbool (line 62) | static GLFWbool parseMapping(_GLFWmapping* mapping, const char* string) function _glfwInputKey (line 175) | void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int actio... function _glfwInputChar (line 200) | void _glfwInputChar(_GLFWwindow* window, unsigned int codepoint, int mod... function _glfwInputScroll (line 215) | void _glfwInputScroll(_GLFWwindow* window, double xoffset, double yoffset) function _glfwInputMouseClick (line 221) | void _glfwInputMouseClick(_GLFWwindow* window, int button, int action, i... function _glfwInputCursorPos (line 235) | void _glfwInputCursorPos(_GLFWwindow* window, double xpos, double ypos) function _glfwInputCursorEnter (line 247) | void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered) function _glfwInputDrop (line 253) | void _glfwInputDrop(_GLFWwindow* window, int count, const char** paths) function _glfwInputJoystick (line 259) | void _glfwInputJoystick(_GLFWjoystick* js, int event) function _glfwInputJoystickAxis (line 267) | void _glfwInputJoystickAxis(_GLFWjoystick* js, int axis, float value) function _glfwInputJoystickButton (line 272) | void _glfwInputJoystickButton(_GLFWjoystick* js, int button, char value) function _glfwInputJoystickHat (line 277) | void _glfwInputJoystickHat(_GLFWjoystick* js, int hat, char value) function _GLFWjoystick (line 294) | _GLFWjoystick* _glfwAllocJoystick(const char* name, function _glfwFreeJoystick (line 328) | void _glfwFreeJoystick(_GLFWjoystick* js) function GLFWAPI (line 342) | GLFWAPI int glfwGetInputMode(GLFWwindow* handle, int mode) function GLFWAPI (line 363) | GLFWAPI void glfwSetInputMode(GLFWwindow* handle, int mode, int value) function GLFWAPI (line 438) | GLFWAPI const char* glfwGetKeyName(int key, int scancode) function GLFWAPI (line 457) | GLFWAPI int glfwGetKeyScancode(int key) function GLFWAPI (line 470) | GLFWAPI int glfwGetKey(GLFWwindow* handle, int key) function GLFWAPI (line 493) | GLFWAPI int glfwGetMouseButton(GLFWwindow* handle, int button) function GLFWAPI (line 516) | GLFWAPI void glfwGetCursorPos(GLFWwindow* handle, double* xpos, double* ... function GLFWAPI (line 539) | GLFWAPI void glfwSetCursorPos(GLFWwindow* handle, double xpos, double ypos) function GLFWAPI (line 571) | GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, i... function GLFWAPI (line 592) | GLFWAPI GLFWcursor* glfwCreateStandardCursor(int shape) function GLFWAPI (line 622) | GLFWAPI void glfwDestroyCursor(GLFWcursor* handle) function GLFWAPI (line 657) | GLFWAPI void glfwSetCursor(GLFWwindow* windowHandle, GLFWcursor* cursorH... function GLFWAPI (line 670) | GLFWAPI GLFWkeyfun glfwSetKeyCallback(GLFWwindow* handle, GLFWkeyfun cbfun) function GLFWAPI (line 680) | GLFWAPI GLFWcharfun glfwSetCharCallback(GLFWwindow* handle, GLFWcharfun ... function GLFWAPI (line 690) | GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* handle, GLFW... function GLFWAPI (line 700) | GLFWAPI GLFWmousebuttonfun glfwSetMouseButtonCallback(GLFWwindow* handle, function GLFWAPI (line 711) | GLFWAPI GLFWcursorposfun glfwSetCursorPosCallback(GLFWwindow* handle, function GLFWAPI (line 722) | GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* handle, function GLFWAPI (line 733) | GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* handle, function GLFWAPI (line 744) | GLFWAPI GLFWdropfun glfwSetDropCallback(GLFWwindow* handle, GLFWdropfun ... function GLFWAPI (line 754) | GLFWAPI int glfwJoystickPresent(int jid) function GLFWAPI (line 776) | GLFWAPI const float* glfwGetJoystickAxes(int jid, int* count) function GLFWAPI (line 867) | GLFWAPI const char* glfwGetJoystickName(int jid) function GLFWAPI (line 892) | GLFWAPI const char* glfwGetJoystickGUID(int jid) function GLFWAPI (line 917) | GLFWAPI GLFWjoystickfun glfwSetJoystickCallback(GLFWjoystickfun cbfun) function GLFWAPI (line 924) | GLFWAPI int glfwUpdateGamepadMappings(const char* string) function GLFWAPI (line 982) | GLFWAPI int glfwJoystickIsGamepad(int jid) function GLFWAPI (line 1007) | GLFWAPI const char* glfwGetGamepadName(int jid) function GLFWAPI (line 1035) | GLFWAPI int glfwGetGamepadState(int jid, GLFWgamepadstate* state) function GLFWAPI (line 1100) | GLFWAPI void glfwSetClipboardString(GLFWwindow* handle, const char* string) function GLFWAPI (line 1110) | GLFWAPI const char* glfwGetClipboardString(GLFWwindow* handle) function GLFWAPI (line 1119) | GLFWAPI double glfwGetTime(void) function GLFWAPI (line 1126) | GLFWAPI void glfwSetTime(double time) function GLFWAPI (line 1140) | GLFWAPI uint64_t glfwGetTimerValue(void) function GLFWAPI (line 1146) | GLFWAPI uint64_t glfwGetTimerFrequency(void) FILE: external/GLFW/src/internal.h type GLFWbool (line 59) | typedef int GLFWbool; type _GLFWerror (line 61) | typedef struct _GLFWerror _GLFWerror; type _GLFWinitconfig (line 62) | typedef struct _GLFWinitconfig _GLFWinitconfig; type _GLFWwndconfig (line 63) | typedef struct _GLFWwndconfig _GLFWwndconfig; type _GLFWctxconfig (line 64) | typedef struct _GLFWctxconfig _GLFWctxconfig; type _GLFWfbconfig (line 65) | typedef struct _GLFWfbconfig _GLFWfbconfig; type _GLFWcontext (line 66) | typedef struct _GLFWcontext _GLFWcontext; type _GLFWwindow (line 67) | typedef struct _GLFWwindow _GLFWwindow; type _GLFWlibrary (line 68) | typedef struct _GLFWlibrary _GLFWlibrary; type _GLFWmonitor (line 69) | typedef struct _GLFWmonitor _GLFWmonitor; type _GLFWcursor (line 70) | typedef struct _GLFWcursor _GLFWcursor; type _GLFWmapelement (line 71) | typedef struct _GLFWmapelement _GLFWmapelement; type _GLFWmapping (line 72) | typedef struct _GLFWmapping _GLFWmapping; type _GLFWjoystick (line 73) | typedef struct _GLFWjoystick _GLFWjoystick; type _GLFWtls (line 74) | typedef struct _GLFWtls _GLFWtls; type _GLFWmutex (line 75) | typedef struct _GLFWmutex _GLFWmutex; type GLFWglproc (line 81) | typedef GLFWglproc (* _GLFWgetprocaddressfun)(const char*); type GLint (line 103) | typedef int GLint; type GLuint (line 104) | typedef unsigned int GLuint; type GLenum (line 105) | typedef unsigned int GLenum; type GLbitfield (line 106) | typedef unsigned int GLbitfield; type GLubyte (line 107) | typedef unsigned char GLubyte; type GLubyte (line 110) | typedef const GLubyte* (APIENTRY * PFNGLGETSTRINGPROC)(GLenum); type GLubyte (line 112) | typedef const GLubyte* (APIENTRY * PFNGLGETSTRINGIPROC)(GLenum,GLuint); type VkSurfaceKHR (line 118) | typedef uint64_t VkSurfaceKHR; type VkFlags (line 119) | typedef uint32_t VkFlags; type VkBool32 (line 120) | typedef uint32_t VkBool32; type VkStructureType (line 122) | typedef enum VkStructureType type VkResult (line 133) | typedef enum VkResult type VkAllocationCallbacks (line 161) | typedef struct VkAllocationCallbacks VkAllocationCallbacks; type VkExtensionProperties (line 163) | typedef struct VkExtensionProperties type _GLFWerror (line 264) | struct _GLFWerror type _GLFWinitconfig (line 275) | struct _GLFWinitconfig type _GLFWwndconfig (line 294) | struct _GLFWwndconfig type _GLFWctxconfig (line 319) | struct _GLFWctxconfig type _GLFWfbconfig (line 345) | struct _GLFWfbconfig type _GLFWcontext (line 368) | struct _GLFWcontext type _GLFWwindow (line 399) | struct _GLFWwindow type _GLFWmonitor (line 453) | struct _GLFWmonitor type _GLFWcursor (line 476) | struct _GLFWcursor type _GLFWmapelement (line 486) | struct _GLFWmapelement type _GLFWmapping (line 494) | struct _GLFWmapping type _GLFWjoystick (line 504) | struct _GLFWjoystick type _GLFWtls (line 523) | struct _GLFWtls type _GLFWmutex (line 531) | struct _GLFWmutex type _GLFWlibrary (line 539) | struct _GLFWlibrary FILE: external/GLFW/src/linux_joystick.c function handleKeyEvent (line 43) | static void handleKeyEvent(_GLFWjoystick* js, int code, int value) function handleAbsEvent (line 52) | static void handleAbsEvent(_GLFWjoystick* js, int code, int value) function pollAbsState (line 100) | static void pollAbsState(_GLFWjoystick* js) function GLFWbool (line 122) | static GLFWbool openJoystickDevice(const char* path) function closeJoystick (line 239) | static void closeJoystick(_GLFWjoystick* js) function compareJoysticks (line 248) | static int compareJoysticks(const void* fp, const void* sp) function GLFWbool (line 262) | GLFWbool _glfwInitJoysticksLinux(void) function _glfwTerminateJoysticksLinux (line 318) | void _glfwTerminateJoysticksLinux(void) function _glfwDetectJoystickConnectionLinux (line 340) | void _glfwDetectJoystickConnectionLinux(void) function _glfwPlatformPollJoystick (line 386) | int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode) function _glfwPlatformUpdateGamepadGUID (line 426) | void _glfwPlatformUpdateGamepadGUID(char* guid) FILE: external/GLFW/src/linux_joystick.h type _GLFWjoystickLinux (line 38) | typedef struct _GLFWjoystickLinux type _GLFWlibraryLinux (line 50) | typedef struct _GLFWlibraryLinux FILE: external/GLFW/src/mir_init.c function createKeyTables (line 36) | static void createKeyTables(void) function _glfwPlatformInit (line 173) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 214) | void _glfwPlatformTerminate(void) FILE: external/GLFW/src/mir_monitor.c function _glfwPollMonitorsMir (line 38) | void _glfwPollMonitorsMir(void) function _glfwPlatformGetMonitorPos (line 83) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function FillInRGBBitsFromPixelFormat (line 91) | static void FillInRGBBitsFromPixelFormat(GLFWvidmode* mode, const MirPix... function GLFWvidmode (line 124) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found) function _glfwPlatformGetVideoMode (line 178) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function _glfwPlatformGetGammaRamp (line 183) | void _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp) function _glfwPlatformSetGammaRamp (line 189) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaram... function GLFWAPI (line 200) | GLFWAPI int glfwGetMirMonitor(GLFWmonitor* handle) FILE: external/GLFW/src/mir_platform.h type VkFlags (line 33) | typedef VkFlags VkMirWindowCreateFlagsKHR; type VkMirWindowCreateInfoKHR (line 35) | typedef struct VkMirWindowCreateInfoKHR type VkMirWindowCreateInfoKHR (line 44) | typedef VkResult (APIENTRY *PFN_vkCreateMirWindowKHR)(VkInstance,const V... type MirConnection (line 45) | typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceMirPresentationSuppor... type EventQueue (line 72) | typedef struct EventQueue type _GLFWwindowMir (line 79) | typedef struct _GLFWwindowMir type _GLFWmonitorMir (line 91) | typedef struct _GLFWmonitorMir type _GLFWlibraryMir (line 102) | typedef struct _GLFWlibraryMir type _GLFWcursorMir (line 122) | typedef struct _GLFWcursorMir FILE: external/GLFW/src/mir_window.c type EventNode (line 34) | typedef struct EventNode function deleteNode (line 41) | static void deleteNode(EventQueue* queue, EventNode* node) function GLFWbool (line 47) | static GLFWbool emptyEventQueue(EventQueue* queue) function EventNode (line 55) | static EventNode* newEventNode(const MirEvent* event, _GLFWwindow* context) function enqueueEvent (line 64) | static void enqueueEvent(const MirEvent* event, _GLFWwindow* context) function EventNode (line 76) | static EventNode* dequeueEvent(EventQueue* queue) function MirPixelFormat (line 92) | static MirPixelFormat findValidPixelFormat(void) function mirModToGLFWMod (line 114) | static int mirModToGLFWMod(uint32_t mods) function toGLFWKeyCode (line 130) | static int toGLFWKeyCode(uint32_t key) function handleKeyEvent (line 138) | static void handleKeyEvent(const MirKeyboardEvent* key_event, _GLFWwindo... function handlePointerButton (line 156) | static void handlePointerButton(_GLFWwindow* window, function handlePointerMotion (line 198) | static void handlePointerMotion(_GLFWwindow* window, function handlePointerEvent (line 228) | static void handlePointerEvent(const MirPointerEvent* pointer_event, function handleInput (line 252) | static void handleInput(const MirInputEvent* input_event, _GLFWwindow* w... function handleEvent (line 269) | static void handleEvent(const MirEvent* event, _GLFWwindow* window) function addNewEvent (line 283) | static void addNewEvent(MirWindow* window, const MirEvent* event, void* ... function GLFWbool (line 288) | static GLFWbool createWindow(_GLFWwindow* window) function setWindowConfinement (line 325) | static void setWindowConfinement(_GLFWwindow* window, MirPointerConfinem... function _glfwInitEventQueueMir (line 340) | void _glfwInitEventQueueMir(EventQueue* queue) function _glfwDeleteEventQueueMir (line 345) | void _glfwDeleteEventQueueMir(EventQueue* queue) function _glfwPlatformCreateWindow (line 370) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 424) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 439) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 449) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, function _glfwPlatformSetWindowSize (line 456) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 468) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 484) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int numer, i... function _glfwPlatformSetWindowPos (line 490) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowFrameSize (line 496) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 504) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformGetWindowSize (line 510) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformIconifyWindow (line 518) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 529) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 540) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 551) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformShowWindow (line 562) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 573) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 579) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformSetWindowMonitor (line 585) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformWindowFocused (line 595) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 600) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 607) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 612) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 617) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 624) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 630) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 636) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformPollEvents (line 642) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 653) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 665) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 683) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetFramebufferSize (line 687) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, in... function _glfwPlatformCreateCursor (line 695) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 754) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 763) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function setCursorNameForWindow (line 771) | static void setCursorNameForWindow(MirWindow* window, char const* name) function _glfwPlatformSetCursor (line 779) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function _glfwPlatformGetCursorPos (line 800) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 806) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double xpos, double ... function _glfwPlatformSetCursorMode (line 812) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformGetKeyScancode (line 847) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformSetClipboardString (line 852) | void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* st... function _glfwPlatformGetRequiredInstanceExtensions (line 866) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 875) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 895) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, function GLFWAPI (line 934) | GLFWAPI MirConnection* glfwGetMirDisplay(void) function GLFWAPI (line 940) | GLFWAPI MirWindow* glfwGetMirWindow(GLFWwindow* handle) FILE: external/GLFW/src/monitor.c function compareVideoModes (line 40) | static int compareVideoModes(const void* fp, const void* sp) function GLFWbool (line 63) | static GLFWbool refreshVideoModes(_GLFWmonitor* monitor) function _glfwInputMonitor (line 89) | void _glfwInputMonitor(_GLFWmonitor* monitor, int action, int placement) function _glfwInputMonitorWindow (line 131) | void _glfwInputMonitorWindow(_GLFWmonitor* monitor, _GLFWwindow* window) function _GLFWmonitor (line 141) | _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heigh... function _glfwFreeMonitor (line 153) | void _glfwFreeMonitor(_GLFWmonitor* monitor) function _glfwAllocGammaArrays (line 166) | void _glfwAllocGammaArrays(GLFWgammaramp* ramp, unsigned int size) function _glfwFreeGammaArrays (line 174) | void _glfwFreeGammaArrays(GLFWgammaramp* ramp) function GLFWvidmode (line 183) | const GLFWvidmode* _glfwChooseVideoMode(_GLFWmonitor* monitor, function _glfwCompareVideoModes (line 233) | int _glfwCompareVideoModes(const GLFWvidmode* fm, const GLFWvidmode* sm) function _glfwSplitBPP (line 238) | void _glfwSplitBPP(int bpp, int* red, int* green, int* blue) function GLFWAPI (line 262) | GLFWAPI GLFWmonitor** glfwGetMonitors(int* count) function GLFWAPI (line 274) | GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void) function GLFWAPI (line 284) | GLFWAPI void glfwGetMonitorPos(GLFWmonitor* handle, int* xpos, int* ypos) function GLFWAPI (line 299) | GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* handle, int* widthM... function GLFWAPI (line 317) | GLFWAPI const char* glfwGetMonitorName(GLFWmonitor* handle) function GLFWAPI (line 326) | GLFWAPI GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun) function GLFWAPI (line 333) | GLFWAPI const GLFWvidmode* glfwGetVideoModes(GLFWmonitor* handle, int* c... function GLFWAPI (line 350) | GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* handle) function GLFWAPI (line 361) | GLFWAPI void glfwSetGamma(GLFWmonitor* handle, float gamma) function GLFWAPI (line 403) | GLFWAPI const GLFWgammaramp* glfwGetGammaRamp(GLFWmonitor* handle) function GLFWAPI (line 416) | GLFWAPI void glfwSetGammaRamp(GLFWmonitor* handle, const GLFWgammaramp* ... FILE: external/GLFW/src/nsgl_context.h type _GLFWcontextNSGL (line 33) | typedef struct _GLFWcontextNSGL type _GLFWlibraryNSGL (line 42) | typedef struct _GLFWlibraryNSGL FILE: external/GLFW/src/null_init.c function _glfwPlatformInit (line 35) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 41) | void _glfwPlatformTerminate(void) FILE: external/GLFW/src/null_joystick.c function _glfwPlatformPollJoystick (line 34) | int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode) function _glfwPlatformUpdateGamepadGUID (line 39) | void _glfwPlatformUpdateGamepadGUID(char* guid) FILE: external/GLFW/src/null_monitor.c function _glfwPlatformGetMonitorPos (line 35) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function GLFWvidmode (line 39) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found) function _glfwPlatformGetVideoMode (line 44) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function _glfwPlatformGetGammaRamp (line 48) | void _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp) function _glfwPlatformSetGammaRamp (line 52) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaram... FILE: external/GLFW/src/null_platform.h type _GLFWwindowNull (line 57) | typedef struct _GLFWwindowNull FILE: external/GLFW/src/null_window.c function createNativeWindow (line 31) | static int createNativeWindow(_GLFWwindow* window, function _glfwPlatformCreateWindow (line 45) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 73) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 79) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 83) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, int count, function _glfwPlatformSetWindowMonitor (line 88) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 96) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformSetWindowPos (line 100) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowSize (line 104) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformSetWindowSize (line 112) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 118) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 124) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int n, int d) function _glfwPlatformGetFramebufferSize (line 128) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, in... function _glfwPlatformGetWindowFrameSize (line 136) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformIconifyWindow (line 142) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 146) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 150) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 154) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 159) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 164) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 168) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 172) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformShowWindow (line 176) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 181) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformUnhideWindow (line 185) | void _glfwPlatformUnhideWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 189) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 193) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformWindowFocused (line 197) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 202) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 207) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformPollEvents (line 212) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 216) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 220) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 224) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetCursorPos (line 228) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 232) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) function _glfwPlatformSetCursorMode (line 236) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformCreateCursor (line 240) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 247) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 252) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function _glfwPlatformSetCursor (line 256) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function _glfwPlatformSetClipboardString (line 260) | void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* st... function _glfwPlatformGetKeyScancode (line 274) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformGetRequiredInstanceExtensions (line 279) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 283) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 290) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, FILE: external/GLFW/src/osmesa_context.c function makeContextCurrentOSMesa (line 35) | static void makeContextCurrentOSMesa(_GLFWwindow* window) function GLFWglproc (line 69) | static GLFWglproc getProcAddressOSMesa(const char* procname) function destroyContextOSMesa (line 74) | static void destroyContextOSMesa(_GLFWwindow* window) function swapBuffersOSMesa (line 90) | static void swapBuffersOSMesa(_GLFWwindow* window) function swapIntervalOSMesa (line 95) | static void swapIntervalOSMesa(int interval) function extensionSupportedOSMesa (line 100) | static int extensionSupportedOSMesa(const char* extension) function _glfwTerminateOSMesa (line 180) | void _glfwTerminateOSMesa(void) function GLFWbool (line 196) | GLFWbool _glfwCreateContextOSMesa(_GLFWwindow* window, function GLFWAPI (line 293) | GLFWAPI int glfwGetOSMesaColorBuffer(GLFWwindow* handle, int* width, function GLFWAPI (line 324) | GLFWAPI int glfwGetOSMesaDepthBuffer(GLFWwindow* handle, function GLFWAPI (line 357) | GLFWAPI OSMesaContext glfwGetOSMesaContext(GLFWwindow* handle) FILE: external/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: external/GLFW/src/posix_thread.c function GLFWbool (line 38) | GLFWbool _glfwPlatformCreateTls(_GLFWtls* tls) function _glfwPlatformDestroyTls (line 53) | void _glfwPlatformDestroyTls(_GLFWtls* tls) function _glfwPlatformSetTls (line 66) | void _glfwPlatformSetTls(_GLFWtls* tls, void* value) function GLFWbool (line 72) | GLFWbool _glfwPlatformCreateMutex(_GLFWmutex* mutex) function _glfwPlatformDestroyMutex (line 85) | void _glfwPlatformDestroyMutex(_GLFWmutex* mutex) function _glfwPlatformLockMutex (line 92) | void _glfwPlatformLockMutex(_GLFWmutex* mutex) function _glfwPlatformUnlockMutex (line 98) | void _glfwPlatformUnlockMutex(_GLFWmutex* mutex) FILE: external/GLFW/src/posix_thread.h type _GLFWtlsPOSIX (line 36) | typedef struct _GLFWtlsPOSIX type _GLFWmutexPOSIX (line 45) | typedef struct _GLFWmutexPOSIX FILE: external/GLFW/src/posix_time.c function _glfwInitTimerPOSIX (line 40) | void _glfwInitTimerPOSIX(void) function _glfwPlatformGetTimerValue (line 63) | uint64_t _glfwPlatformGetTimerValue(void) function _glfwPlatformGetTimerFrequency (line 81) | uint64_t _glfwPlatformGetTimerFrequency(void) FILE: external/GLFW/src/posix_time.h type _GLFWtimerPOSIX (line 35) | typedef struct _GLFWtimerPOSIX FILE: external/GLFW/src/vulkan.c function GLFWbool (line 42) | GLFWbool _glfwInitVulkan(int mode) function _glfwTerminateVulkan (line 154) | void _glfwTerminateVulkan(void) function GLFWAPI (line 222) | GLFWAPI int glfwVulkanSupported(void) function GLFWAPI (line 228) | GLFWAPI const char** glfwGetRequiredInstanceExtensions(uint32_t* count) function GLFWAPI (line 246) | GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, function GLFWAPI (line 272) | GLFWAPI int glfwGetPhysicalDevicePresentationSupport(VkInstance instance, function GLFWAPI (line 296) | GLFWAPI VkResult glfwCreateWindowSurface(VkInstance instance, FILE: external/GLFW/src/wgl_context.c function getPixelFormatAttrib (line 37) | static int getPixelFormatAttrib(_GLFWwindow* window, int pixelFormat, in... function choosePixelFormat (line 57) | static int choosePixelFormat(_GLFWwindow* window, function makeContextCurrentWGL (line 232) | static void makeContextCurrentWGL(_GLFWwindow* window) function swapBuffersWGL (line 257) | static void swapBuffersWGL(_GLFWwindow* window) function swapIntervalWGL (line 270) | static void swapIntervalWGL(int interval) function extensionSupportedWGL (line 285) | static int extensionSupportedWGL(const char* extension) function GLFWglproc (line 312) | static GLFWglproc getProcAddressWGL(const char* procname) function destroyContextWGL (line 323) | static void destroyContextWGL(_GLFWwindow* window) function loadWGLExtensions (line 334) | static void loadWGLExtensions(void) function GLFWbool (line 428) | GLFWbool _glfwInitWGL(void) function _glfwTerminateWGL (line 459) | void _glfwTerminateWGL(void) function GLFWbool (line 474) | GLFWbool _glfwCreateContextWGL(_GLFWwindow* window, function GLFWAPI (line 718) | GLFWAPI HGLRC glfwGetWGLContext(GLFWwindow* handle) FILE: external/GLFW/src/wgl_context.h type UINT (line 80) | typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC)(HDC,int,int,... type HGLRC (line 83) | typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC)(HDC,HGLRC,const type _GLFWcontextWGL (line 110) | typedef struct _GLFWcontextWGL type _GLFWlibraryWGL (line 120) | typedef struct _GLFWlibraryWGL FILE: external/GLFW/src/win32_init.c function BOOL (line 58) | BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) function BOOL (line 66) | BOOL IsWindowsVersionOrGreater(WORD major, WORD minor, WORD sp) function GLFWbool (line 78) | static GLFWbool loadLibraries(void) function freeLibraries (line 161) | static void freeLibraries(void) function createKeyTables (line 184) | static void createKeyTables(void) function HWND (line 322) | static HWND createHelperWindow(void) function WCHAR (line 373) | WCHAR* _glfwCreateWideStringFromUTF8Win32(const char* source) function _glfwInputErrorWin32 (line 429) | void _glfwInputErrorWin32(int error, const char* description) function _glfwUpdateKeyNamesWin32 (line 450) | void _glfwUpdateKeyNamesWin32(void) function _glfwPlatformInit (line 507) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 542) | void _glfwPlatformTerminate(void) FILE: external/GLFW/src/win32_joystick.c type _GLFWobjenumWin32 (line 40) | typedef struct _GLFWobjenumWin32 function compareJoystickObjects (line 177) | static int compareJoystickObjects(const void* first, const void* second) function GLFWbool (line 191) | static GLFWbool supportsXInput(const GUID* guid) function closeJoystick (line 255) | static void closeJoystick(_GLFWjoystick* js) function BOOL (line 270) | static BOOL CALLBACK deviceObjectCallback(const DIDEVICEOBJECTINSTANCEW*... function BOOL (line 342) | static BOOL CALLBACK deviceCallback(const DIDEVICEINSTANCE* di, void* user) function _glfwInitJoysticksWin32 (line 492) | void _glfwInitJoysticksWin32(void) function _glfwTerminateJoysticksWin32 (line 512) | void _glfwTerminateJoysticksWin32(void) function _glfwDetectJoystickConnectionWin32 (line 525) | void _glfwDetectJoystickConnectionWin32(void) function _glfwDetectJoystickDisconnectionWin32 (line 585) | void _glfwDetectJoystickDisconnectionWin32(void) function _glfwPlatformPollJoystick (line 602) | int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode) function _glfwPlatformUpdateGamepadGUID (line 741) | void _glfwPlatformUpdateGamepadGUID(char* guid) FILE: external/GLFW/src/win32_joystick.h type _GLFWjoyobjectWin32 (line 34) | typedef struct _GLFWjoyobjectWin32 type _GLFWjoystickWin32 (line 42) | typedef struct _GLFWjoystickWin32 FILE: external/GLFW/src/win32_monitor.c function BOOL (line 38) | static BOOL CALLBACK monitorCallback(HMONITOR handle, function _GLFWmonitor (line 59) | static _GLFWmonitor* createMonitor(DISPLAY_DEVICEW* adapter, function _glfwPollMonitorsWin32 (line 124) | void _glfwPollMonitorsWin32(void) function GLFWbool (line 234) | GLFWbool _glfwSetVideoModeWin32(_GLFWmonitor* monitor, const GLFWvidmode... function _glfwRestoreVideoModeWin32 (line 295) | void _glfwRestoreVideoModeWin32(_GLFWmonitor* monitor) function _glfwPlatformGetMonitorPos (line 310) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function GLFWvidmode (line 327) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count) function _glfwPlatformGetVideoMode (line 404) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function _glfwPlatformGetGammaRamp (line 421) | void _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp) function _glfwPlatformSetGammaRamp (line 437) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaram... function GLFWAPI (line 463) | GLFWAPI const char* glfwGetWin32Adapter(GLFWmonitor* handle) function GLFWAPI (line 470) | GLFWAPI const char* glfwGetWin32Monitor(GLFWmonitor* handle) FILE: external/GLFW/src/win32_platform.h type CHANGEFILTERSTRUCT (line 108) | typedef struct tagCHANGEFILTERSTRUCT type DWM_BLURBEHIND (line 122) | typedef struct type PROCESS_DPI_AWARENESS (line 132) | typedef enum PROCESS_DPI_AWARENESS type DWORD (line 194) | typedef DWORD (WINAPI * PFN_XInputGetCapabilities)(DWORD,DWORD,XINPUT_CA... type XINPUT_STATE (line 195) | typedef DWORD (WINAPI * PFN_XInputGetState)(DWORD,XINPUT_STATE*); type DWORD (line 200) | typedef HRESULT (WINAPI * PFN_DirectInput8Create)(HINSTANCE,DWORD,REFIID... type UINT (line 205) | typedef BOOL (WINAPI * PFN_ChangeWindowMessageFilterEx)(HWND,UINT,DWORD,... type VkFlags (line 221) | typedef VkFlags VkWin32SurfaceCreateFlagsKHR; type VkWin32SurfaceCreateInfoKHR (line 223) | typedef struct VkWin32SurfaceCreateInfoKHR type VkWin32SurfaceCreateInfoKHR (line 232) | typedef VkResult (APIENTRY *PFN_vkCreateWin32SurfaceKHR)(VkInstance,cons... type _GLFWwindowWin32 (line 260) | typedef struct _GLFWwindowWin32 type _GLFWlibraryWin32 (line 280) | typedef struct _GLFWlibraryWin32 type _GLFWmonitorWin32 (line 335) | typedef struct _GLFWmonitorWin32 type _GLFWcursorWin32 (line 350) | typedef struct _GLFWcursorWin32 type _GLFWtimerWin32 (line 358) | typedef struct _GLFWtimerWin32 type _GLFWtlsWin32 (line 367) | typedef struct _GLFWtlsWin32 type _GLFWmutexWin32 (line 376) | typedef struct _GLFWmutexWin32 FILE: external/GLFW/src/win32_thread.c function GLFWbool (line 37) | GLFWbool _glfwPlatformCreateTls(_GLFWtls* tls) function _glfwPlatformDestroyTls (line 53) | void _glfwPlatformDestroyTls(_GLFWtls* tls) function _glfwPlatformSetTls (line 66) | void _glfwPlatformSetTls(_GLFWtls* tls, void* value) function GLFWbool (line 72) | GLFWbool _glfwPlatformCreateMutex(_GLFWmutex* mutex) function _glfwPlatformDestroyMutex (line 79) | void _glfwPlatformDestroyMutex(_GLFWmutex* mutex) function _glfwPlatformLockMutex (line 86) | void _glfwPlatformLockMutex(_GLFWmutex* mutex) function _glfwPlatformUnlockMutex (line 92) | void _glfwPlatformUnlockMutex(_GLFWmutex* mutex) FILE: external/GLFW/src/win32_time.c function _glfwInitTimerWin32 (line 37) | void _glfwInitTimerWin32(void) function _glfwPlatformGetTimerValue (line 58) | uint64_t _glfwPlatformGetTimerValue(void) function _glfwPlatformGetTimerFrequency (line 70) | uint64_t _glfwPlatformGetTimerFrequency(void) FILE: external/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 203) | static void applyAspectRatio(_GLFWwindow* window, int edge, RECT* area) function centerCursor (line 231) | static void centerCursor(_GLFWwindow* window) function GLFWbool (line 240) | static GLFWbool cursorInClientArea(_GLFWwindow* window) function updateCursorImage (line 260) | static void updateCursorImage(_GLFWwindow* window) function updateClipRect (line 275) | static void updateClipRect(_GLFWwindow* window) function updateWindowStyles (line 291) | static void updateWindowStyles(const _GLFWwindow* window) function updateFramebufferTransparency (line 311) | static void updateFramebufferTransparency(const _GLFWwindow* window) function LPWSTR (line 360) | static LPWSTR translateCursorShape(int shape) function getKeyMods (line 383) | static int getKeyMods(void) function getAsyncKeyMods (line 401) | static int getAsyncKeyMods(void) function translateKey (line 419) | static int translateKey(WPARAM wParam, LPARAM lParam) function GLFWbool (line 468) | static GLFWbool acquireMonitor(_GLFWwindow* window) function releaseMonitor (line 494) | static void releaseMonitor(_GLFWwindow* window) function LRESULT (line 509) | static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, function createNativeWindow (line 1039) | static int createNativeWindow(_GLFWwindow* window, function GLFWbool (line 1127) | GLFWbool _glfwRegisterWindowClassWin32(void) function _glfwUnregisterWindowClassWin32 (line 1163) | void _glfwUnregisterWindowClassWin32(void) function GLFWbool (line 1170) | GLFWbool _glfwIsCompositionEnabledWin32(void) function _glfwPlatformCreateWindow (line 1187) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 1234) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 1259) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 1269) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 1308) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformSetWindowPos (line 1319) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowSize (line 1328) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformSetWindowSize (line 1339) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 1357) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 1376) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int numer, i... function _glfwPlatformGetFramebufferSize (line 1391) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, in... function _glfwPlatformGetWindowFrameSize (line 1396) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformIconifyWindow (line 1418) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 1423) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 1428) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformShowWindow (line 1433) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 1438) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 1443) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 1448) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformSetWindowMonitor (line 1455) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformWindowFocused (line 1541) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 1546) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 1551) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 1556) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 1561) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 1566) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 1571) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 1576) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformPollEvents (line 1583) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 1655) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 1662) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 1669) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetCursorPos (line 1674) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 1689) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double xpos, double ... function _glfwPlatformSetCursorMode (line 1701) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformGetKeyScancode (line 1746) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformCreateCursor (line 1751) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 1762) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 1776) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function _glfwPlatformSetCursor (line 1782) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function _glfwPlatformSetClipboardString (line 1788) | void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* st... function _glfwPlatformGetRequiredInstanceExtensions (line 1870) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 1879) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 1897) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, function GLFWAPI (line 1936) | GLFWAPI HWND glfwGetWin32Window(GLFWwindow* handle) FILE: external/GLFW/src/window.c function _glfwInputWindowFocus (line 41) | void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused) function _glfwInputWindowPos (line 67) | void _glfwInputWindowPos(_GLFWwindow* window, int x, int y) function _glfwInputWindowSize (line 73) | void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) function _glfwInputWindowIconify (line 79) | void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) function _glfwInputWindowMaximize (line 85) | void _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized) function _glfwInputFramebufferSize (line 91) | void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) function _glfwInputWindowDamage (line 97) | void _glfwInputWindowDamage(_GLFWwindow* window) function _glfwInputWindowCloseRequest (line 103) | void _glfwInputWindowCloseRequest(_GLFWwindow* window) function _glfwInputWindowMonitorChange (line 111) | void _glfwInputWindowMonitorChange(_GLFWwindow* window, _GLFWmonitor* mo... function GLFWAPI (line 121) | GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, function glfwDefaultWindowHints (line 236) | void glfwDefaultWindowHints(void) function GLFWAPI (line 273) | GLFWAPI void glfwWindowHint(int hint, int value) function GLFWAPI (line 398) | GLFWAPI void glfwDestroyWindow(GLFWwindow* handle) function GLFWAPI (line 431) | GLFWAPI int glfwWindowShouldClose(GLFWwindow* handle) function GLFWAPI (line 440) | GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* handle, int value) function GLFWAPI (line 449) | GLFWAPI void glfwSetWindowTitle(GLFWwindow* handle, const char* title) function GLFWAPI (line 459) | GLFWAPI void glfwSetWindowIcon(GLFWwindow* handle, function GLFWAPI (line 471) | GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) function GLFWAPI (line 485) | GLFWAPI void glfwSetWindowPos(GLFWwindow* handle, int xpos, int ypos) function GLFWAPI (line 498) | GLFWAPI void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) function GLFWAPI (line 512) | GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) function GLFWAPI (line 527) | GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* handle, function GLFWAPI (line 572) | GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* handle, int numer, int... function GLFWAPI (line 601) | GLFWAPI void glfwGetFramebufferSize(GLFWwindow* handle, int* width, int*... function GLFWAPI (line 615) | GLFWAPI void glfwGetWindowFrameSize(GLFWwindow* handle, function GLFWAPI (line 635) | GLFWAPI void glfwIconifyWindow(GLFWwindow* handle) function GLFWAPI (line 644) | GLFWAPI void glfwRestoreWindow(GLFWwindow* handle) function GLFWAPI (line 653) | GLFWAPI void glfwMaximizeWindow(GLFWwindow* handle) function GLFWAPI (line 666) | GLFWAPI void glfwShowWindow(GLFWwindow* handle) function GLFWAPI (line 680) | GLFWAPI void glfwRequestWindowAttention(GLFWwindow* handle) function GLFWAPI (line 690) | GLFWAPI void glfwHideWindow(GLFWwindow* handle) function GLFWAPI (line 703) | GLFWAPI void glfwFocusWindow(GLFWwindow* handle) function GLFWAPI (line 713) | GLFWAPI int glfwGetWindowAttrib(GLFWwindow* handle, int attrib) function GLFWAPI (line 768) | GLFWAPI void glfwSetWindowAttrib(GLFWwindow* handle, int attrib, int value) function GLFWAPI (line 810) | GLFWAPI GLFWmonitor* glfwGetWindowMonitor(GLFWwindow* handle) function GLFWAPI (line 819) | GLFWAPI void glfwSetWindowMonitor(GLFWwindow* wh, function GLFWAPI (line 858) | GLFWAPI void glfwSetWindowUserPointer(GLFWwindow* handle, void* pointer) function GLFWAPI (line 867) | GLFWAPI void* glfwGetWindowUserPointer(GLFWwindow* handle) function GLFWAPI (line 876) | GLFWAPI GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* handle, function GLFWAPI (line 887) | GLFWAPI GLFWwindowsizefun glfwSetWindowSizeCallback(GLFWwindow* handle, function GLFWAPI (line 898) | GLFWAPI GLFWwindowclosefun glfwSetWindowCloseCallback(GLFWwindow* handle, function GLFWAPI (line 909) | GLFWAPI GLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* ha... function GLFWAPI (line 920) | GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* handle, function GLFWAPI (line 931) | GLFWAPI GLFWwindowiconifyfun glfwSetWindowIconifyCallback(GLFWwindow* ha... function GLFWAPI (line 942) | GLFWAPI GLFWwindowmaximizefun glfwSetWindowMaximizeCallback(GLFWwindow* ... function GLFWAPI (line 953) | GLFWAPI GLFWframebuffersizefun glfwSetFramebufferSizeCallback(GLFWwindow... function GLFWAPI (line 964) | GLFWAPI void glfwPollEvents(void) function GLFWAPI (line 970) | GLFWAPI void glfwWaitEvents(void) function GLFWAPI (line 980) | GLFWAPI void glfwWaitEventsTimeout(double timeout) function GLFWAPI (line 996) | GLFWAPI void glfwPostEmptyEvent(void) FILE: external/GLFW/src/wl_init.c function min (line 39) | static inline int min(int n1, int n2) function pointerHandleEnter (line 44) | static void pointerHandleEnter(void* data, function pointerHandleLeave (line 60) | static void pointerHandleLeave(void* data, function pointerHandleMotion (line 75) | static void pointerHandleMotion(void* data, function pointerHandleButton (line 99) | static void pointerHandleButton(void* data, function pointerHandleAxis (line 126) | static void pointerHandleAxis(void* data, type wl_pointer_listener (line 161) | struct wl_pointer_listener function keyboardHandleKeymap (line 169) | static void keyboardHandleKeymap(void* data, function keyboardHandleEnter (line 261) | static void keyboardHandleEnter(void* data, function keyboardHandleLeave (line 273) | static void keyboardHandleLeave(void* data, function toGLFWKeyCode (line 287) | static int toGLFWKeyCode(uint32_t key) function xkb_keysym_t (line 295) | static xkb_keysym_t composeSymbol(xkb_keysym_t sym) function inputChar (line 315) | static void inputChar(_GLFWwindow* window, uint32_t key) function keyboardHandleKey (line 338) | static void keyboardHandleKey(void* data, function keyboardHandleModifiers (line 363) | static void keyboardHandleModifiers(void* data, type wl_keyboard_listener (line 401) | struct wl_keyboard_listener function seatHandleCapabilities (line 409) | static void seatHandleCapabilities(void* data, type wl_seat_listener (line 436) | struct wl_seat_listener function registryHandleGlobal (line 440) | static void registryHandleGlobal(void* data, function registryHandleGlobalRemove (line 492) | static void registryHandleGlobalRemove(void *data, type wl_registry_listener (line 499) | struct wl_registry_listener function createKeyTables (line 506) | static void createKeyTables(void) function _glfwPlatformInit (line 643) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 693) | void _glfwPlatformTerminate(void) FILE: external/GLFW/src/wl_monitor.c function geometry (line 35) | static void geometry(void* data, function mode (line 58) | static void mode(void* data, function done (line 84) | static void done(void* data, struct wl_output* output) function scale (line 91) | static void scale(void* data, type wl_output_listener (line 100) | struct wl_output_listener function _glfwAddOutputWayland (line 112) | void _glfwAddOutputWayland(uint32_t name, uint32_t version) function _glfwPlatformGetMonitorPos (line 148) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function GLFWvidmode (line 156) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found) function _glfwPlatformGetVideoMode (line 162) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function _glfwPlatformGetGammaRamp (line 167) | void _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp) function _glfwPlatformSetGammaRamp (line 174) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaram... function wl_output (line 186) | wl_output* glfwGetWaylandMonitor(GLFWmonitor* handle) FILE: external/GLFW/src/wl_platform.h type VkFlags (line 32) | typedef VkFlags VkWaylandSurfaceCreateFlagsKHR; type VkWaylandSurfaceCreateInfoKHR (line 34) | typedef struct VkWaylandSurfaceCreateInfoKHR type VkWaylandSurfaceCreateInfoKHR (line 43) | typedef VkResult (APIENTRY *PFN_vkCreateWaylandSurfaceKHR)(VkInstance,co... type struct (line 44) | typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceWaylandPresentationSu... type _GLFWwindowWayland (line 74) | typedef struct _GLFWwindowWayland type _GLFWlibraryWayland (line 105) | typedef struct _GLFWlibraryWayland type _GLFWmonitorWayland (line 146) | typedef struct _GLFWmonitorWayland type _GLFWcursorWayland (line 159) | typedef struct _GLFWcursorWayland FILE: external/GLFW/src/wl_window.c function handlePing (line 44) | static void handlePing(void* data, function handleConfigure (line 51) | static void handleConfigure(void* data, function handlePopupDone (line 89) | static void handlePopupDone(void* data, type wl_shell_surface_listener (line 94) | struct wl_shell_surface_listener function checkScaleChange (line 100) | static void checkScaleChange(_GLFWwindow* window) function handleEnter (line 131) | static void handleEnter(void *data, function handleLeave (line 151) | static void handleLeave(void *data, type wl_surface_listener (line 172) | struct wl_surface_listener function setOpaqueRegion (line 178) | static void setOpaqueRegion(_GLFWwindow* window) function GLFWbool (line 192) | static GLFWbool createSurface(_GLFWwindow* window, function GLFWbool (line 221) | static GLFWbool createShellSurface(_GLFWwindow* window) function createTmpfileCloexec (line 257) | static int function handleEvents (line 269) | static void function createAnonymousFile (line 326) | int function _glfwPlatformCreateWindow (line 388) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 442) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 471) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 480) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 487) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformSetWindowPos (line 496) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowSize (line 504) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformSetWindowSize (line 512) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 524) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 532) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int numer, i... function _glfwPlatformGetFramebufferSize (line 538) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, in... function _glfwPlatformGetWindowFrameSize (line 545) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformIconifyWindow (line 553) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 560) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 572) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformShowWindow (line 585) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 595) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 605) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 612) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformSetWindowMonitor (line 618) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformWindowFocused (line 639) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 644) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 650) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 655) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 660) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 665) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 672) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 679) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformPollEvents (line 686) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 691) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 696) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 701) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetCursorPos (line 706) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 716) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) function _glfwPlatformSetCursorMode (line 727) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformGetKeyScancode (line 738) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformCreateCursor (line 743) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 801) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 819) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function handleRelativeMotion (line 829) | static void handleRelativeMotion(void* data, type zwp_relative_pointer_v1_listener (line 848) | struct zwp_relative_pointer_v1_listener function handleLocked (line 852) | static void handleLocked(void* data, function unlockPointer (line 857) | static void unlockPointer(_GLFWwindow* window) function handleUnlocked (line 873) | static void handleUnlocked(void* data, type zwp_locked_pointer_v1_listener (line 878) | struct zwp_locked_pointer_v1_listener function lockPointer (line 883) | static void lockPointer(_GLFWwindow* window) function GLFWbool (line 921) | static GLFWbool isPointerLocked(_GLFWwindow* window) function _glfwPlatformSetCursor (line 926) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function _glfwPlatformSetClipboardString (line 1002) | void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* st... function _glfwPlatformGetRequiredInstanceExtensions (line 1017) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 1026) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 1046) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, function wl_display (line 1085) | wl_display* glfwGetWaylandDisplay(void) function wl_surface (line 1091) | wl_surface* glfwGetWaylandWindow(GLFWwindow* handle) FILE: external/GLFW/src/x11_init.c function translateKeyCode (line 41) | static int translateKeyCode(int scancode) function createKeyTables (line 231) | static void createKeyTables(void) function GLFWbool (line 330) | static GLFWbool hasUsableInputMethodStyle(void) function Atom (line 354) | static Atom getSupportedAtom(Atom* supportedAtoms, function detectEWMH (line 372) | static void detectEWMH(void) function GLFWbool (line 462) | static GLFWbool initExtensions(void) function Cursor (line 748) | static Cursor createHiddenCursor(void) function Window (line 757) | static Window createHelperWindow(void) function errorHandler (line 771) | static int errorHandler(Display *display, XErrorEvent* event) function _glfwGrabErrorHandlerX11 (line 784) | void _glfwGrabErrorHandlerX11(void) function _glfwReleaseErrorHandlerX11 (line 792) | void _glfwReleaseErrorHandlerX11(void) function _glfwInputErrorX11 (line 801) | void _glfwInputErrorX11(int error, const char* message) function Cursor (line 812) | Cursor _glfwCreateCursorX11(const GLFWimage* image, int xhot, int yhot) function _glfwPlatformInit (line 851) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 919) | void _glfwPlatformTerminate(void) FILE: external/GLFW/src/x11_monitor.c function GLFWbool (line 37) | static GLFWbool modeIsGood(const XRRModeInfo* mi) function calculateRefreshRate (line 44) | static int calculateRefreshRate(const XRRModeInfo* mi) function XRRModeInfo (line 54) | static const XRRModeInfo* getModeInfo(const XRRScreenResources* sr, RRMo... function GLFWvidmode (line 69) | static GLFWvidmode vidmodeFromModeInfo(const XRRModeInfo* mi, function _glfwPollMonitorsX11 (line 100) | void _glfwPollMonitorsX11(void) function GLFWbool (line 220) | GLFWbool _glfwSetVideoModeX11(_GLFWmonitor* monitor, const GLFWvidmode* ... function _glfwRestoreVideoModeX11 (line 287) | void _glfwRestoreVideoModeX11(_GLFWmonitor* monitor) function _glfwPlatformGetMonitorPos (line 321) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function GLFWvidmode (line 341) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count) function _glfwPlatformGetVideoMode (line 396) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function _glfwPlatformGetGammaRamp (line 422) | void _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp) function _glfwPlatformSetGammaRamp (line 452) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaram... function GLFWAPI (line 488) | GLFWAPI RRCrtc glfwGetX11Adapter(GLFWmonitor* handle) function GLFWAPI (line 495) | GLFWAPI RROutput glfwGetX11Monitor(GLFWmonitor* handle) FILE: external/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 208) | typedef struct _GLFWlibraryX11 type _GLFWmonitorX11 (line 402) | typedef struct _GLFWmonitorX11 type _GLFWcursorX11 (line 416) | typedef struct _GLFWcursorX11 FILE: external/GLFW/src/x11_window.c function GLFWbool (line 58) | static GLFWbool waitForEvent(double* timeout) function GLFWbool (line 103) | static GLFWbool waitForVisibilityNotify(_GLFWwindow* window) function getWindowState (line 122) | static int getWindowState(_GLFWwindow* window) function Bool (line 146) | static Bool isSelectionEvent(Display* display, XEvent* event, XPointer p... function Bool (line 158) | static Bool isFrameExtentsEvent(Display* display, XEvent* event, XPointe... function Bool (line 169) | static Bool isSelPropNewValueNotify(Display* display, XEvent* event, XPo... function translateCursorShape (line 180) | static int translateCursorShape(int shape) function translateState (line 203) | static int translateState(int state) function translateKey (line 221) | static int translateKey(int scancode) function _GLFWwindow (line 232) | static _GLFWwindow* findWindowByHandle(Window handle) function sendEventToWM (line 249) | static void sendEventToWM(_GLFWwindow* window, Atom type, function updateNormalHints (line 273) | static void updateNormalHints(_GLFWwindow* window, int width, int height) function updateWindowMode (line 322) | static void updateWindowMode(_GLFWwindow* window) function encodeUTF8 (line 468) | static size_t encodeUTF8(char* s, unsigned int ch) function decodeUTF8 (line 500) | static unsigned int decodeUTF8(const char** s) function centerCursor (line 542) | static void centerCursor(_GLFWwindow* window) function updateCursorImage (line 551) | static void updateCursorImage(_GLFWwindow* window) function GLFWbool (line 572) | static GLFWbool createNativeWindow(_GLFWwindow* window, function Atom (line 761) | static Atom writeTargetToProperty(const XSelectionRequestEvent* request) function handleSelectionClear (line 895) | static void handleSelectionClear(XEvent* event) function handleSelectionRequest (line 909) | static void handleSelectionRequest(XEvent* event) function GLFWbool (line 1070) | static GLFWbool acquireMonitor(_GLFWwindow* window) function releaseMonitor (line 1112) | static void releaseMonitor(_GLFWwindow* window) function processEvent (line 1135) | static void processEvent(XEvent *event) function _glfwGetWindowPropertyX11 (line 1820) | unsigned long _glfwGetWindowPropertyX11(Window window, function GLFWbool (line 1845) | GLFWbool _glfwIsVisualTransparentX11(Visual* visual) function _glfwPushSelectionToManagerX11 (line 1856) | void _glfwPushSelectionToManagerX11(void) function _glfwPlatformCreateWindow (line 1907) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 1982) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 2016) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 2047) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 2092) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformSetWindowPos (line 2106) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowSize (line 2130) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformSetWindowSize (line 2141) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 2159) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 2169) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int numer, i... function _glfwPlatformGetFramebufferSize (line 2177) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, in... function _glfwPlatformGetWindowFrameSize (line 2182) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformIconifyWindow (line 2243) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 2258) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 2292) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformShowWindow (line 2308) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 2317) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 2323) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 2332) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformSetWindowMonitor (line 2346) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformWindowFocused (line 2390) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 2399) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 2404) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 2411) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 2438) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 2450) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 2457) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 2488) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformPollEvents (line 2553) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 2586) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 2594) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 2605) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetCursorPos (line 2619) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 2636) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) function _glfwPlatformSetCursorMode (line 2647) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformGetKeyScancode (line 2722) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformCreateCursor (line 2727) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 2738) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 2752) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function _glfwPlatformSetCursor (line 2758) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function _glfwPlatformSetClipboardString (line 2767) | void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* st... function _glfwPlatformGetRequiredInstanceExtensions (line 2790) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 2811) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 2864) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, function GLFWAPI (line 2944) | GLFWAPI Display* glfwGetX11Display(void) function GLFWAPI (line 2950) | GLFWAPI Window glfwGetX11Window(GLFWwindow* handle) function GLFWAPI (line 2957) | GLFWAPI void glfwSetX11SelectionString(const char* string) function GLFWAPI (line 2977) | GLFWAPI const char* glfwGetX11SelectionString(void) FILE: external/GLFW/src/xkb_unicode.c type codepair (line 67) | struct codepair { function _glfwKeySym2Unicode (line 908) | long _glfwKeySym2Unicode(unsigned int keysym) FILE: external/GLFW/tests/clipboard.c function usage (line 44) | static void usage(void) function error_callback (line 49) | static void error_callback(int error, const char* description) function key_callback (line 54) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function framebuffer_size_callback (line 89) | static void framebuffer_size_callback(GLFWwindow* window, int width, int... function main (line 94) | int main(int argc, char** argv) FILE: external/GLFW/tests/cursor.c function error_callback (line 73) | static void error_callback(int error, const char* description) function star (line 78) | static float star(int x, int y, float t) function GLFWcursor (line 94) | static GLFWcursor* create_cursor_frame(float t) function cursor_position_callback (line 114) | static void cursor_position_callback(GLFWwindow* window, double x, doubl... function key_callback (line 124) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 211) | int main(void) FILE: external/GLFW/tests/empty.c function error_callback (line 41) | static void error_callback(int error, const char* description) function thread_main (line 46) | static int thread_main(void* data) function key_callback (line 62) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function nrand (line 68) | static float nrand(void) function main (line 73) | int main(void) FILE: external/GLFW/tests/events.c type Slot (line 48) | typedef struct function usage (line 55) | static void usage(void) function error_callback (line 264) | static void error_callback(int error, const char* description) function window_pos_callback (line 269) | static void window_pos_callback(GLFWwindow* window, int x, int y) function window_size_callback (line 276) | static void window_size_callback(GLFWwindow* window, int width, int height) function framebuffer_size_callback (line 283) | static void framebuffer_size_callback(GLFWwindow* window, int width, int... function window_close_callback (line 292) | static void window_close_callback(GLFWwindow* window) function window_refresh_callback (line 301) | static void window_refresh_callback(GLFWwindow* window) function window_focus_callback (line 312) | static void window_focus_callback(GLFWwindow* window, int focused) function window_iconify_callback (line 320) | static void window_iconify_callback(GLFWwindow* window, int iconified) function window_maximize_callback (line 328) | static void window_maximize_callback(GLFWwindow* window, int maximized) function mouse_button_callback (line 336) | static void mouse_button_callback(GLFWwindow* window, int button, int ac... function cursor_position_callback (line 346) | static void cursor_position_callback(GLFWwindow* window, double x, doubl... function cursor_enter_callback (line 353) | static void cursor_enter_callback(GLFWwindow* window, int entered) function scroll_callback (line 361) | static void scroll_callback(GLFWwindow* window, double x, double y) function key_callback (line 368) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function char_callback (line 406) | static void char_callback(GLFWwindow* window, unsigned int codepoint) function char_mods_callback (line 414) | static void char_mods_callback(GLFWwindow* window, unsigned int codepoin... function drop_callback (line 423) | static void drop_callback(GLFWwindow* window, int count, const char** pa... function monitor_callback (line 435) | static void monitor_callback(GLFWmonitor* monitor, int event) function joystick_callback (line 462) | static void joystick_callback(int jid, int event) function main (line 487) | int main(int argc, char** argv) FILE: external/GLFW/tests/gamma.c function error_callback (line 49) | static void error_callback(int error, const char* description) function key_callback (line 54) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function chart_ramp_array (line 60) | static void chart_ramp_array(struct nk_context* nk, function main (line 84) | int main(int argc, char** argv) FILE: external/GLFW/tests/glfwinfo.c function usage (line 57) | static void usage(void) function error_callback (line 105) | static void error_callback(int error, const char* description) function list_context_extensions (line 176) | static void list_context_extensions(int client, int major, int minor) function list_vulkan_instance_extensions (line 212) | static void list_vulkan_instance_extensions(void) function list_vulkan_instance_layers (line 239) | static void list_vulkan_instance_layers(void) function list_vulkan_device_extensions (line 271) | static void list_vulkan_device_extensions(VkInstance instance, VkPhysica... function list_vulkan_device_layers (line 298) | static void list_vulkan_device_layers(VkInstance instance, VkPhysicalDev... function valid_version (line 330) | static int valid_version(void) function print_version (line 347) | static void print_version(void) function main (line 360) | int main(int argc, char** argv) FILE: external/GLFW/tests/icon.c function set_icon (line 69) | static void set_icon(GLFWwindow* window, int icon_color) function key_callback (line 92) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 112) | int main(int argc, char** argv) FILE: external/GLFW/tests/iconify.c function usage (line 41) | 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 window_size_callback (line 122) | static void window_size_callback(GLFWwindow* window, int width, int height) function framebuffer_size_callback (line 127) | static void framebuffer_size_callback(GLFWwindow* window, int width, int... function window_focus_callback (line 134) | static void window_focus_callback(GLFWwindow* window, int focused) function window_iconify_callback (line 141) | static void window_iconify_callback(GLFWwindow* window, int iconified) function window_maximize_callback (line 148) | static void window_maximize_callback(GLFWwindow* window, int maximized) function window_refresh_callback (line 155) | static void window_refresh_callback(GLFWwindow* window) function GLFWwindow (line 165) | static GLFWwindow* create_window(GLFWmonitor* monitor) function main (line 201) | int main(int argc, char** argv) FILE: external/GLFW/tests/inputlag.c function usage (line 52) | void usage(void) type nk_vec2 (line 60) | struct nk_vec2 function sample_input (line 63) | void sample_input(GLFWwindow* window) function cursor_pos_callback (line 79) | void cursor_pos_callback(GLFWwindow* window, double xpos, double ypos) function update_vsync (line 87) | void update_vsync() function swap_buffers (line 98) | void swap_buffers(GLFWwindow* window) function error_callback (line 126) | void error_callback(int error, const char* description) function key_callback (line 131) | void key_callback(GLFWwindow* window, int key, int scancode, int action,... function draw_marker (line 144) | void draw_marker(struct nk_command_buffer* canvas, int lead, struct nk_v... function main (line 151) | int main(int argc, char** argv) FILE: external/GLFW/tests/joysticks.c function error_callback (line 59) | static void error_callback(int error, const char* description) function joystick_callback (line 64) | static void joystick_callback(int jid, int event) function hat_widget (line 95) | static void hat_widget(struct nk_context* nk, unsigned char state) function main (line 144) | int main(void) FILE: external/GLFW/tests/monitors.c type Mode (line 40) | enum Mode function usage (line 46) | static void usage(void) function euclid (line 52) | static int euclid(int a, int b) function error_callback (line 75) | static void error_callback(int error, const char* description) function framebuffer_size_callback (line 80) | static void framebuffer_size_callback(GLFWwindow* window, int width, int... function key_callback (line 87) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function list_modes (line 93) | static void list_modes(GLFWmonitor* monitor) function test_modes (line 124) | static void test_modes(GLFWmonitor* monitor) function main (line 212) | int main(int argc, char** argv) FILE: external/GLFW/tests/msaa.c function error_callback (line 71) | static void error_callback(int error, const char* description) function key_callback (line 76) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function usage (line 92) | static void usage(void) function main (line 97) | int main(int argc, char** argv) FILE: external/GLFW/tests/reopen.c function error_callback (line 69) | static void error_callback(int error, const char* description) function window_close_callback (line 74) | static void window_close_callback(GLFWwindow* window) function key_callback (line 79) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function close_window (line 93) | static void close_window(GLFWwindow* window) function main (line 100) | int main(int argc, char** argv) FILE: external/GLFW/tests/sharing.c function error_callback (line 69) | static void error_callback(int error, const char* description) function debug_callback (line 74) | void APIENTRY debug_callback(GLenum source, function key_callback (line 85) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 91) | int main(int argc, char** argv) FILE: external/GLFW/tests/tearing.c function usage (line 72) | static void usage(void) function update_window_title (line 80) | static void update_window_title(GLFWwindow* window) function set_swap_interval (line 92) | static void set_swap_interval(GLFWwindow* window, int interval) function error_callback (line 99) | static void error_callback(int error, const char* description) function framebuffer_size_callback (line 104) | static void framebuffer_size_callback(GLFWwindow* window, int width, int... function key_callback (line 109) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function main (line 144) | int main(int argc, char** argv) FILE: external/GLFW/tests/threads.c type Thread (line 40) | typedef struct 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 thread_main (line 61) | static int thread_main(void* data) function main (line 81) | int main(void) FILE: external/GLFW/tests/timeout.c function error_callback (line 38) | static void error_callback(int error, const char* description) function key_callback (line 43) | static void key_callback(GLFWwindow* window, int key, int scancode, int ... function nrand (line 49) | static float nrand(void) function main (line 54) | int main(void) FILE: external/GLFW/tests/title.c function error_callback (line 36) | static void error_callback(int error, const char* description) function framebuffer_size_callback (line 41) | static void framebuffer_size_callback(GLFWwindow* window, int width, int... function main (line 46) | int main(void) FILE: external/GLFW/tests/vulkan.c type texture_object (line 234) | struct texture_object { function VKAPI_CALL (line 247) | VKAPI_CALL type SwapchainBuffers (line 261) | typedef struct { type demo (line 267) | struct demo { function VKAPI_CALL (line 362) | VKAPI_CALL type demo (line 397) | struct demo function memory_type_from_properties (line 399) | static bool memory_type_from_properties(struct demo *demo, uint32_t type... function demo_flush_init_cmd (line 419) | static void demo_flush_init_cmd(struct demo *demo) { function demo_set_image_layout (line 450) | static void demo_set_image_layout(struct demo *demo, VkImage image, function demo_draw_build_cmd (line 520) | static void demo_draw_build_cmd(struct demo *demo) { function demo_draw (line 616) | static void demo_draw(struct demo *demo) { function demo_prepare_buffers (line 706) | static void demo_prepare_buffers(struct demo *demo) { function demo_prepare_depth (line 865) | static void demo_prepare_depth(struct demo *demo) { function demo_prepare_texture_image (line 940) | static void function demo_destroy_texture_image (line 1030) | static void demo_destroy_texture_image(struct demo *demo, function demo_prepare_textures (line 1037) | static void demo_prepare_textures(struct demo *demo) { function demo_prepare_vertices (line 1161) | static void demo_prepare_vertices(struct demo *demo) { function demo_prepare_descriptor_layout (line 1241) | static void demo_prepare_descriptor_layout(struct demo *demo) { function demo_prepare_render_pass (line 1273) | static void demo_prepare_render_pass(struct demo *demo) { function VkShaderModule (line 1335) | static VkShaderModule function VkShaderModule (line 1353) | static VkShaderModule demo_prepare_vs(struct demo *demo) { function VkShaderModule (line 1362) | static VkShaderModule demo_prepare_fs(struct demo *demo) { function demo_prepare_pipeline (line 1371) | static void demo_prepare_pipeline(struct demo *demo) { function demo_prepare_descriptor_pool (line 1489) | static void demo_prepare_descriptor_pool(struct demo *demo) { function demo_prepare_descriptor_set (line 1508) | static void demo_prepare_descriptor_set(struct demo *demo) { function demo_prepare_framebuffers (line 1540) | static void demo_prepare_framebuffers(struct demo *demo) { function demo_prepare (line 1569) | static void demo_prepare(struct demo *demo) { function demo_error_callback (line 1606) | static void demo_error_callback(int error, const char* description) { function demo_key_callback (line 1611) | static void demo_key_callback(GLFWwindow* window, int key, int scancode,... function demo_refresh_callback (line 1616) | static void demo_refresh_callback(GLFWwindow* window) { function demo_resize_callback (line 1621) | static void demo_resize_callback(GLFWwindow* window, int width, int heig... function demo_run (line 1628) | static void demo_run(struct demo *demo) { function demo_create_window (line 1649) | static void demo_create_window(struct demo *demo) { function VkBool32 (line 1674) | static VkBool32 demo_check_layers(uint32_t check_count, const char **che... function demo_init_vk (line 1694) | static void demo_init_vk(struct demo *demo) { function demo_init_device (line 1980) | static void demo_init_device(struct demo *demo) { function demo_init_vk_swapchain (line 2020) | static void demo_init_vk_swapchain(struct demo *demo) { function demo_init_connection (line 2115) | static void demo_init_connection(struct demo *demo) { function demo_init (line 2131) | static void demo_init(struct demo *demo, const int argc, const char *arg... function demo_cleanup (line 2173) | static void demo_cleanup(struct demo *demo) { function demo_resize (line 2227) | static void demo_resize(struct demo *demo) { function main (line 2277) | int main(const int argc, const char *argv[]) { FILE: external/GLFW/tests/windows.c function usage (line 57) | static void usage(void) 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 91) | int main(int argc, char** argv) FILE: external/glm/doc/api/dynsections.js function toggleVisibility (line 1) | function toggleVisibility(linkObj) function updateStripes (line 22) | function updateStripes() function toggleLevel (line 28) | function toggleLevel(level) function toggleFolder (line 49) | function toggleFolder(id) function toggleInherit (line 84) | function toggleInherit(id) FILE: external/glm/doc/api/jquery.js function b0 (line 16) | function b0(b3,b4){return new b0.fn.init(b3,b4)} function bw (line 16) | function bw(){if(bF.isReady){return}try{av.documentElement.doScroll("lef... function X (line 16) | function X(e){var bv=a2[e]={},bw,bx;e=e.split(/\s+/);for(bw=0,bx=e.lengt... function bD (line 16) | function bD(bF){return function(bG){bx[bF]=arguments.length>1?aJ.call(ar... function bz (line 16) | function bz(bF){return function(bG){bB[bF]=arguments.length>1?aJ.call(ar... function a5 (line 16) | function a5(bx,bw,by){if(by===L&&bx.nodeType===1){var bv="data-"+bw.repl... function S (line 16) | function S(bv){for(var e in bv){if(e==="data"&&b.isEmptyObject(bv[e])){c... function bi (line 16) | function bi(by,bx,bA){var bw=bx+"defer",bv=bx+"queue",e=bx+"mark",bz=b._... function bE (line 16) | function bE(){if(!(--bB)){e.resolveWith(bv,[bv])}} function bk (line 16) | function bk(){return false} function i (line 16) | function i(){return true} function bv (line 23) | function bv(bR,bW,bV,bZ,bX,bY){for(var bT=0,bS=bZ.length;bT").appendTo(e),bw=... function aK (line 23) | function aK(e){return b.isWindow(e)?e:e.nodeType===9?e.defaultView||e.pa... function j (line 32) | function j(m,l,i,n){a.each(f,function(){l-=parseFloat(a.curCSS(m,"paddin... function c (line 32) | function c(g,e){var j=g.nodeName.toLowerCase();if("area"===j){var i=g.pa... function b (line 32) | function b(e){return !a(e).parents().andSelf().filter(function(){return ... function a (line 61) | function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")} function n (line 61) | function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if... function h (line 61) | function h(n){j.animate(g,e,d.easing,n&&function(){n.call(this,f,d)})} function b (line 61) | function b(d){return typeof d=="object"?d:{top:d,left:d}} function b (line 68) | function b(){var F=this;F.top="auto";F.left="auto";F.right="auto";F.bott... function t (line 68) | function t(K,N,F){var J=null;function L(P,Q){M();if(!K.data(e)){if(!P){c... function j (line 68) | function j(){function G(M,L,J,O,P){var K=L.split("-")[0],N=new b(),I;if(... function x (line 68) | function x(Q){var P=new j(),O=k("#"+Q.popupId);if(O.length===0){O=k(" permute(vec<2, T, Q> const& x) function GLM_FUNC_QUALIFIER (line 33) | GLM_FUNC_QUALIFIER vec<3, T, Q> permute(vec<3, T, Q> const& x) function GLM_FUNC_QUALIFIER (line 39) | GLM_FUNC_QUALIFIER vec<4, T, Q> permute(vec<4, T, Q> const& x) function GLM_FUNC_QUALIFIER (line 45) | GLM_FUNC_QUALIFIER T taylorInvSqrt(T const& r) function GLM_FUNC_QUALIFIER (line 51) | GLM_FUNC_QUALIFIER vec<2, T, Q> taylorInvSqrt(vec<2, T, Q> const& r) function GLM_FUNC_QUALIFIER (line 57) | GLM_FUNC_QUALIFIER vec<3, T, Q> taylorInvSqrt(vec<3, T, Q> const& r) function GLM_FUNC_QUALIFIER (line 63) | GLM_FUNC_QUALIFIER vec<4, T, Q> taylorInvSqrt(vec<4, T, Q> const& r) function GLM_FUNC_QUALIFIER (line 69) | GLM_FUNC_QUALIFIER vec<2, T, Q> fade(vec<2, T, Q> const& t) function GLM_FUNC_QUALIFIER (line 75) | GLM_FUNC_QUALIFIER vec<3, T, Q> fade(vec<3, T, Q> const& t) function GLM_FUNC_QUALIFIER (line 81) | GLM_FUNC_QUALIFIER vec<4, T, Q> fade(vec<4, T, Q> const& t) FILE: external/glm/glm/detail/_swizzle.hpp type glm (line 6) | namespace glm{ type detail (line 7) | namespace detail type _swizzle_base0 (line 11) | struct _swizzle_base0 method GLM_FUNC_QUALIFIER (line 14) | GLM_FUNC_QUALIFIER T& elem(size_t i){ return (reinterpret_cast... method GLM_FUNC_QUALIFIER (line 15) | GLM_FUNC_QUALIFIER T const& elem(size_t i) const{ return (reinterp... type _swizzle_base1 (line 24) | struct _swizzle_base1 : public _swizzle_base0 type _swizzle_base1<2, T, Q, E0,E1,-1,-2, Aligned> (line 29) | struct _swizzle_base1<2, T, Q, E0,E1,-1,-2, Aligned> : public _swizz... method GLM_FUNC_QUALIFIER (line 31) | GLM_FUNC_QUALIFIER vec<2, T, Q> operator ()() const { return vec<... type _swizzle_base1<3, T, Q, E0,E1,E2,-1, Aligned> (line 35) | struct _swizzle_base1<3, T, Q, E0,E1,E2,-1, Aligned> : public _swizz... method GLM_FUNC_QUALIFIER (line 37) | GLM_FUNC_QUALIFIER vec<3, T, Q> operator ()() const { return vec<... type _swizzle_base1<4, T, Q, E0,E1,E2,E3, Aligned> (line 41) | struct _swizzle_base1<4, T, Q, E0,E1,E2,E3, Aligned> : public _swizz... method GLM_FUNC_QUALIFIER (line 43) | GLM_FUNC_QUALIFIER vec<4, T, Q> operator ()() const { return vec<... type _swizzle_base2 (line 58) | struct _swizzle_base2 : public _swizzle_base1 const& ... method GLM_FUNC_QUALIFIER (line 76) | GLM_FUNC_QUALIFIER void operator -= (vec const& that) method GLM_FUNC_QUALIFIER (line 84) | GLM_FUNC_QUALIFIER void operator += (vec const& that) method GLM_FUNC_QUALIFIER (line 92) | GLM_FUNC_QUALIFIER void operator *= (vec const& that) method GLM_FUNC_QUALIFIER (line 100) | GLM_FUNC_QUALIFIER void operator /= (vec const& that) method GLM_FUNC_QUALIFIER (line 108) | GLM_FUNC_QUALIFIER T& operator[](size_t i) method GLM_FUNC_QUALIFIER (line 113) | GLM_FUNC_QUALIFIER T operator[](size_t i) const method GLM_FUNC_QUALIFIER (line 121) | GLM_FUNC_QUALIFIER void _apply_op(vec const& that, U op) type _swizzle_base2 (line 136) | struct _swizzle_base2 : public _swizzle_bas... type Stub (line 138) | struct Stub {} method GLM_FUNC_QUALIFIER (line 140) | GLM_FUNC_QUALIFIER _swizzle_base2& operator= (Stub const&) { retur... method GLM_FUNC_QUALIFIER (line 142) | GLM_FUNC_QUALIFIER T operator[] (size_t i) const type _swizzle (line 150) | struct _swizzle : public _swizzle_base2 () const { return (*this)... FILE: external/glm/glm/detail/_vectorize.hpp type glm (line 11) | namespace glm{ type detail (line 12) | namespace detail type functor1 (line 15) | struct functor1{} type functor1<1, R, T, Q> (line 18) | struct functor1<1, R, T, Q> method call (line 20) | call(R (*Func) (T x), vec<1, T, Q> const& v) type functor1<2, R, T, Q> (line 27) | struct functor1<2, R, T, Q> method call (line 29) | call(R (*Func) (T x), vec<2, T, Q> const& v) type functor1<3, R, T, Q> (line 36) | struct functor1<3, R, T, Q> method call (line 38) | call(R (*Func) (T x), vec<3, T, Q> const& v) type functor1<4, R, T, Q> (line 45) | struct functor1<4, R, T, Q> method call (line 47) | call(R (*Func) (T x), vec<4, T, Q> const& v) type functor2 (line 54) | struct functor2{} type functor2<1, T, Q> (line 57) | struct functor2<1, T, Q> method call (line 59) | call(T (*Func) (T x, T y), vec<1, T, Q> const& a, vec<1, T, Q> con... type functor2<2, T, Q> (line 66) | struct functor2<2, T, Q> method call (line 68) | call(T (*Func) (T x, T y), vec<2, T, Q> const& a, vec<2, T, Q> con... type functor2<3, T, Q> (line 75) | struct functor2<3, T, Q> method call (line 77) | call(T (*Func) (T x, T y), vec<3, T, Q> const& a, vec<3, T, Q> con... type functor2<4, T, Q> (line 84) | struct functor2<4, T, Q> method call (line 86) | call(T (*Func) (T x, T y), vec<4, T, Q> const& a, vec<4, T, Q> con... type functor2_vec_sca (line 93) | struct functor2_vec_sca{} type functor2_vec_sca<1, T, Q> (line 96) | struct functor2_vec_sca<1, T, Q> method call (line 98) | call(T (*Func) (T x, T y), vec<1, T, Q> const& a, T b) type functor2_vec_sca<2, T, Q> (line 105) | struct functor2_vec_sca<2, T, Q> method call (line 107) | call(T (*Func) (T x, T y), vec<2, T, Q> const& a, T b) type functor2_vec_sca<3, T, Q> (line 114) | struct functor2_vec_sca<3, T, Q> method call (line 116) | call(T (*Func) (T x, T y), vec<3, T, Q> const& a, T b) type functor2_vec_sca<4, T, Q> (line 123) | struct functor2_vec_sca<4, T, Q> method call (line 125) | call(T (*Func) (T x, T y), vec<4, T, Q> const& a, T b) FILE: external/glm/glm/detail/compute_vector_relational.hpp type glm (line 7) | namespace glm{ type detail (line 8) | namespace detail type compute_equal (line 11) | struct compute_equal method GLM_FUNC_QUALIFIER (line 13) | GLM_FUNC_QUALIFIER static bool call(T a, T b) type compute_equal (line 20) | struct compute_equal method GLM_FUNC_QUALIFIER (line 22) | GLM_FUNC_QUALIFIER static bool call(T a, T b) FILE: external/glm/glm/detail/dummy.cpp function main (line 168) | int main() FILE: external/glm/glm/detail/glm.cpp type glm (line 10) | namespace glm type vec<1, uint8, lowp> (line 13) | struct vec<1, uint8, lowp> type vec<1, uint16, lowp> (line 14) | struct vec<1, uint16, lowp> type vec<1, uint32, lowp> (line 15) | struct vec<1, uint32, lowp> type vec<1, uint64, lowp> (line 16) | struct vec<1, uint64, lowp> type vec<1, int8, lowp> (line 17) | struct vec<1, int8, lowp> type vec<1, int16, lowp> (line 18) | struct vec<1, int16, lowp> type vec<1, int32, lowp> (line 19) | struct vec<1, int32, lowp> type vec<1, int64, lowp> (line 20) | struct vec<1, int64, lowp> type vec<1, float32, lowp> (line 21) | struct vec<1, float32, lowp> type vec<1, float64, lowp> (line 22) | struct vec<1, float64, lowp> type vec<1, uint8, mediump> (line 24) | struct vec<1, uint8, mediump> type vec<1, uint16, mediump> (line 25) | struct vec<1, uint16, mediump> type vec<1, uint32, mediump> (line 26) | struct vec<1, uint32, mediump> type vec<1, uint64, mediump> (line 27) | struct vec<1, uint64, mediump> type vec<1, int8, mediump> (line 28) | struct vec<1, int8, mediump> type vec<1, int16, mediump> (line 29) | struct vec<1, int16, mediump> type vec<1, int32, mediump> (line 30) | struct vec<1, int32, mediump> type vec<1, int64, mediump> (line 31) | struct vec<1, int64, mediump> type vec<1, float32, mediump> (line 32) | struct vec<1, float32, mediump> type vec<1, float64, mediump> (line 33) | struct vec<1, float64, mediump> type vec<1, uint8, highp> (line 35) | struct vec<1, uint8, highp> type vec<1, uint16, highp> (line 36) | struct vec<1, uint16, highp> type vec<1, uint32, highp> (line 37) | struct vec<1, uint32, highp> type vec<1, uint64, highp> (line 38) | struct vec<1, uint64, highp> type vec<1, int8, highp> (line 39) | struct vec<1, int8, highp> type vec<1, int16, highp> (line 40) | struct vec<1, int16, highp> type vec<1, int32, highp> (line 41) | struct vec<1, int32, highp> type vec<1, int64, highp> (line 42) | struct vec<1, int64, highp> type vec<1, float32, highp> (line 43) | struct vec<1, float32, highp> type vec<1, float64, highp> (line 44) | struct vec<1, float64, highp> type vec<2, uint8, lowp> (line 47) | struct vec<2, uint8, lowp> type vec<2, uint16, lowp> (line 48) | struct vec<2, uint16, lowp> type vec<2, uint32, lowp> (line 49) | struct vec<2, uint32, lowp> type vec<2, uint64, lowp> (line 50) | struct vec<2, uint64, lowp> type vec<2, int8, lowp> (line 51) | struct vec<2, int8, lowp> type vec<2, int16, lowp> (line 52) | struct vec<2, int16, lowp> type vec<2, int32, lowp> (line 53) | struct vec<2, int32, lowp> type vec<2, int64, lowp> (line 54) | struct vec<2, int64, lowp> type vec<2, float32, lowp> (line 55) | struct vec<2, float32, lowp> type vec<2, float64, lowp> (line 56) | struct vec<2, float64, lowp> type vec<2, uint8, mediump> (line 58) | struct vec<2, uint8, mediump> type vec<2, uint16, mediump> (line 59) | struct vec<2, uint16, mediump> type vec<2, uint32, mediump> (line 60) | struct vec<2, uint32, mediump> type vec<2, uint64, mediump> (line 61) | struct vec<2, uint64, mediump> type vec<2, int8, mediump> (line 62) | struct vec<2, int8, mediump> type vec<2, int16, mediump> (line 63) | struct vec<2, int16, mediump> type vec<2, int32, mediump> (line 64) | struct vec<2, int32, mediump> type vec<2, int64, mediump> (line 65) | struct vec<2, int64, mediump> type vec<2, float32, mediump> (line 66) | struct vec<2, float32, mediump> type vec<2, float64, mediump> (line 67) | struct vec<2, float64, mediump> type vec<2, uint8, highp> (line 69) | struct vec<2, uint8, highp> type vec<2, uint16, highp> (line 70) | struct vec<2, uint16, highp> type vec<2, uint32, highp> (line 71) | struct vec<2, uint32, highp> type vec<2, uint64, highp> (line 72) | struct vec<2, uint64, highp> type vec<2, int8, highp> (line 73) | struct vec<2, int8, highp> type vec<2, int16, highp> (line 74) | struct vec<2, int16, highp> type vec<2, int32, highp> (line 75) | struct vec<2, int32, highp> type vec<2, int64, highp> (line 76) | struct vec<2, int64, highp> type vec<2, float32, highp> (line 77) | struct vec<2, float32, highp> type vec<2, float64, highp> (line 78) | struct vec<2, float64, highp> type vec<3, uint8, lowp> (line 81) | struct vec<3, uint8, lowp> type vec<3, uint16, lowp> (line 82) | struct vec<3, uint16, lowp> type vec<3, uint32, lowp> (line 83) | struct vec<3, uint32, lowp> type vec<3, uint64, lowp> (line 84) | struct vec<3, uint64, lowp> type vec<3, int8, lowp> (line 85) | struct vec<3, int8, lowp> type vec<3, int16, lowp> (line 86) | struct vec<3, int16, lowp> type vec<3, int32, lowp> (line 87) | struct vec<3, int32, lowp> type vec<3, int64, lowp> (line 88) | struct vec<3, int64, lowp> type vec<3, float32, lowp> (line 89) | struct vec<3, float32, lowp> type vec<3, float64, lowp> (line 90) | struct vec<3, float64, lowp> type vec<3, uint8, mediump> (line 92) | struct vec<3, uint8, mediump> type vec<3, uint16, mediump> (line 93) | struct vec<3, uint16, mediump> type vec<3, uint32, mediump> (line 94) | struct vec<3, uint32, mediump> type vec<3, uint64, mediump> (line 95) | struct vec<3, uint64, mediump> type vec<3, int8, mediump> (line 96) | struct vec<3, int8, mediump> type vec<3, int16, mediump> (line 97) | struct vec<3, int16, mediump> type vec<3, int32, mediump> (line 98) | struct vec<3, int32, mediump> type vec<3, int64, mediump> (line 99) | struct vec<3, int64, mediump> type vec<3, float32, mediump> (line 100) | struct vec<3, float32, mediump> type vec<3, float64, mediump> (line 101) | struct vec<3, float64, mediump> type vec<3, uint8, highp> (line 103) | struct vec<3, uint8, highp> type vec<3, uint16, highp> (line 104) | struct vec<3, uint16, highp> type vec<3, uint32, highp> (line 105) | struct vec<3, uint32, highp> type vec<3, uint64, highp> (line 106) | struct vec<3, uint64, highp> type vec<3, int8, highp> (line 107) | struct vec<3, int8, highp> type vec<3, int16, highp> (line 108) | struct vec<3, int16, highp> type vec<3, int32, highp> (line 109) | struct vec<3, int32, highp> type vec<3, int64, highp> (line 110) | struct vec<3, int64, highp> type vec<3, float32, highp> (line 111) | struct vec<3, float32, highp> type vec<3, float64, highp> (line 112) | struct vec<3, float64, highp> type vec<4, uint8, lowp> (line 115) | struct vec<4, uint8, lowp> type vec<4, uint16, lowp> (line 116) | struct vec<4, uint16, lowp> type vec<4, uint32, lowp> (line 117) | struct vec<4, uint32, lowp> type vec<4, uint64, lowp> (line 118) | struct vec<4, uint64, lowp> type vec<4, int8, lowp> (line 119) | struct vec<4, int8, lowp> type vec<4, int16, lowp> (line 120) | struct vec<4, int16, lowp> type vec<4, int32, lowp> (line 121) | struct vec<4, int32, lowp> type vec<4, int64, lowp> (line 122) | struct vec<4, int64, lowp> type vec<4, float32, lowp> (line 123) | struct vec<4, float32, lowp> type vec<4, float64, lowp> (line 124) | struct vec<4, float64, lowp> type vec<4, uint8, mediump> (line 126) | struct vec<4, uint8, mediump> type vec<4, uint16, mediump> (line 127) | struct vec<4, uint16, mediump> type vec<4, uint32, mediump> (line 128) | struct vec<4, uint32, mediump> type vec<4, uint64, mediump> (line 129) | struct vec<4, uint64, mediump> type vec<4, int8, mediump> (line 130) | struct vec<4, int8, mediump> type vec<4, int16, mediump> (line 131) | struct vec<4, int16, mediump> type vec<4, int32, mediump> (line 132) | struct vec<4, int32, mediump> type vec<4, int64, mediump> (line 133) | struct vec<4, int64, mediump> type vec<4, float32, mediump> (line 134) | struct vec<4, float32, mediump> type vec<4, float64, mediump> (line 135) | struct vec<4, float64, mediump> type vec<4, uint8, highp> (line 137) | struct vec<4, uint8, highp> type vec<4, uint16, highp> (line 138) | struct vec<4, uint16, highp> type vec<4, uint32, highp> (line 139) | struct vec<4, uint32, highp> type vec<4, uint64, highp> (line 140) | struct vec<4, uint64, highp> type vec<4, int8, highp> (line 141) | struct vec<4, int8, highp> type vec<4, int16, highp> (line 142) | struct vec<4, int16, highp> type vec<4, int32, highp> (line 143) | struct vec<4, int32, highp> type vec<4, int64, highp> (line 144) | struct vec<4, int64, highp> type vec<4, float32, highp> (line 145) | struct vec<4, float32, highp> type vec<4, float64, highp> (line 146) | struct vec<4, float64, highp> type mat<2, 2, float32, lowp> (line 149) | struct mat<2, 2, float32, lowp> type mat<2, 2, float64, lowp> (line 150) | struct mat<2, 2, float64, lowp> type mat<2, 2, float32, mediump> (line 152) | struct mat<2, 2, float32, mediump> type mat<2, 2, float64, mediump> (line 153) | struct mat<2, 2, float64, mediump> type mat<2, 2, float32, highp> (line 155) | struct mat<2, 2, float32, highp> type mat<2, 2, float64, highp> (line 156) | struct mat<2, 2, float64, highp> type mat<2, 3, float32, lowp> (line 159) | struct mat<2, 3, float32, lowp> type mat<2, 3, float64, lowp> (line 160) | struct mat<2, 3, float64, lowp> type mat<2, 3, float32, mediump> (line 162) | struct mat<2, 3, float32, mediump> type mat<2, 3, float64, mediump> (line 163) | struct mat<2, 3, float64, mediump> type mat<2, 3, float32, highp> (line 165) | struct mat<2, 3, float32, highp> type mat<2, 3, float64, highp> (line 166) | struct mat<2, 3, float64, highp> type mat<2, 4, float32, lowp> (line 169) | struct mat<2, 4, float32, lowp> type mat<2, 4, float64, lowp> (line 170) | struct mat<2, 4, float64, lowp> type mat<2, 4, float32, mediump> (line 172) | struct mat<2, 4, float32, mediump> type mat<2, 4, float64, mediump> (line 173) | struct mat<2, 4, float64, mediump> type mat<2, 4, float32, highp> (line 175) | struct mat<2, 4, float32, highp> type mat<2, 4, float64, highp> (line 176) | struct mat<2, 4, float64, highp> type mat<3, 2, float32, lowp> (line 179) | struct mat<3, 2, float32, lowp> type mat<3, 2, float64, lowp> (line 180) | struct mat<3, 2, float64, lowp> type mat<3, 2, float32, mediump> (line 182) | struct mat<3, 2, float32, mediump> type mat<3, 2, float64, mediump> (line 183) | struct mat<3, 2, float64, mediump> type mat<3, 2, float32, highp> (line 185) | struct mat<3, 2, float32, highp> type mat<3, 2, float64, highp> (line 186) | struct mat<3, 2, float64, highp> type mat<3, 3, float32, lowp> (line 189) | struct mat<3, 3, float32, lowp> type mat<3, 3, float64, lowp> (line 190) | struct mat<3, 3, float64, lowp> type mat<3, 3, float32, mediump> (line 192) | struct mat<3, 3, float32, mediump> type mat<3, 3, float64, mediump> (line 193) | struct mat<3, 3, float64, mediump> type mat<3, 3, float32, highp> (line 195) | struct mat<3, 3, float32, highp> type mat<3, 3, float64, highp> (line 196) | struct mat<3, 3, float64, highp> type mat<3, 4, float32, lowp> (line 199) | struct mat<3, 4, float32, lowp> type mat<3, 4, float64, lowp> (line 200) | struct mat<3, 4, float64, lowp> type mat<3, 4, float32, mediump> (line 202) | struct mat<3, 4, float32, mediump> type mat<3, 4, float64, mediump> (line 203) | struct mat<3, 4, float64, mediump> type mat<3, 4, float32, highp> (line 205) | struct mat<3, 4, float32, highp> type mat<3, 4, float64, highp> (line 206) | struct mat<3, 4, float64, highp> type mat<4, 2, float32, lowp> (line 209) | struct mat<4, 2, float32, lowp> type mat<4, 2, float64, lowp> (line 210) | struct mat<4, 2, float64, lowp> type mat<4, 2, float32, mediump> (line 212) | struct mat<4, 2, float32, mediump> type mat<4, 2, float64, mediump> (line 213) | struct mat<4, 2, float64, mediump> type mat<4, 2, float32, highp> (line 215) | struct mat<4, 2, float32, highp> type mat<4, 2, float64, highp> (line 216) | struct mat<4, 2, float64, highp> type mat<4, 3, float32, lowp> (line 219) | struct mat<4, 3, float32, lowp> type mat<4, 3, float64, lowp> (line 220) | struct mat<4, 3, float64, lowp> type mat<4, 3, float32, mediump> (line 222) | struct mat<4, 3, float32, mediump> type mat<4, 3, float64, mediump> (line 223) | struct mat<4, 3, float64, mediump> type mat<4, 3, float32, highp> (line 225) | struct mat<4, 3, float32, highp> type mat<4, 3, float64, highp> (line 226) | struct mat<4, 3, float64, highp> type mat<4, 4, float32, lowp> (line 229) | struct mat<4, 4, float32, lowp> type mat<4, 4, float64, lowp> (line 230) | struct mat<4, 4, float64, lowp> type mat<4, 4, float32, mediump> (line 232) | struct mat<4, 4, float32, mediump> type mat<4, 4, float64, mediump> (line 233) | struct mat<4, 4, float64, mediump> type mat<4, 4, float32, highp> (line 235) | struct mat<4, 4, float32, highp> type mat<4, 4, float64, highp> (line 236) | struct mat<4, 4, float64, highp> type tquat (line 239) | struct tquat type tquat (line 240) | struct tquat type tquat (line 242) | struct tquat type tquat (line 243) | struct tquat type tquat (line 245) | struct tquat type tquat (line 246) | struct tquat type tdualquat (line 249) | struct tdualquat type tdualquat (line 250) | struct tdualquat type tdualquat (line 252) | struct tdualquat type tdualquat (line 253) | struct tdualquat type tdualquat (line 255) | struct tdualquat type tdualquat (line 256) | struct tdualquat FILE: external/glm/glm/detail/qualifier.hpp type glm (line 8) | namespace glm type qualifier (line 11) | enum qualifier type vec (line 36) | struct vec type mat (line 37) | struct mat type detail (line 39) | namespace detail type is_aligned (line 42) | struct is_aligned type is_aligned (line 49) | struct is_aligned type is_aligned (line 55) | struct is_aligned type is_aligned (line 61) | struct is_aligned FILE: external/glm/glm/detail/setup.hpp type glm (line 752) | namespace glm function countof (line 778) | constexpr std::size_t countof(T const (&)[N]) type glm (line 775) | namespace glm function countof (line 778) | constexpr std::size_t countof(T const (&)[N]) FILE: external/glm/glm/detail/type_float.hpp type glm (line 8) | namespace glm{ type detail (line 9) | namespace detail FILE: external/glm/glm/detail/type_gentype.hpp type glm (line 6) | namespace glm type profile (line 8) | enum profile type detail (line 17) | namespace detail type genType (line 24) | struct genType type ctor (line 27) | enum ctor{null} method value_const_pointer (line 51) | value_const_pointer value_address() const{return value_pointer(thi... method value_pointer (line 52) | value_pointer value_address(){return value_pointer(this);} FILE: external/glm/glm/detail/type_half.hpp type glm (line 8) | namespace glm{ type detail (line 9) | namespace detail FILE: external/glm/glm/detail/type_int.hpp type glm (line 15) | namespace glm{ type detail (line 16) | namespace detail type make_signed (line 77) | struct make_signed type make_signed (line 81) | struct make_signed type make_signed (line 87) | struct make_signed type make_signed (line 93) | struct make_signed type make_signed (line 99) | struct make_signed type make_signed (line 105) | struct make_signed type make_signed (line 111) | struct make_signed type make_signed (line 117) | struct make_signed type make_signed (line 123) | struct make_signed type make_unsigned (line 129) | struct make_unsigned type make_unsigned (line 133) | struct make_unsigned type make_unsigned (line 139) | struct make_unsigned type make_unsigned (line 145) | struct make_unsigned type make_unsigned (line 151) | struct make_unsigned type make_unsigned (line 157) | struct make_unsigned type make_unsigned (line 163) | struct make_unsigned type make_unsigned (line 169) | struct make_unsigned type make_unsigned (line 175) | struct make_unsigned type make_signed (line 181) | struct make_signed type make_signed (line 187) | struct make_signed type make_unsigned (line 193) | struct make_unsigned type make_unsigned (line 199) | struct make_unsigned FILE: external/glm/glm/detail/type_mat.hpp type glm (line 8) | namespace glm{ type detail (line 9) | namespace detail type outerProduct_trait (line 12) | struct outerProduct_trait{} FILE: external/glm/glm/detail/type_mat2x2.hpp type glm (line 12) | namespace glm type mat<2, 2, T, Q> (line 15) | struct mat<2, 2, T, Q> method length_type (line 30) | length_type length() { return 2; } FILE: external/glm/glm/detail/type_mat2x3.hpp type glm (line 13) | namespace glm type mat<2, 3, T, Q> (line 16) | struct mat<2, 3, T, Q> method length_type (line 31) | length_type length() { return 2; } FILE: external/glm/glm/detail/type_mat2x4.hpp type glm (line 13) | namespace glm type mat<2, 4, T, Q> (line 16) | struct mat<2, 4, T, Q> method length_type (line 31) | length_type length() { return 2; } FILE: external/glm/glm/detail/type_mat3x2.hpp type glm (line 13) | namespace glm type mat<3, 2, T, Q> (line 16) | struct mat<3, 2, T, Q> method length_type (line 31) | length_type length() { return 3; } FILE: external/glm/glm/detail/type_mat3x3.hpp type glm (line 12) | namespace glm type mat<3, 3, T, Q> (line 15) | struct mat<3, 3, T, Q> method length_type (line 30) | length_type length() { return 3; } FILE: external/glm/glm/detail/type_mat3x4.hpp type glm (line 13) | namespace glm type mat<3, 4, T, Q> (line 16) | struct mat<3, 4, T, Q> method length_type (line 31) | length_type length() { return 3; } FILE: external/glm/glm/detail/type_mat4x2.hpp type glm (line 13) | namespace glm type mat<4, 2, T, Q> (line 16) | struct mat<4, 2, T, Q> method length_type (line 31) | length_type length() { return 4; } FILE: external/glm/glm/detail/type_mat4x3.hpp type glm (line 13) | namespace glm type mat<4, 3, T, Q> (line 16) | struct mat<4, 3, T, Q> method length_type (line 31) | length_type length() { return 4; } FILE: external/glm/glm/detail/type_mat4x4.hpp type glm (line 12) | namespace glm type mat<4, 4, T, Q> (line 15) | struct mat<4, 4, T, Q> method length_type (line 30) | length_type length(){return 4;} FILE: external/glm/glm/detail/type_vec.hpp type glm (line 10) | namespace glm{ type detail (line 11) | namespace detail type storage (line 14) | struct storage type type (line 16) | struct type { type storage (line 39) | struct storage type storage (line 45) | struct storage type storage (line 51) | struct storage type storage (line 84) | struct storage type storage (line 92) | struct storage type storage (line 98) | struct storage FILE: external/glm/glm/detail/type_vec2.hpp type glm (line 16) | namespace glm type vec<2, T, Q> (line 19) | struct vec<2, T, Q> method length_type (line 82) | length_type length(){return 2;} method GLM_FUNC_DECL (line 123) | GLM_FUNC_DECL vec(detail::_swizzle<2, T, Q, E0, E1,-1,-2> const& that) FILE: external/glm/glm/detail/type_vec3.hpp type glm (line 16) | namespace glm type vec<3, T, Q> (line 19) | struct vec<3, T, Q> method length_type (line 82) | length_type length(){return 3;} method GLM_FUNC_DECL (line 132) | GLM_FUNC_DECL vec(detail::_swizzle<3, T, Q, E0, E1, E2, -1> const& t... method GLM_FUNC_DECL (line 138) | GLM_FUNC_DECL vec(detail::_swizzle<2, T, Q, E0, E1, -1, -2> const& v... method GLM_FUNC_DECL (line 144) | GLM_FUNC_DECL vec(T const& scalar, detail::_swizzle<2, T, Q, E0, E1,... FILE: external/glm/glm/detail/type_vec4.hpp type glm (line 16) | namespace glm type vec<4, T, Q> (line 19) | struct vec<4, T, Q> method length_type (line 85) | length_type length(){return 4;} method GLM_FUNC_DECL (line 153) | GLM_FUNC_DECL vec(detail::_swizzle<4, T, Q, E0, E1, E2, E3> const& t... method GLM_FUNC_DECL (line 159) | GLM_FUNC_DECL vec(detail::_swizzle<2, T, Q, E0, E1, -1, -2> const& v... method GLM_FUNC_DECL (line 165) | GLM_FUNC_DECL vec(T const& x, T const& y, detail::_swizzle<2, T, Q, ... method GLM_FUNC_DECL (line 171) | GLM_FUNC_DECL vec(T const& x, detail::_swizzle<2, T, Q, E0, E1, -1, ... method GLM_FUNC_DECL (line 177) | GLM_FUNC_DECL vec(detail::_swizzle<2, T, Q, E0, E1, -1, -2> const& v... method GLM_FUNC_DECL (line 183) | GLM_FUNC_DECL vec(detail::_swizzle<3, T, Q, E0, E1, E2, -1> const& v... method GLM_FUNC_DECL (line 189) | GLM_FUNC_DECL vec(T const& x, detail::_swizzle<3, T, Q, E0, E1, E2, ... FILE: external/glm/glm/exponential.hpp type glm (line 21) | namespace glm FILE: external/glm/glm/ext/vec1.hpp type glm (line 30) | namespace glm type vec<1, T, Q> (line 36) | struct vec<1, T, Q> method length_type (line 97) | length_type length(){return 1;} FILE: external/glm/glm/ext/vector_relational.hpp type glm (line 23) | namespace glm FILE: external/glm/glm/fwd.hpp type glm (line 15) | namespace glm type tquat (line 17) | struct tquat type glm (line 98) | namespace glm type tquat (line 17) | struct tquat FILE: external/glm/glm/geometric.hpp type glm (line 17) | namespace glm FILE: external/glm/glm/gtc/bitfield.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtc/color_space.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtc/constants.hpp type glm (line 22) | namespace glm FILE: external/glm/glm/gtc/epsilon.hpp type glm (line 24) | namespace glm FILE: external/glm/glm/gtc/integer.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtc/matrix_access.hpp type glm (line 22) | namespace glm FILE: external/glm/glm/gtc/matrix_integer.hpp type glm (line 30) | namespace glm FILE: external/glm/glm/gtc/matrix_inverse.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtc/matrix_transform.hpp type glm (line 34) | namespace glm FILE: external/glm/glm/gtc/noise.hpp type glm (line 34) | namespace glm FILE: external/glm/glm/gtc/packing.hpp type glm (line 23) | namespace glm FILE: external/glm/glm/gtc/quaternion.hpp type glm (line 27) | namespace glm type tquat (line 33) | struct tquat method length_type (line 73) | length_type length(){return 4;} FILE: external/glm/glm/gtc/random.hpp type glm (line 24) | namespace glm FILE: external/glm/glm/gtc/reciprocal.hpp type glm (line 22) | namespace glm FILE: external/glm/glm/gtc/round.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtc/type_aligned.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/gtc/type_precision.hpp type glm (line 39) | namespace glm FILE: external/glm/glm/gtc/type_ptr.hpp type glm (line 58) | namespace glm FILE: external/glm/glm/gtc/ulp.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/gtc/vec1.hpp type glm (line 22) | namespace glm FILE: external/glm/glm/gtx/associated_min_max.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/gtx/bit.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/closest_point.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/color_encoding.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/color_space.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/color_space_YCoCg.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/common.hpp type glm (line 29) | namespace glm FILE: external/glm/glm/gtx/compatibility.hpp type glm (line 36) | namespace glm function GLM_FUNC_QUALIFIER (line 41) | GLM_FUNC_QUALIFIER T lerp(T x, T y, T a){return mix(x, y, a);} function GLM_FUNC_QUALIFIER (line 42) | GLM_FUNC_QUALIFIER vec<2, T, Q> lerp(const vec<2, T, Q>& x, const vec<... function GLM_FUNC_QUALIFIER (line 44) | GLM_FUNC_QUALIFIER vec<3, T, Q> lerp(const vec<3, T, Q>& x, const vec<... function GLM_FUNC_QUALIFIER (line 45) | GLM_FUNC_QUALIFIER vec<4, T, Q> lerp(const vec<4, T, Q>& x, const vec<... function GLM_FUNC_QUALIFIER (line 46) | GLM_FUNC_QUALIFIER vec<2, T, Q> lerp(const vec<2, T, Q>& x, const vec<... function GLM_FUNC_QUALIFIER (line 47) | GLM_FUNC_QUALIFIER vec<3, T, Q> lerp(const vec<3, T, Q>& x, const vec<... function GLM_FUNC_QUALIFIER (line 48) | GLM_FUNC_QUALIFIER vec<4, T, Q> lerp(const vec<4, T, Q>& x, const vec<... function GLM_FUNC_QUALIFIER (line 50) | GLM_FUNC_QUALIFIER T saturate(T x){return clamp(x, T(0), T(1));} function GLM_FUNC_QUALIFIER (line 51) | GLM_FUNC_QUALIFIER vec<2, T, Q> saturate(const vec<2, T, Q>& x){return... function GLM_FUNC_QUALIFIER (line 52) | GLM_FUNC_QUALIFIER vec<3, T, Q> saturate(const vec<3, T, Q>& x){return... function GLM_FUNC_QUALIFIER (line 53) | GLM_FUNC_QUALIFIER vec<4, T, Q> saturate(const vec<4, T, Q>& x){return... function GLM_FUNC_QUALIFIER (line 55) | GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} function GLM_FUNC_QUALIFIER (line 56) | GLM_FUNC_QUALIFIER vec<2, T, Q> atan2(const vec<2, T, Q>& x, const vec... function GLM_FUNC_QUALIFIER (line 57) | GLM_FUNC_QUALIFIER vec<3, T, Q> atan2(const vec<3, T, Q>& x, const vec... function GLM_FUNC_QUALIFIER (line 58) | GLM_FUNC_QUALIFIER vec<4, T, Q> atan2(const vec<4, T, Q>& x, const vec... FILE: external/glm/glm/gtx/component_wise.hpp type glm (line 29) | namespace glm FILE: external/glm/glm/gtx/dual_quaternion.hpp type glm (line 31) | namespace glm type tdualquat (line 37) | struct tdualquat method length_type (line 52) | length_type length(){return 2;} FILE: external/glm/glm/gtx/euler_angles.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/extend.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/extended_min_max.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/exterior_product.hpp type glm (line 24) | namespace glm FILE: external/glm/glm/gtx/fast_exponential.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/gtx/fast_square_root.hpp type glm (line 30) | namespace glm FILE: external/glm/glm/gtx/fast_trigonometry.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/functions.hpp type glm (line 25) | namespace glm FILE: external/glm/glm/gtx/gradient_paint.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtx/handed_coordinate_space.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/hash.hpp type std (line 45) | namespace std type hash > (line 48) | struct hash > type hash > (line 54) | struct hash > type hash > (line 60) | struct hash > type hash > (line 66) | struct hash > type hash> (line 72) | struct hash> type hash > (line 78) | struct hash > type hash > (line 84) | struct hash > type hash > (line 90) | struct hash > type hash > (line 96) | struct hash > type hash > (line 102) | struct hash > type hash > (line 108) | struct hash > type hash > (line 114) | struct hash > type hash > (line 120) | struct hash > type hash > (line 126) | struct hash > type hash > (line 132) | struct hash > FILE: external/glm/glm/gtx/integer.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/gtx/intersect.hpp type glm (line 32) | namespace glm FILE: external/glm/glm/gtx/io.hpp type glm (line 38) | namespace glm type io (line 43) | namespace io type order_type (line 45) | enum order_type { column_major, row_major} class format_punct (line 48) | class format_punct : public std::locale::facet class basic_state_saver (line 71) | class basic_state_saver { class basic_format_saver (line 100) | class basic_format_saver type precision (line 117) | struct precision type width (line 124) | struct width type delimeter (line 132) | struct delimeter type order (line 139) | struct order FILE: external/glm/glm/gtx/log_base.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/matrix_cross_product.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/gtx/matrix_decompose.hpp type glm (line 31) | namespace glm FILE: external/glm/glm/gtx/matrix_factorisation.hpp type glm (line 32) | namespace glm FILE: external/glm/glm/gtx/matrix_interpolation.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/gtx/matrix_major_storage.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/gtx/matrix_operation.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/matrix_query.hpp type glm (line 29) | namespace glm FILE: external/glm/glm/gtx/matrix_transform_2d.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtx/mixed_product.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/norm.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtx/normal.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/gtx/normalize_dot.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/gtx/number_precision.hpp type glm (line 29) | namespace glm{ type gtx (line 30) | namespace gtx FILE: external/glm/glm/gtx/optimum_pow.hpp type glm (line 26) | namespace glm{ type gtx (line 27) | namespace gtx FILE: external/glm/glm/gtx/orthonormalize.hpp type glm (line 29) | namespace glm FILE: external/glm/glm/gtx/perpendicular.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtx/polar_coordinates.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/projection.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/quaternion.hpp type glm (line 30) | namespace glm function GLM_FUNC_DECL (line 134) | GLM_FUNC_DECL mat<3, 3, T, Q> toMat3( function GLM_FUNC_DECL (line 141) | GLM_FUNC_DECL mat<4, 4, T, Q> toMat4( function GLM_FUNC_DECL (line 148) | GLM_FUNC_DECL tquat toQuat( function GLM_FUNC_DECL (line 155) | GLM_FUNC_DECL tquat toQuat( FILE: external/glm/glm/gtx/range.hpp type glm (line 29) | namespace glm function length_t (line 40) | inline length_t components(vec<1, T, Q> const& v) function length_t (line 46) | inline length_t components(vec<2, T, Q> const& v) function length_t (line 52) | inline length_t components(vec<3, T, Q> const& v) function length_t (line 58) | inline length_t components(vec<4, T, Q> const& v) function length_t (line 64) | inline length_t components(genType const& m) FILE: external/glm/glm/gtx/raw_data.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/gtx/rotate_normalized_axis.hpp type glm (line 30) | namespace glm FILE: external/glm/glm/gtx/rotate_vector.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtx/scalar_multiplication.hpp type glm (line 33) | namespace glm FILE: external/glm/glm/gtx/scalar_relational.hpp type glm (line 26) | namespace glm FILE: external/glm/glm/gtx/spline.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/gtx/std_based_type.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtx/string_cast.hpp type glm (line 39) | namespace glm FILE: external/glm/glm/gtx/texture.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtx/transform.hpp type glm (line 30) | namespace glm FILE: external/glm/glm/gtx/transform2.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtx/type_trait.hpp type glm (line 39) | namespace glm type type (line 45) | struct type type type > (line 56) | struct type > type type > (line 68) | struct type > type type > (line 82) | struct type > type type > (line 96) | struct type > type type > (line 110) | struct type > type type > (line 124) | struct type > type type > (line 138) | struct type > type type > (line 152) | struct type > type type > (line 166) | struct type > type type > (line 180) | struct type > type type > (line 194) | struct type > type type > (line 206) | struct type > FILE: external/glm/glm/gtx/vec_swizzle.hpp type glm (line 21) | namespace glm { function GLM_INLINE (line 24) | GLM_INLINE glm::vec<2, T, Q> xx(const glm::vec<1, T, Q> &v) { function GLM_INLINE (line 29) | GLM_INLINE glm::vec<2, T, Q> xx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 34) | GLM_INLINE glm::vec<2, T, Q> xx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 39) | GLM_INLINE glm::vec<2, T, Q> xx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 45) | GLM_INLINE glm::vec<2, T, Q> xy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 50) | GLM_INLINE glm::vec<2, T, Q> xy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 55) | GLM_INLINE glm::vec<2, T, Q> xy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 61) | GLM_INLINE glm::vec<2, T, Q> xz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 66) | GLM_INLINE glm::vec<2, T, Q> xz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 72) | GLM_INLINE glm::vec<2, T, Q> xw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 78) | GLM_INLINE glm::vec<2, T, Q> yx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 83) | GLM_INLINE glm::vec<2, T, Q> yx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 88) | GLM_INLINE glm::vec<2, T, Q> yx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 94) | GLM_INLINE glm::vec<2, T, Q> yy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 99) | GLM_INLINE glm::vec<2, T, Q> yy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 104) | GLM_INLINE glm::vec<2, T, Q> yy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 110) | GLM_INLINE glm::vec<2, T, Q> yz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 115) | GLM_INLINE glm::vec<2, T, Q> yz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 121) | GLM_INLINE glm::vec<2, T, Q> yw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 127) | GLM_INLINE glm::vec<2, T, Q> zx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 132) | GLM_INLINE glm::vec<2, T, Q> zx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 138) | GLM_INLINE glm::vec<2, T, Q> zy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 143) | GLM_INLINE glm::vec<2, T, Q> zy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 149) | GLM_INLINE glm::vec<2, T, Q> zz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 154) | GLM_INLINE glm::vec<2, T, Q> zz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 160) | GLM_INLINE glm::vec<2, T, Q> zw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 166) | GLM_INLINE glm::vec<2, T, Q> wx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 172) | GLM_INLINE glm::vec<2, T, Q> wy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 178) | GLM_INLINE glm::vec<2, T, Q> wz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 184) | GLM_INLINE glm::vec<2, T, Q> ww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 190) | GLM_INLINE glm::vec<3, T, Q> xxx(const glm::vec<1, T, Q> &v) { function GLM_INLINE (line 195) | GLM_INLINE glm::vec<3, T, Q> xxx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 200) | GLM_INLINE glm::vec<3, T, Q> xxx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 205) | GLM_INLINE glm::vec<3, T, Q> xxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 211) | GLM_INLINE glm::vec<3, T, Q> xxy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 216) | GLM_INLINE glm::vec<3, T, Q> xxy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 221) | GLM_INLINE glm::vec<3, T, Q> xxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 227) | GLM_INLINE glm::vec<3, T, Q> xxz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 232) | GLM_INLINE glm::vec<3, T, Q> xxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 238) | GLM_INLINE glm::vec<3, T, Q> xxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 244) | GLM_INLINE glm::vec<3, T, Q> xyx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 249) | GLM_INLINE glm::vec<3, T, Q> xyx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 254) | GLM_INLINE glm::vec<3, T, Q> xyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 260) | GLM_INLINE glm::vec<3, T, Q> xyy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 265) | GLM_INLINE glm::vec<3, T, Q> xyy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 270) | GLM_INLINE glm::vec<3, T, Q> xyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 276) | GLM_INLINE glm::vec<3, T, Q> xyz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 281) | GLM_INLINE glm::vec<3, T, Q> xyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 287) | GLM_INLINE glm::vec<3, T, Q> xyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 293) | GLM_INLINE glm::vec<3, T, Q> xzx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 298) | GLM_INLINE glm::vec<3, T, Q> xzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 304) | GLM_INLINE glm::vec<3, T, Q> xzy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 309) | GLM_INLINE glm::vec<3, T, Q> xzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 315) | GLM_INLINE glm::vec<3, T, Q> xzz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 320) | GLM_INLINE glm::vec<3, T, Q> xzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 326) | GLM_INLINE glm::vec<3, T, Q> xzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 332) | GLM_INLINE glm::vec<3, T, Q> xwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 338) | GLM_INLINE glm::vec<3, T, Q> xwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 344) | GLM_INLINE glm::vec<3, T, Q> xwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 350) | GLM_INLINE glm::vec<3, T, Q> xww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 356) | GLM_INLINE glm::vec<3, T, Q> yxx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 361) | GLM_INLINE glm::vec<3, T, Q> yxx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 366) | GLM_INLINE glm::vec<3, T, Q> yxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 372) | GLM_INLINE glm::vec<3, T, Q> yxy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 377) | GLM_INLINE glm::vec<3, T, Q> yxy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 382) | GLM_INLINE glm::vec<3, T, Q> yxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 388) | GLM_INLINE glm::vec<3, T, Q> yxz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 393) | GLM_INLINE glm::vec<3, T, Q> yxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 399) | GLM_INLINE glm::vec<3, T, Q> yxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 405) | GLM_INLINE glm::vec<3, T, Q> yyx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 410) | GLM_INLINE glm::vec<3, T, Q> yyx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 415) | GLM_INLINE glm::vec<3, T, Q> yyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 421) | GLM_INLINE glm::vec<3, T, Q> yyy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 426) | GLM_INLINE glm::vec<3, T, Q> yyy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 431) | GLM_INLINE glm::vec<3, T, Q> yyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 437) | GLM_INLINE glm::vec<3, T, Q> yyz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 442) | GLM_INLINE glm::vec<3, T, Q> yyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 448) | GLM_INLINE glm::vec<3, T, Q> yyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 454) | GLM_INLINE glm::vec<3, T, Q> yzx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 459) | GLM_INLINE glm::vec<3, T, Q> yzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 465) | GLM_INLINE glm::vec<3, T, Q> yzy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 470) | GLM_INLINE glm::vec<3, T, Q> yzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 476) | GLM_INLINE glm::vec<3, T, Q> yzz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 481) | GLM_INLINE glm::vec<3, T, Q> yzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 487) | GLM_INLINE glm::vec<3, T, Q> yzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 493) | GLM_INLINE glm::vec<3, T, Q> ywx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 499) | GLM_INLINE glm::vec<3, T, Q> ywy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 505) | GLM_INLINE glm::vec<3, T, Q> ywz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 511) | GLM_INLINE glm::vec<3, T, Q> yww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 517) | GLM_INLINE glm::vec<3, T, Q> zxx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 522) | GLM_INLINE glm::vec<3, T, Q> zxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 528) | GLM_INLINE glm::vec<3, T, Q> zxy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 533) | GLM_INLINE glm::vec<3, T, Q> zxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 539) | GLM_INLINE glm::vec<3, T, Q> zxz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 544) | GLM_INLINE glm::vec<3, T, Q> zxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 550) | GLM_INLINE glm::vec<3, T, Q> zxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 556) | GLM_INLINE glm::vec<3, T, Q> zyx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 561) | GLM_INLINE glm::vec<3, T, Q> zyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 567) | GLM_INLINE glm::vec<3, T, Q> zyy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 572) | GLM_INLINE glm::vec<3, T, Q> zyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 578) | GLM_INLINE glm::vec<3, T, Q> zyz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 583) | GLM_INLINE glm::vec<3, T, Q> zyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 589) | GLM_INLINE glm::vec<3, T, Q> zyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 595) | GLM_INLINE glm::vec<3, T, Q> zzx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 600) | GLM_INLINE glm::vec<3, T, Q> zzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 606) | GLM_INLINE glm::vec<3, T, Q> zzy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 611) | GLM_INLINE glm::vec<3, T, Q> zzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 617) | GLM_INLINE glm::vec<3, T, Q> zzz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 622) | GLM_INLINE glm::vec<3, T, Q> zzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 628) | GLM_INLINE glm::vec<3, T, Q> zzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 634) | GLM_INLINE glm::vec<3, T, Q> zwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 640) | GLM_INLINE glm::vec<3, T, Q> zwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 646) | GLM_INLINE glm::vec<3, T, Q> zwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 652) | GLM_INLINE glm::vec<3, T, Q> zww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 658) | GLM_INLINE glm::vec<3, T, Q> wxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 664) | GLM_INLINE glm::vec<3, T, Q> wxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 670) | GLM_INLINE glm::vec<3, T, Q> wxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 676) | GLM_INLINE glm::vec<3, T, Q> wxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 682) | GLM_INLINE glm::vec<3, T, Q> wyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 688) | GLM_INLINE glm::vec<3, T, Q> wyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 694) | GLM_INLINE glm::vec<3, T, Q> wyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 700) | GLM_INLINE glm::vec<3, T, Q> wyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 706) | GLM_INLINE glm::vec<3, T, Q> wzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 712) | GLM_INLINE glm::vec<3, T, Q> wzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 718) | GLM_INLINE glm::vec<3, T, Q> wzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 724) | GLM_INLINE glm::vec<3, T, Q> wzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 730) | GLM_INLINE glm::vec<3, T, Q> wwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 736) | GLM_INLINE glm::vec<3, T, Q> wwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 742) | GLM_INLINE glm::vec<3, T, Q> wwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 748) | GLM_INLINE glm::vec<3, T, Q> www(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 754) | GLM_INLINE glm::vec<4, T, Q> xxxx(const glm::vec<1, T, Q> &v) { function GLM_INLINE (line 759) | GLM_INLINE glm::vec<4, T, Q> xxxx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 764) | GLM_INLINE glm::vec<4, T, Q> xxxx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 769) | GLM_INLINE glm::vec<4, T, Q> xxxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 775) | GLM_INLINE glm::vec<4, T, Q> xxxy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 780) | GLM_INLINE glm::vec<4, T, Q> xxxy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 785) | GLM_INLINE glm::vec<4, T, Q> xxxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 791) | GLM_INLINE glm::vec<4, T, Q> xxxz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 796) | GLM_INLINE glm::vec<4, T, Q> xxxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 802) | GLM_INLINE glm::vec<4, T, Q> xxxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 808) | GLM_INLINE glm::vec<4, T, Q> xxyx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 813) | GLM_INLINE glm::vec<4, T, Q> xxyx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 818) | GLM_INLINE glm::vec<4, T, Q> xxyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 824) | GLM_INLINE glm::vec<4, T, Q> xxyy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 829) | GLM_INLINE glm::vec<4, T, Q> xxyy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 834) | GLM_INLINE glm::vec<4, T, Q> xxyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 840) | GLM_INLINE glm::vec<4, T, Q> xxyz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 845) | GLM_INLINE glm::vec<4, T, Q> xxyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 851) | GLM_INLINE glm::vec<4, T, Q> xxyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 857) | GLM_INLINE glm::vec<4, T, Q> xxzx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 862) | GLM_INLINE glm::vec<4, T, Q> xxzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 868) | GLM_INLINE glm::vec<4, T, Q> xxzy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 873) | GLM_INLINE glm::vec<4, T, Q> xxzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 879) | GLM_INLINE glm::vec<4, T, Q> xxzz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 884) | GLM_INLINE glm::vec<4, T, Q> xxzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 890) | GLM_INLINE glm::vec<4, T, Q> xxzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 896) | GLM_INLINE glm::vec<4, T, Q> xxwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 902) | GLM_INLINE glm::vec<4, T, Q> xxwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 908) | GLM_INLINE glm::vec<4, T, Q> xxwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 914) | GLM_INLINE glm::vec<4, T, Q> xxww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 920) | GLM_INLINE glm::vec<4, T, Q> xyxx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 925) | GLM_INLINE glm::vec<4, T, Q> xyxx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 930) | GLM_INLINE glm::vec<4, T, Q> xyxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 936) | GLM_INLINE glm::vec<4, T, Q> xyxy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 941) | GLM_INLINE glm::vec<4, T, Q> xyxy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 946) | GLM_INLINE glm::vec<4, T, Q> xyxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 952) | GLM_INLINE glm::vec<4, T, Q> xyxz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 957) | GLM_INLINE glm::vec<4, T, Q> xyxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 963) | GLM_INLINE glm::vec<4, T, Q> xyxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 969) | GLM_INLINE glm::vec<4, T, Q> xyyx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 974) | GLM_INLINE glm::vec<4, T, Q> xyyx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 979) | GLM_INLINE glm::vec<4, T, Q> xyyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 985) | GLM_INLINE glm::vec<4, T, Q> xyyy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 990) | GLM_INLINE glm::vec<4, T, Q> xyyy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 995) | GLM_INLINE glm::vec<4, T, Q> xyyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1001) | GLM_INLINE glm::vec<4, T, Q> xyyz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1006) | GLM_INLINE glm::vec<4, T, Q> xyyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1012) | GLM_INLINE glm::vec<4, T, Q> xyyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1018) | GLM_INLINE glm::vec<4, T, Q> xyzx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1023) | GLM_INLINE glm::vec<4, T, Q> xyzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1029) | GLM_INLINE glm::vec<4, T, Q> xyzy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1034) | GLM_INLINE glm::vec<4, T, Q> xyzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1040) | GLM_INLINE glm::vec<4, T, Q> xyzz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1045) | GLM_INLINE glm::vec<4, T, Q> xyzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1051) | GLM_INLINE glm::vec<4, T, Q> xyzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1057) | GLM_INLINE glm::vec<4, T, Q> xywx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1063) | GLM_INLINE glm::vec<4, T, Q> xywy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1069) | GLM_INLINE glm::vec<4, T, Q> xywz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1075) | GLM_INLINE glm::vec<4, T, Q> xyww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1081) | GLM_INLINE glm::vec<4, T, Q> xzxx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1086) | GLM_INLINE glm::vec<4, T, Q> xzxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1092) | GLM_INLINE glm::vec<4, T, Q> xzxy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1097) | GLM_INLINE glm::vec<4, T, Q> xzxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1103) | GLM_INLINE glm::vec<4, T, Q> xzxz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1108) | GLM_INLINE glm::vec<4, T, Q> xzxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1114) | GLM_INLINE glm::vec<4, T, Q> xzxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1120) | GLM_INLINE glm::vec<4, T, Q> xzyx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1125) | GLM_INLINE glm::vec<4, T, Q> xzyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1131) | GLM_INLINE glm::vec<4, T, Q> xzyy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1136) | GLM_INLINE glm::vec<4, T, Q> xzyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1142) | GLM_INLINE glm::vec<4, T, Q> xzyz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1147) | GLM_INLINE glm::vec<4, T, Q> xzyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1153) | GLM_INLINE glm::vec<4, T, Q> xzyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1159) | GLM_INLINE glm::vec<4, T, Q> xzzx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1164) | GLM_INLINE glm::vec<4, T, Q> xzzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1170) | GLM_INLINE glm::vec<4, T, Q> xzzy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1175) | GLM_INLINE glm::vec<4, T, Q> xzzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1181) | GLM_INLINE glm::vec<4, T, Q> xzzz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1186) | GLM_INLINE glm::vec<4, T, Q> xzzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1192) | GLM_INLINE glm::vec<4, T, Q> xzzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1198) | GLM_INLINE glm::vec<4, T, Q> xzwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1204) | GLM_INLINE glm::vec<4, T, Q> xzwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1210) | GLM_INLINE glm::vec<4, T, Q> xzwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1216) | GLM_INLINE glm::vec<4, T, Q> xzww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1222) | GLM_INLINE glm::vec<4, T, Q> xwxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1228) | GLM_INLINE glm::vec<4, T, Q> xwxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1234) | GLM_INLINE glm::vec<4, T, Q> xwxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1240) | GLM_INLINE glm::vec<4, T, Q> xwxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1246) | GLM_INLINE glm::vec<4, T, Q> xwyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1252) | GLM_INLINE glm::vec<4, T, Q> xwyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1258) | GLM_INLINE glm::vec<4, T, Q> xwyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1264) | GLM_INLINE glm::vec<4, T, Q> xwyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1270) | GLM_INLINE glm::vec<4, T, Q> xwzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1276) | GLM_INLINE glm::vec<4, T, Q> xwzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1282) | GLM_INLINE glm::vec<4, T, Q> xwzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1288) | GLM_INLINE glm::vec<4, T, Q> xwzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1294) | GLM_INLINE glm::vec<4, T, Q> xwwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1300) | GLM_INLINE glm::vec<4, T, Q> xwwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1306) | GLM_INLINE glm::vec<4, T, Q> xwwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1312) | GLM_INLINE glm::vec<4, T, Q> xwww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1318) | GLM_INLINE glm::vec<4, T, Q> yxxx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 1323) | GLM_INLINE glm::vec<4, T, Q> yxxx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1328) | GLM_INLINE glm::vec<4, T, Q> yxxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1334) | GLM_INLINE glm::vec<4, T, Q> yxxy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 1339) | GLM_INLINE glm::vec<4, T, Q> yxxy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1344) | GLM_INLINE glm::vec<4, T, Q> yxxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1350) | GLM_INLINE glm::vec<4, T, Q> yxxz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1355) | GLM_INLINE glm::vec<4, T, Q> yxxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1361) | GLM_INLINE glm::vec<4, T, Q> yxxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1367) | GLM_INLINE glm::vec<4, T, Q> yxyx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 1372) | GLM_INLINE glm::vec<4, T, Q> yxyx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1377) | GLM_INLINE glm::vec<4, T, Q> yxyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1383) | GLM_INLINE glm::vec<4, T, Q> yxyy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 1388) | GLM_INLINE glm::vec<4, T, Q> yxyy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1393) | GLM_INLINE glm::vec<4, T, Q> yxyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1399) | GLM_INLINE glm::vec<4, T, Q> yxyz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1404) | GLM_INLINE glm::vec<4, T, Q> yxyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1410) | GLM_INLINE glm::vec<4, T, Q> yxyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1416) | GLM_INLINE glm::vec<4, T, Q> yxzx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1421) | GLM_INLINE glm::vec<4, T, Q> yxzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1427) | GLM_INLINE glm::vec<4, T, Q> yxzy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1432) | GLM_INLINE glm::vec<4, T, Q> yxzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1438) | GLM_INLINE glm::vec<4, T, Q> yxzz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1443) | GLM_INLINE glm::vec<4, T, Q> yxzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1449) | GLM_INLINE glm::vec<4, T, Q> yxzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1455) | GLM_INLINE glm::vec<4, T, Q> yxwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1461) | GLM_INLINE glm::vec<4, T, Q> yxwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1467) | GLM_INLINE glm::vec<4, T, Q> yxwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1473) | GLM_INLINE glm::vec<4, T, Q> yxww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1479) | GLM_INLINE glm::vec<4, T, Q> yyxx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 1484) | GLM_INLINE glm::vec<4, T, Q> yyxx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1489) | GLM_INLINE glm::vec<4, T, Q> yyxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1495) | GLM_INLINE glm::vec<4, T, Q> yyxy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 1500) | GLM_INLINE glm::vec<4, T, Q> yyxy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1505) | GLM_INLINE glm::vec<4, T, Q> yyxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1511) | GLM_INLINE glm::vec<4, T, Q> yyxz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1516) | GLM_INLINE glm::vec<4, T, Q> yyxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1522) | GLM_INLINE glm::vec<4, T, Q> yyxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1528) | GLM_INLINE glm::vec<4, T, Q> yyyx(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 1533) | GLM_INLINE glm::vec<4, T, Q> yyyx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1538) | GLM_INLINE glm::vec<4, T, Q> yyyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1544) | GLM_INLINE glm::vec<4, T, Q> yyyy(const glm::vec<2, T, Q> &v) { function GLM_INLINE (line 1549) | GLM_INLINE glm::vec<4, T, Q> yyyy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1554) | GLM_INLINE glm::vec<4, T, Q> yyyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1560) | GLM_INLINE glm::vec<4, T, Q> yyyz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1565) | GLM_INLINE glm::vec<4, T, Q> yyyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1571) | GLM_INLINE glm::vec<4, T, Q> yyyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1577) | GLM_INLINE glm::vec<4, T, Q> yyzx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1582) | GLM_INLINE glm::vec<4, T, Q> yyzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1588) | GLM_INLINE glm::vec<4, T, Q> yyzy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1593) | GLM_INLINE glm::vec<4, T, Q> yyzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1599) | GLM_INLINE glm::vec<4, T, Q> yyzz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1604) | GLM_INLINE glm::vec<4, T, Q> yyzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1610) | GLM_INLINE glm::vec<4, T, Q> yyzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1616) | GLM_INLINE glm::vec<4, T, Q> yywx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1622) | GLM_INLINE glm::vec<4, T, Q> yywy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1628) | GLM_INLINE glm::vec<4, T, Q> yywz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1634) | GLM_INLINE glm::vec<4, T, Q> yyww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1640) | GLM_INLINE glm::vec<4, T, Q> yzxx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1645) | GLM_INLINE glm::vec<4, T, Q> yzxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1651) | GLM_INLINE glm::vec<4, T, Q> yzxy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1656) | GLM_INLINE glm::vec<4, T, Q> yzxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1662) | GLM_INLINE glm::vec<4, T, Q> yzxz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1667) | GLM_INLINE glm::vec<4, T, Q> yzxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1673) | GLM_INLINE glm::vec<4, T, Q> yzxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1679) | GLM_INLINE glm::vec<4, T, Q> yzyx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1684) | GLM_INLINE glm::vec<4, T, Q> yzyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1690) | GLM_INLINE glm::vec<4, T, Q> yzyy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1695) | GLM_INLINE glm::vec<4, T, Q> yzyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1701) | GLM_INLINE glm::vec<4, T, Q> yzyz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1706) | GLM_INLINE glm::vec<4, T, Q> yzyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1712) | GLM_INLINE glm::vec<4, T, Q> yzyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1718) | GLM_INLINE glm::vec<4, T, Q> yzzx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1723) | GLM_INLINE glm::vec<4, T, Q> yzzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1729) | GLM_INLINE glm::vec<4, T, Q> yzzy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1734) | GLM_INLINE glm::vec<4, T, Q> yzzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1740) | GLM_INLINE glm::vec<4, T, Q> yzzz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1745) | GLM_INLINE glm::vec<4, T, Q> yzzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1751) | GLM_INLINE glm::vec<4, T, Q> yzzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1757) | GLM_INLINE glm::vec<4, T, Q> yzwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1763) | GLM_INLINE glm::vec<4, T, Q> yzwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1769) | GLM_INLINE glm::vec<4, T, Q> yzwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1775) | GLM_INLINE glm::vec<4, T, Q> yzww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1781) | GLM_INLINE glm::vec<4, T, Q> ywxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1787) | GLM_INLINE glm::vec<4, T, Q> ywxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1793) | GLM_INLINE glm::vec<4, T, Q> ywxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1799) | GLM_INLINE glm::vec<4, T, Q> ywxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1805) | GLM_INLINE glm::vec<4, T, Q> ywyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1811) | GLM_INLINE glm::vec<4, T, Q> ywyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1817) | GLM_INLINE glm::vec<4, T, Q> ywyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1823) | GLM_INLINE glm::vec<4, T, Q> ywyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1829) | GLM_INLINE glm::vec<4, T, Q> ywzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1835) | GLM_INLINE glm::vec<4, T, Q> ywzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1841) | GLM_INLINE glm::vec<4, T, Q> ywzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1847) | GLM_INLINE glm::vec<4, T, Q> ywzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1853) | GLM_INLINE glm::vec<4, T, Q> ywwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1859) | GLM_INLINE glm::vec<4, T, Q> ywwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1865) | GLM_INLINE glm::vec<4, T, Q> ywwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1871) | GLM_INLINE glm::vec<4, T, Q> ywww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1877) | GLM_INLINE glm::vec<4, T, Q> zxxx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1882) | GLM_INLINE glm::vec<4, T, Q> zxxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1888) | GLM_INLINE glm::vec<4, T, Q> zxxy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1893) | GLM_INLINE glm::vec<4, T, Q> zxxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1899) | GLM_INLINE glm::vec<4, T, Q> zxxz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1904) | GLM_INLINE glm::vec<4, T, Q> zxxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1910) | GLM_INLINE glm::vec<4, T, Q> zxxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1916) | GLM_INLINE glm::vec<4, T, Q> zxyx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1921) | GLM_INLINE glm::vec<4, T, Q> zxyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1927) | GLM_INLINE glm::vec<4, T, Q> zxyy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1932) | GLM_INLINE glm::vec<4, T, Q> zxyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1938) | GLM_INLINE glm::vec<4, T, Q> zxyz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1943) | GLM_INLINE glm::vec<4, T, Q> zxyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1949) | GLM_INLINE glm::vec<4, T, Q> zxyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1955) | GLM_INLINE glm::vec<4, T, Q> zxzx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1960) | GLM_INLINE glm::vec<4, T, Q> zxzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1966) | GLM_INLINE glm::vec<4, T, Q> zxzy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1971) | GLM_INLINE glm::vec<4, T, Q> zxzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1977) | GLM_INLINE glm::vec<4, T, Q> zxzz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 1982) | GLM_INLINE glm::vec<4, T, Q> zxzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1988) | GLM_INLINE glm::vec<4, T, Q> zxzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 1994) | GLM_INLINE glm::vec<4, T, Q> zxwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2000) | GLM_INLINE glm::vec<4, T, Q> zxwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2006) | GLM_INLINE glm::vec<4, T, Q> zxwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2012) | GLM_INLINE glm::vec<4, T, Q> zxww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2018) | GLM_INLINE glm::vec<4, T, Q> zyxx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2023) | GLM_INLINE glm::vec<4, T, Q> zyxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2029) | GLM_INLINE glm::vec<4, T, Q> zyxy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2034) | GLM_INLINE glm::vec<4, T, Q> zyxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2040) | GLM_INLINE glm::vec<4, T, Q> zyxz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2045) | GLM_INLINE glm::vec<4, T, Q> zyxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2051) | GLM_INLINE glm::vec<4, T, Q> zyxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2057) | GLM_INLINE glm::vec<4, T, Q> zyyx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2062) | GLM_INLINE glm::vec<4, T, Q> zyyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2068) | GLM_INLINE glm::vec<4, T, Q> zyyy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2073) | GLM_INLINE glm::vec<4, T, Q> zyyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2079) | GLM_INLINE glm::vec<4, T, Q> zyyz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2084) | GLM_INLINE glm::vec<4, T, Q> zyyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2090) | GLM_INLINE glm::vec<4, T, Q> zyyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2096) | GLM_INLINE glm::vec<4, T, Q> zyzx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2101) | GLM_INLINE glm::vec<4, T, Q> zyzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2107) | GLM_INLINE glm::vec<4, T, Q> zyzy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2112) | GLM_INLINE glm::vec<4, T, Q> zyzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2118) | GLM_INLINE glm::vec<4, T, Q> zyzz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2123) | GLM_INLINE glm::vec<4, T, Q> zyzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2129) | GLM_INLINE glm::vec<4, T, Q> zyzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2135) | GLM_INLINE glm::vec<4, T, Q> zywx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2141) | GLM_INLINE glm::vec<4, T, Q> zywy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2147) | GLM_INLINE glm::vec<4, T, Q> zywz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2153) | GLM_INLINE glm::vec<4, T, Q> zyww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2159) | GLM_INLINE glm::vec<4, T, Q> zzxx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2164) | GLM_INLINE glm::vec<4, T, Q> zzxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2170) | GLM_INLINE glm::vec<4, T, Q> zzxy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2175) | GLM_INLINE glm::vec<4, T, Q> zzxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2181) | GLM_INLINE glm::vec<4, T, Q> zzxz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2186) | GLM_INLINE glm::vec<4, T, Q> zzxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2192) | GLM_INLINE glm::vec<4, T, Q> zzxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2198) | GLM_INLINE glm::vec<4, T, Q> zzyx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2203) | GLM_INLINE glm::vec<4, T, Q> zzyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2209) | GLM_INLINE glm::vec<4, T, Q> zzyy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2214) | GLM_INLINE glm::vec<4, T, Q> zzyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2220) | GLM_INLINE glm::vec<4, T, Q> zzyz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2225) | GLM_INLINE glm::vec<4, T, Q> zzyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2231) | GLM_INLINE glm::vec<4, T, Q> zzyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2237) | GLM_INLINE glm::vec<4, T, Q> zzzx(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2242) | GLM_INLINE glm::vec<4, T, Q> zzzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2248) | GLM_INLINE glm::vec<4, T, Q> zzzy(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2253) | GLM_INLINE glm::vec<4, T, Q> zzzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2259) | GLM_INLINE glm::vec<4, T, Q> zzzz(const glm::vec<3, T, Q> &v) { function GLM_INLINE (line 2264) | GLM_INLINE glm::vec<4, T, Q> zzzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2270) | GLM_INLINE glm::vec<4, T, Q> zzzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2276) | GLM_INLINE glm::vec<4, T, Q> zzwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2282) | GLM_INLINE glm::vec<4, T, Q> zzwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2288) | GLM_INLINE glm::vec<4, T, Q> zzwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2294) | GLM_INLINE glm::vec<4, T, Q> zzww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2300) | GLM_INLINE glm::vec<4, T, Q> zwxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2306) | GLM_INLINE glm::vec<4, T, Q> zwxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2312) | GLM_INLINE glm::vec<4, T, Q> zwxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2318) | GLM_INLINE glm::vec<4, T, Q> zwxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2324) | GLM_INLINE glm::vec<4, T, Q> zwyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2330) | GLM_INLINE glm::vec<4, T, Q> zwyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2336) | GLM_INLINE glm::vec<4, T, Q> zwyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2342) | GLM_INLINE glm::vec<4, T, Q> zwyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2348) | GLM_INLINE glm::vec<4, T, Q> zwzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2354) | GLM_INLINE glm::vec<4, T, Q> zwzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2360) | GLM_INLINE glm::vec<4, T, Q> zwzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2366) | GLM_INLINE glm::vec<4, T, Q> zwzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2372) | GLM_INLINE glm::vec<4, T, Q> zwwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2378) | GLM_INLINE glm::vec<4, T, Q> zwwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2384) | GLM_INLINE glm::vec<4, T, Q> zwwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2390) | GLM_INLINE glm::vec<4, T, Q> zwww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2396) | GLM_INLINE glm::vec<4, T, Q> wxxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2402) | GLM_INLINE glm::vec<4, T, Q> wxxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2408) | GLM_INLINE glm::vec<4, T, Q> wxxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2414) | GLM_INLINE glm::vec<4, T, Q> wxxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2420) | GLM_INLINE glm::vec<4, T, Q> wxyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2426) | GLM_INLINE glm::vec<4, T, Q> wxyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2432) | GLM_INLINE glm::vec<4, T, Q> wxyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2438) | GLM_INLINE glm::vec<4, T, Q> wxyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2444) | GLM_INLINE glm::vec<4, T, Q> wxzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2450) | GLM_INLINE glm::vec<4, T, Q> wxzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2456) | GLM_INLINE glm::vec<4, T, Q> wxzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2462) | GLM_INLINE glm::vec<4, T, Q> wxzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2468) | GLM_INLINE glm::vec<4, T, Q> wxwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2474) | GLM_INLINE glm::vec<4, T, Q> wxwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2480) | GLM_INLINE glm::vec<4, T, Q> wxwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2486) | GLM_INLINE glm::vec<4, T, Q> wxww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2492) | GLM_INLINE glm::vec<4, T, Q> wyxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2498) | GLM_INLINE glm::vec<4, T, Q> wyxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2504) | GLM_INLINE glm::vec<4, T, Q> wyxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2510) | GLM_INLINE glm::vec<4, T, Q> wyxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2516) | GLM_INLINE glm::vec<4, T, Q> wyyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2522) | GLM_INLINE glm::vec<4, T, Q> wyyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2528) | GLM_INLINE glm::vec<4, T, Q> wyyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2534) | GLM_INLINE glm::vec<4, T, Q> wyyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2540) | GLM_INLINE glm::vec<4, T, Q> wyzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2546) | GLM_INLINE glm::vec<4, T, Q> wyzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2552) | GLM_INLINE glm::vec<4, T, Q> wyzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2558) | GLM_INLINE glm::vec<4, T, Q> wyzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2564) | GLM_INLINE glm::vec<4, T, Q> wywx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2570) | GLM_INLINE glm::vec<4, T, Q> wywy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2576) | GLM_INLINE glm::vec<4, T, Q> wywz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2582) | GLM_INLINE glm::vec<4, T, Q> wyww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2588) | GLM_INLINE glm::vec<4, T, Q> wzxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2594) | GLM_INLINE glm::vec<4, T, Q> wzxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2600) | GLM_INLINE glm::vec<4, T, Q> wzxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2606) | GLM_INLINE glm::vec<4, T, Q> wzxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2612) | GLM_INLINE glm::vec<4, T, Q> wzyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2618) | GLM_INLINE glm::vec<4, T, Q> wzyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2624) | GLM_INLINE glm::vec<4, T, Q> wzyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2630) | GLM_INLINE glm::vec<4, T, Q> wzyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2636) | GLM_INLINE glm::vec<4, T, Q> wzzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2642) | GLM_INLINE glm::vec<4, T, Q> wzzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2648) | GLM_INLINE glm::vec<4, T, Q> wzzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2654) | GLM_INLINE glm::vec<4, T, Q> wzzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2660) | GLM_INLINE glm::vec<4, T, Q> wzwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2666) | GLM_INLINE glm::vec<4, T, Q> wzwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2672) | GLM_INLINE glm::vec<4, T, Q> wzwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2678) | GLM_INLINE glm::vec<4, T, Q> wzww(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2684) | GLM_INLINE glm::vec<4, T, Q> wwxx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2690) | GLM_INLINE glm::vec<4, T, Q> wwxy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2696) | GLM_INLINE glm::vec<4, T, Q> wwxz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2702) | GLM_INLINE glm::vec<4, T, Q> wwxw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2708) | GLM_INLINE glm::vec<4, T, Q> wwyx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2714) | GLM_INLINE glm::vec<4, T, Q> wwyy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2720) | GLM_INLINE glm::vec<4, T, Q> wwyz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2726) | GLM_INLINE glm::vec<4, T, Q> wwyw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2732) | GLM_INLINE glm::vec<4, T, Q> wwzx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2738) | GLM_INLINE glm::vec<4, T, Q> wwzy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2744) | GLM_INLINE glm::vec<4, T, Q> wwzz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2750) | GLM_INLINE glm::vec<4, T, Q> wwzw(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2756) | GLM_INLINE glm::vec<4, T, Q> wwwx(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2762) | GLM_INLINE glm::vec<4, T, Q> wwwy(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2768) | GLM_INLINE glm::vec<4, T, Q> wwwz(const glm::vec<4, T, Q> &v) { function GLM_INLINE (line 2774) | GLM_INLINE glm::vec<4, T, Q> wwww(const glm::vec<4, T, Q> &v) { FILE: external/glm/glm/gtx/vector_angle.hpp type glm (line 31) | namespace glm FILE: external/glm/glm/gtx/vector_query.hpp type glm (line 28) | namespace glm FILE: external/glm/glm/gtx/wrap.hpp type glm (line 27) | namespace glm FILE: external/glm/glm/integer.hpp type glm (line 22) | namespace glm FILE: external/glm/glm/mat2x2.hpp type glm (line 10) | namespace glm FILE: external/glm/glm/mat2x3.hpp type glm (line 10) | namespace glm FILE: external/glm/glm/mat2x4.hpp type glm (line 10) | namespace glm FILE: external/glm/glm/mat3x2.hpp type glm (line 10) | namespace glm FILE: external/glm/glm/mat3x3.hpp type glm (line 10) | namespace glm FILE: external/glm/glm/mat3x4.hpp type glm (line 10) | namespace glm FILE: external/glm/glm/mat4x2.hpp type glm (line 10) | namespace glm FILE: external/glm/glm/mat4x3.hpp type glm (line 10) | namespace glm FILE: external/glm/glm/mat4x4.hpp type glm (line 10) | namespace glm FILE: external/glm/glm/matrix.hpp type glm (line 36) | namespace glm { type detail (line 37) | namespace detail type outerProduct_trait<2, 2, T, Q> (line 40) | struct outerProduct_trait<2, 2, T, Q> type outerProduct_trait<2, 3, T, Q> (line 46) | struct outerProduct_trait<2, 3, T, Q> type outerProduct_trait<2, 4, T, Q> (line 52) | struct outerProduct_trait<2, 4, T, Q> type outerProduct_trait<3, 2, T, Q> (line 58) | struct outerProduct_trait<3, 2, T, Q> type outerProduct_trait<3, 3, T, Q> (line 64) | struct outerProduct_trait<3, 3, T, Q> type outerProduct_trait<3, 4, T, Q> (line 70) | struct outerProduct_trait<3, 4, T, Q> type outerProduct_trait<4, 2, T, Q> (line 76) | struct outerProduct_trait<4, 2, T, Q> type outerProduct_trait<4, 3, T, Q> (line 82) | struct outerProduct_trait<4, 3, T, Q> type outerProduct_trait<4, 4, T, Q> (line 88) | struct outerProduct_trait<4, 4, T, Q> FILE: external/glm/glm/packing.hpp type glm (line 19) | namespace glm FILE: external/glm/glm/simd/common.h function GLM_FUNC_QUALIFIER (line 10) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_add(glm_vec4 a, glm_vec4 b) function GLM_FUNC_QUALIFIER (line 15) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_add(glm_vec4 a, glm_vec4 b) function GLM_FUNC_QUALIFIER (line 20) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_sub(glm_vec4 a, glm_vec4 b) function GLM_FUNC_QUALIFIER (line 25) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_sub(glm_vec4 a, glm_vec4 b) function GLM_FUNC_QUALIFIER (line 30) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_mul(glm_vec4 a, glm_vec4 b) function GLM_FUNC_QUALIFIER (line 35) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_mul(glm_vec4 a, glm_vec4 b) function GLM_FUNC_QUALIFIER (line 40) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_div(glm_vec4 a, glm_vec4 b) function GLM_FUNC_QUALIFIER (line 45) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_div(glm_vec4 a, glm_vec4 b) function GLM_FUNC_QUALIFIER (line 50) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_div_lowp(glm_vec4 a, glm_vec4 b) function GLM_FUNC_QUALIFIER (line 55) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_swizzle_xyzw(glm_vec4 a) function GLM_FUNC_QUALIFIER (line 64) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_fma(glm_vec4 a, glm_vec4 b, glm_vec... function GLM_FUNC_QUALIFIER (line 73) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_fma(glm_vec4 a, glm_vec4 b, glm_vec... function GLM_FUNC_QUALIFIER (line 82) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_abs(glm_vec4 x) function GLM_FUNC_QUALIFIER (line 87) | GLM_FUNC_QUALIFIER glm_ivec4 glm_ivec4_abs(glm_ivec4 x) function GLM_FUNC_QUALIFIER (line 99) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_sign(glm_vec4 x) function GLM_FUNC_QUALIFIER (line 110) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_round(glm_vec4 x) function GLM_FUNC_QUALIFIER (line 124) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_floor(glm_vec4 x) function GLM_FUNC_QUALIFIER (line 145) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_roundEven(glm_vec4 x) function GLM_FUNC_QUALIFIER (line 155) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_ceil(glm_vec4 x) function GLM_FUNC_QUALIFIER (line 168) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_fract(glm_vec4 x) function GLM_FUNC_QUALIFIER (line 175) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_mod(glm_vec4 x, glm_vec4 y) function GLM_FUNC_QUALIFIER (line 184) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_clamp(glm_vec4 v, glm_vec4 minVal, ... function GLM_FUNC_QUALIFIER (line 191) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_mix(glm_vec4 v1, glm_vec4 v2, glm_v... function GLM_FUNC_QUALIFIER (line 199) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_step(glm_vec4 edge, glm_vec4 x) function GLM_FUNC_QUALIFIER (line 205) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_smoothstep(glm_vec4 edge0, glm_vec4... function GLM_FUNC_QUALIFIER (line 219) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_nan(glm_vec4 x) function GLM_FUNC_QUALIFIER (line 233) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_inf(glm_vec4 x) FILE: external/glm/glm/simd/exponential.h function GLM_FUNC_QUALIFIER (line 10) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_sqrt_lowp(glm_vec4 x) function GLM_FUNC_QUALIFIER (line 15) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_sqrt_lowp(glm_vec4 x) FILE: external/glm/glm/simd/geometric.h function GLM_FUNC_QUALIFIER (line 13) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_length(glm_vec4 x) function GLM_FUNC_QUALIFIER (line 20) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_distance(glm_vec4 p0, glm_vec4 p1) function GLM_FUNC_QUALIFIER (line 27) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_dot(glm_vec4 v1, glm_vec4 v2) function GLM_FUNC_QUALIFIER (line 46) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_dot(glm_vec4 v1, glm_vec4 v2) function GLM_FUNC_QUALIFIER (line 65) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_cross(glm_vec4 v1, glm_vec4 v2) function GLM_FUNC_QUALIFIER (line 77) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_normalize(glm_vec4 v) function GLM_FUNC_QUALIFIER (line 85) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_faceforward(glm_vec4 N, glm_vec4 I,... function GLM_FUNC_QUALIFIER (line 94) | GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_reflect(glm_vec4 I, glm_vec4 N) function GLM_FUNC_QUALIFIER (line 103) | GLM_FUNC_QUALIFIER __m128 glm_vec4_refract(glm_vec4 I, glm_vec4 N, glm_v... FILE: external/glm/glm/simd/integer.h function GLM_FUNC_QUALIFIER (line 8) | GLM_FUNC_QUALIFIER glm_uvec4 glm_i128_interleave(glm_uvec4 x) function GLM_FUNC_QUALIFIER (line 62) | GLM_FUNC_QUALIFIER glm_uvec4 glm_i128_interleave2(glm_uvec4 x, glm_uvec4 y) FILE: external/glm/glm/simd/matrix.h function GLM_FUNC_QUALIFIER (line 10) | GLM_FUNC_QUALIFIER void glm_mat4_matrixCompMult(glm_vec4 const in1[4], g... function GLM_FUNC_QUALIFIER (line 18) | GLM_FUNC_QUALIFIER void glm_mat4_add(glm_vec4 const in1[4], glm_vec4 con... function GLM_FUNC_QUALIFIER (line 26) | GLM_FUNC_QUALIFIER void glm_mat4_sub(glm_vec4 const in1[4], glm_vec4 con... function GLM_FUNC_QUALIFIER (line 34) | GLM_FUNC_QUALIFIER glm_vec4 glm_mat4_mul_vec4(glm_vec4 const m[4], glm_v... function GLM_FUNC_QUALIFIER (line 53) | GLM_FUNC_QUALIFIER __m128 glm_vec4_mul_mat4(glm_vec4 v, glm_vec4 const m... function GLM_FUNC_QUALIFIER (line 80) | GLM_FUNC_QUALIFIER void glm_mat4_mul(glm_vec4 const in1[4], glm_vec4 con... function GLM_FUNC_QUALIFIER (line 156) | GLM_FUNC_QUALIFIER void glm_mat4_transpose(glm_vec4 const in[4], glm_vec... function GLM_FUNC_QUALIFIER (line 169) | GLM_FUNC_QUALIFIER glm_vec4 glm_mat4_determinant_highp(glm_vec4 const in... function GLM_FUNC_QUALIFIER (line 383) | GLM_FUNC_QUALIFIER glm_vec4 glm_mat4_determinant_lowp(glm_vec4 const m[4]) function GLM_FUNC_QUALIFIER (line 446) | GLM_FUNC_QUALIFIER glm_vec4 glm_mat4_determinant(glm_vec4 const m[4]) function GLM_FUNC_QUALIFIER (line 509) | GLM_FUNC_QUALIFIER void glm_mat4_inverse(glm_vec4 const in[4], glm_vec4 ... function GLM_FUNC_QUALIFIER (line 730) | GLM_FUNC_QUALIFIER void glm_mat4_inverse_lowp(glm_vec4 const in[4], glm_... function GLM_FUNC_QUALIFIER (line 1020) | GLM_FUNC_QUALIFIER void glm_mat4_outerProduct(__m128 const& c, __m128 co... FILE: external/glm/glm/simd/platform.h type __m128 (line 377) | typedef __m128 glm_vec4; type __m128i (line 378) | typedef __m128i glm_ivec4; type __m128i (line 379) | typedef __m128i glm_uvec4; type __m256d (line 383) | typedef __m256d glm_dvec4; type __m256i (line 387) | typedef __m256i glm_i64vec4; type __m256i (line 388) | typedef __m256i glm_u64vec4; FILE: external/glm/glm/trigonometric.hpp type glm (line 22) | namespace glm FILE: external/glm/glm/vector_relational.hpp type glm (line 23) | namespace glm FILE: external/glm/test/bug/bug_ms_vec_static.cpp type vec2 (line 4) | struct vec2 type _swizzle (line 6) | struct _swizzle type vec2 (line 11) | struct vec2 function main (line 28) | int main() FILE: external/glm/test/core/core_force_pure.cpp function test_vec4_ctor (line 14) | int test_vec4_ctor() function test_bvec4_ctor (line 109) | int test_bvec4_ctor() function test_vec4_operators (line 133) | int test_vec4_operators() function test_vec4_equal (line 269) | int test_vec4_equal() function test_vec4_size (line 290) | int test_vec4_size() function test_vec4_swizzle_partial (line 308) | int test_vec4_swizzle_partial() function test_operator_increment (line 345) | int test_operator_increment() type heap (line 372) | namespace heap type A (line 374) | struct A type B (line 379) | struct B : public A function test (line 385) | int test() function test_vec4_simd (line 399) | int test_vec4_simd() function main (line 414) | int main() FILE: external/glm/test/core/core_force_unrestricted_gentype.cpp function main (line 5) | int main() FILE: external/glm/test/core/core_func_common.cpp type floor_ (line 17) | namespace floor_ function test (line 19) | static int test() type modf_ (line 95) | namespace modf_ function test (line 97) | static int test() type mod_ (line 141) | namespace mod_ function test (line 143) | static int test() type floatBitsToInt (line 191) | namespace floatBitsToInt function test (line 193) | static int test() type floatBitsToUint (line 229) | namespace floatBitsToUint function test (line 231) | static int test() type min_ (line 267) | namespace min_ function test (line 269) | static int test() type max_ (line 294) | namespace max_ function test (line 296) | static int test() type clamp_ (line 321) | namespace clamp_ function test (line 323) | static int test() type mix_ (line 331) | namespace mix_ type entry (line 334) | struct entry function test (line 409) | static int test() type step_ (line 501) | namespace step_ type entry (line 504) | struct entry function test (line 526) | static int test() type round_ (line 566) | namespace round_ function test (line 568) | static int test() type roundEven (line 610) | namespace roundEven function test (line 612) | static int test() type isnan_ (line 756) | namespace isnan_ function test (line 758) | static int test() type isinf_ (line 783) | namespace isinf_ function test (line 785) | static int test() type sign (line 818) | namespace sign function GLM_FUNC_QUALIFIER (line 821) | GLM_FUNC_QUALIFIER genFIType sign_if(genFIType x) function GLM_FUNC_QUALIFIER (line 838) | GLM_FUNC_QUALIFIER genFIType sign_alu1(genFIType x) function GLM_FUNC_QUALIFIER (line 847) | GLM_FUNC_QUALIFIER int sign_alu2(int x) function GLM_FUNC_QUALIFIER (line 864) | GLM_FUNC_QUALIFIER genFIType sign_sub(genFIType x) function GLM_FUNC_QUALIFIER (line 874) | GLM_FUNC_QUALIFIER genFIType sign_cmp(genFIType x) type type (line 884) | struct type function test_int32 (line 890) | int test_int32() function test_i32vec4 (line 940) | int test_i32vec4() function test_f32vec4 (line 964) | int test_f32vec4() function test (line 988) | static int test() function perf_rand (line 999) | int perf_rand(std::size_t Samples) function perf_linear (line 1052) | int perf_linear(std::size_t Samples) function perf_linear_cal (line 1099) | int perf_linear_cal(std::size_t Samples) function perf (line 1144) | static int perf(std::size_t Samples) type frexp_ (line 1156) | namespace frexp_ function test (line 1158) | static int test() type ldexp_ (line 1198) | namespace ldexp_ function test (line 1200) | static int test() function main (line 1236) | int main() FILE: external/glm/test/core/core_func_exponential.cpp function test_pow (line 8) | static int test_pow() function test_sqrt (line 30) | static int test_sqrt() function test_exp (line 53) | static int test_exp() function test_log (line 75) | static int test_log() function test_exp2 (line 97) | static int test_exp2() function test_log2 (line 119) | static int test_log2() function test_inversesqrt (line 141) | static int test_inversesqrt() function main (line 163) | int main() FILE: external/glm/test/core/core_func_geometric.cpp type length (line 7) | namespace length function test (line 9) | int test() type distance (line 27) | namespace distance function test (line 29) | int test() type dot (line 47) | namespace dot function test (line 49) | int test() type cross (line 67) | namespace cross function test (line 69) | int test() type normalize (line 83) | namespace normalize function test (line 85) | int test() type faceforward (line 106) | namespace faceforward function test (line 108) | int test() type reflect (line 123) | namespace reflect function test (line 125) | int test() type refract (line 147) | namespace refract function test (line 149) | int test() function main (line 178) | int main() FILE: external/glm/test/core/core_func_integer.cpp type result (line 8) | enum result type bitfieldInsert (line 16) | namespace bitfieldInsert type type (line 19) | struct type function test (line 40) | static int test() type bitfieldExtract (line 60) | namespace bitfieldExtract type type (line 63) | struct type function test (line 98) | static int test() type bitfieldReverse (line 125) | namespace bitfieldReverse function GLM_FUNC_QUALIFIER (line 155) | GLM_FUNC_QUALIFIER glm::vec bitfieldReverseLoop(glm::vec call(glm::vec c... type compute_bitfieldReverseStep (line 208) | struct compute_bitfieldReverseStep method GLM_FUNC_QUALIFIER (line 211) | GLM_FUNC_QUALIFIER static glm::vec call(glm::vec c... function GLM_FUNC_QUALIFIER (line 218) | GLM_FUNC_QUALIFIER glm::vec bitfieldReverseOps(glm::vec call(glm::vec c... type compute_bitfieldBitCountStep (line 1408) | struct compute_bitfieldBitCountStep method GLM_FUNC_QUALIFIER (line 1411) | GLM_FUNC_QUALIFIER static glm::vec call(glm::vec c... function bitCount_bitfield (line 1418) | static glm::vec bitCount_bitfield(glm::vec const& v) function bitCount_bitfield (line 1431) | static int bitCount_bitfield(genType x) function perf (line 1436) | static int perf(std::size_t Size) function test (line 1497) | static int test() function main (line 1520) | int main() FILE: external/glm/test/core/core_func_integer_bit_count.cpp function rotatel (line 8) | unsigned rotatel(unsigned x, int n) function pop0 (line 14) | int pop0(unsigned x) function pop1 (line 24) | int pop1(unsigned x) function pop2 (line 37) | int pop2(unsigned x) function pop3 (line 54) | int pop3(unsigned x) function pop4 (line 69) | int pop4(unsigned x) function pop5 (line 81) | int pop5(unsigned x) function pop5a (line 95) | int pop5a(unsigned x) function pop6 (line 109) | int pop6(unsigned x) function pop7 (line 139) | int pop7(unsigned x) function pop8 (line 150) | int pop8(unsigned x) function pop9 (line 160) | int pop9(unsigned x) function error (line 171) | void error(int x, int y) function main (line 177) | int main() FILE: external/glm/test/core/core_func_integer_find_lsb.cpp function nlz (line 6) | int nlz(unsigned x) { function pop (line 17) | int pop(unsigned x) { function ntz1 (line 26) | int ntz1(unsigned x) { function ntz2 (line 30) | int ntz2(unsigned x) { function ntz3 (line 34) | int ntz3(unsigned x) { function ntz4 (line 46) | int ntz4(unsigned x) { function ntz4a (line 60) | int ntz4a(unsigned x) { function ntz5 (line 74) | int ntz5(char x) function ntz6 (line 93) | int ntz6(unsigned x) { function ntz6a (line 105) | int ntz6a(unsigned x) function ntz7 (line 132) | int ntz7(unsigned x) function ntz7_christophe (line 151) | int ntz7_christophe(unsigned x) function ntz8 (line 171) | int ntz8(unsigned x) function ntz8a (line 186) | int ntz8a(unsigned x) function ntz9 (line 204) | int ntz9(unsigned x) { function ntz10 (line 221) | int ntz10(unsigned x) { function ntz11 (line 235) | int ntz11 (unsigned int n) { function error (line 258) | void error(int x, int y) { function main (line 263) | int main() FILE: external/glm/test/core/core_func_integer_find_msb.cpp function pop (line 8) | int pop(unsigned x) { function nlz1 (line 17) | int nlz1(unsigned x) { function nlz1a (line 30) | int nlz1a(unsigned x) { function nlz2 (line 45) | int nlz2(unsigned x) { function nlz2a (line 60) | int nlz2a(unsigned x) { function nlz3 (line 73) | int nlz3(int x) { function nlz4 (line 86) | int nlz4(unsigned x) { function nlz5 (line 114) | int nlz5(unsigned x) { function nlz6 (line 141) | int nlz6(unsigned k) function nlz7 (line 154) | int nlz7(unsigned k) function nlz8 (line 177) | int nlz8(unsigned k) function nlz9 (line 199) | int nlz9(unsigned k) function nlz10 (line 233) | int nlz10(unsigned x) function nlz10a (line 253) | int nlz10a(unsigned x) function nlz10b (line 277) | int nlz10b(unsigned x) function error (line 298) | void error(int x, int y) function main (line 304) | int main() FILE: external/glm/test/core/core_func_matrix.cpp function test_matrixCompMult (line 12) | int test_matrixCompMult() function test_outerProduct (line 91) | int test_outerProduct() function test_transpose (line 109) | int test_transpose() function test_determinant (line 188) | int test_determinant() function test_inverse (line 195) | int test_inverse() function test_inverse_simd (line 238) | int test_inverse_simd() function test_inverse_perf (line 261) | int test_inverse_perf(std::size_t Count, std::size_t Instance, char cons... function main (line 305) | int main() FILE: external/glm/test/core/core_func_noise.cpp function main (line 1) | int main() FILE: external/glm/test/core/core_func_packing.cpp function test_packUnorm2x16 (line 7) | int test_packUnorm2x16() function test_packSnorm2x16 (line 28) | int test_packSnorm2x16() function test_packUnorm4x8 (line 49) | int test_packUnorm4x8() function test_packSnorm4x8 (line 75) | int test_packSnorm4x8() function test_packHalf2x16 (line 95) | int test_packHalf2x16() function test_packDouble2x32 (line 122) | int test_packDouble2x32() function main (line 143) | int main() FILE: external/glm/test/core/core_func_swizzle.cpp function test_ivec2_swizzle (line 7) | int test_ivec2_swizzle() function test_ivec3_swizzle (line 21) | int test_ivec3_swizzle() function test_ivec4_swizzle (line 35) | int test_ivec4_swizzle() function test_vec4_swizzle (line 49) | int test_vec4_swizzle() function main (line 67) | int main() FILE: external/glm/test/core/core_func_trigonometric.cpp function main (line 3) | int main() FILE: external/glm/test/core/core_func_vector_relational.cpp function test_not (line 7) | static int test_not() function main (line 34) | int main() FILE: external/glm/test/core/core_setup_force_cxx98.cpp function main (line 5) | int main() FILE: external/glm/test/core/core_setup_force_size_t_length.cpp function genType (line 6) | genType add(genType const& a, genType const& b) function main (line 14) | int main() FILE: external/glm/test/core/core_setup_message.cpp function test_compiler (line 5) | int test_compiler() function test_model (line 136) | int test_model() function test_instruction_set (line 150) | int test_instruction_set() function test_cpp_version (line 182) | int test_cpp_version() function test_operators (line 189) | int test_operators() type vec (line 200) | struct vec type Class (line 206) | struct Class type Class (line 212) | struct Class function main (line 217) | int main() FILE: external/glm/test/core/core_setup_precision.cpp function test_mat (line 6) | static int test_mat() function test_vec (line 27) | static int test_vec() function test_dvec (line 38) | static int test_dvec() function main (line 49) | int main() FILE: external/glm/test/core/core_type_aligned.cpp function test_aligned (line 3) | int test_aligned() function test_unaligned (line 61) | int test_unaligned() function main (line 120) | int main() FILE: external/glm/test/core/core_type_cast.cpp type my_vec2 (line 6) | struct my_vec2 function test_vec2_cast (line 12) | int test_vec2_cast() function test_vec3_cast (line 38) | int test_vec3_cast() function test_vec4_cast (line 60) | int test_vec4_cast() function test_std_copy (line 82) | int test_std_copy() function main (line 134) | int main() FILE: external/glm/test/core/core_type_ctor.cpp function test_vec1_ctor (line 5) | static int test_vec1_ctor() function test_vec2_ctor (line 28) | static int test_vec2_ctor() function test_vec3_ctor (line 51) | static int test_vec3_ctor() function test_vec4_ctor (line 74) | static int test_vec4_ctor() function test_mat2x2_ctor (line 97) | static int test_mat2x2_ctor() function test_mat2x3_ctor (line 120) | static int test_mat2x3_ctor() function test_mat2x4_ctor (line 143) | static int test_mat2x4_ctor() function test_mat3x2_ctor (line 168) | static int test_mat3x2_ctor() function test_mat3x3_ctor (line 191) | static int test_mat3x3_ctor() function test_mat3x4_ctor (line 214) | static int test_mat3x4_ctor() function test_mat4x2_ctor (line 237) | static int test_mat4x2_ctor() function test_mat4x3_ctor (line 260) | static int test_mat4x3_ctor() function test_mat4x4_ctor (line 283) | static int test_mat4x4_ctor() function test_quat_ctor (line 306) | static int test_quat_ctor() function main (line 329) | int main() FILE: external/glm/test/core/core_type_float.cpp function test_float_size (line 3) | int test_float_size() function test_float_precision (line 11) | int test_float_precision() function test_vec2 (line 18) | int test_vec2() function main (line 23) | int main() FILE: external/glm/test/core/core_type_int.cpp function test_int_size (line 3) | static int test_int_size() function test_uint_size (line 11) | static int test_uint_size() function test_int_precision (line 19) | static int test_int_precision() function test_uint_precision (line 26) | static int test_uint_precision() function test_bit_operator (line 33) | static int test_bit_operator() function main (line 48) | int main() FILE: external/glm/test/core/core_type_length.cpp function test_length_mat_non_squared (line 3) | static int test_length_mat_non_squared() function test_length_mat (line 24) | static int test_length_mat() function test_length_vec (line 45) | static int test_length_vec() function main (line 69) | int main() FILE: external/glm/test/core/core_type_mat2x2.cpp function test_operators (line 15) | int test_operators() function test_inverse (line 34) | int test_inverse() function test_ctr (line 58) | int test_ctr() type cast (line 100) | namespace cast function entry (line 103) | int entry() function test (line 117) | int test() function test_size (line 135) | int test_size() function main (line 149) | int main() FILE: external/glm/test/core/core_type_mat2x3.cpp function test_operators (line 13) | static int test_operators() function test_ctr (line 32) | int test_ctr() type cast (line 74) | namespace cast function entry (line 77) | int entry() function test (line 91) | int test() function test_size (line 109) | int test_size() function main (line 123) | int main() FILE: external/glm/test/core/core_type_mat2x4.cpp function test_operators (line 15) | static int test_operators() function test_ctr (line 34) | int test_ctr() type cast (line 76) | namespace cast function entry (line 79) | int entry() function test (line 93) | int test() function test_size (line 111) | int test_size() function main (line 125) | int main() FILE: external/glm/test/core/core_type_mat3x2.cpp function test_operators (line 13) | static bool test_operators() function test_ctr (line 32) | int test_ctr() type cast (line 78) | namespace cast function entry (line 81) | int entry() function test (line 95) | int test() function test_size (line 113) | int test_size() function main (line 127) | int main() FILE: external/glm/test/core/core_type_mat3x3.cpp function print (line 16) | void print(glm::dmat3 const& Mat0) function test_mat3x3 (line 24) | int test_mat3x3() function test_operators (line 40) | static int test_operators() function test_inverse (line 59) | int test_inverse() function test_ctr (line 91) | int test_ctr() type cast (line 137) | namespace cast function entry (line 140) | int entry() function test (line 154) | int test() function test_size (line 172) | int test_size() function main (line 186) | int main() FILE: external/glm/test/core/core_type_mat3x4.cpp function test_operators (line 15) | static bool test_operators() function test_ctr (line 34) | int test_ctr() type cast (line 80) | namespace cast function entry (line 83) | int entry() function test (line 97) | int test() function test_size (line 115) | int test_size() function main (line 129) | int main() FILE: external/glm/test/core/core_type_mat4x2.cpp function test_operators (line 13) | static int test_operators() function test_ctr (line 32) | int test_ctr() type cast (line 82) | namespace cast function entry (line 85) | int entry() function test (line 99) | int test() function test_size (line 117) | int test_size() function main (line 131) | int main() FILE: external/glm/test/core/core_type_mat4x3.cpp function test_operators (line 13) | static int test_operators() function test_ctr (line 32) | int test_ctr() type cast (line 82) | namespace cast function entry (line 85) | int entry() function test (line 99) | int test() function test_size (line 117) | int test_size() function main (line 131) | int main() FILE: external/glm/test/core/core_type_mat4x4.cpp function print (line 18) | void print(genType const& Mat0) function test_inverse_mat4x4 (line 27) | int test_inverse_mat4x4() function test_inverse_dmat4x4 (line 44) | int test_inverse_dmat4x4() function test_operators (line 61) | static bool test_operators() function test_inverse (line 80) | int test_inverse() function test_ctr (line 180) | int test_ctr() function perf_mul (line 246) | int perf_mul() type cast (line 255) | namespace cast function entry (line 258) | int entry() function test (line 272) | int test() type repro (line 290) | struct repro method repro (line 292) | repro(){ this->matrix = new glm::mat4(); } function test_size (line 298) | int test_size() function main (line 312) | int main() FILE: external/glm/test/core/core_type_vec1.cpp function test_vec1_operators (line 10) | int test_vec1_operators() function test_vec1_ctor (line 38) | int test_vec1_ctor() function test_vec1_size (line 97) | int test_vec1_size() function test_vec1_operator_increment (line 118) | int test_vec1_operator_increment() function main (line 145) | int main() FILE: external/glm/test/core/core_type_vec2.cpp function test_vec2_operators (line 14) | int test_vec2_operators() function test_vec2_ctor (line 199) | int test_vec2_ctor() function test_vec2_size (line 263) | int test_vec2_size() function test_operator_increment (line 284) | int test_operator_increment() function main (line 311) | int main() FILE: external/glm/test/core/core_type_vec3.cpp function test_vec3_ctor (line 14) | int test_vec3_ctor() function foo (line 89) | float foo() function test_vec3_operators (line 96) | int test_vec3_operators() function test_vec3_size (line 232) | int test_vec3_size() function test_vec3_swizzle3_2 (line 257) | int test_vec3_swizzle3_2() function test_vec3_swizzle3_3 (line 321) | int test_vec3_swizzle3_3() function test_vec3_swizzle_operators (line 348) | int test_vec3_swizzle_operators() function test_vec3_swizzle_functions (line 388) | int test_vec3_swizzle_functions() function test_vec3_swizzle_partial (line 427) | int test_vec3_swizzle_partial() function test_operator_increment (line 454) | int test_operator_increment() function main (line 481) | int main() FILE: external/glm/test/core/core_type_vec4.cpp type mask (line 17) | struct mask type comp (line 22) | enum comp function test_vec4_ctor (line 37) | static int test_vec4_ctor() function test_bvec4_ctor (line 143) | static int test_bvec4_ctor() function test_vec4_operators (line 166) | static int test_vec4_operators() function test_vec4_equal (line 302) | static int test_vec4_equal() function test_vec4_size (line 323) | static int test_vec4_size() function test_vec4_swizzle_partial (line 348) | static int test_vec4_swizzle_partial() function test_operator_increment (line 385) | static int test_operator_increment() type AoS (line 412) | struct AoS function test_vec4_perf_AoS (line 420) | static int test_vec4_perf_AoS(std::size_t Size) function test_vec4_perf_SoA (line 441) | static int test_vec4_perf_SoA(std::size_t Size) type heap (line 480) | namespace heap type A (line 482) | struct A type B (line 487) | struct B : public A function test (line 493) | static int test() function test_vec4_simd (line 507) | static int test_vec4_simd() function test_inheritance (line 522) | static int test_inheritance() function main (line 547) | int main() FILE: external/glm/test/ext/ext_vec1.cpp function main (line 3) | int main() FILE: external/glm/test/ext/ext_vector_relational.cpp function test_equal (line 4) | int test_equal() function test_notEqual (line 19) | int test_notEqual() function test_openBounded (line 34) | int test_openBounded() function test_closeBounded (line 45) | int test_closeBounded() function main (line 56) | int main() FILE: external/glm/test/gtc/gtc_bitfield.cpp type mask (line 9) | namespace mask type type (line 12) | struct type function mask_zero (line 18) | inline int mask_zero(int Bits) function mask_mix (line 23) | inline int mask_mix(int Bits) function mask_half (line 28) | inline int mask_half(int Bits) function mask_loop (line 41) | inline int mask_loop(int Bits) function perf (line 49) | int perf() function test_uint (line 115) | int test_uint() function test_uvec4 (line 162) | int test_uvec4() function test (line 185) | int test() type bitfieldInterleave3 (line 196) | namespace bitfieldInterleave3 function RET (line 199) | inline RET refBitfieldInterleave(PARAM x, PARAM y, PARAM z) function test (line 211) | int test() type bitfieldInterleave4 (line 232) | namespace bitfieldInterleave4 function RET (line 235) | inline RET loopBitfieldInterleave(PARAM x, PARAM y, PARAM z, PARAM w) function test (line 249) | int test() type bitfieldInterleave (line 272) | namespace bitfieldInterleave function fastBitfieldInterleave (line 274) | inline glm::uint64 fastBitfieldInterleave(glm::uint32 x, glm::uint32 y) function interleaveBitfieldInterleave (line 296) | inline glm::uint64 interleaveBitfieldInterleave(glm::uint32 x, glm::ui... function sseBitfieldInterleave (line 345) | inline glm::uint64 sseBitfieldInterleave(glm::uint32 x, glm::uint32 y) function sseUnalignedBitfieldInterleave (line 402) | inline glm::uint64 sseUnalignedBitfieldInterleave(glm::uint32 x, glm::... function test (line 460) | int test() function perf (line 515) | int perf() type bitfieldInterleave5 (line 630) | namespace bitfieldInterleave5 function GLM_FUNC_QUALIFIER (line 632) | GLM_FUNC_QUALIFIER glm::uint16 bitfieldInterleave_u8vec2(glm::uint8 x,... function GLM_FUNC_QUALIFIER (line 641) | GLM_FUNC_QUALIFIER glm::u8vec2 bitfieldDeinterleave_u8vec2(glm::uint16... function GLM_FUNC_QUALIFIER (line 651) | GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave_u8vec4(glm::uint8 x,... function GLM_FUNC_QUALIFIER (line 666) | GLM_FUNC_QUALIFIER glm::u8vec4 bitfieldDeinterleave_u8vec4(glm::uint32... function GLM_FUNC_QUALIFIER (line 680) | GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave_u16vec2(glm::uint16 ... function GLM_FUNC_QUALIFIER (line 690) | GLM_FUNC_QUALIFIER glm::u16vec2 bitfieldDeinterleave_u16vec2(glm::uint... function test (line 701) | int test() function perf_old_u8vec2 (line 743) | int perf_old_u8vec2(std::vector& Result) function perf_new_u8vec2 (line 761) | int perf_new_u8vec2(std::vector& Result) function perf_old_u8vec4 (line 779) | int perf_old_u8vec4(std::vector& Result) function perf_new_u8vec4 (line 797) | int perf_new_u8vec4(std::vector& Result) function perf_old_u16vec2 (line 815) | int perf_old_u16vec2(std::vector& Result) function perf_new_u16vec2 (line 833) | int perf_new_u16vec2(std::vector& Result) function perf (line 851) | int perf() function main (line 888) | int main() FILE: external/glm/test/gtc/gtc_color_space.cpp type srgb (line 5) | namespace srgb function test (line 7) | int test() type srgb_lowp (line 43) | namespace srgb_lowp function test (line 45) | int test() function main (line 60) | int main() FILE: external/glm/test/gtc/gtc_constants.cpp function test_epsilon (line 3) | int test_epsilon() function main (line 20) | int main() FILE: external/glm/test/gtc/gtc_epsilon.cpp function test_defined (line 5) | int test_defined() function test_equal (line 29) | int test_equal() function main (line 66) | int main() FILE: external/glm/test/gtc/gtc_integer.cpp type log2_ (line 17) | namespace log2_ function test (line 19) | int test() function perf (line 56) | int perf(std::size_t Count) type iround (line 183) | namespace iround function test (line 185) | int test() type uround (line 201) | namespace uround function test (line 203) | int test() function main (line 219) | int main() FILE: external/glm/test/gtc/gtc_matrix_access.cpp function test_mat2x2_row_set (line 12) | int test_mat2x2_row_set() function test_mat2x2_col_set (line 27) | int test_mat2x2_col_set() function test_mat2x3_row_set (line 42) | int test_mat2x3_row_set() function test_mat2x3_col_set (line 59) | int test_mat2x3_col_set() function test_mat2x4_row_set (line 74) | int test_mat2x4_row_set() function test_mat2x4_col_set (line 93) | int test_mat2x4_col_set() function test_mat3x2_row_set (line 108) | int test_mat3x2_row_set() function test_mat3x2_col_set (line 123) | int test_mat3x2_col_set() function test_mat3x3_row_set (line 140) | int test_mat3x3_row_set() function test_mat3x3_col_set (line 157) | int test_mat3x3_col_set() function test_mat3x4_row_set (line 174) | int test_mat3x4_row_set() function test_mat3x4_col_set (line 193) | int test_mat3x4_col_set() function test_mat4x2_row_set (line 210) | int test_mat4x2_row_set() function test_mat4x2_col_set (line 225) | int test_mat4x2_col_set() function test_mat4x3_row_set (line 244) | int test_mat4x3_row_set() function test_mat4x3_col_set (line 261) | int test_mat4x3_col_set() function test_mat4x4_row_set (line 280) | int test_mat4x4_row_set() function test_mat4x4_col_set (line 299) | int test_mat4x4_col_set() function test_mat4x4_row_get (line 318) | int test_mat4x4_row_get() function test_mat4x4_col_get (line 336) | int test_mat4x4_col_get() function main (line 354) | int main() FILE: external/glm/test/gtc/gtc_matrix_integer.cpp function main (line 3) | int main() FILE: external/glm/test/gtc/gtc_matrix_inverse.cpp function test_affine (line 4) | int test_affine() function main (line 44) | int main() FILE: external/glm/test/gtc/gtc_matrix_transform.cpp function test_perspective (line 4) | int test_perspective() function test_pick (line 13) | int test_pick() function test_tweakedInfinitePerspective (line 22) | int test_tweakedInfinitePerspective() function test_translate (line 33) | int test_translate() function main (line 44) | int main() FILE: external/glm/test/gtc/gtc_noise.cpp function test_simplex (line 6) | int test_simplex() function test_perlin (line 17) | int test_perlin() function test_perlin_pedioric (line 28) | int test_perlin_pedioric() function main (line 39) | int main() FILE: external/glm/test/gtc/gtc_packing.cpp function print_bits (line 7) | void print_bits(float const& s) function print_10bits (line 26) | void print_10bits(glm::uint const& s) function print_11bits (line 37) | void print_11bits(glm::uint const& s) function print_value (line 48) | void print_value(float const& s) function test_Half1x16 (line 59) | int test_Half1x16() function test_Half4x16 (line 83) | int test_Half4x16() function test_I3x10_1x2 (line 111) | int test_I3x10_1x2() function test_U3x10_1x2 (line 135) | int test_U3x10_1x2() function test_Snorm3x10_1x2 (line 171) | int test_Snorm3x10_1x2() function test_Unorm3x10_1x2 (line 196) | int test_Unorm3x10_1x2() function test_F2x11_1x10 (line 221) | int test_F2x11_1x10() function test_F3x9_E1x5 (line 245) | int test_F3x9_E1x5() function test_RGBM (line 269) | int test_RGBM() function test_packUnorm1x16 (line 285) | int test_packUnorm1x16() function test_packSnorm1x16 (line 307) | int test_packSnorm1x16() function test_packUnorm2x16 (line 328) | int test_packUnorm2x16() function test_packSnorm2x16 (line 349) | int test_packSnorm2x16() function test_packUnorm4x16 (line 370) | int test_packUnorm4x16() function test_packSnorm4x16 (line 392) | int test_packSnorm4x16() function test_packUnorm1x8 (line 413) | int test_packUnorm1x8() function test_packSnorm1x8 (line 434) | int test_packSnorm1x8() function test_packUnorm2x8 (line 454) | int test_packUnorm2x8() function test_packSnorm2x8 (line 474) | int test_packSnorm2x8() function test_packUnorm4x8 (line 493) | int test_packUnorm4x8() function test_packSnorm4x8 (line 513) | int test_packSnorm4x8() function test_packUnorm (line 533) | int test_packUnorm() function test_packSnorm (line 553) | int test_packSnorm() function test_packUnorm2x4 (line 574) | int test_packUnorm2x4() function test_packUnorm4x4 (line 594) | int test_packUnorm4x4() function test_packUnorm3x5_1x1 (line 614) | int test_packUnorm3x5_1x1() function test_packUnorm1x5_1x6_1x5 (line 634) | int test_packUnorm1x5_1x6_1x5() function test_packUnorm2x3_1x2 (line 654) | int test_packUnorm2x3_1x2() function test_packUint2x8 (line 674) | int test_packUint2x8() function test_packUint4x8 (line 689) | int test_packUint4x8() function test_packUint2x16 (line 704) | int test_packUint2x16() function test_packUint4x16 (line 719) | int test_packUint4x16() function test_packUint2x32 (line 734) | int test_packUint2x32() function test_packInt2x8 (line 749) | int test_packInt2x8() function test_packInt4x8 (line 764) | int test_packInt4x8() function test_packInt2x16 (line 779) | int test_packInt2x16() function test_packInt4x16 (line 794) | int test_packInt4x16() function test_packInt2x32 (line 809) | int test_packInt2x32() function main (line 824) | int main() FILE: external/glm/test/gtc/gtc_quaternion.cpp function test_quat_angle (line 6) | int test_quat_angle() function test_quat_angleAxis (line 38) | int test_quat_angleAxis() function test_quat_mix (line 55) | int test_quat_mix() function test_quat_precision (line 72) | int test_quat_precision() function test_quat_normalize (line 82) | int test_quat_normalize() function test_quat_euler (line 108) | int test_quat_euler() function test_quat_slerp (line 133) | int test_quat_slerp() function test_quat_mul (line 203) | int test_quat_mul() function test_quat_two_axis_ctr (line 226) | int test_quat_two_axis_ctr() function test_quat_mul_vec (line 253) | int test_quat_mul_vec() function test_quat_ctr (line 267) | int test_quat_ctr() function test_size (line 296) | int test_size() function main (line 310) | int main() FILE: external/glm/test/gtc/gtc_random.cpp function test_linearRand (line 9) | int test_linearRand() function test_circularRand (line 221) | int test_circularRand() function test_sphericalRand (line 245) | int test_sphericalRand() function test_diskRand (line 280) | int test_diskRand() function test_ballRand (line 302) | int test_ballRand() function main (line 364) | int main() FILE: external/glm/test/gtc/gtc_reciprocal.cpp function main (line 4) | int main() FILE: external/glm/test/gtc/gtc_round.cpp type isPowerOfTwo (line 9) | namespace isPowerOfTwo type type (line 12) | struct type function test_int16 (line 18) | int test_int16() function test_uint16 (line 41) | int test_uint16() function test_int32 (line 64) | int test_int32() function test_uint32 (line 111) | int test_uint32() function test (line 134) | int test() type ceilPowerOfTwo_advanced (line 147) | namespace ceilPowerOfTwo_advanced function GLM_FUNC_QUALIFIER (line 150) | GLM_FUNC_QUALIFIER genIUType highestBitValue(genIUType Value) function GLM_FUNC_QUALIFIER (line 163) | GLM_FUNC_QUALIFIER genType ceilPowerOfTwo_loop(genType value) type type (line 169) | struct type function test_int32 (line 175) | int test_int32() function test_uint32 (line 204) | int test_uint32() function perf (line 231) | int perf() function test (line 256) | int test() type roundPowerOfTwo (line 267) | namespace roundPowerOfTwo function test (line 269) | int test() type floorPowerOfTwo (line 295) | namespace floorPowerOfTwo function test (line 297) | int test() type ceilPowerOfTwo (line 314) | namespace ceilPowerOfTwo function test (line 316) | int test() type floorMultiple (line 333) | namespace floorMultiple type type (line 336) | struct type function test_float (line 344) | int test_float() function test (line 363) | int test() type ceilMultiple (line 373) | namespace ceilMultiple type type (line 376) | struct type function test_float (line 384) | int test_float() function test_int (line 403) | int test_int() function test (line 429) | int test() function main (line 440) | int main() FILE: external/glm/test/gtc/gtc_type_aligned.cpp type my_vec4_packed (line 14) | struct my_vec4_packed type my_vec4_aligned (line 21) | struct my_vec4_aligned type my_dvec4_packed (line 28) | struct my_dvec4_packed type my_dvec4_aligned (line 35) | struct my_dvec4_aligned type my_ivec4_packed (line 42) | struct my_ivec4_packed type my_ivec4_aligned (line 49) | struct my_ivec4_aligned type my_u8vec4_packed (line 56) | struct my_u8vec4_packed function test_copy (line 63) | static int test_copy() function test_ctor (line 93) | static int test_ctor() function main (line 129) | int main() function main (line 141) | int main() FILE: external/glm/test/gtc/gtc_type_precision.cpp function test_scalar_size (line 8) | static int test_scalar_size() function test_fvec_size (line 59) | static int test_fvec_size() function test_fvec_precision (line 94) | static int test_fvec_precision() function test_dvec_precision (line 145) | static int test_dvec_precision() function test_ivec_size (line 185) | static int test_ivec_size() function test_ivec_precision (line 244) | static int test_ivec_precision() function test_uvec_size (line 383) | static int test_uvec_size() function test_uvec_precision (line 442) | static int test_uvec_precision() function test_fmat_size (line 581) | static int test_fmat_size() function test_dmat_size (line 745) | static int test_dmat_size() function test_quat_size (line 804) | static int test_quat_size() function test_quat_precision (line 823) | static int test_quat_precision() function test_fvec_conversion (line 844) | static int test_fvec_conversion() function test_openmp (line 863) | static int test_openmp() function main (line 885) | int main() FILE: external/glm/test/gtc/gtc_type_ptr.cpp function test_value_ptr_vec (line 4) | int test_value_ptr_vec() function test_value_ptr_vec_const (line 43) | int test_value_ptr_vec_const() function test_value_ptr_mat (line 82) | int test_value_ptr_mat() function test_value_ptr_mat_const (line 135) | int test_value_ptr_mat_const() function test_make_pointer_mat (line 188) | int test_make_pointer_mat() function test_make_pointer_vec (line 218) | int test_make_pointer_vec() function test_make_vec1 (line 241) | int test_make_vec1() function test_make_vec2 (line 260) | int test_make_vec2() function test_make_vec3 (line 279) | int test_make_vec3() function test_make_vec4 (line 298) | int test_make_vec4() function main (line 317) | int main() FILE: external/glm/test/gtc/gtc_ulp.cpp function test_ulp_float_dist (line 5) | int test_ulp_float_dist() function test_ulp_float_step (line 24) | int test_ulp_float_step() function test_ulp_double_dist (line 46) | int test_ulp_double_dist() function test_ulp_double_step (line 65) | int test_ulp_double_step() function main (line 87) | int main() FILE: external/glm/test/gtc/gtc_user_defined_types.cpp function test_make_pointer_vec (line 13) | int test_make_pointer_vec() function main (line 23) | int main() FILE: external/glm/test/gtc/gtc_vec1.cpp function main (line 3) | int main() FILE: external/glm/test/gtx/gtx.cpp function main (line 3) | int main() FILE: external/glm/test/gtx/gtx_associated_min_max.cpp function main (line 5) | int main() FILE: external/glm/test/gtx/gtx_closest_point.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_color_encoding.cpp type srgb (line 6) | namespace srgb function test (line 8) | int test() function main (line 44) | int main() FILE: external/glm/test/gtx/gtx_color_space.cpp function test_saturation (line 4) | int test_saturation() function main (line 13) | int main() FILE: external/glm/test/gtx/gtx_color_space_YCoCg.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_common.cpp type fmod_ (line 8) | namespace fmod_ function GLM_FUNC_QUALIFIER (line 11) | GLM_FUNC_QUALIFIER genType modTrunc(genType a, genType b) function test (line 16) | int test() function test_isdenormal (line 107) | int test_isdenormal() function main (line 129) | int main() FILE: external/glm/test/gtx/gtx_compatibility.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_component_wise.cpp type compNormalize (line 8) | namespace compNormalize function run (line 10) | int run() type compScale (line 62) | namespace compScale function run (line 64) | int run() function main (line 108) | int main() FILE: external/glm/test/gtx/gtx_dual_quaternion.cpp function myrand (line 11) | int myrand() function myfrand (line 17) | float myfrand() // returns values from -1 to 1 inclusive function test_dquat_type (line 22) | int test_dquat_type() function test_scalars (line 32) | int test_scalars() function test_inverse (line 64) | int test_inverse() function test_mul (line 104) | int test_mul() function test_dual_quat_ctr (line 159) | int test_dual_quat_ctr() function test_size (line 178) | int test_size() function main (line 192) | int main() FILE: external/glm/test/gtx/gtx_euler_angle.cpp type test_eulerAngleX (line 10) | namespace test_eulerAngleX function test (line 12) | int test() type test_eulerAngleY (line 53) | namespace test_eulerAngleY function test (line 55) | int test() type test_eulerAngleZ (line 96) | namespace test_eulerAngleZ function test (line 98) | int test() type test_eulerAngleXY (line 139) | namespace test_eulerAngleXY function test (line 141) | int test() type test_eulerAngleYX (line 163) | namespace test_eulerAngleYX function test (line 165) | int test() type test_eulerAngleXZ (line 187) | namespace test_eulerAngleXZ function test (line 189) | int test() type test_eulerAngleZX (line 211) | namespace test_eulerAngleZX function test (line 213) | int test() type test_eulerAngleYZ (line 235) | namespace test_eulerAngleYZ function test (line 237) | int test() type test_eulerAngleZY (line 260) | namespace test_eulerAngleZY function test (line 262) | int test() type test_eulerAngleYXZ (line 285) | namespace test_eulerAngleYXZ function test (line 287) | int test() function main (line 313) | int main() FILE: external/glm/test/gtx/gtx_extend.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_extended_min_max.cpp type fmin_ (line 12) | namespace fmin_ function test (line 14) | static int test() type fmax_ (line 44) | namespace fmax_ function test (line 46) | static int test() type fclamp_ (line 76) | namespace fclamp_ function test (line 78) | static int test() function main (line 90) | int main() FILE: external/glm/test/gtx/gtx_extented_min_max.cpp function main (line 34) | int main() FILE: external/glm/test/gtx/gtx_exterior_product.cpp function main (line 5) | int main() FILE: external/glm/test/gtx/gtx_fast_exponential.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_fast_square_root.cpp function test_fastInverseSqrt (line 7) | int test_fastInverseSqrt() function test_fastDistance (line 21) | int test_fastDistance() function main (line 38) | int main() FILE: external/glm/test/gtx/gtx_fast_trigonometry.cpp type fastCos (line 15) | namespace fastCos function perf (line 17) | int perf(bool NextFloat) type fastSin (line 41) | namespace fastSin function perf (line 51) | int perf(bool NextFloat) type fastTan (line 75) | namespace fastTan function perf (line 77) | int perf(bool NextFloat) type fastAcos (line 101) | namespace fastAcos function perf (line 103) | int perf(bool NextFloat) type fastAsin (line 128) | namespace fastAsin function perf (line 130) | int perf(bool NextFloat) type fastAtan (line 151) | namespace fastAtan function perf (line 153) | int perf(bool NextFloat) type taylorCos (line 174) | namespace taylorCos function GLM_FUNC_QUALIFIER (line 182) | GLM_FUNC_QUALIFIER glm::vec taylorSeriesNewCos(glm::vec taylorSeriesNewCos6(glm::vec fastAbs(glm::vec x) function GLM_FUNC_QUALIFIER (line 221) | GLM_FUNC_QUALIFIER glm::vec fastCosNew(glm::vec cons... function perf_fastCosNew (line 236) | int perf_fastCosNew(float Begin, float End, std::size_t Samples) function GLM_FUNC_QUALIFIER (line 259) | GLM_FUNC_QUALIFIER glm::vec deterministic_fmod(glm::vec fastCosDeterminisctic(glm::vec taylorSeriesRefCos(glm::vec fastRefCos(glm::vec cons... function perf_fastCosRef (line 324) | int perf_fastCosRef(float Begin, float End, std::size_t Samples) function perf_fastCosOld (line 346) | int perf_fastCosOld(float Begin, float End, std::size_t Samples) function perf_cos (line 368) | int perf_cos(float Begin, float End, std::size_t Samples) function perf (line 390) | int perf(std::size_t const Samples) function test (line 406) | int test() type taylor2 (line 432) | namespace taylor2 function taylorCosA (line 436) | float taylorCosA(float x) function taylorCosB (line 445) | float taylorCosB(float x) function taylorCosC (line 454) | float taylorCosC(float x) function perf_taylorCosA (line 463) | int perf_taylorCosA(float Begin, float End, std::size_t Samples) function perf_taylorCosB (line 485) | int perf_taylorCosB(float Begin, float End, std::size_t Samples) function perf_taylorCosC (line 507) | int perf_taylorCosC(float Begin, float End, std::size_t Samples) function perf (line 529) | int perf(std::size_t Samples) function main (line 545) | int main() FILE: external/glm/test/gtx/gtx_functions.cpp function test_gauss_1d (line 4) | int test_gauss_1d() function test_gauss_2d (line 15) | int test_gauss_2d() function main (line 26) | int main() FILE: external/glm/test/gtx/gtx_gradient_paint.cpp function test_radialGradient (line 4) | int test_radialGradient() function test_linearGradient (line 14) | int test_linearGradient() function main (line 24) | int main() FILE: external/glm/test/gtx/gtx_handed_coordinate_space.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_int_10_10_10_2.cpp function main (line 13) | int main() FILE: external/glm/test/gtx/gtx_integer.cpp function test_log2 (line 23) | int test_log2() function test_nlz (line 44) | int test_nlz() function test_pow_uint (line 55) | int test_pow_uint() function test_pow_int (line 71) | int test_pow_int() function main (line 96) | int main() FILE: external/glm/test/gtx/gtx_intersect.cpp function test_intersectRayTriangle (line 6) | int test_intersectRayTriangle() function main (line 27) | int main() FILE: external/glm/test/gtx/gtx_io.cpp function type_name (line 33) | std::basic_string type_name(std::basic_ostream&, T const&) function test_io_quat (line 59) | int test_io_quat(OS& os) function test_io_vec (line 83) | int test_io_vec(OS& os) function test_io_mat (line 106) | int test_io_mat(OS& os, glm::io::order_type otype) function main (line 152) | int main() FILE: external/glm/test/gtx/gtx_log_base.cpp type test_log (line 7) | namespace test_log function run (line 9) | int run() function main (line 47) | int main() FILE: external/glm/test/gtx/gtx_matrix_cross_product.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_matrix_decompose.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_matrix_factorisation.cpp function test_qr (line 7) | int test_qr(glm::mat m) function test_rq (line 44) | int test_rq(glm::mat m) function main (line 82) | int main() FILE: external/glm/test/gtx/gtx_matrix_interpolation.cpp function test_axisAngle (line 7) | int test_axisAngle() function main (line 37) | int main() FILE: external/glm/test/gtx/gtx_matrix_major_storage.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_matrix_operation.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_matrix_query.cpp function test_isNull (line 4) | int test_isNull() function test_isIdentity (line 14) | int test_isIdentity() function test_isNormalized (line 34) | int test_isNormalized() function test_isOrthogonal (line 44) | int test_isOrthogonal() function main (line 54) | int main() FILE: external/glm/test/gtx/gtx_matrix_transform_2d.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_mixed_product.cpp function main (line 13) | int main() FILE: external/glm/test/gtx/gtx_norm.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_normal.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_normalize_dot.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_number_precision.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_optimum_pow.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_orthonormalize.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_perpendicular.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_polar_coordinates.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_projection.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_quaternion.cpp function test_quat_fastMix (line 10) | int test_quat_fastMix() function test_quat_shortMix (line 27) | int test_quat_shortMix() function test_orientation (line 44) | int test_orientation() function test_rotation (line 69) | int test_rotation() function test_log (line 85) | int test_log() function test_quat_lookAt (line 96) | int test_quat_lookAt() function main (line 113) | int main() FILE: external/glm/test/gtx/gtx_random.cpp function test_signedRand1 (line 15) | int test_signedRand1() function test_normalizedRand2 (line 35) | int test_normalizedRand2() function test_normalizedRand3 (line 57) | int test_normalizedRand3() function main (line 90) | int main() FILE: external/glm/test/gtx/gtx_range.cpp function test_vec (line 9) | int test_vec() function test_mat (line 37) | int test_mat() function main (line 66) | int main() function main (line 76) | int main() FILE: external/glm/test/gtx/gtx_rotate_normalized_axis.cpp function main (line 4) | int main() FILE: external/glm/test/gtx/gtx_rotate_vector.cpp function test_rotate (line 5) | int test_rotate() function test_rotateX (line 23) | int test_rotateX() function test_rotateY (line 33) | int test_rotateY() function test_rotateZ (line 44) | int test_rotateZ() function test_orientation (line 54) | int test_orientation() function main (line 63) | int main() FILE: external/glm/test/gtx/gtx_scalar_multiplication.cpp function main (line 7) | int main() function main (line 30) | int main() FILE: external/glm/test/gtx/gtx_scalar_relational.cpp function test_lessThan (line 6) | int test_lessThan() function test_lessThanEqual (line 26) | int test_lessThanEqual() function test_greaterThan (line 46) | int test_greaterThan() function test_greaterThanEqual (line 66) | int test_greaterThanEqual() function test_equal (line 86) | int test_equal() function test_notEqual (line 106) | int test_notEqual() function test_any (line 126) | int test_any() function test_all (line 136) | int test_all() function test_not (line 146) | int test_not() function main (line 156) | int main() FILE: external/glm/test/gtx/gtx_simd_mat4.cpp function test_detA (line 44) | std::vector test_detA(std::vector const & Data) function test_detB (line 59) | std::vector test_detB(std::vector const & Data) function test_detC (line 80) | std::vector test_detC(std::vector const & Data) function test_detD (line 101) | std::vector test_detD(std::vector const & Data) function test_invA (line 122) | void test_invA(std::vector const & Data, std::vector const & Data, std::vector const & Data, std::vector const & Data, std::vector const & Data, std::vector> 8); stb_out(v); } function stb_out3 (line 190) | static void stb_out3(stb_uint v) { stb_out(v >> 16); stb_out(v >> 8); st... function stb_out4 (line 191) | static void stb_out4(stb_uint v) { stb_out(v >> 24); stb_out(v >> 16); s... function outliterals (line 193) | static void outliterals(stb_uchar *in, int numlit) function stb_not_crap (line 215) | static int stb_not_crap(int best, int dist) function stb_compress_chunk (line 232) | static int stb_compress_chunk(stb_uchar *history, function stb_compress_inner (line 337) | static int stb_compress_inner(stb_uchar *input, stb_uint length) function stb_uint (line 372) | stb_uint stb_compress(stb_uchar *out, stb_uchar *input, stb_uint length) FILE: external/imgui/imgui.cpp type ImGui (line 667) | namespace ImGui function ImVec2 (line 850) | ImVec2 ImLineClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2... function ImTriangleContainsPoint (line 864) | bool ImTriangleContainsPoint(const ImVec2& a, const ImVec2& b, const ImV... function ImTriangleBarycentricCoords (line 872) | void ImTriangleBarycentricCoords(const ImVec2& a, const ImVec2& b, const... function ImVec2 (line 883) | ImVec2 ImTriangleClosestPoint(const ImVec2& a, const ImVec2& b, const Im... function ImStricmp (line 899) | int ImStricmp(const char* str1, const char* str2) function ImStrnicmp (line 906) | int ImStrnicmp(const char* str1, const char* str2, int count) function ImStrncpy (line 913) | void ImStrncpy(char* dst, const char* src, int count) function ImStrlenW (line 927) | int ImStrlenW(const ImWchar* str) function ImWchar (line 934) | const ImWchar* ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf... function ImFormatString (line 979) | int ImFormatString(char* buf, int buf_size, const char* fmt, ...) function ImFormatStringV (line 993) | int ImFormatStringV(char* buf, int buf_size, const char* fmt, va_list args) function ImU32 (line 1007) | ImU32 ImHash(const void* data, int data_size, ImU32 seed) function ImTextCharFromUtf8 (line 1056) | int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, cons... function ImTextStrFromUtf8 (line 1114) | int ImTextStrFromUtf8(ImWchar* buf, int buf_size, const char* in_text, c... function ImTextCountCharsFromUtf8 (line 1133) | int ImTextCountCharsFromUtf8(const char* in_text, const char* in_text_end) function ImTextCharToUtf8 (line 1149) | static inline int ImTextCharToUtf8(char* buf, int buf_size, unsigned int c) function ImTextCountUtf8BytesFromChar (line 1186) | static inline int ImTextCountUtf8BytesFromChar(unsigned int c) function ImTextStrToUtf8 (line 1195) | int ImTextStrToUtf8(char* buf, int buf_size, const ImWchar* in_text, con... function ImTextCountUtf8BytesFromStr (line 1211) | int ImTextCountUtf8BytesFromStr(const ImWchar* in_text, const ImWchar* i... function ImVec4 (line 1225) | ImVec4 ImGui::ColorConvertU32ToFloat4(ImU32 in) function ImU32 (line 1235) | ImU32 ImGui::ColorConvertFloat4ToU32(const ImVec4& in) function ImU32 (line 1245) | ImU32 ImGui::GetColorU32(ImGuiCol idx, float alpha_mul) function ImU32 (line 1253) | ImU32 ImGui::GetColorU32(const ImVec4& col) function ImVec4 (line 1261) | const ImVec4& ImGui::GetStyleColorVec4(ImGuiCol idx) function ImU32 (line 1267) | ImU32 ImGui::GetColorU32(ImU32 col) function FILE (line 1328) | FILE* ImFileOpen(const char* filename, const char* mode) function LowerBound (line 1392) | static ImVector::iterator LowerBound(ImVector& out_sorted_w... function AddDrawListToRenderList (line 2690) | static void AddDrawListToRenderList(ImVector& out_render_li... function AddWindowToRenderList (line 2723) | static void AddWindowToRenderList(ImVector& out_render_list... function AddWindowToRenderListSelectLayer (line 2737) | static void AddWindowToRenderListSelectLayer(ImGuiWindow* window) function LogRenderedText (line 2957) | static void LogRenderedText(const ImVec2* ref_pos, const char* text, con... function ImVec2 (line 3184) | ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool ... function ImGuiWindow (line 3241) | static ImGuiWindow* FindHoveredWindow(ImVec2 pos) function IsKeyPressedMap (line 3284) | static bool IsKeyPressedMap(ImGuiKey key, bool repeat) function ImVec2 (line 3396) | ImVec2 ImGui::GetMousePos() function ImVec2 (line 3402) | ImVec2 ImGui::GetMousePosOnOpeningCurrentPopup() function ImVec2 (line 3419) | ImVec2 ImGui::GetMouseDragDelta(int button, float lock_threshold) function ImGuiMouseCursor (line 3439) | ImGuiMouseCursor ImGui::GetMouseCursor() function ImVec2 (line 3501) | ImVec2 ImGui::GetItemRectMin() function ImVec2 (line 3507) | ImVec2 ImGui::GetItemRectMax() function ImVec2 (line 3513) | ImVec2 ImGui::GetItemRectSize() function ImVec2 (line 3519) | ImVec2 ImGui::CalcItemRectClosestPoint(const ImVec2& pos, bool on_edge, ... function ImRect (line 3527) | static ImRect GetVisibleRect() function CloseInactivePopups (line 3609) | static void CloseInactivePopups(ImGuiWindow* ref_window) function ImGuiWindow (line 3641) | static ImGuiWindow* GetFrontMostModalRootWindow() function ClosePopupToLevel (line 3651) | static void ClosePopupToLevel(int remaining) function ClearSetNextWindowData (line 3681) | static inline void ClearSetNextWindowData() function BeginChildEx (line 3820) | static bool BeginChildEx(const char* name, ImGuiID id, const ImVec2& siz... function CheckStacksSize (line 3912) | static void CheckStacksSize(ImGuiWindow* window, bool write) function ImVec2 (line 3926) | static ImVec2 FindBestPopupWindowPos(const ImVec2& base_pos, const ImVec... function SetWindowConditionAllowFlags (line 3954) | static void SetWindowConditionAllowFlags(ImGuiWindow* window, ImGuiCond ... function ImGuiWindow (line 3961) | ImGuiWindow* ImGui::FindWindowByName(const char* name) function ImGuiWindow (line 3968) | static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGui... function ImVec2 (line 4029) | static ImVec2 CalcSizeFullWithConstraint(ImGuiWindow* window, ImVec2 new... function ImVec2 (line 4057) | static ImVec2 CalcSizeAutoFit(ImGuiWindow* window) function ImVec2 (line 4082) | static ImVec2 CalcNextScrollFromScrollTargetAndClamp(ImGuiWindow* window) function ImGuiCol (line 4100) | static ImGuiCol GetWindowBgColorIdxFromFlags(ImGuiWindowFlags flags) function ImFont (line 4937) | static ImFont* GetDefaultFont() function SetCurrentFont (line 4943) | static void SetCurrentFont(ImFont* font) type ImGuiStyleVarInfo (line 5056) | struct ImGuiStyleVarInfo function ImGuiStyleVarInfo (line 5084) | static const ImGuiStyleVarInfo* GetStyleVarInfo(ImGuiStyleVar idx) function ImVec2 (line 5240) | ImVec2 ImGui::GetWindowPos() function SetWindowScrollY (line 5247) | static void SetWindowScrollY(ImGuiWindow* window, float new_scroll_y) function SetWindowPos (line 5254) | static void SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCo... function ImVec2 (line 5282) | ImVec2 ImGui::GetWindowSize() function SetWindowSize (line 5288) | static void SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGui... function SetWindowCollapsed (line 5329) | static void SetWindowCollapsed(ImGuiWindow* window, bool collapsed, ImGu... function ImVec2 (line 5433) | ImVec2 ImGui::GetContentRegionMax() function ImVec2 (line 5442) | ImVec2 ImGui::GetContentRegionAvail() function ImVec2 (line 5454) | ImVec2 ImGui::GetWindowContentRegionMin() function ImVec2 (line 5460) | ImVec2 ImGui::GetWindowContentRegionMax() function ImDrawList (line 5490) | ImDrawList* ImGui::GetWindowDrawList() function ImFont (line 5496) | ImFont* ImGui::GetFont() function ImVec2 (line 5506) | ImVec2 ImGui::GetFontTexUvWhitePixel() function ImVec2 (line 5521) | ImVec2 ImGui::GetCursorPos() function ImVec2 (line 5560) | ImVec2 ImGui::GetCursorStartPos() function ImVec2 (line 5566) | ImVec2 ImGui::GetCursorScreenPos() function ImGuiStorage (line 5649) | ImGuiStorage* ImGui::GetStateStorage() function ImGuiID (line 6592) | ImGuiID ImGui::GetID(const char* str_id) function ImGuiID (line 6597) | ImGuiID ImGui::GetID(const char* str_id_begin, const char* str_id_end) function ImGuiID (line 6602) | ImGuiID ImGui::GetID(const void* ptr_id) function DataTypeFormatString (line 6662) | static inline void DataTypeFormatString(ImGuiDataType data_type, void* d... function DataTypeFormatString (line 6670) | static inline void DataTypeFormatString(ImGuiDataType data_type, void* d... function DataTypeApplyOp (line 6688) | static void DataTypeApplyOp(ImGuiDataType data_type, int op, void* value... function DataTypeApplyOpFromText (line 6707) | static bool DataTypeApplyOpFromText(const char* buf, const char* initial... function GetMinimumStepAtDecimalPrecision (line 6819) | static float GetMinimumStepAtDecimalPrecision(int decimal_precision) function SliderBehaviorCalcRatioFromValue (line 6843) | static inline float SliderBehaviorCalcRatioFromValue(float v, float v_mi... type ImGuiPlotArrayGetterData (line 7593) | struct ImGuiPlotArrayGetterData method ImGuiPlotArrayGetterData (line 7598) | ImGuiPlotArrayGetterData(const float* values, int stride) { Values = v... function Plot_ArrayGetter (line 7601) | static float Plot_ArrayGetter(void* data, int idx) function InputTextCalcTextLenAndLineCount (line 7796) | static int InputTextCalcTextLenAndLineCount(const char* text_begin, cons... function ImVec2 (line 7810) | static ImVec2 InputTextCalcTextSizeW(const ImWchar* text_begin, const Im... type ImGuiStb (line 7855) | namespace ImGuiStb function STB_TEXTEDIT_STRINGLEN (line 7858) | static int STB_TEXTEDIT_STRINGLEN(const STB_TEXTEDIT_STRING* obj) ... function ImWchar (line 7859) | static ImWchar STB_TEXTEDIT_GETCHAR(const STB_TEXTEDIT_STRING* obj, in... function STB_TEXTEDIT_GETWIDTH (line 7860) | static float STB_TEXTEDIT_GETWIDTH(STB_TEXTEDIT_STRING* obj, int lin... function STB_TEXTEDIT_KEYTOTEXT (line 7861) | static int STB_TEXTEDIT_KEYTOTEXT(int key) ... function STB_TEXTEDIT_LAYOUTROW (line 7863) | static void STB_TEXTEDIT_LAYOUTROW(StbTexteditRow* r, STB_TEXTEDIT_... function is_separator (line 7876) | static bool is_separator(unsigned int c) ... function is_word_boundary_from_right (line 7877) | static int is_word_boundary_from_right(STB_TEXTEDIT_STRING* obj, int ... function STB_TEXTEDIT_MOVEWORDLEFT_IMPL (line 7878) | static int STB_TEXTEDIT_MOVEWORDLEFT_IMPL(STB_TEXTEDIT_STRING* obj, i... function is_word_boundary_from_left (line 7880) | static int is_word_boundary_from_left(STB_TEXTEDIT_STRING* obj, int i... function STB_TEXTEDIT_MOVEWORDRIGHT_IMPL (line 7881) | static int STB_TEXTEDIT_MOVEWORDRIGHT_IMPL(STB_TEXTEDIT_STRING* obj, ... function STB_TEXTEDIT_MOVEWORDRIGHT_IMPL (line 7883) | static int STB_TEXTEDIT_MOVEWORDRIGHT_IMPL(STB_TEXTEDIT_STRING* obj, ... function STB_TEXTEDIT_DELETECHARS (line 7888) | static void STB_TEXTEDIT_DELETECHARS(STB_TEXTEDIT_STRING* obj, int pos... function STB_TEXTEDIT_INSERTCHARS (line 7903) | static bool STB_TEXTEDIT_INSERTCHARS(STB_TEXTEDIT_STRING* obj, int pos... function InputTextFilterCharacter (line 7995) | static bool InputTextFilterCharacter(unsigned int* p_char, ImGuiInputTex... function SmallSquareSize (line 8646) | static inline float SmallSquareSize() function Items_ArrayGetter (line 8810) | static bool Items_ArrayGetter(void* data, int idx, const char** out_text) function Items_SingleStringGetter (line 8818) | static bool Items_SingleStringGetter(void* data, int idx, const char** o... function ImU32 (line 9431) | static inline ImU32 ImAlphaBlendColor(ImU32 col_a, ImU32 col_b) function ColorPickerOptionsPopup (line 9603) | static void ColorPickerOptionsPopup(ImGuiColorEditFlags flags, float* re... function RenderArrow (line 9833) | static void RenderArrow(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_s... function RenderArrowsForVerticalBar (line 9845) | static void RenderArrowsForVerticalBar(ImDrawList* draw_list, ImVec2 pos... function OffsetNormToPixels (line 10440) | static float OffsetNormToPixels(ImGuiWindow* window, float offset_norm) function PixelsToOffsetNorm (line 10445) | static float PixelsToOffsetNorm(ImGuiWindow* window, float offset) function GetDraggedColumnOffset (line 10450) | static float GetDraggedColumnOffset(int column_index) function SetClipboardTextFn_DefaultImpl (line 10794) | static void SetClipboardTextFn_DefaultImpl(void*, const char* text) function SetClipboardTextFn_DefaultImpl (line 10823) | static void SetClipboardTextFn_DefaultImpl(void*, const char* text) function ImeSetInputScreenPosFn_DefaultImpl (line 10843) | static void ImeSetInputScreenPosFn_DefaultImpl(int x, int y) function ImeSetInputScreenPosFn_DefaultImpl (line 10859) | static void ImeSetInputScreenPosFn_DefaultImpl(int, int) {} type Funcs (line 10879) | struct Funcs method NodeDrawList (line 10881) | static void NodeDrawList(ImDrawList* draw_list, const char* label) method NodeWindows (line 10942) | static void NodeWindows(ImVector& windows, const char* l... method NodeWindow (line 10951) | static void NodeWindow(ImGuiWindow* window, const char* label) FILE: external/imgui/imgui.h type ImDrawChannel (line 49) | struct ImDrawChannel type ImDrawCmd (line 50) | struct ImDrawCmd type ImDrawData (line 51) | struct ImDrawData type ImDrawList (line 52) | struct ImDrawList type ImDrawVert (line 53) | struct ImDrawVert type ImFont (line 54) | struct ImFont type ImFontAtlas (line 55) | struct ImFontAtlas type ImFontConfig (line 56) | struct ImFontConfig type ImColor (line 57) | struct ImColor type ImGuiIO (line 58) | struct ImGuiIO type ImGuiOnceUponAFrame (line 59) | struct ImGuiOnceUponAFrame type ImGuiStorage (line 60) | struct ImGuiStorage type ImGuiStyle (line 61) | struct ImGuiStyle type ImGuiTextFilter (line 62) | struct ImGuiTextFilter type ImGuiTextBuffer (line 63) | struct ImGuiTextBuffer type ImGuiTextEditCallbackData (line 64) | struct ImGuiTextEditCallbackData type ImGuiSizeConstraintCallbackData (line 65) | struct ImGuiSizeConstraintCallbackData type ImGuiListClipper (line 66) | struct ImGuiListClipper type ImGuiContext (line 67) | struct ImGuiContext type ImU32 (line 70) | typedef unsigned int ImU32; type ImGuiID (line 71) | typedef unsigned int ImGuiID; type ImWchar (line 72) | typedef unsigned short ImWchar; type ImGuiCol (line 74) | typedef int ImGuiCol; type ImGuiStyleVar (line 75) | typedef int ImGuiStyleVar; type ImGuiKey (line 76) | typedef int ImGuiKey; type ImGuiMouseCursor (line 77) | typedef int ImGuiMouseCursor; type ImGuiCond (line 78) | typedef int ImGuiCond; type ImDrawCornerFlags (line 79) | typedef int ImDrawCornerFlags; type ImGuiColorEditFlags (line 80) | typedef int ImGuiColorEditFlags; type ImGuiWindowFlags (line 81) | typedef int ImGuiWindowFlags; type ImGuiColumnsFlags (line 82) | typedef int ImGuiColumnsFlags; type ImGuiInputTextFlags (line 83) | typedef int ImGuiInputTextFlags; type ImGuiSelectableFlags (line 84) | typedef int ImGuiSelectableFlags; type ImGuiTreeNodeFlags (line 85) | typedef int ImGuiTreeNodeFlags; type ImGuiHoveredFlags (line 86) | typedef int ImGuiHoveredFlags; type ImU64 (line 90) | typedef unsigned __int64 ImU64; type ImU64 (line 92) | typedef unsigned long long ImU64; function ImVec2 (line 99) | struct ImVec2 function ImVec4 (line 109) | struct ImVec4 function namespace (line 121) | namespace ImGui type ImGuiWindowFlags_ (line 496) | enum ImGuiWindowFlags_ type ImGuiInputTextFlags_ (line 526) | enum ImGuiInputTextFlags_ type ImGuiTreeNodeFlags_ (line 550) | enum ImGuiTreeNodeFlags_ type ImGuiSelectableFlags_ (line 569) | enum ImGuiSelectableFlags_ type ImGuiHoveredFlags_ (line 578) | enum ImGuiHoveredFlags_ type ImGuiKey_ (line 590) | enum ImGuiKey_ type ImGuiCol_ (line 615) | enum ImGuiCol_ type ImGuiStyleVar_ (line 671) | enum ImGuiStyleVar_ type ImGuiColorEditFlags_ (line 700) | enum ImGuiColorEditFlags_ type ImGuiMouseCursor_ (line 730) | enum ImGuiMouseCursor_ type ImGuiCond_ (line 745) | enum ImGuiCond_ type ImGuiStyle (line 758) | struct ImGuiStyle type ImGuiIO (line 796) | struct ImGuiIO function namespace (line 913) | namespace ImGui function AlignFirstTextHeightToWidgets (line 917) | static inline void AlignFirstTextHeightToWidgets() { AlignTextToFra... function IsItemHoveredRect (line 919) | static inline bool IsItemHoveredRect() { return IsItemHovered(ImGui... function IsPosHoveringAnyWindow (line 920) | static inline bool IsPosHoveringAnyWindow(const ImVec2&) { IM_ASSER... function IsMouseHoveringAnyWindow (line 921) | static inline bool IsMouseHoveringAnyWindow() { return IsAnyWindowH... function IsMouseHoveringWindow (line 922) | static inline bool IsMouseHoveringWindow() { return IsWindowHovered... function ImFont (line 924) | static inline ImFont* GetWindowFont() { return GetFont(); } function GetWindowFontSize (line 925) | static inline float GetWindowFontSize() { return GetFontSize(); } function SetScrollPosHere (line 926) | static inline void SetScrollPosHere() { SetScrollHere(); } type T (line 944) | typedef T value_type; type value_type (line 945) | typedef value_type* iterator; type value_type (line 946) | typedef const value_type* const_iterator; function value_type (line 955) | inline value_type& operator[](int i) { IM_ASSERT(... function value_type (line 956) | inline const value_type& operator[](int i) const { IM_ASSERT(... function clear (line 958) | inline void clear() { if (Data) ... function iterator (line 959) | inline iterator begin() { return Dat... function iterator (line 961) | inline iterator end() { return Dat... function value_type (line 963) | inline value_type& front() { IM_ASSERT(... function value_type (line 964) | inline const value_type& front() const { IM_ASSERT(... function value_type (line 966) | inline const value_type& back() const { IM_ASSERT(... function _grow_capacity (line 969) | inline int _grow_capacity(int size) const { int new_ca... function resize (line 971) | inline void resize(int new_size) { if (new_si... function resize (line 972) | inline void resize(int new_size, const T& v){ if (new_si... function reserve (line 973) | inline void reserve(int new_capacity) function push_back (line 984) | inline void push_back(const value_type& v) { if (Size =... function pop_back (line 985) | inline void pop_back() { IM_ASSERT(... function iterator (line 987) | inline iterator erase(const_iterator it) { IM_ASSERT(... function iterator (line 988) | inline iterator insert(const_iterator it, const value_type& ... type ImGuiOnceUponAFrame (line 996) | struct ImGuiOnceUponAFrame type ImGuiTextFilter (line 1009) | struct ImGuiTextFilter function is_blank (line 1022) | static bool is_blank(char c) { return c == ' ' || c == '\t'; } function trim_blanks (line 1023) | void trim_blanks() { while (b < e && is_blank(*b)) b++; while (e > b && ... function Clear (line 1035) | void Clear() { InputBuf[0] = 0; Build(); } type ImGuiTextBuffer (line 1040) | struct ImGuiTextBuffer function empty (line 1049) | bool empty() { return Buf.Size <= 1; } function clear (line 1050) | void clear() { Buf.clear(); Buf.push_back(0); } function Pair (line 1064) | struct ImGuiStorage function Clear (line 1079) | void Clear() { Data.clear(); } type ImGuiTextEditCallbackData (line 1106) | struct ImGuiTextEditCallbackData type ImGuiSizeConstraintCallbackData (line 1135) | struct ImGuiSizeConstraintCallbackData type ImColor (line 1166) | struct ImColor function operator (line 1175) | inline operator ImU32() const { return... function ImGuiListClipper (line 1196) | struct ImGuiListClipper type ImDrawIdx (line 1238) | typedef unsigned short ImDrawIdx; type ImDrawVert (line 1243) | struct ImDrawVert type ImDrawChannel (line 1259) | struct ImDrawChannel type ImDrawCornerFlags_ (line 1265) | enum ImDrawCornerFlags_ function ImDrawList (line 1285) | struct ImDrawList function ImVec2 (line 1311) | inline ImVec2 GetClipRectMin() const { const ImVec4& cr = _ClipRectSta... function PathClear (line 1335) | inline void PathClear() ... function PathLineTo (line 1336) | inline void PathLineTo(const ImVec2& pos) ... function PathLineToMergeDuplicate (line 1337) | inline void PathLineToMergeDuplicate(const ImVec2& pos) ... function PathFillConvex (line 1338) | inline void PathFillConvex(ImU32 col) ... function PrimWriteVtx (line 1364) | inline void PrimWriteVtx(const ImVec2& pos, const ImVec2& uv, ImU32 ... function PrimWriteIdx (line 1365) | inline void PrimWriteIdx(ImDrawIdx idx) ... function PrimVtx (line 1366) | inline void PrimVtx(const ImVec2& pos, const ImVec2& uv, ImU32 col) ... type ImDrawData (line 1372) | struct ImDrawData type ImFontConfig (line 1386) | struct ImFontConfig type ImFontGlyph (line 1409) | struct ImFontGlyph type ImFontAtlas (line 1425) | struct ImFontAtlas function GetBit (line 1463) | struct GlyphRangesBuilder function SetBit (line 1468) | void SetBit(int n) { UsedChars[n >> 3] |= 1 << (n & 7); } function AddChar (line 1469) | void AddChar(ImWchar c) { SetBit(c); } function CustomRect (line 1496) | const CustomRect* GetCustomRectByIndex(int index) const { if (index < ... type ImFont (line 1521) | struct ImFont FILE: external/imgui/imgui_demo.cpp function ShowHelpMarker (line 88) | static void ShowHelpMarker(const char* desc) type TextFilters (line 651) | struct TextFilters { static int FilterImGuiLetters(ImGuiTextEditCallback... method FilterImGuiLetters (line 651) | static int FilterImGuiLetters(ImGuiTextEditCallbackData* data) { if (d... type Funcs (line 713) | struct Funcs method Sin (line 715) | static float Sin(void*, int i) { return sinf(i * 0.1f); } method Saw (line 716) | static float Saw(void*, int i) { return (i & 1) ? 1.0f : -1.0f; } function ShowExampleAppMainMenuBar (line 2083) | static void ShowExampleAppMainMenuBar() function ShowExampleMenuFile (line 2106) | static void ShowExampleMenuFile() function ShowExampleAppAutoResize (line 2171) | static void ShowExampleAppAutoResize(bool* p_open) function ShowExampleAppConstrainedResize (line 2188) | static void ShowExampleAppConstrainedResize(bool* p_open) function ShowExampleAppFixedOverlay (line 2235) | static void ShowExampleAppFixedOverlay(bool* p_open) function ShowExampleAppManipulatingWindowTitle (line 2263) | static void ShowExampleAppManipulatingWindowTitle(bool*) function ShowExampleAppCustomRendering (line 2289) | static void ShowExampleAppCustomRendering(bool* p_open) function Draw (line 2392) | struct ExampleAppConsole function ExecCommand (line 2542) | void ExecCommand(const char* command_line) function TextEditCallbackStub (line 2580) | static int TextEditCallbackStub(ImGuiTextEditCallbackData* data) // In C... function TextEditCallback (line 2586) | int TextEditCallback(ImGuiTextEditCallbackData* data) function ShowExampleAppConsole (line 2686) | static void ShowExampleAppConsole(bool* p_open) function Draw (line 2696) | struct ExampleAppLog function ShowExampleAppLog (line 2757) | static void ShowExampleAppLog(bool* p_open) function ShowExampleAppLayout (line 2775) | static void ShowExampleAppLayout(bool* p_open) function ShowExampleAppPropertyEditor (line 2821) | static void ShowExampleAppPropertyEditor(bool* p_open) function ShowExampleAppLongText (line 2894) | static void ShowExampleAppLongText(bool* p_open) FILE: external/imgui/imgui_draw.cpp function PathBezierToCasteljau (line 882) | static void PathBezierToCasteljau(ImVector* path, float x1, floa... function ImFont (line 1453) | ImFont* ImFontAtlas::AddFont(const ImFontConfig* font_cfg) function Decode85Byte (line 1490) | static unsigned int Decode85Byte(char c) ... function Decode85 (line 1491) | static void Decode85(const unsigned char* src, unsigned char* dst) function ImFont (line 1503) | ImFont* ImFontAtlas::AddFontDefault(const ImFontConfig* font_cfg_template) function ImFont (line 1519) | ImFont* ImFontAtlas::AddFontFromFileTTF(const char* filename, float size... function ImFont (line 1540) | ImFont* ImFontAtlas::AddFontFromMemoryTTF(void* ttf_data, int ttf_size, ... function ImFont (line 1552) | ImFont* ImFontAtlas::AddFontFromMemoryCompressedTTF(const void* compress... function ImFont (line 1564) | ImFont* ImFontAtlas::AddFontFromMemoryCompressedBase85TTF(const char* co... function ImFontAtlasBuildMultiplyCalcLookupTable (line 1616) | void ImFontAtlasBuildMultiplyCalcLookupTable(unsigned char out_table[... function ImFontAtlasBuildMultiplyRectAlpha8 (line 1625) | void ImFontAtlasBuildMultiplyRectAlpha8(const unsigned char table[256... function ImFontAtlasBuildWithStbTruetype (line 1633) | bool ImFontAtlasBuildWithStbTruetype(ImFontAtlas* atlas) function ImFontAtlasBuildRegisterDefaultCustomRects (line 1825) | void ImFontAtlasBuildRegisterDefaultCustomRects(ImFontAtlas* atlas) function ImFontAtlasBuildSetupFont (line 1831) | void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontC... function ImFontAtlasBuildPackCustomRects (line 1845) | void ImFontAtlasBuildPackCustomRects(ImFontAtlas* atlas, void* pack_cont... function ImFontAtlasBuildRenderDefaultTexData (line 1871) | static void ImFontAtlasBuildRenderDefaultTexData(ImFontAtlas* atlas) function ImFontAtlasBuildFinish (line 1910) | void ImFontAtlasBuildFinish(ImFontAtlas* atlas) function ImWchar (line 1934) | const ImWchar* ImFontAtlas::GetGlyphRangesDefault() function ImWchar (line 1944) | const ImWchar* ImFontAtlas::GetGlyphRangesKorean() function ImWchar (line 1956) | const ImWchar* ImFontAtlas::GetGlyphRangesChinese() function ImWchar (line 1970) | const ImWchar* ImFontAtlas::GetGlyphRangesJapanese() function ImWchar (line 2035) | const ImWchar* ImFontAtlas::GetGlyphRangesCyrillic() function ImWchar (line 2048) | const ImWchar* ImFontAtlas::GetGlyphRangesThai() function ImFontGlyph (line 2229) | const ImFontGlyph* ImFont::FindGlyph(ImWchar c) const function ImVec2 (line 2339) | ImVec2 ImFont::CalcTextSizeA(float size, float max_width, float wrap_wid... function ImAcos01 (line 2623) | static inline float ImAcos01(float x) function stb_decompress_length (line 2699) | static unsigned int stb_decompress_length(unsigned char *input) function stb__match (line 2706) | static void stb__match(unsigned char *data, unsigned int length) function stb__lit (line 2715) | static void stb__lit(unsigned char *data, unsigned int length) function stb_adler32 (line 2745) | static unsigned int stb_adler32(unsigned int adler32, unsigned char *buf... function stb_decompress (line 2776) | static unsigned int stb_decompress(unsigned char *output, unsigned char ... FILE: external/imgui/imgui_internal.h type ImRect (line 34) | struct ImRect type ImGuiColMod (line 35) | struct ImGuiColMod type ImGuiStyleMod (line 36) | struct ImGuiStyleMod type ImGuiGroupData (line 37) | struct ImGuiGroupData type ImGuiSimpleColumns (line 38) | struct ImGuiSimpleColumns type ImGuiDrawContext (line 39) | struct ImGuiDrawContext type ImGuiTextEditState (line 40) | struct ImGuiTextEditState type ImGuiIniData (line 41) | struct ImGuiIniData type ImGuiMouseCursorData (line 42) | struct ImGuiMouseCursorData type ImGuiPopupRef (line 43) | struct ImGuiPopupRef type ImGuiWindow (line 44) | struct ImGuiWindow type ImGuiLayoutType (line 46) | typedef int ImGuiLayoutType; type ImGuiButtonFlags (line 47) | typedef int ImGuiButtonFlags; type ImGuiItemFlags (line 48) | typedef int ImGuiItemFlags; type ImGuiSeparatorFlags (line 49) | typedef int ImGuiSeparatorFlags; type ImGuiSliderFlags (line 50) | typedef int ImGuiSliderFlags; function namespace (line 56) | namespace ImGuiStb function ImCharIsSpace (line 94) | static inline bool ImCharIsSpace(int c) { return c == ' ... function ImIsPowerOfTwo (line 95) | static inline bool ImIsPowerOfTwo(int v) { return v != 0 ... function ImUpperPowerOfTwo (line 96) | static inline int ImUpperPowerOfTwo(int v) { v--; v |= v >>... function ImMin (line 133) | static inline int ImMin(int lhs, int rhs) ... function ImMax (line 134) | static inline int ImMax(int lhs, int rhs) ... function ImMin (line 135) | static inline float ImMin(float lhs, float rhs) ... function ImMax (line 136) | static inline float ImMax(float lhs, float rhs) ... function ImVec2 (line 137) | static inline ImVec2 ImMin(const ImVec2& lhs, const ImVec2& rhs) ... function ImVec2 (line 138) | static inline ImVec2 ImMax(const ImVec2& lhs, const ImVec2& rhs) ... function ImClamp (line 139) | static inline int ImClamp(int v, int mn, int mx) ... function ImClamp (line 140) | static inline float ImClamp(float v, float mn, float mx) ... function ImVec2 (line 141) | static inline ImVec2 ImClamp(const ImVec2& f, const ImVec2& mn, ImVec2 m... function ImSaturate (line 142) | static inline float ImSaturate(float f) ... function ImSwap (line 143) | static inline void ImSwap(int& a, int& b) ... function ImSwap (line 144) | static inline void ImSwap(float& a, float& b) ... function ImLerp (line 145) | static inline int ImLerp(int a, int b, float t) ... function ImLerp (line 146) | static inline float ImLerp(float a, float b, float t) ... function ImVec2 (line 147) | static inline ImVec2 ImLerp(const ImVec2& a, const ImVec2& b, float t) ... function ImVec2 (line 148) | static inline ImVec2 ImLerp(const ImVec2& a, const ImVec2& b, const ImVe... function ImVec4 (line 149) | static inline ImVec4 ImLerp(const ImVec4& a, const ImVec4& b, float t) ... function ImLengthSqr (line 150) | static inline float ImLengthSqr(const ImVec2& lhs) ... function ImLengthSqr (line 151) | static inline float ImLengthSqr(const ImVec4& lhs) ... function ImInvLength (line 152) | static inline float ImInvLength(const ImVec2& lhs, float fail_value) ... function ImFloor (line 153) | static inline float ImFloor(float f) ... function ImVec2 (line 154) | static inline ImVec2 ImFloor(const ImVec2& v) ... function ImDot (line 155) | static inline float ImDot(const ImVec2& a, const ImVec2& b) ... function ImVec2 (line 156) | static inline ImVec2 ImRotate(const ImVec2& v, float cos_a, float sin_a)... function ImLinearSweep (line 157) | static inline float ImLinearSweep(float current, float target, float sp... function ImVec2 (line 158) | static inline ImVec2 ImMul(const ImVec2& lhs, const ImVec2& rhs) ... type ImPlacementNewDummy (line 162) | struct ImPlacementNewDummy {} function delete (line 164) | inline void operator delete(void*, ImPlacementNewDummy, void*) {} type ImGuiButtonFlags_ (line 171) | enum ImGuiButtonFlags_ type ImGuiSliderFlags_ (line 187) | enum ImGuiSliderFlags_ type ImGuiColumnsFlags_ (line 192) | enum ImGuiColumnsFlags_ type ImGuiSelectableFlagsPrivate_ (line 202) | enum ImGuiSelectableFlagsPrivate_ type ImGuiSeparatorFlags_ (line 211) | enum ImGuiSeparatorFlags_ type ImGuiLayoutType_ (line 218) | enum ImGuiLayoutType_ type ImGuiAxis (line 224) | enum ImGuiAxis type ImGuiPlotType (line 231) | enum ImGuiPlotType type ImGuiDataType (line 237) | enum ImGuiDataType type ImGuiDir (line 244) | enum ImGuiDir function ImRect (line 255) | struct IMGUI_API ImRect function Contains (line 273) | bool Contains(const ImVec2& p) const { return p.x >= Min.x &&... function Contains (line 274) | bool Contains(const ImRect& r) const { return r.Min.x >= Min.x &&... function Overlaps (line 275) | bool Overlaps(const ImRect& r) const { return r.Min.y < Max.y &&... function Add (line 276) | void Add(const ImVec2& rhs) { if (Min.x > rhs.x) Min... function Add (line 277) | void Add(const ImRect& rhs) { if (Min.x > rhs.Min.x) Min... function Expand (line 278) | void Expand(const float amount) { Min.x -= amount; Min.y -... function Expand (line 279) | void Expand(const ImVec2& amount) { Min.x -= amount.x; Min.y -... function Translate (line 280) | void Translate(const ImVec2& v) { Min.x += v.x; Min.y += v.y... function ClipWith (line 281) | void ClipWith(const ImRect& clip) { if (Min.x < clip.Min.x) Mi... function Floor (line 282) | void Floor() { Min.x = (float)(int)Min.x;... function ImVec2 (line 283) | ImVec2 GetClosestPoint(ImVec2 p, bool on_edge) const type ImGuiColMod (line 296) | struct ImGuiColMod function ImGuiStyleMod (line 303) | struct ImGuiStyleMod type ImGuiGroupData (line 313) | struct ImGuiGroupData type ImGuiColumnData (line 327) | struct ImGuiColumnData function ImGuiSimpleColumns (line 335) | struct IMGUI_API ImGuiSimpleColumns function ImGuiTextEditState (line 349) | struct IMGUI_API ImGuiTextEditState type ImGuiIniData (line 373) | struct ImGuiIniData type ImGuiMouseCursorData (line 383) | struct ImGuiMouseCursorData type ImGuiPopupRef (line 393) | struct ImGuiPopupRef type ImGuiItemFlags_ (line 583) | enum ImGuiItemFlags_ function ImGuiDrawContext (line 596) | struct IMGUI_API ImGuiDrawContext function ImGuiWindow (line 676) | struct IMGUI_API ImGuiWindow FILE: external/imgui/stb_rect_pack.h type stbrp_context (line 70) | typedef struct stbrp_context stbrp_context; type stbrp_node (line 71) | typedef struct stbrp_node stbrp_node; type stbrp_rect (line 72) | typedef struct stbrp_rect stbrp_rect; type stbrp_coord (line 75) | typedef int stbrp_coord; type stbrp_coord (line 77) | typedef unsigned short stbrp_coord; type stbrp_rect (line 102) | struct stbrp_rect type stbrp_node (line 162) | struct stbrp_node type stbrp_context (line 168) | struct stbrp_context function STBRP_DEF (line 214) | STBRP_DEF void stbrp_setup_heuristic(stbrp_context *context, int heuristic) function STBRP_DEF (line 226) | STBRP_DEF void stbrp_setup_allow_out_of_mem(stbrp_context *context, int ... function STBRP_DEF (line 246) | STBRP_DEF void stbrp_init_target(stbrp_context *context, int width, int ... function stbrp__skyline_find_min_y (line 279) | static int stbrp__skyline_find_min_y(stbrp_context *c, stbrp_node *first... type stbrp__findresult (line 329) | typedef struct function stbrp__findresult (line 335) | static stbrp__findresult stbrp__skyline_find_best_pos(stbrp_context *c, ... function stbrp__findresult (line 430) | static stbrp__findresult stbrp__skyline_pack_rectangle(stbrp_context *co... function rect_height_compare (line 512) | static int rect_height_compare(const void *a, const void *b) function rect_width_compare (line 523) | static int rect_width_compare(const void *a, const void *b) function rect_original_order (line 534) | static int rect_original_order(const void *a, const void *b) function STBRP_DEF (line 547) | STBRP_DEF void stbrp_pack_rects(stbrp_context *context, stbrp_rect *rect... FILE: external/imgui/stb_textedit.h type StbUndoRecord (line 296) | typedef struct type StbUndoState (line 305) | typedef struct type STB_TexteditState (line 314) | typedef struct type StbTexteditRow (line 357) | typedef struct function stb_text_locate_coord (line 391) | static int stb_text_locate_coord(STB_TEXTEDIT_STRING *str, float x, floa... function stb_textedit_click (line 451) | static void stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditSta... function stb_textedit_drag (line 460) | static void stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditStat... type StbFindState (line 480) | typedef struct function stb_textedit_find_charpos (line 490) | static void stb_textedit_find_charpos(StbFindState *find, STB_TEXTEDIT_S... function stb_textedit_clamp (line 550) | static void stb_textedit_clamp(STB_TEXTEDIT_STRING *str, STB_TexteditSta... function stb_textedit_delete (line 564) | static void stb_textedit_delete(STB_TEXTEDIT_STRING *str, STB_TexteditSt... function stb_textedit_delete_selection (line 572) | static void stb_textedit_delete_selection(STB_TEXTEDIT_STRING *str, STB_... function stb_textedit_sortselection (line 588) | static void stb_textedit_sortselection(STB_TexteditState *state) function stb_textedit_move_to_first (line 598) | static void stb_textedit_move_to_first(STB_TexteditState *state) function stb_textedit_move_to_last (line 609) | static void stb_textedit_move_to_last(STB_TEXTEDIT_STRING *str, STB_Text... function is_word_boundary (line 621) | static int is_word_boundary( STB_TEXTEDIT_STRING *str, int idx ) function stb_textedit_move_to_word_previous (line 627) | static int stb_textedit_move_to_word_previous( STB_TEXTEDIT_STRING *str,... function stb_textedit_move_to_word_next (line 642) | static int stb_textedit_move_to_word_next( STB_TEXTEDIT_STRING *str, int... function stb_textedit_prep_selection_at_cursor (line 660) | static void stb_textedit_prep_selection_at_cursor(STB_TexteditState *state) function stb_textedit_cut (line 669) | static int stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState ... function stb_textedit_paste (line 680) | static int stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditStat... function stb_textedit_key (line 700) | static void stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState... function stb_textedit_flush_redo (line 1063) | static void stb_textedit_flush_redo(StbUndoState *state) function stb_textedit_discard_undo (line 1070) | static void stb_textedit_discard_undo(StbUndoState *state) function stb_textedit_discard_redo (line 1092) | static void stb_textedit_discard_redo(StbUndoState *state) function StbUndoRecord (line 1112) | static StbUndoRecord *stb_text_create_undo_record(StbUndoState *state, i... function STB_TEXTEDIT_CHARTYPE (line 1136) | static STB_TEXTEDIT_CHARTYPE *stb_text_createundo(StbUndoState *state, i... function stb_text_undo (line 1156) | static void stb_text_undo(STB_TEXTEDIT_STRING *str, STB_TexteditState *s... function stb_text_redo (line 1224) | static void stb_text_redo(STB_TEXTEDIT_STRING *str, STB_TexteditState *s... function stb_text_makeundo_insert (line 1275) | static void stb_text_makeundo_insert(STB_TexteditState *state, int where... function stb_text_makeundo_delete (line 1280) | static void stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_Texte... function stb_text_makeundo_replace (line 1290) | static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_Text... function stb_textedit_clear_state (line 1301) | static void stb_textedit_clear_state(STB_TexteditState *state, int is_si... function stb_textedit_initialize_state (line 1318) | static void stb_textedit_initialize_state(STB_TexteditState *state, int ... FILE: external/imgui/stb_truetype.h function my_stbtt_initfont (line 250) | void my_stbtt_initfont(void) function my_stbtt_print (line 262) | void my_stbtt_print(float x, float y, char *text) function main (line 295) | int main(int argc, char **argv) function main (line 336) | int main(int arg, char **argv) type stbtt_uint8 (line 388) | typedef unsigned char stbtt_uint8; type stbtt_int8 (line 389) | typedef signed char stbtt_int8; type stbtt_uint16 (line 390) | typedef unsigned short stbtt_uint16; type stbtt_int16 (line 391) | typedef signed short stbtt_int16; type stbtt_uint32 (line 392) | typedef unsigned int stbtt_uint32; type stbtt_int32 (line 393) | typedef signed int stbtt_int32; type stbtt__buf (line 461) | typedef struct type stbtt_bakedchar (line 475) | typedef struct type stbtt_aligned_quad (line 491) | typedef struct type stbtt_packedchar (line 521) | typedef struct type stbtt_pack_context (line 528) | typedef struct stbtt_pack_context stbtt_pack_context; type stbtt_fontinfo (line 529) | typedef struct stbtt_fontinfo stbtt_fontinfo; type stbrp_rect (line 531) | typedef struct stbrp_rect stbrp_rect; type stbtt_pack_range (line 565) | typedef struct type stbtt_pack_context (line 618) | struct stbtt_pack_context { type stbtt_fontinfo (line 652) | struct stbtt_fontinfo type stbtt_vertex (line 755) | typedef struct type stbtt__bitmap (line 833) | typedef struct function stbtt_uint8 (line 984) | static stbtt_uint8 stbtt__buf_get8(stbtt__buf *b) function stbtt_uint8 (line 991) | static stbtt_uint8 stbtt__buf_peek8(stbtt__buf *b) function stbtt__buf_seek (line 998) | static void stbtt__buf_seek(stbtt__buf *b, int o) function stbtt__buf_skip (line 1004) | static void stbtt__buf_skip(stbtt__buf *b, int o) function stbtt_uint32 (line 1009) | static stbtt_uint32 stbtt__buf_get(stbtt__buf *b, int n) function stbtt__buf (line 1019) | static stbtt__buf stbtt__new_buf(const void *p, size_t size) function stbtt__buf (line 1032) | static stbtt__buf stbtt__buf_range(const stbtt__buf *b, int o, int s) function stbtt__buf (line 1041) | static stbtt__buf stbtt__cff_get_index(stbtt__buf *b) function stbtt_uint32 (line 1055) | static stbtt_uint32 stbtt__cff_int(stbtt__buf *b) function stbtt__cff_skip_operand (line 1067) | static void stbtt__cff_skip_operand(stbtt__buf *b) { function stbtt__buf (line 1082) | static stbtt__buf stbtt__dict_get(stbtt__buf *b, int key) function stbtt__dict_get_ints (line 1097) | static void stbtt__dict_get_ints(stbtt__buf *b, int key, int outcount, s... function stbtt__cff_index_count (line 1105) | static int stbtt__cff_index_count(stbtt__buf *b) function stbtt__buf (line 1111) | static stbtt__buf stbtt__cff_index_get(stbtt__buf b, int i) function stbtt_uint16 (line 1137) | static stbtt_uint16 ttUSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_int16 (line 1138) | static stbtt_int16 ttSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_uint32 (line 1139) | static stbtt_uint32 ttULONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]... function stbtt_int32 (line 1140) | static stbtt_int32 ttLONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]... function stbtt__isfont (line 1145) | static int stbtt__isfont(stbtt_uint8 *font) function stbtt_uint32 (line 1157) | static stbtt_uint32 stbtt__find_table(stbtt_uint8 *data, stbtt_uint32 fo... function stbtt_GetFontOffsetForIndex_internal (line 1170) | static int stbtt_GetFontOffsetForIndex_internal(unsigned char *font_coll... function stbtt_GetNumberOfFonts_internal (line 1189) | static int stbtt_GetNumberOfFonts_internal(unsigned char *font_collection) function stbtt__buf (line 1205) | static stbtt__buf stbtt__get_subrs(stbtt__buf cff, stbtt__buf fontdict) function stbtt_InitFont_internal (line 1218) | static int stbtt_InitFont_internal(stbtt_fontinfo *info, unsigned char *... function STBTT_DEF (line 1328) | STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unico... function STBTT_DEF (line 1421) | STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int un... function stbtt_setvertex (line 1426) | static void stbtt_setvertex(stbtt_vertex *v, stbtt_uint8 type, stbtt_int... function stbtt__GetGlyfOffset (line 1435) | static int stbtt__GetGlyfOffset(const stbtt_fontinfo *info, int glyph_in... function STBTT_DEF (line 1457) | STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_in... function STBTT_DEF (line 1473) | STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int code... function STBTT_DEF (line 1478) | STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_i... function stbtt__close_shape (line 1490) | static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, ... function stbtt__GetGlyphShapeTT (line 1506) | static int stbtt__GetGlyphShapeTT(const stbtt_fontinfo *info, int glyph_... type stbtt__csctx (line 1732) | typedef struct function stbtt__track_vertex (line 1746) | static void stbtt__track_vertex(stbtt__csctx *c, stbtt_int32 x, stbtt_in... function stbtt__csctx_v (line 1755) | static void stbtt__csctx_v(stbtt__csctx *c, stbtt_uint8 type, stbtt_int3... function stbtt__csctx_close_shape (line 1771) | static void stbtt__csctx_close_shape(stbtt__csctx *ctx) function stbtt__csctx_rmove_to (line 1777) | static void stbtt__csctx_rmove_to(stbtt__csctx *ctx, float dx, float dy) function stbtt__csctx_rline_to (line 1785) | static void stbtt__csctx_rline_to(stbtt__csctx *ctx, float dx, float dy) function stbtt__csctx_rccurve_to (line 1792) | static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float ... function stbtt__buf (line 1803) | static stbtt__buf stbtt__get_subr(stbtt__buf idx, int n) function stbtt__buf (line 1817) | static stbtt__buf stbtt__cid_get_glyph_subrs(const stbtt_fontinfo *info,... function stbtt__run_charstring (line 1845) | static int stbtt__run_charstring(const stbtt_fontinfo *info, int glyph_i... function stbtt__GetGlyphShapeT2 (line 2104) | static int stbtt__GetGlyphShapeT2(const stbtt_fontinfo *info, int glyph_... function stbtt__GetGlyphInfoT2 (line 2121) | static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo *info, int glyph_i... function STBTT_DEF (line 2134) | STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_... function STBTT_DEF (line 2142) | STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int gl... function STBTT_DEF (line 2154) | STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int... function STBTT_DEF (line 2184) | STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info,... function STBTT_DEF (line 2191) | STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, in... function STBTT_DEF (line 2196) | STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *as... function STBTT_DEF (line 2203) | STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int ... function STBTT_DEF (line 2211) | STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, fl... function STBTT_DEF (line 2217) | STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *in... function STBTT_DEF (line 2223) | STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v) function STBTT_DEF (line 2233) | STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *fon... function STBTT_DEF (line 2251) | STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int g... function STBTT_DEF (line 2256) | STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo ... function STBTT_DEF (line 2261) | STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, i... type stbtt__hheap_chunk (line 2270) | typedef struct stbtt__hheap_chunk type stbtt__hheap (line 2275) | typedef struct stbtt__hheap function stbtt__hheap_free (line 2303) | static void stbtt__hheap_free(stbtt__hheap *hh, void *p) function stbtt__hheap_cleanup (line 2309) | static void stbtt__hheap_cleanup(stbtt__hheap *hh, void *userdata) type stbtt__edge (line 2319) | typedef struct stbtt__edge { type stbtt__active_edge (line 2325) | typedef struct stbtt__active_edge function stbtt__active_edge (line 2347) | static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__ed... function stbtt__active_edge (line 2369) | static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__ed... function stbtt__fill_active_edges (line 2394) | static void stbtt__fill_active_edges(unsigned char *scanline, int len, s... function stbtt__rasterize_sorted_edges (line 2436) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__handle_clipped_edge (line 2540) | static void stbtt__handle_clipped_edge(float *scanline, int x, stbtt__ac... function stbtt__fill_active_edges_new (line 2577) | static void stbtt__fill_active_edges_new(float *scanline, float *scanlin... function stbtt__rasterize_sorted_edges (line 2740) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__sort_edges_ins_sort (line 2836) | static void stbtt__sort_edges_ins_sort(stbtt__edge *p, int n) function stbtt__sort_edges_quicksort (line 2854) | static void stbtt__sort_edges_quicksort(stbtt__edge *p, int n) function stbtt__sort_edges (line 2916) | static void stbtt__sort_edges(stbtt__edge *p, int n) type stbtt__point (line 2922) | typedef struct function stbtt__rasterize (line 2927) | static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, i... function stbtt__add_point (line 2984) | static void stbtt__add_point(stbtt__point *points, int n, float x, float y) function stbtt__tesselate_curve (line 2992) | static int stbtt__tesselate_curve(stbtt__point *points, int *num_points,... function stbtt__tesselate_cubic (line 3012) | static void stbtt__tesselate_cubic(stbtt__point *points, int *num_points... function stbtt__point (line 3055) | static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num... function STBTT_DEF (line 3132) | STBTT_DEF void stbtt_Rasterize(stbtt__bitmap *result, float flatness_in_... function STBTT_DEF (line 3144) | STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata) function STBTT_DEF (line 3194) | STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo *info,... function STBTT_DEF (line 3213) | STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigne... function STBTT_DEF (line 3223) | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo *i... function STBTT_DEF (line 3233) | STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, uns... function stbtt_BakeFontBitmap_internal (line 3244) | static int stbtt_BakeFontBitmap_internal(unsigned char *data, int offset... function STBTT_DEF (line 3290) | STBTT_DEF void stbtt_GetBakedQuad(stbtt_bakedchar *chardata, int pw, int... type stbrp_coord (line 3318) | typedef int stbrp_coord; type stbrp_context (line 3331) | typedef struct type stbrp_node (line 3337) | typedef struct type stbrp_rect (line 3342) | struct stbrp_rect function stbrp_init_target (line 3348) | static void stbrp_init_target(stbrp_context *con, int pw, int ph, stbrp_... function stbrp_pack_rects (line 3359) | static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int ... function STBTT_DEF (line 3388) | STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pi... function STBTT_DEF (line 3419) | STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc) function STBTT_DEF (line 3425) | STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsign... function stbtt__h_prefilter (line 3437) | static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int ... function stbtt__v_prefilter (line 3499) | static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int ... function stbtt__oversample_shift (line 3561) | static float stbtt__oversample_shift(int oversample) function STBTT_DEF (line 3574) | STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, c... function STBTT_DEF (line 3603) | STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *sp... function STBTT_DEF (line 3685) | STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, st... function STBTT_DEF (line 3690) | STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, unsigned cha... function STBTT_DEF (line 3726) | STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, unsigned char... function STBTT_DEF (line 3738) | STBTT_DEF void stbtt_GetPackedQuad(stbtt_packedchar *chardata, int pw, i... function stbtt_int32 (line 3772) | static stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(stbtt_uint... function stbtt_CompareUTF8toUTF16_bigendian_internal (line 3811) | static int stbtt_CompareUTF8toUTF16_bigendian_internal(char *s1, int len... function STBTT_DEF (line 3818) | STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font... function stbtt__matchpair (line 3839) | static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint... function stbtt__matches (line 3886) | static int stbtt__matches(stbtt_uint8 *fc, stbtt_uint32 offset, stbtt_ui... function stbtt_FindMatchingFont_internal (line 3915) | static int stbtt_FindMatchingFont_internal(unsigned char *font_collectio... function STBTT_DEF (line 3931) | STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset, function STBTT_DEF (line 3938) | STBTT_DEF int stbtt_GetFontOffsetForIndex(const unsigned char *data, int... function STBTT_DEF (line 3943) | STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data) function STBTT_DEF (line 3948) | STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *... function STBTT_DEF (line 3953) | STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, cons... function STBTT_DEF (line 3958) | STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len... FILE: external/stb_image.h type stbi_uc (line 299) | typedef unsigned char stbi_uc; type stbi_us (line 300) | typedef unsigned short stbi_us; type stbi_io_callbacks (line 321) | typedef struct type stbi__uint16 (line 511) | typedef unsigned short stbi__uint16; type stbi__int16 (line 512) | typedef signed short stbi__int16; type stbi__uint32 (line 513) | typedef unsigned int stbi__uint32; type stbi__int32 (line 514) | typedef signed int stbi__int32; type stbi__uint16 (line 517) | typedef uint16_t stbi__uint16; type stbi__int16 (line 518) | typedef int16_t stbi__int16; type stbi__uint32 (line 519) | typedef uint32_t stbi__uint32; type stbi__int32 (line 520) | typedef int32_t stbi__int32; function stbi__cpuid3 (line 601) | static int stbi__cpuid3(void) function stbi__sse2_available (line 622) | static int stbi__sse2_available(void) function stbi__sse2_available (line 630) | static int stbi__sse2_available(void) type stbi__context (line 661) | typedef struct function stbi__start_mem (line 681) | static void stbi__start_mem(stbi__context *s, stbi_uc const *buffer, int... function stbi__start_callbacks (line 690) | static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c... function stbi__stdio_read (line 703) | static int stbi__stdio_read(void *user, char *data, int size) function stbi__stdio_skip (line 708) | static void stbi__stdio_skip(void *user, int n) function stbi__stdio_eof (line 713) | static int stbi__stdio_eof(void *user) function stbi__start_file (line 725) | static void stbi__start_file(stbi__context *s, FILE *f) function stbi__rewind (line 734) | static void stbi__rewind(stbi__context *s) type stbi__result_info (line 749) | typedef struct function STBIDEF (line 813) | STBIDEF const char *stbi_failure_reason(void) function stbi__err (line 818) | static int stbi__err(const char *str) function stbi__addsizes_valid (line 841) | static int stbi__addsizes_valid(int a, int b) function stbi__mul2sizes_valid (line 853) | static int stbi__mul2sizes_valid(int a, int b) function stbi__mad2sizes_valid (line 862) | static int stbi__mad2sizes_valid(int a, int b, int add) function stbi__mad3sizes_valid (line 868) | static int stbi__mad3sizes_valid(int a, int b, int c, int add) function stbi__mad4sizes_valid (line 875) | static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) function STBIDEF (line 915) | STBIDEF void stbi_image_free(void *retval_from_stbi_load) function STBIDEF (line 930) | STBIDEF void stbi_set_flip_vertically_on_load(int flag_true_if_should_flip) function stbi_uc (line 980) | static stbi_uc *stbi__convert_16_to_8(stbi__uint16 *orig, int w, int h, ... function stbi__uint16 (line 996) | static stbi__uint16 *stbi__convert_8_to_16(stbi_uc *orig, int w, int h, ... function stbi__vertical_flip (line 1012) | static void stbi__vertical_flip(void *image, int w, int h, int bytes_per... function stbi__uint16 (line 1060) | static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, ... function stbi__float_postprocess (line 1086) | static void stbi__float_postprocess(float *result, int *x, int *y, int *... function FILE (line 1097) | static FILE *stbi__fopen(char const *filename, char const *mode) function STBIDEF (line 1110) | STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *co... function STBIDEF (line 1120) | STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp,... function STBIDEF (line 1133) | STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, in... function STBIDEF (line 1146) | STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int ... function STBIDEF (line 1159) | STBIDEF stbi_us *stbi_load_16_from_memory(stbi_uc const *buffer, int len... function STBIDEF (line 1166) | STBIDEF stbi_us *stbi_load_16_from_callbacks(stbi_io_callbacks const *cl... function STBIDEF (line 1173) | STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, i... function STBIDEF (line 1180) | STBIDEF stbi_uc *stbi_load_from_callbacks(stbi_io_callbacks const *clbk,... function STBIDEF (line 1206) | STBIDEF float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, in... function STBIDEF (line 1213) | STBIDEF float *stbi_loadf_from_callbacks(stbi_io_callbacks const *clbk, ... function STBIDEF (line 1221) | STBIDEF float *stbi_loadf(char const *filename, int *x, int *y, int *com... function STBIDEF (line 1231) | STBIDEF float *stbi_loadf_from_file(FILE *f, int *x, int *y, int *comp, ... function STBIDEF (line 1245) | STBIDEF int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 1259) | STBIDEF int stbi_is_hdr(char const *filename) function STBIDEF (line 1270) | STBIDEF int stbi_is_hdr_from_file(FILE *f) function STBIDEF (line 1283) | STBIDEF int stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clb... function STBIDEF (line 1299) | STBIDEF void stbi_ldr_to_hdr_gamma(float gamma) { stbi__l2h_gamma = ga... function STBIDEF (line 1300) | STBIDEF void stbi_ldr_to_hdr_scale(float scale) { stbi__l2h_scale = sc... function STBIDEF (line 1305) | STBIDEF void stbi_hdr_to_ldr_gamma(float gamma) { stbi__h2l_gamma_i = ... function STBIDEF (line 1306) | STBIDEF void stbi_hdr_to_ldr_scale(float scale) { stbi__h2l_scale_i = ... function stbi__refill_buffer (line 1321) | static void stbi__refill_buffer(stbi__context *s) function stbi_inline (line 1338) | stbi_inline static stbi_uc stbi__get8(stbi__context *s) function stbi_inline (line 1349) | stbi_inline static int stbi__at_eof(stbi__context *s) function stbi__skip (line 1361) | static void stbi__skip(stbi__context *s, int n) function stbi__getn (line 1378) | static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) function stbi__get16be (line 1403) | static int stbi__get16be(stbi__context *s) function stbi__uint32 (line 1409) | static stbi__uint32 stbi__get32be(stbi__context *s) function stbi__get16le (line 1418) | static int stbi__get16le(stbi__context *s) function stbi__uint32 (line 1426) | static stbi__uint32 stbi__get32le(stbi__context *s) function stbi_uc (line 1447) | static stbi_uc stbi__compute_y(int r, int g, int b) function stbi__uint16 (line 1496) | static stbi__uint16 stbi__compute_y_16(int r, int g, int b) function stbi__uint16 (line 1501) | static stbi__uint16 *stbi__convert_format16(stbi__uint16 *data, int img_... function stbi_uc (line 1568) | static stbi_uc *stbi__hdr_to_ldr(float *data, int x, int y, int comp) type stbi__huffman (line 1622) | typedef struct type stbi__jpeg (line 1633) | typedef struct function stbi__build_huffman (line 1687) | static int stbi__build_huffman(stbi__huffman *h, int *count) function stbi__build_fast_ac (line 1730) | static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h) function stbi__grow_buffer_unsafe (line 1755) | static void stbi__grow_buffer_unsafe(stbi__jpeg *j) function stbi_inline (line 1777) | stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffm... function stbi_inline (line 1831) | stbi_inline static int stbi__extend_receive(stbi__jpeg *j, int n) function stbi_inline (line 1847) | stbi_inline static int stbi__jpeg_get_bits(stbi__jpeg *j, int n) function stbi_inline (line 1858) | stbi_inline static int stbi__jpeg_get_bit(stbi__jpeg *j) function stbi__jpeg_decode_block (line 1886) | static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__... function stbi__jpeg_decode_block_prog_dc (line 1940) | static int stbi__jpeg_decode_block_prog_dc(stbi__jpeg *j, short data[64]... function stbi__jpeg_decode_block_prog_ac (line 1968) | static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64]... function stbi_inline (line 2095) | stbi_inline static stbi_uc stbi__clamp(int x) function stbi__idct_block (line 2146) | static void stbi__idct_block(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2210) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2391) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi_uc (line 2599) | static stbi_uc stbi__get_marker(stbi__jpeg *j) function stbi__jpeg_reset (line 2616) | static void stbi__jpeg_reset(stbi__jpeg *j) function stbi__parse_entropy_coded_data (line 2629) | static int stbi__parse_entropy_coded_data(stbi__jpeg *z) function stbi__jpeg_dequantize (line 2757) | static void stbi__jpeg_dequantize(short *data, stbi__uint16 *dequant) function stbi__jpeg_finish (line 2764) | static void stbi__jpeg_finish(stbi__jpeg *z) function stbi__process_marker (line 2783) | static int stbi__process_marker(stbi__jpeg *z, int m) function stbi__process_scan_header (line 2888) | static int stbi__process_scan_header(stbi__jpeg *z) function stbi__free_jpeg_components (line 2928) | static int stbi__free_jpeg_components(stbi__jpeg *z, int ncomp, int why) function stbi__process_frame_header (line 2950) | static int stbi__process_frame_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_header (line 3042) | static int stbi__decode_jpeg_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_image (line 3067) | static int stbi__decode_jpeg_image(stbi__jpeg *j) type stbi_uc (line 3111) | typedef stbi_uc *(*resample_row_func)(stbi_uc *out, stbi_uc *in0, stbi_u... function stbi_uc (line 3116) | static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *... function stbi_uc (line 3125) | static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, s... function stbi_uc (line 3135) | static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3165) | static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3190) | static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_n... function stbi_uc (line 3306) | static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_nea... function stbi__YCbCr_to_RGB_row (line 3320) | static void stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const... function stbi__YCbCr_to_RGB_simd (line 3346) | static void stbi__YCbCr_to_RGB_simd(stbi_uc *out, stbi_uc const *y, stbi... function stbi__setup_jpeg (line 3481) | static void stbi__setup_jpeg(stbi__jpeg *j) function stbi__cleanup_jpeg (line 3503) | static void stbi__cleanup_jpeg(stbi__jpeg *j) type stbi__resample (line 3508) | typedef struct function stbi_uc (line 3519) | static stbi_uc stbi__blinn_8x8(stbi_uc x, stbi_uc y) function stbi_uc (line 3525) | static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, i... function stbi__jpeg_test (line 3705) | static int stbi__jpeg_test(stbi__context *s) function stbi__jpeg_info_raw (line 3717) | static int stbi__jpeg_info_raw(stbi__jpeg *j, int *x, int *y, int *comp) function stbi__jpeg_info (line 3729) | static int stbi__jpeg_info(stbi__context *s, int *x, int *y, int *comp) type stbi__zhuffman (line 3755) | typedef struct function stbi_inline (line 3765) | stbi_inline static int stbi__bitreverse16(int n) function stbi_inline (line 3774) | stbi_inline static int stbi__bit_reverse(int v, int bits) function stbi__zbuild_huffman (line 3782) | static int stbi__zbuild_huffman(stbi__zhuffman *z, const stbi_uc *sizeli... type stbi__zbuf (line 3835) | typedef struct function stbi_inline (line 3849) | stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z) function stbi__fill_bits (line 3855) | static void stbi__fill_bits(stbi__zbuf *z) function stbi__zreceive (line 3864) | int stbi__zreceive(stbi__zbuf *z, int n) function stbi__zhuffman_decode_slowpath (line 3874) | static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) function stbi_inline (line 3892) | stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffm... function stbi__zexpand (line 3906) | static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to m... function stbi__parse_huffman_block (line 3939) | static int stbi__parse_huffman_block(stbi__zbuf *a) function stbi__compute_huffman_codes (line 3983) | static int stbi__compute_huffman_codes(stbi__zbuf *a) function stbi__parse_uncompressed_block (line 4033) | static int stbi__parse_uncompressed_block(stbi__zbuf *a) function stbi__parse_zlib_header (line 4062) | static int stbi__parse_zlib_header(stbi__zbuf *a) function stbi__parse_zlib (line 4103) | static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) function stbi__do_zlib (line 4134) | static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, i... function STBIDEF (line 4144) | STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int ... function STBIDEF (line 4161) | STBIDEF char *stbi_zlib_decode_malloc(char const *buffer, int len, int *... function STBIDEF (line 4166) | STBIDEF char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *b... function STBIDEF (line 4183) | STBIDEF int stbi_zlib_decode_buffer(char *obuffer, int olen, char const ... function STBIDEF (line 4194) | STBIDEF char *stbi_zlib_decode_noheader_malloc(char const *buffer, int l... function STBIDEF (line 4211) | STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, co... type stbi__pngchunk (line 4234) | typedef struct function stbi__pngchunk (line 4240) | static stbi__pngchunk stbi__get_chunk_header(stbi__context *s) function stbi__check_png_header (line 4248) | static int stbi__check_png_header(stbi__context *s) type stbi__png (line 4257) | typedef struct function stbi__paeth (line 4285) | static int stbi__paeth(int a, int b, int c) function stbi__create_png_image_raw (line 4299) | static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__... function stbi__create_png_image (line 4516) | static int stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stb... function stbi__compute_transparency (line 4560) | static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int o... function stbi__compute_transparency16 (line 4586) | static int stbi__compute_transparency16(stbi__png *z, stbi__uint16 tc[3]... function stbi__expand_png_palette (line 4612) | static int stbi__expand_png_palette(stbi__png *a, stbi_uc *palette, int ... function STBIDEF (line 4653) | STBIDEF void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpr... function STBIDEF (line 4658) | STBIDEF void stbi_convert_iphone_png_to_rgb(int flag_true_if_should_conv... function stbi__de_iphone (line 4663) | static void stbi__de_iphone(stbi__png *z) function stbi__parse_png_file (line 4711) | static int stbi__parse_png_file(stbi__png *z, int scan, int req_comp) function stbi__png_test (line 4925) | static int stbi__png_test(stbi__context *s) function stbi__png_info_raw (line 4933) | static int stbi__png_info_raw(stbi__png *p, int *x, int *y, int *comp) function stbi__png_info (line 4945) | static int stbi__png_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_test_raw (line 4956) | static int stbi__bmp_test_raw(stbi__context *s) function stbi__bmp_test (line 4971) | static int stbi__bmp_test(stbi__context *s) function stbi__high_bit (line 4980) | static int stbi__high_bit(unsigned int z) function stbi__bitcount (line 4992) | static int stbi__bitcount(unsigned int a) function stbi__shiftsigned (line 5002) | static int stbi__shiftsigned(int v, int shift, int bits) type stbi__bmp_data (line 5019) | typedef struct function stbi__tga_get_comp (line 5281) | static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_r... function stbi__tga_info (line 5297) | static int stbi__tga_info(stbi__context *s, int *x, int *y, int *comp) function stbi__tga_test (line 5364) | static int stbi__tga_test(stbi__context *s) function stbi__tga_read_rgb16 (line 5397) | static void stbi__tga_read_rgb16(stbi__context *s, stbi_uc* out) function stbi__psd_test (line 5621) | static int stbi__psd_test(stbi__context *s) function stbi__psd_decode_rle (line 5628) | static int stbi__psd_decode_rle(stbi__context *s, stbi_uc *p, int pixelC... function stbi__pic_is4 (line 5883) | static int stbi__pic_is4(stbi__context *s, const char *str) function stbi__pic_test_core (line 5893) | static int stbi__pic_test_core(stbi__context *s) type stbi__pic_packet (line 5909) | typedef struct function stbi_uc (line 5914) | static stbi_uc *stbi__readval(stbi__context *s, int channel, stbi_uc *dest) function stbi__copyval (line 5928) | static void stbi__copyval(int channel, stbi_uc *dest, const stbi_uc *src) function stbi_uc (line 5937) | static stbi_uc *stbi__pic_load_core(stbi__context *s, int width, int hei... function stbi__pic_test (line 6084) | static int stbi__pic_test(stbi__context *s) type stbi__gif_lzw (line 6096) | typedef struct type stbi__gif (line 6103) | typedef struct function stbi__gif_test_raw (line 6120) | static int stbi__gif_test_raw(stbi__context *s) function stbi__gif_test (line 6130) | static int stbi__gif_test(stbi__context *s) function stbi__gif_parse_colortable (line 6137) | static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256... function stbi__gif_header (line 6148) | static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, i... function stbi__gif_info_raw (line 6176) | static int stbi__gif_info_raw(stbi__context *s, int *x, int *y, int *comp) function stbi__out_gif_code (line 6190) | static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) function stbi_uc (line 6224) | static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) function stbi__fill_gif_background (line 6309) | static void stbi__fill_gif_background(stbi__gif *g, int x0, int y0, int ... function stbi_uc (line 6325) | static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int ... function stbi__gif_info (line 6469) | static int stbi__gif_info(stbi__context *s, int *x, int *y, int *comp) function stbi__hdr_test_core (line 6479) | static int stbi__hdr_test_core(stbi__context *s, const char *signature) function stbi__hdr_test (line 6489) | static int stbi__hdr_test(stbi__context* s) function stbi__hdr_convert (line 6523) | static void stbi__hdr_convert(float *output, stbi_uc *input, int req_comp) function stbi__hdr_info (line 6681) | static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_info (line 6727) | static int stbi__bmp_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_info (line 6745) | static int stbi__psd_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pic_info (line 6781) | static int stbi__pic_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pnm_test (line 6853) | static int stbi__pnm_test(stbi__context *s) function stbi__pnm_isspace (line 6891) | static int stbi__pnm_isspace(char c) function stbi__pnm_skip_whitespace (line 6896) | static void stbi__pnm_skip_whitespace(stbi__context *s, char *c) function stbi__pnm_isdigit (line 6910) | static int stbi__pnm_isdigit(char c) function stbi__pnm_getinteger (line 6915) | static int stbi__pnm_getinteger(stbi__context *s, char *c) function stbi__pnm_info (line 6927) | static int stbi__pnm_info(stbi__context *s, int *x, int *y, int *comp) function stbi__info_main (line 6966) | static int stbi__info_main(stbi__context *s, int *x, int *y, int *comp) function STBIDEF (line 7009) | STBIDEF int stbi_info(char const *filename, int *x, int *y, int *comp) function STBIDEF (line 7019) | STBIDEF int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) function STBIDEF (line 7031) | STBIDEF int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x... function STBIDEF (line 7038) | STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *u... FILE: external/stb_image_write.h type stbi__write_context (line 211) | typedef struct function stbi__start_write_callbacks (line 218) | static void stbi__start_write_callbacks(stbi__write_context *s, stbi_wri... function stbi__stdio_write (line 226) | static void stbi__stdio_write(void *context, void *data, int size) function stbi__start_write_file (line 231) | static int stbi__start_write_file(stbi__write_context *s, const char *fi... function stbi__end_write_file (line 238) | static void stbi__end_write_file(stbi__write_context *s) type stbiw_uint32 (line 245) | typedef unsigned int stbiw_uint32; function stbiw__writefv (line 254) | static void stbiw__writefv(stbi__write_context *s, const char *fmt, va_l... function stbiw__writef (line 283) | static void stbiw__writef(stbi__write_context *s, const char *fmt, ...) function stbiw__putc (line 291) | static void stbiw__putc(stbi__write_context *s, unsigned char c) function stbiw__write3 (line 296) | static void stbiw__write3(stbi__write_context *s, unsigned char a, unsig... function stbiw__write_pixel (line 303) | static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int ... function stbiw__write_pixels (line 336) | static void stbiw__write_pixels(stbi__write_context *s, int rgb_dir, int... function stbiw__outfile (line 358) | static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir,... function stbi_write_bmp_core (line 372) | static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int... function STBIWDEF (line 381) | STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context... function STBIWDEF (line 389) | STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp... function stbi_write_tga_core (line 401) | static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int... function STBIWDEF (line 469) | STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context... function STBIWDEF (line 477) | STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp... function stbiw__linear_to_rgbe (line 495) | void stbiw__linear_to_rgbe(unsigned char *rgbe, float *linear) function stbiw__write_run_data (line 512) | void stbiw__write_run_data(stbi__write_context *s, int length, unsigned ... function stbiw__write_dump_data (line 520) | void stbiw__write_dump_data(stbi__write_context *s, int length, unsigned... function stbiw__write_hdr_scanline (line 528) | void stbiw__write_hdr_scanline(stbi__write_context *s, int width, int nc... function stbi_write_hdr_core (line 617) | static int stbi_write_hdr_core(stbi__write_context *s, int x, int y, int... function STBIWDEF (line 639) | STBIWDEF int stbi_write_hdr_to_func(stbi_write_func *func, void *context... function STBIWDEF (line 647) | STBIWDEF int stbi_write_hdr(char const *filename, int x, int y, int comp... function stbiw__zlib_bitrev (line 701) | static int stbiw__zlib_bitrev(int code, int codebits) function stbiw__zlib_countm (line 711) | static unsigned int stbiw__zlib_countm(unsigned char *a, unsigned char *... function stbiw__zhash (line 719) | static unsigned int stbiw__zhash(unsigned char *data) function stbiw__crc32 (line 850) | static unsigned int stbiw__crc32(unsigned char *buffer, int len) function stbiw__wpcrc (line 899) | static void stbiw__wpcrc(unsigned char **data, int len) function stbiw__paeth (line 905) | static unsigned char stbiw__paeth(int a, int b, int c) function STBIWDEF (line 1007) | STBIWDEF int stbi_write_png(char const *filename, int x, int y, int comp... function STBIWDEF (line 1022) | STBIWDEF int stbi_write_png_to_func(stbi_write_func *func, void *context... function stbiw__jpg_writeBits (line 1044) | static void stbiw__jpg_writeBits(stbi__write_context *s, int *bitBufP, i... function stbiw__jpg_DCT (line 1061) | static void stbiw__jpg_DCT(float *d0p, float *d1p, float *d2p, float *d3... function stbiw__jpg_calcBits (line 1109) | static void stbiw__jpg_calcBits(int val, unsigned short bits[2]) { function stbiw__jpg_processDU (line 1119) | static int stbiw__jpg_processDU(stbi__write_context *s, int *bitBuf, int... function stbi_write_jpg_core (line 1184) | static int stbi_write_jpg_core(stbi__write_context *s, int width, int he... function STBIWDEF (line 1356) | STBIWDEF int stbi_write_jpg_to_func(stbi_write_func *func, void *context... function STBIWDEF (line 1365) | STBIWDEF int stbi_write_jpg(char const *filename, int x, int y, int comp... FILE: external/tiny_obj_loader.h function namespace (line 52) | namespace tinyobj { function namespace (line 365) | namespace tinyobj { function parseReal (line 623) | static inline bool parseReal(const char **token, real_t *out) { function texture_type_t (line 695) | static inline texture_type_t parseTextureType( function tag_sizes (line 721) | static tag_sizes parseTagTriple(const char **token) { function parseTriple (line 747) | static bool parseTriple(const char **token, int vsize, int vnsize, int v... function vertex_index (line 801) | static vertex_index parseRawTriple(const char **token) { function ParseTextureNameAndOption (line 833) | static bool ParseTextureNameAndOption(std::string *texname, function InitMaterial (line 936) | static void InitMaterial(material_t *material) { function exportFaceGroupToShape (line 974) | static bool exportFaceGroupToShape( function SplitString (line 1039) | static void SplitString(const std::string &s, char delim, function LoadMtl (line 1049) | void LoadMtl(std::map *material_map, function LoadObj (line 1495) | bool LoadObj(attrib_t *attrib, std::vector *shapes, function LoadObj (line 1525) | bool LoadObj(attrib_t *attrib, std::vector *shapes, function LoadObjWithCallback (line 1824) | bool LoadObjWithCallback(std::istream &inStream, const callback_t &callb... FILE: src/CloudScapes/BufferUtils.cpp function VkDeviceMemory (line 83) | VkDeviceMemory BufferUtils::CreateDeviceMemory(VulkanDevice* device, VkD... FILE: src/CloudScapes/BufferUtils.h function namespace (line 11) | namespace BufferUtils FILE: src/CloudScapes/Commands.cpp function VkCommandBuffer (line 4) | VkCommandBuffer beginSingleTimeCommands(VulkanDevice* device, VkCommandP... function endSingleTimeCommands (line 26) | void endSingleTimeCommands(VulkanDevice* device, VkCommandPool commandPo... function endSingleTimeCommands (line 41) | void endSingleTimeCommands(VulkanDevice* device, VkCommandPool commandPo... FILE: src/CloudScapes/FormatUtils.h function namespace (line 5) | namespace FormatUtils FILE: src/CloudScapes/Image.h function namespace (line 10) | namespace Image FILE: src/CloudScapes/ImageLoadingUtility.h type ppm_image (line 10) | typedef struct { function namespace (line 17) | namespace ImageLoadingUtility FILE: src/CloudScapes/Model.cpp function VkBuffer (line 171) | VkBuffer Model::getVertexBuffer() const function VkBuffer (line 175) | VkBuffer Model::getIndexBuffer() const function ModelBufferObject (line 189) | const ModelBufferObject& Model::getModelBufferObject() const function VkBuffer (line 198) | VkBuffer Model::GetModelBuffer() const function VkImage (line 208) | VkImage Model::GetTexture() const function VkDeviceMemory (line 212) | VkDeviceMemory Model::GetTextureMemory() const function VkImageView (line 216) | VkImageView Model::GetTextureView() const function VkSampler (line 220) | VkSampler Model::GetTextureSampler() const FILE: src/CloudScapes/Model.h type ModelBufferObject (line 14) | struct ModelBufferObject { function class (line 18) | class Model FILE: src/CloudScapes/Renderer.h function class (line 28) | class Renderer FILE: src/CloudScapes/Scene.cpp function VkBuffer (line 61) | VkBuffer Scene::GetTimeBuffer() const function VkBuffer (line 140) | VkBuffer Scene::GetKeyPressQueryBuffer() const FILE: src/CloudScapes/Scene.h type Time (line 12) | struct Time type KeyPressQuery (line 23) | struct KeyPressQuery function class (line 28) | class Scene FILE: src/CloudScapes/ShaderModule.cpp function readFile (line 5) | std::vector readFile(const std::string& filename) function VkShaderModule (line 26) | VkShaderModule ShaderModule::createShaderModule(const std::vector&... function VkShaderModule (line 42) | VkShaderModule ShaderModule::createShaderModule(const std::string& filen... FILE: src/CloudScapes/ShaderModule.h function namespace (line 8) | namespace ShaderModule { FILE: src/CloudScapes/Sky.cpp function VkBuffer (line 60) | VkBuffer Sky::GetSunAndSkyBuffer() const FILE: src/CloudScapes/Sky.h type SunAndSky (line 9) | struct SunAndSky function class (line 17) | class Sky FILE: src/CloudScapes/SwapChain.cpp function VkSurfaceFormatKHR (line 6) | VkSurfaceFormatKHR chooseSwapSurfaceFormat(const std::vector getRequiredExtensions() function VKAPI_ATTR (line 28) | VKAPI_ATTR VkBool32 VKAPI_CALL debugCallback(VkDebugReportFlagsEXT flags, function VkInstance (line 87) | VkInstance VulkanInstance::GetVkInstance() function VkPhysicalDevice (line 92) | VkPhysicalDevice VulkanInstance::GetPhysicalDevice() function VkSurfaceCapabilitiesKHR (line 97) | const VkSurfaceCapabilitiesKHR& VulkanInstance::GetSurfaceCapabilities()... function QueueFamilyIndices (line 102) | const QueueFamilyIndices& VulkanInstance::GetQueueFamilyIndices() const function QueueFamilyIndices (line 159) | QueueFamilyIndices checkDeviceQueueSupport(VkPhysicalDevice device, Queu... function checkDeviceExtensionSupport (line 233) | bool checkDeviceExtensionSupport(VkPhysicalDevice device, std::vector