SYMBOL INDEX (29837 symbols across 922 files) FILE: src/common/Color.h function namespace (line 24) | namespace love type Color32 (line 138) | typedef ColorT Color32; type ColorT (line 139) | typedef ColorT Colorf; type ColorT (line 140) | typedef ColorT ColorD; function Color32 (line 142) | inline Color32 toColor32(Colorf cf) function Colorf (line 150) | inline Colorf toColorf(Color32 c) FILE: src/common/Data.cpp type love (line 25) | namespace love function createMutex (line 35) | static void createMutex(love::thread::Mutex **mutexAddress) FILE: src/common/Data.h function namespace (line 31) | namespace love FILE: src/common/EnumMap.h function namespace (line 26) | namespace love FILE: src/common/Exception.cpp type love (line 26) | namespace love FILE: src/common/Exception.h function namespace (line 30) | namespace love FILE: src/common/Matrix.cpp type love (line 36) | namespace love function Matrix4 (line 167) | Matrix4 Matrix4::operator * (const Matrix4 &m) const function Vector4 (line 192) | Vector4 Matrix4::getRow(int r) const function Vector4 (line 205) | Vector4 Matrix4::getColumn(int c) const function Matrix4 (line 318) | Matrix4 Matrix4::inverse() const function Matrix4 (line 444) | Matrix4 Matrix4::ortho(float left, float right, float bottom, float to... function Matrix4 (line 459) | Matrix4 Matrix4::perspective(float verticalfov, float aspect, float ne... function Matrix3 (line 521) | Matrix3 Matrix3::operator * (const love::Matrix3 &m) const function Matrix3 (line 551) | Matrix3 Matrix3::transposedInverse() const FILE: src/common/Matrix.h function class (line 36) | class Matrix4 FILE: src/common/Module.cpp function ModuleRegistry (line 40) | ModuleRegistry ®istryInstance() function freeEmptyRegistry (line 48) | void freeEmptyRegistry() type love (line 59) | namespace love function Module (line 133) | Module *Module::getInstance(const std::string &name) FILE: src/common/Module.h function namespace (line 28) | namespace love FILE: src/common/Object.cpp type love (line 24) | namespace love FILE: src/common/Object.h function namespace (line 27) | namespace love FILE: src/common/Optional.h function namespace (line 23) | namespace love FILE: src/common/Range.h function namespace (line 27) | namespace love FILE: src/common/Reference.cpp type love (line 24) | namespace love FILE: src/common/Reference.h type lua_State (line 24) | struct lua_State function namespace (line 26) | namespace love FILE: src/common/Stream.cpp type love (line 27) | namespace love function Data (line 32) | Data *Stream::read(int64 size) FILE: src/common/Stream.h function namespace (line 29) | namespace love FILE: src/common/StringMap.cpp class std::vector (line 24) | class std::vector FILE: src/common/StringMap.h function namespace (line 32) | namespace love FILE: src/common/Variant.cpp type love (line 26) | namespace love function Variant (line 121) | Variant &Variant::operator = (const Variant &v) FILE: src/common/Variant.h function namespace (line 32) | namespace love FILE: src/common/Vector.cpp type love (line 23) | namespace love FILE: src/common/android.cpp type love (line 43) | namespace love type android (line 45) | namespace android function setImmersive (line 48) | void setImmersive(bool immersive_active) function getImmersive (line 61) | bool getImmersive() function getScreenScale (line 76) | double getScreenScale() function getSafeArea (line 96) | bool getSafeArea(int &top, int &left, int &bottom, int &right) function vibrate (line 121) | void vibrate(double seconds) function freeGameArchiveMemory (line 137) | void freeGameArchiveMemory(void *ptr) function directoryExists (line 143) | bool directoryExists(const char *path) function mkdir (line 157) | bool mkdir(const char *path) function chmod (line 170) | bool chmod(const char *path, int mode) function tryCreateDirectory (line 183) | inline bool tryCreateDirectory(const char *path) function createStorageDirectories (line 194) | bool createStorageDirectories() function fixupPermissionSingleFile (line 214) | void fixupPermissionSingleFile(const std::string &savedir, const std... function fixupExternalStoragePermission (line 221) | void fixupExternalStoragePermission(const std::string &savedir, cons... function hasBackgroundMusic (line 253) | bool hasBackgroundMusic() function hasRecordingPermission (line 269) | bool hasRecordingPermission() function requestRecordingPermission (line 290) | void requestRecordingPermission() function showRecordingPermissionMissingDialog (line 306) | void showRecordingPermissionMissingDialog() class AssetManagerObject (line 323) | class AssetManagerObject method AssetManagerObject (line 326) | AssetManagerObject() method jobject (line 341) | static jobject getLocalAssetManager(JNIEnv *env) { function jobject (line 365) | static jobject getJavaAssetManager() function AAssetManager (line 371) | static AAssetManager *getAssetManager() type aasset (line 377) | namespace aasset type AssetInfo (line 380) | struct AssetInfo: public love::filesystem::physfs::PhysfsIo method SDLIO (line 701) | SDLIO(const std::string &filename) method SDLIO (line 710) | SDLIO(const SDLIO &other) method read (line 719) | int64_t read(void* buf, uint64_t len) const method write (line 725) | int64_t write(const void* buf, uint64_t len) const method seek (line 731) | int seek(uint64_t offset) const method tell (line 739) | int64_t tell() const method length (line 746) | int64_t length() const method flush (line 753) | int flush() const function initializeVirtualArchive (line 772) | bool initializeVirtualArchive() function deinitializeVirtualArchive (line 789) | void deinitializeVirtualArchive() function checkFusedGame (line 798) | bool checkFusedGame(void **physfsIO_Out) FILE: src/common/android.h function namespace (line 30) | namespace love FILE: src/common/apple.h function namespace (line 29) | namespace love FILE: src/common/b64.cpp type love (line 27) | namespace love function b64_encode_block (line 39) | static void b64_encode_block(char in[3], char out[4], int len) function b64_decode_block (line 114) | static void b64_decode_block(char in[4], char out[3]) FILE: src/common/b64.h function namespace (line 28) | namespace love FILE: src/common/delay.cpp type love (line 25) | namespace love function sleep (line 28) | void sleep(double ms) FILE: src/common/delay.h function namespace (line 24) | namespace love FILE: src/common/deprecation.cpp function initDeprecation (line 40) | void initDeprecation() function deinitDeprecation (line 55) | void deinitDeprecation() function printDeprecationNotice (line 69) | static void printDeprecationNotice(const DeprecationInfo &info) function setDeprecationOutputEnabled (line 75) | void setDeprecationOutputEnabled(bool enable) function isDeprecationOutputEnabled (line 94) | bool isDeprecationOutputEnabled() function getDeprecationNotice (line 99) | std::string getDeprecationNotice(const DeprecationInfo &info, bool usewh... FILE: src/common/deprecation.h function namespace (line 29) | namespace love FILE: src/common/floattypes.cpp type love (line 26) | namespace love function uint32 (line 43) | static uint32 convertMantissa(uint32 i) function float16Init (line 60) | void float16Init() function uint32 (line 143) | static inline uint32 asuint32(float f) function asfloat32 (line 150) | static inline float asfloat32(uint32 u) function float16to32 (line 157) | float float16to32(float16 f) function float16 (line 162) | float16 float32to16(float f) function float11to32 (line 170) | float float11to32(float11 f) function float11 (line 184) | float11 float32to11(float f) function float10to32 (line 212) | float float10to32(float10 f) function float10 (line 226) | float10 float32to10(float f) FILE: src/common/floattypes.h function namespace (line 25) | namespace love FILE: src/common/int.h function namespace (line 36) | namespace love FILE: src/common/ios.h type SDL_Window (line 32) | struct SDL_Window function namespace (line 34) | namespace love FILE: src/common/macos.h type SDL_Window (line 29) | typedef struct SDL_Window SDL_Window; function namespace (line 31) | namespace love FILE: src/common/math.h function namespace (line 61) | namespace love FILE: src/common/memory.cpp type love (line 34) | namespace love function alignedMalloc (line 37) | bool alignedMalloc(void **mem, size_t size, size_t alignment) function alignedFree (line 47) | void alignedFree(void *mem) function getPageSize (line 56) | size_t getPageSize() function alignUp (line 74) | size_t alignUp(size_t size, size_t alignment) FILE: src/common/memory.h function namespace (line 25) | namespace love FILE: src/common/pixelformat.cpp type love (line 24) | namespace love function getConstant (line 280) | bool getConstant(const char *in, PixelFormat &out) function getConstant (line 285) | bool getConstant(PixelFormat in, const char *&out) function PixelFormatInfo (line 290) | const PixelFormatInfo &getPixelFormatInfo(PixelFormat format) function isPixelFormatCompressed (line 302) | bool isPixelFormatCompressed(PixelFormat format) function isPixelFormatColor (line 307) | bool isPixelFormatColor(PixelFormat format) function isPixelFormatDepthStencil (line 312) | bool isPixelFormatDepthStencil(PixelFormat format) function isPixelFormatDepth (line 318) | bool isPixelFormatDepth(PixelFormat format) function isPixelFormatStencil (line 323) | bool isPixelFormatStencil(PixelFormat format) function isPixelFormatSRGB (line 328) | bool isPixelFormatSRGB(PixelFormat format) function isPixelFormatInteger (line 333) | bool isPixelFormatInteger(PixelFormat format) function PixelFormat (line 339) | PixelFormat getSRGBPixelFormat(PixelFormat format) function PixelFormat (line 375) | PixelFormat getLinearPixelFormat(PixelFormat format) function getPixelFormatBlockSize (line 410) | size_t getPixelFormatBlockSize(PixelFormat format) function getPixelFormatUncompressedRowSize (line 415) | size_t getPixelFormatUncompressedRowSize(PixelFormat format, int width) function getPixelFormatCompressedBlockRowSize (line 422) | size_t getPixelFormatCompressedBlockRowSize(PixelFormat format, int wi... function getPixelFormatCompressedBlockRowCount (line 429) | size_t getPixelFormatCompressedBlockRowCount(PixelFormat format, int h... function getPixelFormatSliceSize (line 436) | size_t getPixelFormatSliceSize(PixelFormat format, int width, int height) function getPixelFormatColorComponents (line 444) | int getPixelFormatColorComponents(PixelFormat format) FILE: src/common/pixelformat.h function namespace (line 25) | namespace love FILE: src/common/runtime.cpp type love (line 39) | namespace love function w__gc (line 46) | static int w__gc(lua_State *L) function w__tostring (line 57) | static int w__tostring(lua_State *L) function w__type (line 65) | static int w__type(lua_State *L) function w__typeOf (line 71) | static int w__typeOf(lua_State *L) function w__eq (line 82) | static int w__eq(lua_State *L) function luax_isfulllightuserdatasupported (line 92) | static bool luax_isfulllightuserdatasupported(lua_State *L) function ObjectKey (line 129) | static ObjectKey luax_computeloveobjectkey(lua_State *L, love::Object ... function luax_pushloveobjectkey (line 157) | static void luax_pushloveobjectkey(lua_State *L, ObjectKey key) function w__release (line 170) | static int w__release(lua_State *L) function Reference (line 199) | Reference *luax_refif(lua_State *L, int type) function luax_printstack (line 212) | void luax_printstack(lua_State *L) function luax_traceback (line 218) | int luax_traceback(lua_State *L) function luax_isarrayoftables (line 243) | bool luax_isarrayoftables(lua_State *L, int idx) function luax_toboolean (line 254) | bool luax_toboolean(lua_State *L, int idx) function luax_checkboolean (line 259) | bool luax_checkboolean(lua_State *L, int idx) function luax_pushboolean (line 265) | void luax_pushboolean(lua_State *L, bool b) function luax_optboolean (line 270) | bool luax_optboolean(lua_State *L, int idx, bool b) function luax_tostring (line 277) | std::string luax_tostring(lua_State *L, int idx) function luax_checkstring (line 284) | std::string luax_checkstring(lua_State *L, int idx) function luax_pushstring (line 291) | void luax_pushstring(lua_State *L, const std::string &str) function luax_pushpointerasstring (line 296) | void luax_pushpointerasstring(lua_State *L, const void *pointer) function luax_boolflag (line 303) | bool luax_boolflag(lua_State *L, int table_index, const char *key, boo... function luax_intflag (line 317) | int luax_intflag(lua_State *L, int table_index, const char *key, int d... function luax_numberflag (line 331) | double luax_numberflag(lua_State *L, int table_index, const char *key,... function luax_checkboolflag (line 345) | bool luax_checkboolflag(lua_State *L, int table_index, const char *key) function luax_checkintflag (line 362) | int luax_checkintflag(lua_State *L, int table_index, const char *key) function luax_assert_argc (line 379) | int luax_assert_argc(lua_State *L, int min) function luax_assert_argc (line 387) | int luax_assert_argc(lua_State *L, int min, int max) function luax_assert_function (line 395) | int luax_assert_function(lua_State *L, int idx) function luax_assert_nilerror (line 402) | int luax_assert_nilerror(lua_State *L, int idx) function luax_setfuncs (line 414) | void luax_setfuncs(lua_State *L, const luaL_Reg *l) function luax_require (line 426) | int luax_require(lua_State *L, const char *name) function luax_register_module (line 434) | int luax_register_module(lua_State *L, const WrappedModule &m) function luax_preload (line 479) | int luax_preload(lua_State *L, lua_CFunction f, const char *name) function luax_register_type (line 489) | int luax_register_type(lua_State *L, love::Type *type, ...) function luax_gettypemetatable (line 564) | void luax_gettypemetatable(lua_State *L, const love::Type &type) function luax_table_insert (line 570) | int luax_table_insert(lua_State *L, int tindex, int vindex, int pos) function luax_register_searcher (line 597) | int luax_register_searcher(lua_State *L, lua_CFunction f, int pos) function luax_rawnewtype (line 623) | void luax_rawnewtype(lua_State *L, love::Type &type, love::Object *obj... function luax_pushtype (line 650) | void luax_pushtype(lua_State *L, love::Type &type, love::Object *object) function luax_istype (line 694) | bool luax_istype(lua_State *L, int idx, love::Type &type) function Proxy (line 707) | static Proxy *tryextractproxy(lua_State *L, int idx) function Variant (line 722) | Variant luax_checkvariant(lua_State *L, int n, bool allowuserdata, std... function luax_pushvariant (line 814) | void luax_pushvariant(lua_State *L, const Variant &v) function luax_getfunction (line 861) | int luax_getfunction(lua_State *L, const char *mod, const char *fn) function luax_convobj (line 875) | int luax_convobj(lua_State *L, int idx, const char *mod, const char *fn) function luax_convobj (line 891) | int luax_convobj(lua_State *L, const int idxs[], int n, const char *mo... function luax_convobj (line 906) | int luax_convobj(lua_State *L, const std::vector& idxs, const cha... function luax_pconvobj (line 912) | int luax_pconvobj(lua_State *L, int idx, const char *mod, const char *fn) function luax_pconvobj (line 923) | int luax_pconvobj(lua_State *L, const int idxs[], int n, const char *m... function luax_pconvobj (line 936) | int luax_pconvobj(lua_State *L, const std::vector& idxs, const ch... function luax_insist (line 942) | int luax_insist(lua_State *L, int idx, const char *k) function luax_insistglobal (line 962) | int luax_insistglobal(lua_State *L, const char *k) function luax_c_insistglobal (line 977) | int luax_c_insistglobal(lua_State *L, const char *k) function luax_insistlove (line 982) | int luax_insistlove(lua_State *L, const char *k) function luax_getlove (line 994) | int luax_getlove(lua_State *L, const char *k) function luax_insistregistry (line 1007) | int luax_insistregistry(lua_State *L, Registry r) function luax_getregistry (line 1020) | int luax_getregistry(lua_State *L, Registry r) function lua_State (line 1036) | lua_State *luax_insistpinnedthread(lua_State *L) function lua_State (line 1059) | lua_State *luax_getpinnedthread(lua_State *L) function luax_markdeprecated (line 1067) | void luax_markdeprecated(lua_State *L, int level, const char *name, AP... function luax_markdeprecated (line 1072) | void luax_markdeprecated(lua_State *L, int level, const char *name, AP... function luax_typerror (line 1086) | int luax_typerror(lua_State *L, int narg, const char *tname) function luax_enumerror (line 1113) | int luax_enumerror(lua_State *L, const char *enumName, const char *value) function luax_enumerror (line 1118) | int luax_enumerror(lua_State *L, const char *enumName, const std::vect... function luax_objlen (line 1132) | size_t luax_objlen(lua_State *L, int ndx) function luax_register (line 1141) | void luax_register(lua_State *L, const char *name, const luaL_Reg *l) function luax_runwrapper (line 1154) | void luax_runwrapper(lua_State *L, const char *filedata, size_t datale... function Type (line 1177) | Type *luax_type(lua_State *L, int idx) function luax_resume (line 1182) | int luax_resume(lua_State *L, int nargs, int* nres) FILE: src/common/runtime.h function namespace (line 44) | namespace love FILE: src/common/types.cpp type love (line 26) | namespace love function uint32 (line 60) | uint32 Type::getId() function Type (line 72) | Type *Type::byName(const char *name) FILE: src/common/types.h function namespace (line 29) | namespace love FILE: src/common/utf8.cpp type love (line 25) | namespace love function to_utf8 (line 28) | std::string to_utf8(LPCWSTR wstr) function to_widestr (line 48) | std::wstring to_widestr(const std::string &str) function replace_char (line 69) | void replace_char(std::string &str, char find, char replace) FILE: src/common/utf8.h function namespace (line 30) | namespace love FILE: src/common/version.h function namespace (line 24) | namespace love FILE: src/libraries/Wuff/wuff.c function wuff_sint32 (line 8) | wuff_sint32 wuff_open(struct wuff_handle ** handle_pointer, struct wuff_... function wuff_sint32 (line 37) | wuff_sint32 wuff_close(struct wuff_handle * handle) function wuff_sint32 (line 50) | wuff_sint32 wuff_seek(struct wuff_handle * handle, wuff_uint64 offset) function wuff_sint32 (line 74) | wuff_sint32 wuff_tell(struct wuff_handle * handle, wuff_uint64 * offset) function wuff_sint32 (line 84) | wuff_sint32 wuff_stream_info(struct wuff_handle * handle, struct wuff_in... function wuff_sint32 (line 99) | wuff_sint32 wuff_format(struct wuff_handle * handle, wuff_uint16 format) function wuff_sint32 (line 118) | wuff_sint32 wuff_read(struct wuff_handle * handle, wuff_uint8 * out_buff... function wuff_version (line 194) | void wuff_version(struct wuff_version * version) FILE: src/libraries/Wuff/wuff.h type wuff_uint8 (line 38) | typedef uint8_t wuff_uint8; type wuff_sint8 (line 39) | typedef int8_t wuff_sint8; type wuff_uint16 (line 40) | typedef uint16_t wuff_uint16; type wuff_sint16 (line 41) | typedef int16_t wuff_sint16; type wuff_uint32 (line 42) | typedef uint32_t wuff_uint32; type wuff_sint32 (line 43) | typedef int32_t wuff_sint32; type wuff_uint64 (line 45) | typedef uint32_t wuff_uint64; type wuff_sint64 (line 46) | typedef int32_t wuff_sint64; type wuff_uint64 (line 48) | typedef uint64_t wuff_uint64; type wuff_sint64 (line 49) | typedef int64_t wuff_sint64; type wuff_uint8 (line 52) | typedef unsigned __int8 wuff_uint8; type wuff_sint8 (line 53) | typedef signed __int8 wuff_sint8; type wuff_uint16 (line 54) | typedef unsigned __int16 wuff_uint16; type wuff_sint16 (line 55) | typedef signed __int16 wuff_sint16; type wuff_uint32 (line 56) | typedef unsigned __int32 wuff_uint32; type wuff_sint32 (line 57) | typedef signed __int32 wuff_sint32; type wuff_uint64 (line 58) | typedef unsigned __int64 wuff_uint64; type wuff_sint64 (line 59) | typedef signed __int64 wuff_sint64; type wuff_uint8 (line 61) | typedef unsigned char wuff_uint8; type wuff_sint8 (line 62) | typedef signed char wuff_sint8; type wuff_uint16 (line 63) | typedef unsigned short wuff_uint16; type wuff_sint16 (line 64) | typedef signed short wuff_sint16; type wuff_uint32 (line 65) | typedef unsigned int wuff_uint32; type wuff_sint32 (line 66) | typedef signed int wuff_sint32; type wuff_uint64 (line 68) | typedef unsigned long wuff_uint64; type wuff_sint64 (line 69) | typedef signed long wuff_sint64; type wuff_uint64 (line 71) | typedef unsigned long long wuff_uint64; type wuff_sint64 (line 72) | typedef signed long long wuff_sint64; type wuff_handle (line 80) | struct wuff_handle type wuff_callback (line 90) | struct wuff_callback type wuff_info (line 129) | struct wuff_info type wuff_version (line 143) | struct wuff_version type wuff_handle (line 162) | struct wuff_handle type wuff_callback (line 162) | struct wuff_callback type wuff_handle (line 170) | struct wuff_handle type wuff_handle (line 179) | struct wuff_handle type wuff_info (line 179) | struct wuff_info type wuff_handle (line 189) | struct wuff_handle type wuff_handle (line 201) | struct wuff_handle type wuff_handle (line 211) | struct wuff_handle type wuff_handle (line 220) | struct wuff_handle type wuff_version (line 230) | struct wuff_version FILE: src/libraries/Wuff/wuff_convert.c function WUFF_CONV_FUNC (line 11) | WUFF_CONV_FUNC(wuff_int8_to_int8) function WUFF_CONV_FUNC (line 17) | WUFF_CONV_FUNC(wuff_int8_to_int16) function WUFF_CONV_FUNC (line 43) | WUFF_CONV_FUNC(wuff_int8_to_int24) function WUFF_CONV_FUNC (line 69) | WUFF_CONV_FUNC(wuff_int8_to_int32) function WUFF_CONV_FUNC (line 95) | WUFF_CONV_FUNC(wuff_int8_to_float32) function WUFF_CONV_FUNC (line 121) | WUFF_CONV_FUNC(wuff_int8_to_float64) function WUFF_CONV_FUNC (line 151) | WUFF_CONV_FUNC(wuff_int16_to_int8) function WUFF_CONV_FUNC (line 164) | WUFF_CONV_FUNC(wuff_int16_to_int16) function WUFF_CONV_FUNC (line 169) | WUFF_CONV_FUNC(wuff_int16_to_int24) function WUFF_CONV_FUNC (line 199) | WUFF_CONV_FUNC(wuff_int16_to_int32) function WUFF_CONV_FUNC (line 229) | WUFF_CONV_FUNC(wuff_int16_to_float32) function WUFF_CONV_FUNC (line 259) | WUFF_CONV_FUNC(wuff_int16_to_float64) function WUFF_CONV_FUNC (line 293) | WUFF_CONV_FUNC(wuff_int24_to_int8) function WUFF_CONV_FUNC (line 306) | WUFF_CONV_FUNC(wuff_int24_to_int16) function WUFF_CONV_FUNC (line 328) | WUFF_CONV_FUNC(wuff_int24_to_int24) function WUFF_CONV_FUNC (line 333) | WUFF_CONV_FUNC(wuff_int24_to_int32) function WUFF_CONV_FUNC (line 359) | WUFF_CONV_FUNC(wuff_int24_to_float32) function WUFF_CONV_FUNC (line 389) | WUFF_CONV_FUNC(wuff_int24_to_float64) function WUFF_CONV_FUNC (line 423) | WUFF_CONV_FUNC(wuff_int32_to_int8) function WUFF_CONV_FUNC (line 436) | WUFF_CONV_FUNC(wuff_int32_to_int16) function WUFF_CONV_FUNC (line 458) | WUFF_CONV_FUNC(wuff_int32_to_int24) function WUFF_CONV_FUNC (line 480) | WUFF_CONV_FUNC(wuff_int32_to_int32) function WUFF_CONV_FUNC (line 485) | WUFF_CONV_FUNC(wuff_int32_to_float32) function WUFF_CONV_FUNC (line 515) | WUFF_CONV_FUNC(wuff_int32_to_float64) function WUFF_CONV_FUNC (line 549) | WUFF_CONV_FUNC(wuff_float32_to_int8) function WUFF_CONV_FUNC (line 562) | WUFF_CONV_FUNC(wuff_float32_to_int16) function WUFF_CONV_FUNC (line 592) | WUFF_CONV_FUNC(wuff_float32_to_int24) function WUFF_CONV_FUNC (line 622) | WUFF_CONV_FUNC(wuff_float32_to_int32) function WUFF_CONV_FUNC (line 652) | WUFF_CONV_FUNC(wuff_float32_to_float32) function WUFF_CONV_FUNC (line 657) | WUFF_CONV_FUNC(wuff_float32_to_float64) function WUFF_CONV_FUNC (line 691) | WUFF_CONV_FUNC(wuff_float64_to_int8) function WUFF_CONV_FUNC (line 704) | WUFF_CONV_FUNC(wuff_float64_to_int16) function WUFF_CONV_FUNC (line 734) | WUFF_CONV_FUNC(wuff_float64_to_int24) function WUFF_CONV_FUNC (line 764) | WUFF_CONV_FUNC(wuff_float64_to_int32) function WUFF_CONV_FUNC (line 794) | WUFF_CONV_FUNC(wuff_float64_to_float32) function WUFF_CONV_FUNC (line 824) | WUFF_CONV_FUNC(wuff_float64_to_float64) FILE: src/libraries/Wuff/wuff_internal.c function wuff_sint32 (line 10) | wuff_sint32 wuff_setup(struct wuff_handle * handle) function wuff_sint32 (line 31) | wuff_sint32 wuff_cleanup(struct wuff_handle * handle) function wuff_sint32 (line 43) | wuff_sint32 wuff_set_output_format(struct wuff_handle * handle, wuff_uin... function wuff_sint32 (line 212) | wuff_sint32 wuff_check_bits(wuff_uint16 bits, wuff_uint16 * format) function wuff_calculate_samples (line 256) | size_t wuff_calculate_samples(size_t target_size, wuff_uint8 sample_size... function wuff_sint32 (line 279) | wuff_sint32 wuff_init_stream(struct wuff_handle * handle) function wuff_sint32 (line 372) | wuff_sint32 wuff_search_chunk(struct wuff_handle * handle, struct wuff_c... function wuff_sint32 (line 415) | wuff_sint32 wuff_buffer_alloc(struct wuff_handle * handle) function wuff_sint32 (line 440) | wuff_sint32 wuff_buffer_clear(struct wuff_handle * handle) function wuff_sint32 (line 461) | wuff_sint32 wuff_buffer_fill(struct wuff_handle * handle) function wuff_sint32 (line 493) | wuff_sint32 wuff_buffer_release(struct wuff_handle * handle, size_t samp... function wuff_sint32 (line 512) | wuff_sint32 wuff_buffer_request(struct wuff_handle * handle, wuff_uint8 ... FILE: src/libraries/Wuff/wuff_internal.h function WUFF_INLINE (line 23) | static WUFF_INLINE wuff_uint32 wuff_get_uint32(wuff_uint8 * data) function WUFF_INLINE (line 28) | static WUFF_INLINE wuff_uint16 wuff_get_uint16(wuff_uint8 * data) type wuff_chunk_header (line 33) | struct wuff_chunk_header function WUFF_INLINE (line 39) | static WUFF_INLINE wuff_uint32 wuff_get_chunk_id(const char txt[5]) function WUFF_INLINE (line 52) | static WUFF_INLINE void wuff_copy_chunk_header_data(struct wuff_chunk_he... type wuff_stream_header (line 63) | struct wuff_stream_header type wuff_stream_data (line 76) | struct wuff_stream_data type wuff_buffer (line 82) | struct wuff_buffer type wuff_output (line 91) | struct wuff_output type wuff_stream (line 100) | struct wuff_stream type wuff_handle (line 112) | struct wuff_handle type wuff_handle (line 124) | struct wuff_handle type wuff_handle (line 127) | struct wuff_handle type wuff_handle (line 131) | struct wuff_handle type wuff_handle (line 138) | struct wuff_handle type wuff_chunk_header (line 138) | struct wuff_chunk_header type wuff_handle (line 141) | struct wuff_handle type wuff_handle (line 155) | struct wuff_handle type wuff_handle (line 158) | struct wuff_handle type wuff_handle (line 161) | struct wuff_handle type wuff_handle (line 165) | struct wuff_handle type wuff_handle (line 168) | struct wuff_handle FILE: src/libraries/Wuff/wuff_memory.c function wuff_free (line 13) | void wuff_free(void * mem) FILE: src/libraries/box2d/b2_block_allocator.h type b2Block (line 31) | struct b2Block type b2Chunk (line 32) | struct b2Chunk function class (line 37) | class B2_API b2BlockAllocator FILE: src/libraries/box2d/b2_body.h type b2FixtureDef (line 35) | struct b2FixtureDef type b2JointEdge (line 36) | struct b2JointEdge type b2ContactEdge (line 37) | struct b2ContactEdge type b2BodyType (line 43) | enum b2BodyType function b2BodyDef (line 52) | struct B2_API b2BodyDef function class (line 128) | class B2_API b2Body function SetAwake (line 638) | inline void b2Body::SetAwake(bool flag) function SetSleepingAllowed (line 676) | inline void b2Body::SetSleepingAllowed(bool flag) function b2Fixture (line 694) | inline b2Fixture* b2Body::GetFixtureList() function b2Fixture (line 699) | inline const b2Fixture* b2Body::GetFixtureList() const function b2JointEdge (line 704) | inline b2JointEdge* b2Body::GetJointList() function b2JointEdge (line 709) | inline const b2JointEdge* b2Body::GetJointList() const function b2ContactEdge (line 714) | inline b2ContactEdge* b2Body::GetContactList() function b2ContactEdge (line 719) | inline const b2ContactEdge* b2Body::GetContactList() const function b2Body (line 724) | inline b2Body* b2Body::GetNext() function b2Body (line 729) | inline const b2Body* b2Body::GetNext() const function b2BodyUserData (line 734) | inline b2BodyUserData& b2Body::GetUserData() function ApplyForce (line 739) | inline void b2Body::ApplyForce(const b2Vec2& force, const b2Vec2& point,... function ApplyForceToCenter (line 759) | inline void b2Body::ApplyForceToCenter(const b2Vec2& force, bool wake) function ApplyTorque (line 778) | inline void b2Body::ApplyTorque(float torque, bool wake) function ApplyLinearImpulse (line 797) | inline void b2Body::ApplyLinearImpulse(const b2Vec2& impulse, const b2Ve... function ApplyLinearImpulseToCenter (line 817) | inline void b2Body::ApplyLinearImpulseToCenter(const b2Vec2& impulse, bo... function ApplyAngularImpulse (line 836) | inline void b2Body::ApplyAngularImpulse(float impulse, bool wake) function SynchronizeTransform (line 855) | inline void b2Body::SynchronizeTransform() function Advance (line 861) | inline void b2Body::Advance(float alpha) function b2World (line 871) | inline b2World* b2Body::GetWorld() function b2World (line 876) | inline const b2World* b2Body::GetWorld() const FILE: src/libraries/box2d/b2_broad_phase.h function b2Pair (line 31) | struct B2_API b2Pair function int32 (line 98) | int32 GetTreeHeight() const; function TestOverlap (line 140) | inline bool b2BroadPhase::TestOverlap(int32 proxyIdA, int32 proxyIdB) const function b2AABB (line 147) | inline const b2AABB& b2BroadPhase::GetFatAABB(int32 proxyId) const function Query (line 222) | void b2BroadPhase::Query(T* callback, const b2AABB& aabb) const function RayCast (line 228) | void b2BroadPhase::RayCast(T* callback, const b2RayCastInput& input) const function ShiftOrigin (line 233) | inline void b2BroadPhase::ShiftOrigin(const b2Vec2& newOrigin) FILE: src/libraries/box2d/b2_chain_shape.h function int32 (line 64) | int32 GetChildCount() const override; FILE: src/libraries/box2d/b2_circle_shape.h function int32 (line 39) | int32 GetChildCount() const override; FILE: src/libraries/box2d/b2_collision.h function b2ContactFeature (line 44) | struct B2_API b2ContactFeature function b2ContactID (line 59) | union B2_API b2ContactID function b2ManifoldPoint (line 75) | struct B2_API b2ManifoldPoint function b2Manifold (line 99) | struct B2_API b2Manifold function b2WorldManifold (line 116) | struct B2_API b2WorldManifold type b2PointState (line 132) | enum b2PointState function b2ClipVertex (line 146) | struct B2_API b2ClipVertex function b2RayCastInput (line 153) | struct B2_API b2RayCastInput function b2RayCastOutput (line 161) | struct B2_API b2RayCastOutput function b2AABB (line 168) | struct B2_API b2AABB function IsValid (line 260) | inline bool b2AABB::IsValid() const FILE: src/libraries/box2d/b2_common.h type b2Version (line 129) | struct b2Version FILE: src/libraries/box2d/b2_contact.h function b2MixFriction (line 42) | inline float b2MixFriction(float friction1, float friction2) function b2MixRestitution (line 49) | inline float b2MixRestitution(float restitution1, float restitution2) function b2MixRestitutionThreshold (line 55) | inline float b2MixRestitutionThreshold(float threshold1, float threshold2) type b2Contact (line 60) | typedef b2Contact* b2ContactCreateFcn( b2Fixture* fixtureA, int32 indexA, function b2ContactRegister (line 65) | struct B2_API b2ContactRegister function b2ContactEdge (line 77) | struct B2_API b2ContactEdge function class (line 88) | class B2_API b2Contact function b2Manifold (line 244) | inline b2Manifold* b2Contact::GetManifold() function b2Manifold (line 249) | inline const b2Manifold* b2Contact::GetManifold() const function GetWorldManifold (line 254) | inline void b2Contact::GetWorldManifold(b2WorldManifold* worldManifold) ... function SetEnabled (line 264) | inline void b2Contact::SetEnabled(bool flag) function b2Contact (line 286) | inline b2Contact* b2Contact::GetNext() function b2Contact (line 291) | inline const b2Contact* b2Contact::GetNext() const function b2Fixture (line 296) | inline b2Fixture* b2Contact::GetFixtureA() function b2Fixture (line 301) | inline const b2Fixture* b2Contact::GetFixtureA() const function b2Fixture (line 306) | inline b2Fixture* b2Contact::GetFixtureB() function b2Fixture (line 316) | inline const b2Fixture* b2Contact::GetFixtureB() const function FlagForFiltering (line 326) | inline void b2Contact::FlagForFiltering() function SetFriction (line 331) | inline void b2Contact::SetFriction(float friction) function ResetFriction (line 341) | inline void b2Contact::ResetFriction() function SetRestitution (line 346) | inline void b2Contact::SetRestitution(float restitution) function ResetRestitution (line 356) | inline void b2Contact::ResetRestitution() function SetRestitutionThreshold (line 361) | inline void b2Contact::SetRestitutionThreshold(float threshold) function ResetRestitutionThreshold (line 371) | inline void b2Contact::ResetRestitutionThreshold() function SetTangentSpeed (line 376) | inline void b2Contact::SetTangentSpeed(float speed) FILE: src/libraries/box2d/b2_contact_manager.h function class (line 35) | class B2_API b2ContactManager FILE: src/libraries/box2d/b2_distance.h type B2_API (line 33) | struct B2_API function b2Vec2 (line 49) | const b2Vec2& GetSupportVertex(const b2Vec2& d) const; function b2DistanceInput (line 76) | struct B2_API b2DistanceInput function b2DistanceOutput (line 86) | struct B2_API b2DistanceOutput function b2ShapeCastInput (line 102) | struct B2_API b2ShapeCastInput function b2ShapeCastOutput (line 112) | struct B2_API b2ShapeCastOutput function b2Vec2 (line 131) | inline const b2Vec2& b2DistanceProxy::GetVertex(int32 index) const function int32 (line 137) | inline int32 b2DistanceProxy::GetSupport(const b2Vec2& d) const function b2Vec2 (line 154) | inline const b2Vec2& b2DistanceProxy::GetSupportVertex(const b2Vec2& d) ... FILE: src/libraries/box2d/b2_distance_joint.h function b2DistanceJointDef (line 33) | struct B2_API b2DistanceJointDef : public b2JointDef function b2Vec2 (line 81) | b2Vec2 GetAnchorB() const override; function GetCurrentLength (line 119) | float GetCurrentLength() const; function SetDamping (line 126) | void SetDamping(float damping) { m_damping = damping; } FILE: src/libraries/box2d/b2_draw.h function b2Color (line 30) | struct B2_API b2Color function class (line 48) | class B2_API b2Draw FILE: src/libraries/box2d/b2_dynamic_tree.h function b2TreeNode (line 33) | struct B2_API b2TreeNode function Validate (line 115) | void Validate() const; function WasMoved (line 169) | inline bool b2DynamicTree::WasMoved(int32 proxyId) const function ClearMoved (line 175) | inline void b2DynamicTree::ClearMoved(int32 proxyId) function b2AABB (line 181) | inline const b2AABB& b2DynamicTree::GetFatAABB(int32 proxyId) const function Query (line 188) | void b2DynamicTree::Query(T* callback, const b2AABB& aabb) const function RayCast (line 223) | void b2DynamicTree::RayCast(T* callback, const b2RayCastInput& input) const FILE: src/libraries/box2d/b2_edge_shape.h function int32 (line 50) | int32 GetChildCount() const override; FILE: src/libraries/box2d/b2_fixture.h function b2Filter (line 37) | struct B2_API b2Filter function b2FixtureDef (line 61) | struct B2_API b2FixtureDef function b2FixtureProxy (line 103) | struct B2_API b2FixtureProxy function IsSensor (line 134) | bool IsSensor() const; function b2Shape (line 258) | inline b2Shape* b2Fixture::GetShape() function b2Shape (line 263) | inline const b2Shape* b2Fixture::GetShape() const function b2FixtureUserData (line 278) | inline b2FixtureUserData& b2Fixture::GetUserData() function b2Body (line 283) | inline b2Body* b2Fixture::GetBody() function b2Body (line 288) | inline const b2Body* b2Fixture::GetBody() const function b2Fixture (line 293) | inline b2Fixture* b2Fixture::GetNext() function b2Fixture (line 298) | inline const b2Fixture* b2Fixture::GetNext() const function SetDensity (line 303) | inline void b2Fixture::SetDensity(float density) function SetFriction (line 319) | inline void b2Fixture::SetFriction(float friction) function SetRestitution (line 329) | inline void b2Fixture::SetRestitution(float restitution) function SetRestitutionThreshold (line 339) | inline void b2Fixture::SetRestitutionThreshold(float threshold) function TestPoint (line 344) | inline bool b2Fixture::TestPoint(const b2Vec2& p) const function RayCast (line 349) | inline bool b2Fixture::RayCast(b2RayCastOutput* output, const b2RayCastI... function GetMassData (line 354) | inline void b2Fixture::GetMassData(b2MassData* massData) const function b2AABB (line 359) | inline const b2AABB& b2Fixture::GetAABB(int32 childIndex) const FILE: src/libraries/box2d/b2_friction_joint.h function b2FrictionJointDef (line 30) | struct B2_API b2FrictionJointDef : public b2JointDef FILE: src/libraries/box2d/b2_gear_joint.h function b2GearJointDef (line 31) | struct B2_API b2GearJointDef : public b2JointDef function b2Vec2 (line 65) | b2Vec2 GetAnchorB() const override; function b2Joint (line 74) | b2Joint* GetJoint2() { return m_joint2; } FILE: src/libraries/box2d/b2_growable_stack.h function Push (line 53) | void Push(const T& element) function T (line 71) | T Pop() function int32 (line 78) | int32 GetCount() FILE: src/libraries/box2d/b2_joint.h type b2SolverData (line 32) | struct b2SolverData type b2JointType (line 35) | enum b2JointType function b2Jacobian (line 51) | struct B2_API b2Jacobian function b2JointEdge (line 63) | struct B2_API b2JointEdge function b2JointDef (line 72) | struct B2_API b2JointDef function class (line 110) | class B2_API b2Joint function b2Body (line 198) | inline b2Body* b2Joint::GetBodyA() function b2Body (line 203) | inline b2Body* b2Joint::GetBodyB() function b2Joint (line 208) | inline b2Joint* b2Joint::GetNext() function b2Joint (line 213) | inline const b2Joint* b2Joint::GetNext() const function b2JointUserData (line 218) | inline b2JointUserData& b2Joint::GetUserData() FILE: src/libraries/box2d/b2_math.h function b2IsValid (line 33) | inline bool b2IsValid(float x) function b2Vec2 (line 42) | struct B2_API b2Vec2 function Normalize (line 103) | float Normalize() function b2Vec3 (line 133) | struct B2_API b2Vec3 function Set (line 145) | void Set(float x_, float y_, float z_) { x = x_; y = y_; z = z_; } type B2_API (line 172) | struct B2_API function SetIdentity (line 199) | void SetIdentity() function SetZero (line 206) | void SetZero() function b2Mat22 (line 212) | b2Mat22 GetInverse() const function b2Vec2 (line 228) | b2Vec2 Solve(const b2Vec2& b) const function b2Mat33 (line 246) | struct B2_API b2Mat33 function b2Rot (line 288) | struct B2_API b2Rot function b2Transform (line 339) | struct B2_API b2Transform function b2Sweep (line 369) | struct B2_API b2Sweep function b2Dot (line 396) | inline float b2Dot(const b2Vec2& a, const b2Vec2& b) function b2Cross (line 402) | inline float b2Cross(const b2Vec2& a, const b2Vec2& b) function b2Vec2 (line 409) | inline b2Vec2 b2Cross(const b2Vec2& a, float s) function b2Vec2 (line 416) | inline b2Vec2 b2Cross(float s, const b2Vec2& a) function b2Vec2 (line 423) | inline b2Vec2 b2Mul(const b2Mat22& A, const b2Vec2& v) function b2Vec2 (line 430) | inline b2Vec2 b2MulT(const b2Mat22& A, const b2Vec2& v) function b2Vec2 (line 436) | inline b2Vec2 operator + (const b2Vec2& a, const b2Vec2& b) function b2Vec2 (line 442) | inline b2Vec2 operator - (const b2Vec2& a, const b2Vec2& b) function b2Vec2 (line 447) | inline b2Vec2 operator * (float s, const b2Vec2& a) function operator (line 452) | inline bool operator == (const b2Vec2& a, const b2Vec2& b) function operator (line 457) | inline bool operator != (const b2Vec2& a, const b2Vec2& b) function b2Distance (line 462) | inline float b2Distance(const b2Vec2& a, const b2Vec2& b) function b2DistanceSquared (line 468) | inline float b2DistanceSquared(const b2Vec2& a, const b2Vec2& b) function b2Vec3 (line 474) | inline b2Vec3 operator * (float s, const b2Vec3& a) function b2Vec3 (line 480) | inline b2Vec3 operator + (const b2Vec3& a, const b2Vec3& b) function b2Vec3 (line 486) | inline b2Vec3 operator - (const b2Vec3& a, const b2Vec3& b) function b2Dot (line 492) | inline float b2Dot(const b2Vec3& a, const b2Vec3& b) function b2Vec3 (line 498) | inline b2Vec3 b2Cross(const b2Vec3& a, const b2Vec3& b) function b2Mat22 (line 503) | inline b2Mat22 operator + (const b2Mat22& A, const b2Mat22& B) function b2Mat22 (line 509) | inline b2Mat22 b2Mul(const b2Mat22& A, const b2Mat22& B) function b2Mat22 (line 515) | inline b2Mat22 b2MulT(const b2Mat22& A, const b2Mat22& B) function b2Vec3 (line 523) | inline b2Vec3 b2Mul(const b2Mat33& A, const b2Vec3& v) function b2Vec2 (line 529) | inline b2Vec2 b2Mul22(const b2Mat33& A, const b2Vec2& v) function b2Rot (line 535) | inline b2Rot b2Mul(const b2Rot& q, const b2Rot& r) function b2Rot (line 548) | inline b2Rot b2MulT(const b2Rot& q, const b2Rot& r) function b2Vec2 (line 561) | inline b2Vec2 b2Mul(const b2Rot& q, const b2Vec2& v) function b2Vec2 (line 567) | inline b2Vec2 b2MulT(const b2Rot& q, const b2Vec2& v) function b2Vec2 (line 572) | inline b2Vec2 b2Mul(const b2Transform& T, const b2Vec2& v) function b2Vec2 (line 580) | inline b2Vec2 b2MulT(const b2Transform& T, const b2Vec2& v) function b2Transform (line 592) | inline b2Transform b2Mul(const b2Transform& A, const b2Transform& B) function b2Transform (line 602) | inline b2Transform b2MulT(const b2Transform& A, const b2Transform& B) function T (line 611) | T b2Abs(T a) function b2Vec2 (line 616) | inline b2Vec2 b2Abs(const b2Vec2& a) function b2Mat22 (line 621) | inline b2Mat22 b2Abs(const b2Mat22& A) function T (line 627) | T b2Min(T a, T b) function b2Vec2 (line 632) | inline b2Vec2 b2Min(const b2Vec2& a, const b2Vec2& b) function T (line 638) | T b2Max(T a, T b) function b2Vec2 (line 643) | inline b2Vec2 b2Max(const b2Vec2& a, const b2Vec2& b) function T (line 649) | T b2Clamp(T a, T low, T high) function b2Vec2 (line 654) | inline b2Vec2 b2Clamp(const b2Vec2& a, const b2Vec2& low, const b2Vec2& ... function uint32 (line 671) | inline uint32 b2NextPowerOfTwo(uint32 x) function b2IsPowerOfTwo (line 681) | inline bool b2IsPowerOfTwo(uint32 x) function GetTransform (line 688) | inline void b2Sweep::GetTransform(b2Transform* xf, float beta) const function Advance (line 698) | inline void b2Sweep::Advance(float alpha) function Normalize (line 708) | inline void b2Sweep::Normalize() FILE: src/libraries/box2d/b2_motor_joint.h function b2MotorJointDef (line 30) | struct B2_API b2MotorJointDef : public b2JointDef FILE: src/libraries/box2d/b2_mouse_joint.h function b2MouseJointDef (line 31) | struct B2_API b2MouseJointDef : public b2JointDef function b2Vec2 (line 73) | b2Vec2 GetAnchorB() const override; function SetDamping (line 94) | void SetDamping(float damping) { m_damping = damping; } function Dump (line 98) | void Dump() override { b2Log("Mouse joint dumping is not supported.\n"); } FILE: src/libraries/box2d/b2_polygon_shape.h function int32 (line 41) | int32 GetChildCount() const override; FILE: src/libraries/box2d/b2_prismatic_joint.h function b2PrismaticJointDef (line 35) | struct B2_API b2PrismaticJointDef : public b2JointDef function b2Vec2 (line 95) | b2Vec2 GetAnchorB() const override; function GetJointTranslation (line 113) | float GetJointTranslation() const; FILE: src/libraries/box2d/b2_pulley_joint.h function b2PulleyJointDef (line 33) | struct B2_API b2PulleyJointDef : public b2JointDef FILE: src/libraries/box2d/b2_revolute_joint.h function b2RevoluteJointDef (line 39) | struct B2_API b2RevoluteJointDef : public b2JointDef function b2Vec2 (line 98) | b2Vec2 GetAnchorB() const override; function GetJointAngle (line 110) | float GetJointAngle() const; FILE: src/libraries/box2d/b2_rope.h type b2RopeStretch (line 30) | struct b2RopeStretch type b2RopeBend (line 31) | struct b2RopeBend type b2StretchingModel (line 33) | enum b2StretchingModel type b2BendingModel (line 39) | enum b2BendingModel function b2RopeTuning (line 50) | struct B2_API b2RopeTuning function b2RopeDef (line 81) | struct B2_API b2RopeDef function class (line 101) | class B2_API b2Rope FILE: src/libraries/box2d/b2_settings.h function b2BodyUserData (line 58) | struct B2_API b2BodyUserData function b2FixtureUserData (line 70) | struct B2_API b2FixtureUserData function b2JointUserData (line 82) | struct B2_API b2JointUserData function b2Free (line 106) | inline void b2Free(void* mem) function b2Log (line 115) | inline void b2Log(const char* string, ...) FILE: src/libraries/box2d/b2_shape.h function b2MassData (line 33) | struct B2_API b2MassData type Type (line 52) | enum Type function Type (line 68) | Type GetType() const; FILE: src/libraries/box2d/b2_stack_allocator.h function b2StackEntry (line 32) | struct B2_API b2StackEntry function class (line 42) | class B2_API b2StackAllocator FILE: src/libraries/box2d/b2_time_of_impact.h function b2TOIInput (line 31) | struct B2_API b2TOIInput function b2TOIOutput (line 41) | struct B2_API b2TOIOutput FILE: src/libraries/box2d/b2_time_step.h function b2Profile (line 29) | struct B2_API b2Profile function b2TimeStep (line 42) | struct B2_API b2TimeStep function b2Position (line 53) | struct B2_API b2Position function b2Velocity (line 60) | struct B2_API b2Velocity function b2SolverData (line 67) | struct B2_API b2SolverData FILE: src/libraries/box2d/b2_timer.h function class (line 31) | class B2_API b2Timer FILE: src/libraries/box2d/b2_types.h type int8 (line 26) | typedef signed char int8; type int16 (line 27) | typedef signed short int16; type int32 (line 28) | typedef signed int int32; type uint8 (line 29) | typedef unsigned char uint8; type uint16 (line 30) | typedef unsigned short uint16; type uint32 (line 31) | typedef unsigned int uint32; FILE: src/libraries/box2d/b2_weld_joint.h function b2WeldJointDef (line 32) | struct B2_API b2WeldJointDef : public b2JointDef function b2Vec2 (line 73) | b2Vec2 GetAnchorB() const override; function SetStiffness (line 88) | void SetStiffness(float hz) { m_stiffness = hz; } function SetDamping (line 92) | void SetDamping(float damping) { m_damping = damping; } FILE: src/libraries/box2d/b2_wheel_joint.h function b2WheelJointDef (line 35) | struct B2_API b2WheelJointDef : public b2JointDef function b2Vec2 (line 99) | b2Vec2 GetAnchorB() const override; FILE: src/libraries/box2d/b2_world.h type b2AABB (line 34) | struct b2AABB type b2BodyDef (line 35) | struct b2BodyDef type b2Color (line 36) | struct b2Color type b2JointDef (line 37) | struct b2JointDef function SetWarmStarting (line 154) | void SetWarmStarting(bool flag) { m_warmStarting = flag; } function SetContinuousPhysics (line 158) | void SetContinuousPhysics(bool flag) { m_continuousPhysics = flag; } function SetSubStepping (line 162) | void SetSubStepping(bool flag) { m_subStepping = flag; } function int32 (line 166) | int32 GetProxyCount() const; function b2Body (line 269) | inline const b2Body* b2World::GetBodyList() const function b2Joint (line 274) | inline b2Joint* b2World::GetJointList() function b2Joint (line 279) | inline const b2Joint* b2World::GetJointList() const function b2Contact (line 284) | inline b2Contact* b2World::GetContactList() function b2Contact (line 289) | inline const b2Contact* b2World::GetContactList() const function SetGravity (line 309) | inline void b2World::SetGravity(const b2Vec2& gravity) function SetAutoClearForces (line 324) | inline void b2World::SetAutoClearForces(bool flag) FILE: src/libraries/box2d/b2_world_callbacks.h type b2Vec2 (line 29) | struct b2Vec2 type b2Transform (line 30) | struct b2Transform type b2ContactResult (line 35) | struct b2ContactResult type b2Manifold (line 36) | struct b2Manifold function class (line 41) | class B2_API b2DestructionListener function class (line 57) | class B2_API b2ContactFilter function b2ContactImpulse (line 70) | struct B2_API b2ContactImpulse function class (line 86) | class B2_API b2ContactListener function class (line 128) | class B2_API b2QueryCallback function class (line 140) | class B2_API b2RayCastCallback FILE: src/libraries/box2d/collision/b2_broad_phase.cpp function int32 (line 45) | int32 b2BroadPhase::CreateProxy(const b2AABB& aabb, void* userData) FILE: src/libraries/box2d/collision/b2_chain_shape.cpp function b2Shape (line 86) | b2Shape* b2ChainShape::Clone(b2BlockAllocator* allocator) const function int32 (line 94) | int32 b2ChainShape::GetChildCount() const FILE: src/libraries/box2d/collision/b2_circle_shape.cpp function b2Shape (line 28) | b2Shape* b2CircleShape::Clone(b2BlockAllocator* allocator) const function int32 (line 36) | int32 b2CircleShape::GetChildCount() const FILE: src/libraries/box2d/collision/b2_collide_circle.cpp function b2CollideCircles (line 27) | void b2CollideCircles( function b2CollidePolygonAndCircle (line 55) | void b2CollidePolygonAndCircle( FILE: src/libraries/box2d/collision/b2_collide_edge.cpp function b2CollideEdgeAndCircle (line 31) | void b2CollideEdgeAndCircle(b2Manifold* manifold, type b2EPAxis (line 168) | struct b2EPAxis type Type (line 170) | enum Type type b2TempPolygon (line 184) | struct b2TempPolygon type b2ReferenceFace (line 192) | struct b2ReferenceFace function b2EPAxis (line 205) | static b2EPAxis b2ComputeEdgeSeparation(const b2TempPolygon& polygonB, c... type Type (line 170) | enum Type function b2EPAxis (line 241) | static b2EPAxis b2ComputePolygonSeparation(const b2TempPolygon& polygonB... type Type (line 170) | enum Type function b2CollideEdgeAndPolygon (line 269) | void b2CollideEdgeAndPolygon(b2Manifold* manifold, FILE: src/libraries/box2d/collision/b2_collide_polygon.cpp function b2FindMaxSeparation (line 27) | static float b2FindMaxSeparation(int32* edgeIndex, function b2FindIncidentEdge (line 68) | static void b2FindIncidentEdge(b2ClipVertex c[2], function b2CollidePolygons (line 120) | void b2CollidePolygons(b2Manifold* manifold, FILE: src/libraries/box2d/collision/b2_collision.cpp function b2GetPointStates (line 92) | void b2GetPointStates(b2PointState state1[b2_maxManifoldPoints], b2Point... function int32 (line 205) | int32 b2ClipSegmentToLine(b2ClipVertex vOut[2], const b2ClipVertex vIn[2], function b2TestOverlap (line 239) | bool b2TestOverlap( const b2Shape* shapeA, int32 indexA, FILE: src/libraries/box2d/collision/b2_distance.cpp type b2SimplexVertex (line 96) | struct b2SimplexVertex type b2Simplex (line 106) | struct b2Simplex method ReadCache (line 108) | void ReadCache( const b2SimplexCache* cache, method WriteCache (line 159) | void WriteCache(b2SimplexCache* cache) const method b2Vec2 (line 171) | b2Vec2 GetSearchDirection() const method b2Vec2 (line 200) | b2Vec2 GetClosestPoint() const method GetWitnessPoints (line 223) | void GetWitnessPoints(b2Vec2* pA, b2Vec2* pB) const method GetMetric (line 252) | float GetMetric() const function b2Distance (line 454) | void b2Distance(b2DistanceOutput* output, function b2ShapeCast (line 603) | bool b2ShapeCast(b2ShapeCastOutput * output, const b2ShapeCastInput * in... FILE: src/libraries/box2d/collision/b2_dynamic_tree.cpp function int32 (line 54) | int32 b2DynamicTree::AllocateNode() function int32 (line 107) | int32 b2DynamicTree::CreateProxy(const b2AABB& aabb, void* userData) function int32 (line 398) | int32 b2DynamicTree::Balance(int32 iA) function int32 (line 541) | int32 b2DynamicTree::GetHeight() const function int32 (line 579) | int32 b2DynamicTree::ComputeHeight(int32 nodeId) const function int32 (line 594) | int32 b2DynamicTree::ComputeHeight() const function int32 (line 695) | int32 b2DynamicTree::GetMaxBalance() const FILE: src/libraries/box2d/collision/b2_edge_shape.cpp function b2Shape (line 43) | b2Shape* b2EdgeShape::Clone(b2BlockAllocator* allocator) const function int32 (line 51) | int32 b2EdgeShape::GetChildCount() const FILE: src/libraries/box2d/collision/b2_polygon_shape.cpp function b2Shape (line 28) | b2Shape* b2PolygonShape::Clone(b2BlockAllocator* allocator) const function int32 (line 75) | int32 b2PolygonShape::GetChildCount() const function b2Vec2 (line 80) | static b2Vec2 ComputeCentroid(const b2Vec2* vs, int32 count) FILE: src/libraries/box2d/collision/b2_time_of_impact.cpp type b2SeparationFunction (line 37) | struct b2SeparationFunction type Type (line 39) | enum Type method Initialize (line 48) | float Initialize(const b2SimplexCache* cache, method FindMinSeparation (line 129) | float FindMinSeparation(int32* indexA, int32* indexB, float t) const method Evaluate (line 198) | float Evaluate(int32 indexA, int32 indexB, float t) const function b2TimeOfImpact (line 258) | void b2TimeOfImpact(b2TOIOutput* output, const b2TOIInput* input) FILE: src/libraries/box2d/common/b2_block_allocator.cpp type b2SizeMap (line 52) | struct b2SizeMap method b2SizeMap (line 54) | b2SizeMap() type b2Chunk (line 78) | struct b2Chunk type b2Block (line 84) | struct b2Block FILE: src/libraries/box2d/common/b2_draw.cpp function uint32 (line 34) | uint32 b2Draw::GetFlags() const FILE: src/libraries/box2d/common/b2_math.cpp function b2Vec3 (line 29) | b2Vec3 b2Mat33::Solve33(const b2Vec3& b) const function b2Vec2 (line 45) | b2Vec2 b2Mat33::Solve22(const b2Vec2& b) const FILE: src/libraries/box2d/common/b2_settings.cpp function b2Free_Default (line 40) | void b2Free_Default(void* mem) function b2Log_Default (line 46) | void b2Log_Default(const char* string, va_list args) function loveAssert (line 51) | void loveAssert(bool test, const char* teststr) function b2OpenDump (line 59) | void b2OpenDump(const char* fileName) function b2Dump (line 65) | void b2Dump(const char* string, ...) function b2CloseDump (line 78) | void b2CloseDump() FILE: src/libraries/box2d/common/b2_stack_allocator.cpp function int32 (line 84) | int32 b2StackAllocator::GetMaxAllocation() const FILE: src/libraries/box2d/dynamics/b2_body.cpp function b2Fixture (line 165) | b2Fixture* b2Body::CreateFixture(const b2FixtureDef* def) function b2Fixture (line 204) | b2Fixture* b2Body::CreateFixture(const b2Shape* shape, float density) FILE: src/libraries/box2d/dynamics/b2_chain_circle_contact.cpp function b2Contact (line 31) | b2Contact* b2ChainAndCircleContact::Create(b2Fixture* fixtureA, int32 in... FILE: src/libraries/box2d/dynamics/b2_chain_circle_contact.h function class (line 30) | class b2ChainAndCircleContact : public b2Contact FILE: src/libraries/box2d/dynamics/b2_chain_polygon_contact.cpp function b2Contact (line 31) | b2Contact* b2ChainAndPolygonContact::Create(b2Fixture* fixtureA, int32 i... FILE: src/libraries/box2d/dynamics/b2_chain_polygon_contact.h function class (line 30) | class b2ChainAndPolygonContact : public b2Contact FILE: src/libraries/box2d/dynamics/b2_circle_contact.cpp function b2Contact (line 32) | b2Contact* b2CircleContact::Create(b2Fixture* fixtureA, int32, b2Fixture... FILE: src/libraries/box2d/dynamics/b2_circle_contact.h function class (line 30) | class b2CircleContact : public b2Contact FILE: src/libraries/box2d/dynamics/b2_contact.cpp function b2Contact (line 73) | b2Contact* b2Contact::Create(b2Fixture* fixtureA, int32 indexA, b2Fixtur... FILE: src/libraries/box2d/dynamics/b2_contact_solver.cpp type b2ContactPositionConstraint (line 36) | struct b2ContactPositionConstraint type b2PositionSolverManifold (line 624) | struct b2PositionSolverManifold method Initialize (line 626) | void Initialize(b2ContactPositionConstraint* pc, const b2Transform& xf... FILE: src/libraries/box2d/dynamics/b2_contact_solver.h type b2ContactPositionConstraint (line 33) | struct b2ContactPositionConstraint type b2VelocityConstraintPoint (line 35) | struct b2VelocityConstraintPoint type b2ContactVelocityConstraint (line 46) | struct b2ContactVelocityConstraint type b2ContactSolverDef (line 64) | struct b2ContactSolverDef function class (line 74) | class b2ContactSolver FILE: src/libraries/box2d/dynamics/b2_distance_joint.cpp function b2Vec2 (line 316) | b2Vec2 b2DistanceJoint::GetAnchorA() const function b2Vec2 (line 321) | b2Vec2 b2DistanceJoint::GetAnchorB() const function b2Vec2 (line 326) | b2Vec2 b2DistanceJoint::GetReactionForce(float inv_dt) const FILE: src/libraries/box2d/dynamics/b2_edge_circle_contact.cpp function b2Contact (line 30) | b2Contact* b2EdgeAndCircleContact::Create(b2Fixture* fixtureA, int32, b2... FILE: src/libraries/box2d/dynamics/b2_edge_circle_contact.h function class (line 30) | class b2EdgeAndCircleContact : public b2Contact FILE: src/libraries/box2d/dynamics/b2_edge_polygon_contact.cpp function b2Contact (line 30) | b2Contact* b2EdgeAndPolygonContact::Create(b2Fixture* fixtureA, int32, b... FILE: src/libraries/box2d/dynamics/b2_edge_polygon_contact.h function class (line 30) | class b2EdgeAndPolygonContact : public b2Contact FILE: src/libraries/box2d/dynamics/b2_friction_joint.cpp function b2Vec2 (line 199) | b2Vec2 b2FrictionJoint::GetAnchorA() const function b2Vec2 (line 204) | b2Vec2 b2FrictionJoint::GetAnchorB() const function b2Vec2 (line 209) | b2Vec2 b2FrictionJoint::GetReactionForce(float inv_dt) const FILE: src/libraries/box2d/dynamics/b2_gear_joint.cpp function b2Vec2 (line 380) | b2Vec2 b2GearJoint::GetAnchorA() const function b2Vec2 (line 385) | b2Vec2 b2GearJoint::GetAnchorB() const function b2Vec2 (line 390) | b2Vec2 b2GearJoint::GetReactionForce(float inv_dt) const FILE: src/libraries/box2d/dynamics/b2_island.h type b2ContactVelocityConstraint (line 34) | struct b2ContactVelocityConstraint type b2Profile (line 35) | struct b2Profile function class (line 38) | class b2Island FILE: src/libraries/box2d/dynamics/b2_joint.cpp function b2LinearStiffness (line 40) | void b2LinearStiffness(float& stiffness, float& damping, function b2AngularStiffness (line 65) | void b2AngularStiffness(float& stiffness, float& damping, function b2Joint (line 90) | b2Joint* b2Joint::Create(const b2JointDef* def, b2BlockAllocator* alloca... FILE: src/libraries/box2d/dynamics/b2_motor_joint.cpp function b2Vec2 (line 213) | b2Vec2 b2MotorJoint::GetAnchorA() const function b2Vec2 (line 218) | b2Vec2 b2MotorJoint::GetAnchorB() const function b2Vec2 (line 223) | b2Vec2 b2MotorJoint::GetReactionForce(float inv_dt) const function b2Vec2 (line 276) | const b2Vec2& b2MotorJoint::GetLinearOffset() const FILE: src/libraries/box2d/dynamics/b2_mouse_joint.cpp function b2Vec2 (line 58) | const b2Vec2& b2MouseJoint::GetTarget() const function b2Vec2 (line 169) | b2Vec2 b2MouseJoint::GetAnchorA() const function b2Vec2 (line 174) | b2Vec2 b2MouseJoint::GetAnchorB() const function b2Vec2 (line 179) | b2Vec2 b2MouseJoint::GetReactionForce(float inv_dt) const FILE: src/libraries/box2d/dynamics/b2_polygon_circle_contact.cpp function b2Contact (line 30) | b2Contact* b2PolygonAndCircleContact::Create(b2Fixture* fixtureA, int32,... FILE: src/libraries/box2d/dynamics/b2_polygon_circle_contact.h function class (line 30) | class b2PolygonAndCircleContact : public b2Contact FILE: src/libraries/box2d/dynamics/b2_polygon_contact.cpp function b2Contact (line 33) | b2Contact* b2PolygonContact::Create(b2Fixture* fixtureA, int32, b2Fixtur... FILE: src/libraries/box2d/dynamics/b2_polygon_contact.h function class (line 30) | class b2PolygonContact : public b2Contact FILE: src/libraries/box2d/dynamics/b2_prismatic_joint.cpp function b2Vec2 (line 453) | b2Vec2 b2PrismaticJoint::GetAnchorA() const function b2Vec2 (line 458) | b2Vec2 b2PrismaticJoint::GetAnchorB() const function b2Vec2 (line 463) | b2Vec2 b2PrismaticJoint::GetReactionForce(float inv_dt) const FILE: src/libraries/box2d/dynamics/b2_pulley_joint.cpp function b2Vec2 (line 266) | b2Vec2 b2PulleyJoint::GetAnchorA() const function b2Vec2 (line 271) | b2Vec2 b2PulleyJoint::GetAnchorB() const function b2Vec2 (line 276) | b2Vec2 b2PulleyJoint::GetReactionForce(float inv_dt) const function b2Vec2 (line 288) | b2Vec2 b2PulleyJoint::GetGroundAnchorA() const function b2Vec2 (line 293) | b2Vec2 b2PulleyJoint::GetGroundAnchorB() const FILE: src/libraries/box2d/dynamics/b2_revolute_joint.cpp function b2Vec2 (line 323) | b2Vec2 b2RevoluteJoint::GetAnchorA() const function b2Vec2 (line 328) | b2Vec2 b2RevoluteJoint::GetAnchorB() const function b2Vec2 (line 333) | b2Vec2 b2RevoluteJoint::GetReactionForce(float inv_dt) const FILE: src/libraries/box2d/dynamics/b2_weld_joint.cpp function b2Vec2 (line 308) | b2Vec2 b2WeldJoint::GetAnchorA() const function b2Vec2 (line 313) | b2Vec2 b2WeldJoint::GetAnchorB() const function b2Vec2 (line 318) | b2Vec2 b2WeldJoint::GetReactionForce(float inv_dt) const FILE: src/libraries/box2d/dynamics/b2_wheel_joint.cpp function b2Vec2 (line 446) | b2Vec2 b2WheelJoint::GetAnchorA() const function b2Vec2 (line 451) | b2Vec2 b2WheelJoint::GetAnchorB() const function b2Vec2 (line 456) | b2Vec2 b2WheelJoint::GetReactionForce(float inv_dt) const FILE: src/libraries/box2d/dynamics/b2_world.cpp function b2Body (line 115) | b2Body* b2World::CreateBody(const b2BodyDef* def) function b2Joint (line 220) | b2Joint* b2World::CreateJoint(const b2JointDef* def) type b2WorldQueryWrapper (line 982) | struct b2WorldQueryWrapper method QueryCallback (line 984) | bool QueryCallback(int32 proxyId) type b2WorldRayCastWrapper (line 1002) | struct b2WorldRayCastWrapper method RayCastCallback (line 1004) | float RayCastCallback(const b2RayCastInput& input, int32 proxyId) function int32 (line 1217) | int32 b2World::GetProxyCount() const function int32 (line 1222) | int32 b2World::GetTreeHeight() const function int32 (line 1227) | int32 b2World::GetTreeBalance() const FILE: src/libraries/box2d/rope/b2_rope.cpp type b2RopeStretch (line 28) | struct b2RopeStretch type b2RopeBend (line 38) | struct b2RopeBend FILE: src/libraries/ddsparse/ddsinfo.h function namespace (line 32) | namespace dds FILE: src/libraries/ddsparse/ddsparse.cpp type dds (line 28) | namespace dds function DXGIFormat (line 40) | static DXGIFormat getDXGIFormat(const DDSPixelFormat& ddpf) function getBitsPerPixel (line 222) | static size_t getBitsPerPixel(DXGIFormat fmt) function isBlockCompressed (line 348) | static bool isBlockCompressed(DXGIFormat fmt) function isDDS (line 379) | bool isDDS(const void *data, size_t dataSize) function DXGIFormat (line 413) | DXGIFormat getDDSPixelFormat(const void *data, size_t dataSize) function isCompressedDDS (line 434) | bool isCompressedDDS(const void *data, size_t dataSize) function Parser (line 457) | Parser &Parser::operator = (const Parser &other) function DXGIFormat (line 469) | DXGIFormat Parser::getFormat() const function Image (line 474) | const Image *Parser::getImageData(size_t miplevel) const FILE: src/libraries/ddsparse/ddsparse.h function namespace (line 33) | namespace dds FILE: src/libraries/dr/dr_flac.h type drflac_int8 (line 241) | typedef signed char drflac_int8; type drflac_uint8 (line 242) | typedef unsigned char drflac_uint8; type drflac_int16 (line 243) | typedef signed short drflac_int16; type drflac_uint16 (line 244) | typedef unsigned short drflac_uint16; type drflac_int32 (line 245) | typedef signed int drflac_int32; type drflac_uint32 (line 246) | typedef unsigned int drflac_uint32; type drflac_int64 (line 248) | typedef signed __int64 drflac_int64; type drflac_uint64 (line 249) | typedef unsigned __int64 drflac_uint64; type drflac_int64 (line 258) | typedef signed long long drflac_int64; type drflac_uint64 (line 259) | typedef unsigned long long drflac_uint64; type drflac_uint64 (line 265) | typedef drflac_uint64 drflac_uintptr; type drflac_uint32 (line 267) | typedef drflac_uint32 drflac_uintptr; type drflac_uint8 (line 269) | typedef drflac_uint8 drflac_bool8; type drflac_uint32 (line 270) | typedef drflac_uint32 drflac_bool32; type drflac_uint64 (line 335) | typedef drflac_uint64 drflac_cache_t; type drflac_uint32 (line 337) | typedef drflac_uint32 drflac_cache_t; type drflac_container (line 373) | typedef enum type drflac_seek_origin (line 380) | typedef enum type drflac_seekpoint (line 388) | typedef struct type drflac_streaminfo (line 396) | typedef struct type drflac_metadata (line 409) | typedef struct type drflac_bool32 (line 541) | typedef drflac_bool32 (* drflac_seek_proc)(void* pUserData, int offset, ... type drflac_allocation_callbacks (line 564) | typedef struct type drflac__memory_stream (line 573) | typedef struct type drflac_bs (line 581) | typedef struct type drflac_subframe (line 625) | typedef struct type drflac_frame_header (line 640) | typedef struct type drflac_frame (line 673) | typedef struct type drflac (line 688) | typedef struct type drflac_vorbis_comment_iterator (line 1257) | typedef struct type drflac_cuesheet_track_iterator (line 1277) | typedef struct type drflac_cuesheet_track_index (line 1285) | typedef struct type drflac_cuesheet_track (line 1293) | typedef struct function drflac__cpuid (line 1450) | static void drflac__cpuid(int info[4], int fid) function drflac__cpuid (line 1459) | static void drflac__cpuid(int info[4], int fid) function drflac_has_sse2 (line 1489) | drflac_has_sse2(void) function drflac_has_sse41 (line 1514) | drflac_has_sse41(void) type drflac_int32 (line 1626) | typedef drflac_int32 drflac_result; function DRFLAC_API (line 1700) | DRFLAC_API void drflac_version(drflac_uint32* pMajor, drflac_uint32* pMi... function DRFLAC_API (line 1715) | DRFLAC_API const char* drflac_version_string(void) function DRFLAC_NO_THREAD_SANITIZE (line 1746) | DRFLAC_NO_THREAD_SANITIZE static void drflac__init_cpu_caps(void) function drflac__has_neon (line 1771) | drflac__has_neon(void) function DRFLAC_NO_THREAD_SANITIZE (line 1789) | DRFLAC_NO_THREAD_SANITIZE static void drflac__init_cpu_caps(void) function drflac__is_little_endian (line 1801) | drflac__is_little_endian(void) function DRFLAC_INLINE (line 1813) | static DRFLAC_INLINE drflac_uint16 drflac__swap_endian_uint16(drflac_uin... function DRFLAC_INLINE (line 1864) | static DRFLAC_INLINE drflac_uint64 drflac__swap_endian_uint64(drflac_uin... function DRFLAC_INLINE (line 1890) | static DRFLAC_INLINE drflac_uint16 drflac__be2host_16(drflac_uint16 n) function DRFLAC_INLINE (line 1899) | static DRFLAC_INLINE drflac_uint32 drflac__be2host_32(drflac_uint32 n) function DRFLAC_INLINE (line 1908) | static DRFLAC_INLINE drflac_uint32 drflac__be2host_32_ptr_unaligned(cons... function DRFLAC_INLINE (line 1914) | static DRFLAC_INLINE drflac_uint64 drflac__be2host_64(drflac_uint64 n) function DRFLAC_INLINE (line 1924) | static DRFLAC_INLINE drflac_uint32 drflac__le2host_32(drflac_uint32 n) function DRFLAC_INLINE (line 1933) | static DRFLAC_INLINE drflac_uint32 drflac__le2host_32_ptr_unaligned(cons... function DRFLAC_INLINE (line 1940) | static DRFLAC_INLINE drflac_uint32 drflac__unsynchsafe_32(drflac_uint32 n) function DRFLAC_INLINE (line 2008) | static DRFLAC_INLINE drflac_uint8 drflac_crc8_byte(drflac_uint8 crc, drf... function DRFLAC_INLINE (line 2013) | static DRFLAC_INLINE drflac_uint8 drflac_crc8(drflac_uint8 crc, drflac_u... function DRFLAC_INLINE (line 2060) | static DRFLAC_INLINE drflac_uint16 drflac_crc16_byte(drflac_uint16 crc, ... function DRFLAC_INLINE (line 2065) | static DRFLAC_INLINE drflac_uint16 drflac_crc16_cache(drflac_uint16 crc,... function DRFLAC_INLINE (line 2081) | static DRFLAC_INLINE drflac_uint16 drflac_crc16_bytes(drflac_uint16 crc,... function DRFLAC_INLINE (line 2101) | static DRFLAC_INLINE drflac_uint16 drflac_crc16__32bit(drflac_uint16 crc... function DRFLAC_INLINE (line 2150) | static DRFLAC_INLINE drflac_uint16 drflac_crc16__64bit(drflac_uint16 crc... function DRFLAC_INLINE (line 2189) | static DRFLAC_INLINE drflac_uint16 drflac_crc16(drflac_uint16 crc, drfla... function DRFLAC_INLINE (line 2229) | static DRFLAC_INLINE void drflac__reset_crc16(drflac_bs* bs) function DRFLAC_INLINE (line 2235) | static DRFLAC_INLINE void drflac__update_crc16(drflac_bs* bs) function DRFLAC_INLINE (line 2245) | static DRFLAC_INLINE drflac_uint16 drflac__flush_crc16(drflac_bs* bs) function DRFLAC_INLINE (line 2271) | static DRFLAC_INLINE drflac_bool32 drflac__reload_l1_cache_from_l2(drfla... function drflac_bool32 (line 2330) | static drflac_bool32 drflac__reload_cache(drflac_bs* bs) function drflac__reset_cache (line 2375) | static void drflac__reset_cache(drflac_bs* bs) function DRFLAC_INLINE (line 2390) | static DRFLAC_INLINE drflac_bool32 drflac__read_uint32(drflac_bs* bs, un... function drflac_bool32 (line 2452) | static drflac_bool32 drflac__read_int32(drflac_bs* bs, unsigned int bitC... function drflac_bool32 (line 2477) | static drflac_bool32 drflac__read_uint64(drflac_bs* bs, unsigned int bit... function drflac_bool32 (line 2500) | static drflac_bool32 drflac__read_int64(drflac_bs* bs, unsigned int bitC... function drflac_bool32 (line 2519) | static drflac_bool32 drflac__read_uint16(drflac_bs* bs, unsigned int bit... function drflac_bool32 (line 2537) | static drflac_bool32 drflac__read_int16(drflac_bs* bs, unsigned int bitC... function drflac_bool32 (line 2555) | static drflac_bool32 drflac__read_uint8(drflac_bs* bs, unsigned int bitC... function drflac_bool32 (line 2572) | static drflac_bool32 drflac__read_int8(drflac_bs* bs, unsigned int bitCo... function drflac_bool32 (line 2590) | static drflac_bool32 drflac__seek_bits(drflac_bs* bs, size_t bitsToSeek) function drflac_bool32 (line 2646) | static drflac_bool32 drflac__find_and_seek_to_next_sync_code(drflac_bs* bs) function DRFLAC_INLINE (line 2700) | static DRFLAC_INLINE drflac_uint32 drflac__clz_software(drflac_cache_t x) function drflac__is_lzcnt_supported (line 2734) | drflac__is_lzcnt_supported(void) function DRFLAC_INLINE (line 2829) | static DRFLAC_INLINE drflac_uint32 drflac__clz_msvc(drflac_cache_t x) function DRFLAC_INLINE (line 2856) | static DRFLAC_INLINE drflac_uint32 drflac__clz(drflac_cache_t x) function DRFLAC_INLINE (line 2875) | static DRFLAC_INLINE drflac_bool32 drflac__seek_past_next_set_bit(drflac... function drflac_bool32 (line 2914) | static drflac_bool32 drflac__seek_to_byte(drflac_bs* bs, drflac_uint64 o... function drflac_result (line 2955) | static drflac_result drflac__read_utf8_coded_number(drflac_bs* bs, drfla... function DRFLAC_INLINE (line 3019) | static DRFLAC_INLINE drflac_uint32 drflac__ilog2_u32(drflac_uint32 x) function DRFLAC_INLINE (line 3032) | static DRFLAC_INLINE drflac_bool32 drflac__use_64_bit_prediction(drflac_... function DRFLAC_INLINE (line 3046) | __attribute__((no_sanitize("signed-integer-overflow"))) function DRFLAC_INLINE (line 3096) | static DRFLAC_INLINE drflac_int32 drflac__calculate_prediction_64(drflac... function drflac_bool32 (line 3283) | static drflac_bool32 drflac__decode_samples_with_residual__rice__referen... function drflac_bool32 (line 3334) | static drflac_bool32 drflac__read_rice_parts__reference(drflac_bs* bs, d... function DRFLAC_INLINE (line 3367) | static DRFLAC_INLINE drflac_bool32 drflac__read_rice_parts(drflac_bs* bs... function DRFLAC_INLINE (line 3441) | static DRFLAC_INLINE drflac_bool32 drflac__read_rice_parts_x1(drflac_bs*... function DRFLAC_INLINE (line 3566) | static DRFLAC_INLINE drflac_bool32 drflac__seek_rice_parts(drflac_bs* bs... function drflac_bool32 (line 3673) | static drflac_bool32 drflac__decode_samples_with_residual__rice__scalar_... function drflac_bool32 (line 3711) | static drflac_bool32 drflac__decode_samples_with_residual__rice__scalar(... function DRFLAC_INLINE (line 3832) | static DRFLAC_INLINE __m128i drflac__mm_packs_interleaved_epi32(__m128i ... function DRFLAC_INLINE (line 3851) | static DRFLAC_INLINE __m128i drflac__mm_not_si128(__m128i a) function DRFLAC_INLINE (line 3856) | static DRFLAC_INLINE __m128i drflac__mm_hadd_epi32(__m128i x) function DRFLAC_INLINE (line 3863) | static DRFLAC_INLINE __m128i drflac__mm_hadd_epi64(__m128i x) function DRFLAC_INLINE (line 3868) | static DRFLAC_INLINE __m128i drflac__mm_srai_epi64(__m128i x, int count) function drflac_bool32 (line 3882) | static drflac_bool32 drflac__decode_samples_with_residual__rice__sse41_3... function drflac_bool32 (line 4087) | static drflac_bool32 drflac__decode_samples_with_residual__rice__sse41_6... function drflac_bool32 (line 4277) | static drflac_bool32 drflac__decode_samples_with_residual__rice__sse41(d... function DRFLAC_INLINE (line 4296) | static DRFLAC_INLINE void drflac__vst2q_s32(drflac_int32* p, int32x4x2_t x) function DRFLAC_INLINE (line 4302) | static DRFLAC_INLINE void drflac__vst2q_u32(drflac_uint32* p, uint32x4x2... function DRFLAC_INLINE (line 4308) | static DRFLAC_INLINE void drflac__vst2q_f32(float* p, float32x4x2_t x) function DRFLAC_INLINE (line 4314) | static DRFLAC_INLINE void drflac__vst2q_s16(drflac_int16* p, int16x4x2_t x) function DRFLAC_INLINE (line 4319) | static DRFLAC_INLINE void drflac__vst2q_u16(drflac_uint16* p, uint16x4x2... function DRFLAC_INLINE (line 4324) | static DRFLAC_INLINE int32x4_t drflac__vdupq_n_s32x4(drflac_int32 x3, dr... function DRFLAC_INLINE (line 4334) | static DRFLAC_INLINE int32x4_t drflac__valignrq_s32_1(int32x4_t a, int32... function DRFLAC_INLINE (line 4349) | static DRFLAC_INLINE uint32x4_t drflac__valignrq_u32_1(uint32x4_t a, uin... function DRFLAC_INLINE (line 4364) | static DRFLAC_INLINE int32x2_t drflac__vhaddq_s32(int32x4_t x) function DRFLAC_INLINE (line 4380) | static DRFLAC_INLINE int64x1_t drflac__vhaddq_s64(int64x2_t x) function DRFLAC_INLINE (line 4385) | static DRFLAC_INLINE int32x4_t drflac__vrevq_s32(int32x4_t x) function DRFLAC_INLINE (line 4398) | static DRFLAC_INLINE int32x4_t drflac__vnotq_s32(int32x4_t x) function DRFLAC_INLINE (line 4403) | static DRFLAC_INLINE uint32x4_t drflac__vnotq_u32(uint32x4_t x) function drflac_bool32 (line 4408) | static drflac_bool32 drflac__decode_samples_with_residual__rice__neon_32... function drflac_bool32 (line 4597) | static drflac_bool32 drflac__decode_samples_with_residual__rice__neon_64... function drflac_bool32 (line 4775) | static drflac_bool32 drflac__decode_samples_with_residual__rice__neon(dr... function drflac_bool32 (line 4793) | static drflac_bool32 drflac__decode_samples_with_residual__rice(drflac_b... function drflac_bool32 (line 4815) | static drflac_bool32 drflac__read_and_seek_residual__rice(drflac_bs* bs,... function drflac_bool32 (line 4831) | __attribute__((no_sanitize("signed-integer-overflow"))) function drflac_bool32 (line 4866) | static drflac_bool32 drflac__decode_samples_with_residual(drflac_bs* bs,... function drflac_bool32 (line 4961) | static drflac_bool32 drflac__read_and_seek_residual(drflac_bs* bs, drfla... function drflac_bool32 (line 5045) | static drflac_bool32 drflac__decode_samples__constant(drflac_bs* bs, drf... function drflac_bool32 (line 5066) | static drflac_bool32 drflac__decode_samples__verbatim(drflac_bs* bs, drf... function drflac_bool32 (line 5082) | static drflac_bool32 drflac__decode_samples__fixed(drflac_bs* bs, drflac... function drflac_bool32 (line 5111) | static drflac_bool32 drflac__decode_samples__lpc(drflac_bs* bs, drflac_u... function drflac_bool32 (line 5167) | static drflac_bool32 drflac__read_next_flac_frame_header(drflac_bs* bs, ... function drflac_bool32 (line 5346) | static drflac_bool32 drflac__read_subframe_header(drflac_bs* bs, drflac_... function drflac_bool32 (line 5398) | static drflac_bool32 drflac__decode_subframe(drflac_bs* bs, drflac_frame... function drflac_bool32 (line 5460) | static drflac_bool32 drflac__seek_subframe(drflac_bs* bs, drflac_frame* ... function DRFLAC_INLINE (line 5553) | static DRFLAC_INLINE drflac_uint8 drflac__get_channel_count_from_channel... function drflac_result (line 5561) | static drflac_result drflac__decode_flac_frame(drflac* pFlac) function drflac_result (line 5617) | static drflac_result drflac__seek_flac_frame(drflac* pFlac) function drflac_bool32 (line 5655) | static drflac_bool32 drflac__read_and_decode_next_flac_frame(drflac* pFlac) function drflac__get_pcm_frame_range_of_current_flac_frame (line 5679) | static void drflac__get_pcm_frame_range_of_current_flac_frame(drflac* pF... function drflac_bool32 (line 5704) | static drflac_bool32 drflac__seek_to_first_frame(drflac* pFlac) function DRFLAC_INLINE (line 5718) | static DRFLAC_INLINE drflac_result drflac__seek_to_next_flac_frame(drfla... function drflac_uint64 (line 5726) | static drflac_uint64 drflac__seek_forward_by_pcm_frames(drflac* pFlac, d... function drflac_bool32 (line 5752) | static drflac_bool32 drflac__seek_to_pcm_frame__brute_force(drflac* pFla... function drflac_bool32 (line 5871) | static drflac_bool32 drflac__seek_to_approximate_flac_frame_to_byte(drfl... function drflac_bool32 (line 5940) | static drflac_bool32 drflac__decode_flac_frame_and_seek_forward_by_pcm_f... function drflac_bool32 (line 5956) | static drflac_bool32 drflac__seek_to_pcm_frame__binary_search_internal(d... function drflac_bool32 (line 6053) | static drflac_bool32 drflac__seek_to_pcm_frame__binary_search(drflac* pF... function drflac_bool32 (line 6080) | static drflac_bool32 drflac__seek_to_pcm_frame__seek_table(drflac* pFlac... type drflac_ogg_page_header (line 6261) | typedef struct type drflac_init_info (line 6275) | typedef struct function DRFLAC_INLINE (line 6301) | static DRFLAC_INLINE void drflac__decode_block_header(drflac_uint32 bloc... function DRFLAC_INLINE (line 6309) | static DRFLAC_INLINE drflac_bool32 drflac__read_and_decode_block_header(... function drflac_bool32 (line 6322) | static drflac_bool32 drflac__read_streaminfo(drflac_read_proc onRead, vo... function drflac__free_default (line 6379) | static void drflac__free_default(void* p, void* pUserData) function drflac__free_from_callbacks (line 6434) | static void drflac__free_from_callbacks(void* p, const drflac_allocation... function drflac_bool32 (line 6446) | static drflac_bool32 drflac__read_and_decode_metadata(drflac_read_proc o... function drflac_bool32 (line 6807) | static drflac_bool32 drflac__init_private__native(drflac_init_info* pIni... type drflac_ogg_crc_mismatch_recovery (line 6881) | typedef enum function DRFLAC_INLINE (line 6956) | static DRFLAC_INLINE drflac_uint32 drflac_crc32_byte(drflac_uint32 crc32... function DRFLAC_INLINE (line 6967) | static DRFLAC_INLINE drflac_uint32 drflac_crc32_uint32(drflac_uint32 crc... function DRFLAC_INLINE (line 6976) | static DRFLAC_INLINE drflac_uint32 drflac_crc32_uint64(drflac_uint32 crc... function DRFLAC_INLINE (line 6984) | static DRFLAC_INLINE drflac_uint32 drflac_crc32_buffer(drflac_uint32 crc... function DRFLAC_INLINE (line 6995) | static DRFLAC_INLINE drflac_bool32 drflac_ogg__is_capture_pattern(drflac... function DRFLAC_INLINE (line 7000) | static DRFLAC_INLINE drflac_uint32 drflac_ogg__get_page_header_size(drfl... function DRFLAC_INLINE (line 7005) | static DRFLAC_INLINE drflac_uint32 drflac_ogg__get_page_body_size(drflac... function drflac_result (line 7017) | static drflac_result drflac_ogg__read_page_header_after_capture_pattern(... function drflac_result (line 7070) | static drflac_result drflac_ogg__read_page_header(drflac_read_proc onRea... type drflac_oggbs (line 7119) | typedef struct function drflac_oggbs__read_physical (line 7134) | static size_t drflac_oggbs__read_physical(drflac_oggbs* oggbs, void* buf... function drflac_bool32 (line 7142) | static drflac_bool32 drflac_oggbs__seek_physical(drflac_oggbs* oggbs, dr... function drflac_bool32 (line 7178) | static drflac_bool32 drflac_oggbs__goto_next_page(drflac_oggbs* oggbs, d... function drflac_uint8 (line 7241) | static drflac_uint8 drflac_oggbs__get_current_segment_index(drflac_oggbs... function drflac_bool32 (line 7260) | static drflac_bool32 drflac_oggbs__seek_to_next_packet(drflac_oggbs* oggbs) function drflac_bool32 (line 7310) | static drflac_bool32 drflac_oggbs__seek_to_next_frame(drflac_oggbs* oggbs) function drflac__on_read_ogg (line 7319) | static size_t drflac__on_read_ogg(void* pUserData, void* bufferOut, size... function drflac_bool32 (line 7356) | static drflac_bool32 drflac__on_seek_ogg(void* pUserData, int offset, dr... function drflac_bool32 (line 7407) | static drflac_bool32 drflac_ogg__seek_to_pcm_frame(drflac* pFlac, drflac... function drflac_bool32 (line 7564) | static drflac_bool32 drflac__init_private__ogg(drflac_init_info* pInit, ... function drflac_bool32 (line 7722) | static drflac_bool32 drflac__init_private(drflac_init_info* pInit, drfla... function drflac__init_from_info (line 7807) | static void drflac__init_from_info(drflac* pFlac, const drflac_init_info... function drflac (line 7825) | static drflac* drflac_open_with_metadata_private(drflac_read_proc onRead... function drflac_result (line 8042) | static drflac_result drflac_result_from_errno(int e) function drflac_result (line 8444) | static drflac_result drflac_fopen(FILE** ppFile, const char* pFilePath, ... function drflac_result (line 8504) | static drflac_result drflac_wfopen(FILE** ppFile, const wchar_t* pFilePa... function drflac__on_read_stdio (line 8586) | static size_t drflac__on_read_stdio(void* pUserData, void* bufferOut, si... function drflac_bool32 (line 8591) | static drflac_bool32 drflac__on_seek_stdio(void* pUserData, int offset, ... function DRFLAC_API (line 8599) | DRFLAC_API drflac* drflac_open_file(const char* pFileName, const drflac_... function DRFLAC_API (line 8617) | DRFLAC_API drflac* drflac_open_file_w(const wchar_t* pFileName, const dr... function DRFLAC_API (line 8635) | DRFLAC_API drflac* drflac_open_file_with_metadata(const char* pFileName,... function DRFLAC_API (line 8653) | DRFLAC_API drflac* drflac_open_file_with_metadata_w(const wchar_t* pFile... function drflac__on_read_memory (line 8672) | static size_t drflac__on_read_memory(void* pUserData, void* bufferOut, s... function drflac_bool32 (line 8693) | static drflac_bool32 drflac__on_seek_memory(void* pUserData, int offset,... function DRFLAC_API (line 8721) | DRFLAC_API drflac* drflac_open_memory(const void* pData, size_t dataSize... function DRFLAC_API (line 8752) | DRFLAC_API drflac* drflac_open_memory_with_metadata(const void* pData, s... function DRFLAC_API (line 8785) | DRFLAC_API drflac* drflac_open(drflac_read_proc onRead, drflac_seek_proc... function DRFLAC_API (line 8789) | DRFLAC_API drflac* drflac_open_relaxed(drflac_read_proc onRead, drflac_s... function DRFLAC_API (line 8794) | DRFLAC_API drflac* drflac_open_with_metadata(drflac_read_proc onRead, dr... function DRFLAC_API (line 8798) | DRFLAC_API drflac* drflac_open_with_metadata_relaxed(drflac_read_proc on... function DRFLAC_API (line 8803) | DRFLAC_API void drflac_close(drflac* pFlac) function DRFLAC_INLINE (line 8836) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_left_side__... function DRFLAC_INLINE (line 8850) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_left_side__... function DRFLAC_INLINE (line 8896) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_left_side__... function DRFLAC_INLINE (line 8928) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_left_side__... function DRFLAC_INLINE (line 8967) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_left_side(d... function DRFLAC_INLINE (line 8990) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_right_side_... function DRFLAC_INLINE (line 9004) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_right_side_... function DRFLAC_INLINE (line 9050) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_right_side_... function DRFLAC_INLINE (line 9082) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_right_side_... function DRFLAC_INLINE (line 9121) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_right_side(... function DRFLAC_INLINE (line 9144) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_mid_side__r... function DRFLAC_INLINE (line 9158) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_mid_side__s... function DRFLAC_INLINE (line 9271) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_mid_side__s... function DRFLAC_INLINE (line 9343) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_mid_side__n... function DRFLAC_INLINE (line 9423) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_mid_side(dr... function DRFLAC_INLINE (line 9446) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_independent... function DRFLAC_INLINE (line 9455) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_independent... function DRFLAC_INLINE (line 9492) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_independent... function DRFLAC_INLINE (line 9517) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_independent... function DRFLAC_INLINE (line 9546) | static DRFLAC_INLINE void drflac_read_pcm_frames_s32__decode_independent... function DRFLAC_API (line 9568) | DRFLAC_API drflac_uint64 drflac_read_pcm_frames_s32(drflac* pFlac, drfla... function DRFLAC_INLINE (line 9651) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_left_side__... function DRFLAC_INLINE (line 9668) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_left_side__... function DRFLAC_INLINE (line 9727) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_left_side__... function DRFLAC_INLINE (line 9764) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_left_side__... function DRFLAC_INLINE (line 9809) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_left_side(d... function DRFLAC_INLINE (line 9832) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_right_side_... function DRFLAC_INLINE (line 9849) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_right_side_... function DRFLAC_INLINE (line 9908) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_right_side_... function DRFLAC_INLINE (line 9945) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_right_side_... function DRFLAC_INLINE (line 9990) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_right_side(... function DRFLAC_INLINE (line 10013) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_mid_side__r... function DRFLAC_INLINE (line 10027) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_mid_side__s... function DRFLAC_INLINE (line 10160) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_mid_side__s... function DRFLAC_INLINE (line 10236) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_mid_side__n... function DRFLAC_INLINE (line 10320) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_mid_side(dr... function DRFLAC_INLINE (line 10343) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_independent... function DRFLAC_INLINE (line 10352) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_independent... function DRFLAC_INLINE (line 10399) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_independent... function DRFLAC_INLINE (line 10427) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_independent... function DRFLAC_INLINE (line 10459) | static DRFLAC_INLINE void drflac_read_pcm_frames_s16__decode_independent... function DRFLAC_API (line 10480) | DRFLAC_API drflac_uint64 drflac_read_pcm_frames_s16(drflac* pFlac, drfla... function DRFLAC_INLINE (line 10564) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_left_side__... function DRFLAC_INLINE (line 10578) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_left_side__... function DRFLAC_INLINE (line 10626) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_left_side__... function DRFLAC_INLINE (line 10663) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_left_side__... function DRFLAC_INLINE (line 10708) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_left_side(d... function DRFLAC_INLINE (line 10731) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_right_side_... function DRFLAC_INLINE (line 10745) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_right_side_... function DRFLAC_INLINE (line 10792) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_right_side_... function DRFLAC_INLINE (line 10829) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_right_side_... function DRFLAC_INLINE (line 10874) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_right_side(... function DRFLAC_INLINE (line 10897) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_mid_side__r... function DRFLAC_INLINE (line 10911) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_mid_side__s... function DRFLAC_INLINE (line 11025) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_mid_side__s... function DRFLAC_INLINE (line 11112) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_mid_side__n... function DRFLAC_INLINE (line 11200) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_mid_side(dr... function DRFLAC_INLINE (line 11222) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_independent... function DRFLAC_INLINE (line 11231) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_independent... function DRFLAC_INLINE (line 11269) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_independent... function DRFLAC_INLINE (line 11305) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_independent... function DRFLAC_INLINE (line 11341) | static DRFLAC_INLINE void drflac_read_pcm_frames_f32__decode_independent... function DRFLAC_API (line 11362) | DRFLAC_API drflac_uint64 drflac_read_pcm_frames_f32(drflac* pFlac, drfla... function DRFLAC_API (line 11445) | DRFLAC_API drflac_bool32 drflac_seek_to_pcm_frame(drflac* pFlac, drflac_... function drflac_int32 (line 11630) | drflac_int32* drflac_open_and_read_pcm_frames_s32(drflac_read_proc onRea... function DRFLAC_API (line 11652) | DRFLAC_API drflac_int16* drflac_open_and_read_pcm_frames_s16(drflac_read... function DRFLAC_API (line 11674) | DRFLAC_API float* drflac_open_and_read_pcm_frames_f32(drflac_read_proc o... function DRFLAC_API (line 11697) | DRFLAC_API drflac_int32* drflac_open_file_and_read_pcm_frames_s32(const ... function DRFLAC_API (line 11719) | DRFLAC_API drflac_int16* drflac_open_file_and_read_pcm_frames_s16(const ... function DRFLAC_API (line 11741) | DRFLAC_API float* drflac_open_file_and_read_pcm_frames_f32(const char* f... function DRFLAC_API (line 11764) | DRFLAC_API drflac_int32* drflac_open_memory_and_read_pcm_frames_s32(cons... function DRFLAC_API (line 11786) | DRFLAC_API drflac_int16* drflac_open_memory_and_read_pcm_frames_s16(cons... function DRFLAC_API (line 11808) | DRFLAC_API float* drflac_open_memory_and_read_pcm_frames_f32(const void*... function DRFLAC_API (line 11831) | DRFLAC_API void drflac_free(void* p, const drflac_allocation_callbacks* ... function DRFLAC_API (line 11843) | DRFLAC_API void drflac_init_vorbis_comment_iterator(drflac_vorbis_commen... function DRFLAC_API (line 11853) | DRFLAC_API const char* drflac_next_vorbis_comment(drflac_vorbis_comment_... function DRFLAC_API (line 11884) | DRFLAC_API void drflac_init_cuesheet_track_iterator(drflac_cuesheet_trac... function DRFLAC_API (line 11894) | DRFLAC_API drflac_bool32 drflac_next_cuesheet_track(drflac_cuesheet_trac... FILE: src/libraries/dr/dr_mp3.h type drmp3_int8 (line 104) | typedef signed char drmp3_int8; type drmp3_uint8 (line 105) | typedef unsigned char drmp3_uint8; type drmp3_int16 (line 106) | typedef signed short drmp3_int16; type drmp3_uint16 (line 107) | typedef unsigned short drmp3_uint16; type drmp3_int32 (line 108) | typedef signed int drmp3_int32; type drmp3_uint32 (line 109) | typedef unsigned int drmp3_uint32; type drmp3_int64 (line 111) | typedef signed __int64 drmp3_int64; type drmp3_uint64 (line 112) | typedef unsigned __int64 drmp3_uint64; type drmp3_int64 (line 121) | typedef signed long long drmp3_int64; type drmp3_uint64 (line 122) | typedef unsigned long long drmp3_uint64; type drmp3_uint64 (line 128) | typedef drmp3_uint64 drmp3_uintptr; type drmp3_uint32 (line 130) | typedef drmp3_uint32 drmp3_uintptr; type drmp3_uint8 (line 132) | typedef drmp3_uint8 drmp3_bool8; type drmp3_uint32 (line 133) | typedef drmp3_uint32 drmp3_bool32; type drmp3_int32 (line 167) | typedef drmp3_int32 drmp3_result; type drmp3dec_frame_info (line 263) | typedef struct type drmp3dec (line 268) | typedef struct type drmp3_seek_origin (line 290) | typedef enum type drmp3_seek_point (line 296) | typedef struct type drmp3_bool32 (line 330) | typedef drmp3_bool32 (* drmp3_seek_proc)(void* pUserData, int offset, dr... type drmp3_allocation_callbacks (line 332) | typedef struct type drmp3_config (line 340) | typedef struct type drmp3 (line 346) | typedef struct function DRMP3_API (line 531) | DRMP3_API void drmp3_version(drmp3_uint32* pMajor, drmp3_uint32* pMinor,... function DRMP3_API (line 546) | DRMP3_API const char* drmp3_version_string(void) type __m128 (line 620) | typedef __m128 drmp3_f4; function drmp3_have_simd (line 648) | static int drmp3_have_simd(void) type float32x4_t (line 688) | typedef float32x4_t drmp3_f4; function drmp3_have_simd (line 689) | static int drmp3_have_simd(void) function drmp3_int32 (line 709) | static __inline__ __attribute__((always_inline)) drmp3_int32 drmp3_clip_... type drmp3_bs (line 745) | typedef struct type drmp3_L12_scale_info (line 751) | typedef struct type drmp3_L12_subband_alloc (line 757) | typedef struct type drmp3_L3_gr_info (line 762) | typedef struct type drmp3dec_scratch (line 771) | typedef struct function drmp3_bs_init (line 780) | static void drmp3_bs_init(drmp3_bs *bs, const drmp3_uint8 *data, int bytes) function drmp3_uint32 (line 787) | static drmp3_uint32 drmp3_bs_get_bits(drmp3_bs *bs, int n) function drmp3_hdr_valid (line 803) | static int drmp3_hdr_valid(const drmp3_uint8 *h) function drmp3_hdr_compare (line 812) | static int drmp3_hdr_compare(const drmp3_uint8 *h1, const drmp3_uint8 *h2) function drmp3_hdr_bitrate_kbps (line 820) | static unsigned drmp3_hdr_bitrate_kbps(const drmp3_uint8 *h) function drmp3_hdr_sample_rate_hz (line 829) | static unsigned drmp3_hdr_sample_rate_hz(const drmp3_uint8 *h) function drmp3_hdr_frame_samples (line 835) | static unsigned drmp3_hdr_frame_samples(const drmp3_uint8 *h) function drmp3_hdr_frame_bytes (line 840) | static int drmp3_hdr_frame_bytes(const drmp3_uint8 *h, int free_format_s... function drmp3_hdr_padding (line 850) | static int drmp3_hdr_padding(const drmp3_uint8 *h) function drmp3_L12_subband_alloc (line 856) | static const drmp3_L12_subband_alloc *drmp3_L12_subband_alloc_table(cons... function drmp3_L12_read_scalefactors (line 901) | static void drmp3_L12_read_scalefactors(drmp3_bs *bs, drmp3_uint8 *pba, ... function drmp3_L12_read_scale_info (line 925) | static void drmp3_L12_read_scale_info(const drmp3_uint8 *hdr, drmp3_bs *... function drmp3_L12_dequantize_granule (line 973) | static int drmp3_L12_dequantize_granule(float *grbuf, drmp3_bs *bs, drmp... function drmp3_L12_apply_scf_384 (line 1008) | static void drmp3_L12_apply_scf_384(drmp3_L12_scale_info *sci, const flo... function drmp3_L3_read_side_info (line 1023) | static int drmp3_L3_read_side_info(drmp3_bs *bs, drmp3_L3_gr_info *gr, c... function drmp3_L3_read_scalefactors (line 1148) | static void drmp3_L3_read_scalefactors(drmp3_uint8 *scf, drmp3_uint8 *is... function drmp3_L3_ldexp_q2 (line 1181) | static float drmp3_L3_ldexp_q2(float y, int exp_q2) function drmp3_L3_decode_scalefactors (line 1193) | static void drmp3_L3_decode_scalefactors(const drmp3_uint8 *hdr, drmp3_u... function drmp3_L3_pow_43 (line 1260) | static float drmp3_L3_pow_43(int x) function drmp3_L3_huffman (line 1281) | static void drmp3_L3_huffman(float *dst, drmp3_bs *bs, const drmp3_L3_gr... function drmp3_L3_midside_stereo (line 1418) | static void drmp3_L3_midside_stereo(float *left, int n) function drmp3_L3_intensity_stereo_band (line 1450) | static void drmp3_L3_intensity_stereo_band(float *left, int n, float kl,... function drmp3_L3_stereo_top_band (line 1460) | static void drmp3_L3_stereo_top_band(const float *right, const drmp3_uin... function drmp3_L3_stereo_process (line 1480) | static void drmp3_L3_stereo_process(float *left, const drmp3_uint8 *ist_... function drmp3_L3_intensity_stereo (line 1514) | static void drmp3_L3_intensity_stereo(float *left, drmp3_uint8 *ist_pos,... function drmp3_L3_reorder (line 1534) | static void drmp3_L3_reorder(float *grbuf, float *scratch, const drmp3_u... function drmp3_L3_antialias (line 1551) | static void drmp3_L3_antialias(float *grbuf, int nbands) function drmp3_L3_dct3_9 (line 1586) | static void drmp3_L3_dct3_9(float *y) function drmp3_L3_imdct36 (line 1626) | static void drmp3_L3_imdct36(float *grbuf, float *overlap, const float *... function drmp3_L3_idct3 (line 1683) | static void drmp3_L3_idct3(float x0, float x1, float x2, float *dst) function drmp3_L3_imdct12 (line 1692) | static void drmp3_L3_imdct12(float *x, float *dst, float *overlap) function drmp3_L3_imdct_short (line 1712) | static void drmp3_L3_imdct_short(float *grbuf, float *overlap, int nbands) function drmp3_L3_change_sign (line 1725) | static void drmp3_L3_change_sign(float *grbuf) function drmp3_L3_imdct_gr (line 1733) | static void drmp3_L3_imdct_gr(float *grbuf, float *overlap, unsigned blo... function drmp3_L3_save_reservoir (line 1751) | static void drmp3_L3_save_reservoir(drmp3dec *h, drmp3dec_scratch *s) function drmp3_L3_restore_reservoir (line 1767) | static int drmp3_L3_restore_reservoir(drmp3dec *h, drmp3_bs *bs, drmp3de... function drmp3_L3_decode (line 1777) | static void drmp3_L3_decode(drmp3dec *h, drmp3dec_scratch *s, drmp3_L3_g... function drmp3d_DCT_II (line 1813) | static void drmp3d_DCT_II(float *grbuf, int n) type drmp3_int16 (line 1969) | typedef drmp3_int16 drmp3d_sample_t; function drmp3_int16 (line 1971) | static drmp3_int16 drmp3d_scale_pcm(float sample) type drmp3d_sample_t (line 1987) | typedef float drmp3d_sample_t; function drmp3d_scale_pcm (line 1989) | static float drmp3d_scale_pcm(float sample) function drmp3d_synth_pair (line 1995) | static void drmp3d_synth_pair(drmp3d_sample_t *pcm, int nch, const float... function drmp3d_synth (line 2020) | static void drmp3d_synth(float *xl, drmp3d_sample_t *dstl, int nch, floa... function drmp3d_synth_granule (line 2175) | static void drmp3d_synth_granule(float *qmf_state, float *grbuf, int nba... function drmp3d_match_frame (line 2203) | static int drmp3d_match_frame(const drmp3_uint8 *hdr, int mp3_bytes, int... function drmp3d_find_frame (line 2217) | static int drmp3d_find_frame(const drmp3_uint8 *mp3, int mp3_bytes, int ... function DRMP3_API (line 2255) | DRMP3_API void drmp3dec_init(drmp3dec *dec) function DRMP3_API (line 2260) | DRMP3_API int drmp3dec_decode_frame(drmp3dec *dec, const drmp3_uint8 *mp... function DRMP3_API (line 2355) | DRMP3_API void drmp3dec_f32_to_s16(const float *in, drmp3_int16 *out, si... function DRMP3_INLINE (line 2450) | static DRMP3_INLINE float drmp3_mix_f32(float x, float y, float a) function DRMP3_INLINE (line 2454) | static DRMP3_INLINE float drmp3_mix_f32_fast(float x, float y, float a) function DRMP3_INLINE (line 2466) | static DRMP3_INLINE drmp3_uint32 drmp3_gcf_u32(drmp3_uint32 a, drmp3_uin... function drmp3__free_default (line 2494) | static void drmp3__free_default(void* p, void* pUserData) function drmp3__free_from_callbacks (line 2549) | static void drmp3__free_from_callbacks(void* p, const drmp3_allocation_c... function drmp3_allocation_callbacks (line 2561) | static drmp3_allocation_callbacks drmp3_copy_allocation_callbacks_or_def... function drmp3__on_read (line 2579) | static size_t drmp3__on_read(drmp3* pMP3, void* pBufferOut, size_t bytes... function drmp3_bool32 (line 2586) | static drmp3_bool32 drmp3__on_seek(drmp3* pMP3, int offset, drmp3_seek_o... function drmp3_bool32 (line 2603) | static drmp3_bool32 drmp3__on_seek_64(drmp3* pMP3, drmp3_uint64 offset, ... function drmp3_uint32 (line 2634) | static drmp3_uint32 drmp3_decode_next_frame_ex__callbacks(drmp3* pMP3, d... function drmp3_uint32 (line 2747) | static drmp3_uint32 drmp3_decode_next_frame_ex__memory(drmp3* pMP3, drmp... function drmp3_uint32 (line 2783) | static drmp3_uint32 drmp3_decode_next_frame_ex(drmp3* pMP3, drmp3d_sampl... function drmp3_uint32 (line 2792) | static drmp3_uint32 drmp3_decode_next_frame(drmp3* pMP3) function drmp3_uint32 (line 2799) | static drmp3_uint32 drmp3_seek_next_frame(drmp3* pMP3) function drmp3_bool32 (line 2819) | static drmp3_bool32 drmp3_init_internal(drmp3* pMP3, drmp3_read_proc onR... function DRMP3_API (line 2848) | DRMP3_API drmp3_bool32 drmp3_init(drmp3* pMP3, drmp3_read_proc onRead, d... function drmp3__on_read_memory (line 2859) | static size_t drmp3__on_read_memory(void* pUserData, void* pBufferOut, s... function drmp3_bool32 (line 2880) | static drmp3_bool32 drmp3__on_seek_memory(void* pUserData, int byteOffse... function DRMP3_API (line 2910) | DRMP3_API drmp3_bool32 drmp3_init_memory(drmp3* pMP3, const void* pData,... function drmp3_result (line 2936) | static drmp3_result drmp3_result_from_errno(int e) function drmp3_result (line 3338) | static drmp3_result drmp3_fopen(FILE** ppFile, const char* pFilePath, co... function drmp3_result (line 3398) | static drmp3_result drmp3_wfopen(FILE** ppFile, const wchar_t* pFilePath... function drmp3__on_read_stdio (line 3496) | static size_t drmp3__on_read_stdio(void* pUserData, void* pBufferOut, si... function drmp3_bool32 (line 3501) | static drmp3_bool32 drmp3__on_seek_stdio(void* pUserData, int offset, dr... function DRMP3_API (line 3506) | DRMP3_API drmp3_bool32 drmp3_init_file(drmp3* pMP3, const char* pFilePat... function DRMP3_API (line 3524) | DRMP3_API drmp3_bool32 drmp3_init_file_w(drmp3* pMP3, const wchar_t* pFi... function DRMP3_API (line 3543) | DRMP3_API void drmp3_uninit(drmp3* pMP3) function drmp3_f32_to_s16 (line 3563) | static void drmp3_f32_to_s16(drmp3_int16* dst, const float* src, drmp3_u... function drmp3_s16_to_f32 (line 3608) | static void drmp3_s16_to_f32(float* dst, const drmp3_int16* src, drmp3_u... function drmp3_uint64 (line 3620) | static drmp3_uint64 drmp3_read_pcm_frames_raw(drmp3* pMP3, drmp3_uint64 ... function DRMP3_API (line 3668) | DRMP3_API drmp3_uint64 drmp3_read_pcm_frames_f32(drmp3* pMP3, drmp3_uint... function DRMP3_API (line 3705) | DRMP3_API drmp3_uint64 drmp3_read_pcm_frames_s16(drmp3* pMP3, drmp3_uint... function drmp3_reset (line 3742) | static void drmp3_reset(drmp3* pMP3) function drmp3_bool32 (line 3754) | static drmp3_bool32 drmp3_seek_to_start_of_stream(drmp3* pMP3) function drmp3_bool32 (line 3770) | static drmp3_bool32 drmp3_seek_forward_by_pcm_frames__brute_force(drmp3*... function drmp3_bool32 (line 3791) | static drmp3_bool32 drmp3_seek_to_pcm_frame__brute_force(drmp3* pMP3, dr... function drmp3_bool32 (line 3814) | static drmp3_bool32 drmp3_find_closest_seek_point(drmp3* pMP3, drmp3_uin... function drmp3_bool32 (line 3838) | static drmp3_bool32 drmp3_seek_to_pcm_frame__seek_table(drmp3* pMP3, drm... function DRMP3_API (line 3896) | DRMP3_API drmp3_bool32 drmp3_seek_to_pcm_frame(drmp3* pMP3, drmp3_uint64... function DRMP3_API (line 3914) | DRMP3_API drmp3_bool32 drmp3_get_mp3_and_pcm_frame_count(drmp3* pMP3, dr... function DRMP3_API (line 3975) | DRMP3_API drmp3_uint64 drmp3_get_pcm_frame_count(drmp3* pMP3) function DRMP3_API (line 3985) | DRMP3_API drmp3_uint64 drmp3_get_mp3_frame_count(drmp3* pMP3) function drmp3__accumulate_running_pcm_frame_count (line 3995) | static void drmp3__accumulate_running_pcm_frame_count(drmp3* pMP3, drmp3... type drmp3__seeking_mp3_frame_info (line 4010) | typedef struct function DRMP3_API (line 4016) | DRMP3_API drmp3_bool32 drmp3_calculate_seek_points(drmp3* pMP3, drmp3_ui... function DRMP3_API (line 4156) | DRMP3_API drmp3_bool32 drmp3_bind_seek_table(drmp3* pMP3, drmp3_uint32 s... function drmp3_int16 (line 4243) | static drmp3_int16* drmp3__full_read_and_close_s16(drmp3* pMP3, drmp3_co... function DRMP3_API (line 4311) | DRMP3_API float* drmp3_open_and_read_pcm_frames_f32(drmp3_read_proc onRe... function DRMP3_API (line 4321) | DRMP3_API drmp3_int16* drmp3_open_and_read_pcm_frames_s16(drmp3_read_pro... function DRMP3_API (line 4332) | DRMP3_API float* drmp3_open_memory_and_read_pcm_frames_f32(const void* p... function DRMP3_API (line 4342) | DRMP3_API drmp3_int16* drmp3_open_memory_and_read_pcm_frames_s16(const v... function DRMP3_API (line 4354) | DRMP3_API float* drmp3_open_file_and_read_pcm_frames_f32(const char* fil... function DRMP3_API (line 4364) | DRMP3_API drmp3_int16* drmp3_open_file_and_read_pcm_frames_s16(const cha... function DRMP3_API (line 4375) | DRMP3_API void* drmp3_malloc(size_t sz, const drmp3_allocation_callbacks... function DRMP3_API (line 4384) | DRMP3_API void drmp3_free(void* p, const drmp3_allocation_callbacks* pAl... FILE: src/libraries/enet/enet.cpp function parse_address (line 57) | static void parse_address(lua_State *l, const char *addr_str, ENetAddres... function find_peer_index (line 102) | static size_t find_peer_index(lua_State *l, ENetHost *enet_host, ENetPee... function supports_full_lightuserdata (line 114) | static bool supports_full_lightuserdata(lua_State *L) function compute_peer_key (line 141) | static uintptr_t compute_peer_key(lua_State *L, ENetPeer *peer) function push_peer_key (line 166) | static void push_peer_key(lua_State *L, uintptr_t key) function push_peer (line 182) | static void push_peer(lua_State *l, ENetPeer *peer) { function push_event (line 206) | static void push_event(lua_State *l, ENetEvent *event) { function ENetPacket (line 250) | static ENetPacket *read_packet(lua_State *l, int idx, enet_uint8 *channe... function host_create (line 302) | static int host_create(lua_State *l) { function linked_version (line 345) | static int linked_version(lua_State *l) { function host_service (line 362) | static int host_service(lua_State *l) { function host_check_events (line 384) | static int host_check_events(lua_State *l) { function host_compress_with_range_coder (line 402) | static int host_compress_with_range_coder(lua_State *l) { function host_connect (line 425) | static int host_connect(lua_State *l) { function host_flush (line 457) | static int host_flush(lua_State *l) { function host_broadcast (line 466) | static int host_broadcast(lua_State *l) { function host_channel_limit (line 479) | static int host_channel_limit(lua_State *l) { function host_bandwidth_limit (line 489) | static int host_bandwidth_limit(lua_State *l) { function host_get_socket_address (line 500) | static int host_get_socket_address(lua_State *l) { function host_total_sent_data (line 516) | static int host_total_sent_data(lua_State *l) { function host_total_received_data (line 527) | static int host_total_received_data(lua_State *l) { function host_service_time (line 537) | static int host_service_time(lua_State *l) { function host_peer_count (line 548) | static int host_peer_count(lua_State *l) { function host_get_peer (line 559) | static int host_get_peer(lua_State *l) { function host_gc (line 577) | static int host_gc(lua_State *l) { function peer_tostring (line 588) | static int peer_tostring(lua_State *l) { function peer_ping (line 600) | static int peer_ping(lua_State *l) { function peer_throttle_configure (line 606) | static int peer_throttle_configure(lua_State *l) { function peer_round_trip_time (line 617) | static int peer_round_trip_time(lua_State *l) { function peer_last_round_trip_time (line 630) | static int peer_last_round_trip_time(lua_State *l) { function peer_ping_interval (line 642) | static int peer_ping_interval(lua_State *l) { function peer_timeout (line 655) | static int peer_timeout(lua_State *l) { function peer_disconnect (line 680) | static int peer_disconnect(lua_State *l) { function peer_disconnect_now (line 688) | static int peer_disconnect_now(lua_State *l) { function peer_disconnect_later (line 696) | static int peer_disconnect_later(lua_State *l) { function peer_index (line 704) | static int peer_index(lua_State *l) { function peer_state (line 713) | static int peer_state(lua_State *l) { function peer_connect_id (line 754) | static int peer_connect_id(lua_State *l) { function peer_reset (line 763) | static int peer_reset(lua_State *l) { function peer_receive (line 769) | static int peer_receive(lua_State *l) { function peer_send (line 797) | static int peer_send(lua_State *l) { type luaL_Reg (line 814) | struct luaL_Reg type luaL_Reg (line 820) | struct luaL_Reg type luaL_Reg (line 844) | struct luaL_Reg function luaopen_enet (line 869) | int luaopen_enet(lua_State *l) { FILE: src/libraries/enet/libenet/callbacks.c function enet_initialize_with_callbacks (line 10) | int function ENetVersion (line 31) | ENetVersion function enet_free (line 48) | void FILE: src/libraries/enet/libenet/compress.c type ENetSymbol (line 9) | typedef struct _ENetSymbol type ENetRangeCoder (line 42) | typedef struct _ENetRangeCoder function enet_range_coder_destroy (line 58) | void function enet_uint16 (line 90) | static enet_uint16 function enet_range_coder_compress (line 246) | size_t type ENetExclude (line 441) | typedef struct _ENetExclude function enet_range_coder_decompress (line 498) | size_t function enet_host_compress_with_range_coder (line 637) | int FILE: src/libraries/enet/libenet/host.c function ENetHost (line 28) | ENetHost * function enet_host_destroy (line 140) | void function ENetPeer (line 173) | ENetPeer * function enet_host_broadcast (line 260) | void function enet_host_compress (line 283) | void function enet_host_channel_limit (line 299) | void function enet_host_bandwidth_limit (line 319) | void function enet_host_bandwidth_throttle (line 327) | void FILE: src/libraries/enet/libenet/include/enet/callbacks.h type ENetCallbacks (line 10) | typedef struct _ENetCallbacks FILE: src/libraries/enet/libenet/include/enet/enet.h type enet_uint32 (line 35) | typedef enet_uint32 ENetVersion; type _ENetHost (line 37) | struct _ENetHost type _ENetEvent (line 38) | struct _ENetEvent type _ENetPacket (line 39) | struct _ENetPacket type ENetSocketType (line 41) | typedef enum _ENetSocketType type ENetSocketWait (line 47) | typedef enum _ENetSocketWait type ENetSocketOption (line 55) | typedef enum _ENetSocketOption type ENetSocketShutdown (line 68) | typedef enum _ENetSocketShutdown type ENetAddress (line 89) | typedef struct _ENetAddress type ENetPacketFlag (line 104) | typedef enum _ENetPacketFlag type _ENetPacket (line 123) | struct _ENetPacket type ENetPacket (line 148) | typedef struct _ENetPacket type ENetAcknowledgement (line 158) | typedef struct _ENetAcknowledgement type ENetOutgoingCommand (line 165) | typedef struct _ENetOutgoingCommand type ENetIncomingCommand (line 180) | typedef struct _ENetIncomingCommand type ENetPeerState (line 192) | typedef enum _ENetPeerState type ENetChannel (line 241) | typedef struct _ENetChannel type ENetPeer (line 258) | typedef struct _ENetPeer type ENetCompressor (line 324) | typedef struct _ENetCompressor type _ENetHost (line 340) | struct _ENetHost type _ENetEvent (line 340) | struct _ENetEvent type ENetHost (line 358) | typedef struct _ENetHost type ENetEventType (line 401) | typedef enum _ENetEventType type ENetEvent (line 434) | typedef struct _ENetEvent FILE: src/libraries/enet/libenet/include/enet/list.h type ENetListNode (line 10) | typedef struct _ENetListNode type ENetListNode (line 16) | typedef ENetListNode * ENetListIterator; type ENetList (line 18) | typedef struct _ENetList FILE: src/libraries/enet/libenet/include/enet/protocol.h type ENetProtocolCommand (line 23) | typedef enum _ENetProtocolCommand type ENetProtocolFlag (line 43) | typedef enum _ENetProtocolFlag type ENET_PACKED (line 65) | typedef struct _ENetProtocolHeader type ENET_PACKED (line 71) | typedef struct _ENetProtocolCommandHeader type ENET_PACKED (line 78) | typedef struct _ENetProtocolAcknowledge type ENET_PACKED (line 85) | typedef struct _ENetProtocolConnect type ENET_PACKED (line 103) | typedef struct _ENetProtocolVerifyConnect type ENET_PACKED (line 120) | typedef struct _ENetProtocolBandwidthLimit type ENET_PACKED (line 127) | typedef struct _ENetProtocolThrottleConfigure type ENET_PACKED (line 135) | typedef struct _ENetProtocolDisconnect type ENET_PACKED (line 141) | typedef struct _ENetProtocolPing type ENET_PACKED (line 146) | typedef struct _ENetProtocolSendReliable type ENET_PACKED (line 152) | typedef struct _ENetProtocolSendUnreliable type ENET_PACKED (line 159) | typedef struct _ENetProtocolSendUnsequenced type ENET_PACKED (line 166) | typedef struct _ENetProtocolSendFragment type ENET_PACKED (line 177) | typedef union _ENetProtocol FILE: src/libraries/enet/libenet/include/enet/types.h type enet_uint8 (line 8) | typedef unsigned char enet_uint8; type enet_uint16 (line 9) | typedef unsigned short enet_uint16; type enet_uint32 (line 10) | typedef unsigned int enet_uint32; FILE: src/libraries/enet/libenet/include/enet/unix.h type ENetSocket (line 19) | typedef int ENetSocket; type ENetBuffer (line 29) | typedef struct type fd_set (line 39) | typedef fd_set ENetSocketSet; FILE: src/libraries/enet/libenet/include/enet/win32.h type SOCKET (line 20) | typedef SOCKET ENetSocket; type ENetBuffer (line 30) | typedef struct type fd_set (line 48) | typedef fd_set ENetSocketSet; FILE: src/libraries/enet/libenet/list.c function enet_list_clear (line 13) | void function ENetListIterator (line 20) | ENetListIterator function ENetListIterator (line 43) | ENetListIterator function enet_list_size (line 61) | size_t FILE: src/libraries/enet/libenet/packet.c function ENetPacket (line 19) | ENetPacket * function enet_packet_destroy (line 56) | void function enet_packet_resize (line 76) | int function enet_uint32 (line 104) | static enet_uint32 function initialize_crc32 (line 118) | static void function enet_uint32 (line 142) | enet_uint32 FILE: src/libraries/enet/libenet/peer.c function enet_peer_throttle_configure (line 42) | void function enet_peer_throttle (line 61) | int function enet_peer_send (line 99) | int function ENetPacket (line 221) | ENetPacket * function enet_peer_reset_outgoing_commands (line 249) | static void function enet_peer_remove_incoming_commands (line 270) | static void function enet_peer_reset_incoming_commands (line 298) | static void function enet_peer_reset_queues (line 304) | void function enet_peer_on_connect (line 342) | void function enet_peer_on_disconnect (line 354) | void function enet_peer_reset (line 371) | void function enet_peer_ping (line 434) | void function enet_peer_ping_interval (line 457) | void function enet_peer_timeout (line 480) | void function enet_peer_disconnect_now (line 495) | void function enet_peer_disconnect (line 526) | void function enet_peer_disconnect_later (line 569) | void function ENetAcknowledgement (line 584) | ENetAcknowledgement * function enet_peer_setup_outgoing_command (line 616) | void function ENetOutgoingCommand (line 682) | ENetOutgoingCommand * function enet_peer_dispatch_incoming_unreliable_commands (line 701) | void function enet_peer_dispatch_incoming_reliable_commands (line 784) | void function ENetIncomingCommand (line 823) | ENetIncomingCommand * FILE: src/libraries/enet/libenet/protocol.c function enet_protocol_command_size (line 29) | size_t function enet_protocol_change_state (line 35) | static void function enet_protocol_dispatch_state (line 46) | static void function enet_protocol_dispatch_incoming_commands (line 59) | static int function enet_protocol_notify_connect (line 119) | static void function enet_protocol_notify_disconnect (line 136) | static void function enet_protocol_remove_sent_unreliable_commands (line 161) | static void function ENetProtocolCommand (line 188) | static ENetProtocolCommand function ENetPeer (line 274) | static ENetPeer * function enet_protocol_handle_send_reliable (line 424) | static int function enet_protocol_handle_send_unsequenced (line 446) | static int function enet_protocol_handle_send_unreliable (line 492) | static int function enet_protocol_handle_send_fragment (line 514) | static int function enet_protocol_handle_send_unreliable_fragment (line 623) | static int function enet_protocol_handle_ping (line 741) | static int function enet_protocol_handle_bandwidth_limit (line 750) | static int function enet_protocol_handle_throttle_configure (line 784) | static int function enet_protocol_handle_disconnect (line 797) | static int function enet_protocol_handle_acknowledge (line 826) | static int function enet_protocol_handle_verify_connect (line 915) | static int function enet_protocol_handle_incoming_commands (line 977) | static int function enet_protocol_receive_incoming_commands (line 1195) | static int function enet_protocol_send_acknowledgements (line 1259) | static void function enet_protocol_send_unreliable_outgoing_commands (line 1312) | static void function enet_protocol_check_timeouts (line 1413) | static int function enet_protocol_send_reliable_outgoing_commands (line 1466) | static int function enet_protocol_send_outgoing_commands (line 1590) | static int function enet_host_flush (line 1745) | void function enet_host_check_events (line 1762) | int function enet_host_service (line 1787) | int FILE: src/libraries/enet/libenet/unix.c type socklen_t (line 59) | typedef int socklen_t; function enet_initialize (line 68) | int function enet_deinitialize (line 74) | void function enet_uint32 (line 79) | enet_uint32 function enet_uint32 (line 85) | enet_uint32 function enet_time_set (line 95) | void function enet_address_set_host (line 105) | int function enet_address_get_host_ip (line 167) | int function enet_address_get_host (line 187) | int function enet_socket_bind (line 243) | int function enet_socket_get_address (line 268) | int function enet_socket_listen (line 283) | int function ENetSocket (line 289) | ENetSocket function enet_socket_set_option (line 295) | int function enet_socket_get_option (line 353) | int function enet_socket_connect (line 371) | int function ENetSocket (line 390) | ENetSocket function enet_socket_shutdown (line 413) | int function enet_socket_destroy (line 419) | void function enet_socket_send (line 426) | int function enet_socket_receive (line 466) | int function enet_socketset_select (line 511) | int function enet_socket_wait (line 522) | int FILE: src/libraries/enet/libenet/win32.c function enet_initialize (line 14) | int function enet_deinitialize (line 36) | void function enet_uint32 (line 44) | enet_uint32 function enet_uint32 (line 50) | enet_uint32 function enet_time_set (line 56) | void function enet_address_set_host (line 62) | int function enet_address_get_host_ip (line 83) | int function enet_address_get_host (line 99) | int function enet_socket_bind (line 121) | int function enet_socket_get_address (line 146) | int function enet_socket_listen (line 161) | int function ENetSocket (line 167) | ENetSocket function enet_socket_set_option (line 173) | int function enet_socket_get_option (line 220) | int function enet_socket_connect (line 237) | int function ENetSocket (line 256) | ENetSocket function enet_socket_shutdown (line 279) | int function enet_socket_destroy (line 285) | void function enet_socket_send (line 292) | int function enet_socket_receive (line 329) | int function enet_socketset_select (line 372) | int function enet_socket_wait (line 383) | int FILE: src/libraries/glad/glad.cpp type glad (line 14) | namespace glad { function gladLoadGL (line 16) | bool gladLoadGL(void) { function has_ext (line 33) | static bool has_ext(const char *ext) { function load_GL_VERSION_1_0 (line 2210) | static void load_GL_VERSION_1_0(LOADER load) { function load_GL_VERSION_1_1 (line 2521) | static void load_GL_VERSION_1_1(LOADER load) { function load_GL_VERSION_1_2 (line 2556) | static void load_GL_VERSION_1_2(LOADER load) { function load_GL_VERSION_1_3 (line 2565) | static void load_GL_VERSION_1_3(LOADER load) { function load_GL_VERSION_1_4 (line 2616) | static void load_GL_VERSION_1_4(LOADER load) { function load_GL_VERSION_1_5 (line 2668) | static void load_GL_VERSION_1_5(LOADER load) { function load_GL_VERSION_2_0 (line 2692) | static void load_GL_VERSION_2_0(LOADER load) { function load_GL_VERSION_2_1 (line 2790) | static void load_GL_VERSION_2_1(LOADER load) { function load_GL_VERSION_3_0 (line 2801) | static void load_GL_VERSION_3_0(LOADER load) { function load_GL_VERSION_3_1 (line 2890) | static void load_GL_VERSION_3_1(LOADER load) { function load_GL_VERSION_3_2 (line 2910) | static void load_GL_VERSION_3_2(LOADER load) { function load_GL_VERSION_3_3 (line 2934) | static void load_GL_VERSION_3_3(LOADER load) { function load_GL_VERSION_4_0 (line 2997) | static void load_GL_VERSION_4_0(LOADER load) { function load_GL_VERSION_4_1 (line 3048) | static void load_GL_VERSION_4_1(LOADER load) { function load_GL_VERSION_4_2 (line 3141) | static void load_GL_VERSION_4_2(LOADER load) { function load_GL_VERSION_4_3 (line 3158) | static void load_GL_VERSION_4_3(LOADER load) { function load_GL_VERSION_4_4 (line 3208) | static void load_GL_VERSION_4_4(LOADER load) { function load_GL_VERSION_4_5 (line 3222) | static void load_GL_VERSION_4_5(LOADER load) { function load_GL_ES_VERSION_2_0 (line 3349) | static void load_GL_ES_VERSION_2_0(LOADER load) { function load_GL_ES_VERSION_3_0 (line 3496) | static void load_GL_ES_VERSION_3_0(LOADER load) { function load_GL_ES_VERSION_3_1 (line 3605) | static void load_GL_ES_VERSION_3_1(LOADER load) { function load_GL_ES_VERSION_3_2 (line 3678) | static void load_GL_ES_VERSION_3_2(LOADER load) { function load_GL_KHR_blend_equation_advanced (line 3727) | static void load_GL_KHR_blend_equation_advanced(LOADER load) { function load_GL_KHR_debug (line 3735) | static void load_GL_KHR_debug(LOADER load) { function load_GL_KHR_robustness (line 3764) | static void load_GL_KHR_robustness(LOADER load) { function load_GL_ARB_base_instance (line 3783) | static void load_GL_ARB_base_instance(LOADER load) { function load_GL_ARB_bindless_texture (line 3791) | static void load_GL_ARB_bindless_texture(LOADER load) { function load_GL_ARB_blend_func_extended (line 3812) | static void load_GL_ARB_blend_func_extended(LOADER load) { function load_GL_ARB_buffer_storage (line 3819) | static void load_GL_ARB_buffer_storage(LOADER load) { function load_GL_ARB_cl_event (line 3825) | static void load_GL_ARB_cl_event(LOADER load) { function load_GL_ARB_clear_buffer_object (line 3831) | static void load_GL_ARB_clear_buffer_object(LOADER load) { function load_GL_ARB_clear_texture (line 3838) | static void load_GL_ARB_clear_texture(LOADER load) { function load_GL_ARB_clip_control (line 3845) | static void load_GL_ARB_clip_control(LOADER load) { function load_GL_ARB_color_buffer_float (line 3851) | static void load_GL_ARB_color_buffer_float(LOADER load) { function load_GL_ARB_compute_shader (line 3859) | static void load_GL_ARB_compute_shader(LOADER load) { function load_GL_ARB_compute_variable_group_size (line 3866) | static void load_GL_ARB_compute_variable_group_size(LOADER load) { function load_GL_ARB_copy_buffer (line 3874) | static void load_GL_ARB_copy_buffer(LOADER load) { function load_GL_ARB_copy_image (line 3880) | static void load_GL_ARB_copy_image(LOADER load) { function load_GL_ARB_debug_output (line 3887) | static void load_GL_ARB_debug_output(LOADER load) { function load_GL_ARB_direct_state_access (line 3899) | static void load_GL_ARB_direct_state_access(LOADER load) { function load_GL_ARB_draw_buffers_blend (line 4001) | static void load_GL_ARB_draw_buffers_blend(LOADER load) { function load_GL_ARB_draw_elements_base_vertex (line 4010) | static void load_GL_ARB_draw_elements_base_vertex(LOADER load) { function load_GL_ARB_draw_indirect (line 4019) | static void load_GL_ARB_draw_indirect(LOADER load) { function load_GL_ARB_draw_instanced (line 4026) | static void load_GL_ARB_draw_instanced(LOADER load) { function load_GL_ARB_ES2_compatibility (line 4034) | static void load_GL_ARB_ES2_compatibility(LOADER load) { function load_GL_ARB_ES3_1_compatibility (line 4044) | static void load_GL_ARB_ES3_1_compatibility(LOADER load) { function load_GL_ARB_ES3_2_compatibility (line 4050) | static void load_GL_ARB_ES3_2_compatibility(LOADER load) { function load_GL_ARB_framebuffer_no_attachments (line 4062) | static void load_GL_ARB_framebuffer_no_attachments(LOADER load) { function load_GL_ARB_framebuffer_object (line 4069) | static void load_GL_ARB_framebuffer_object(LOADER load) { function load_GL_ARB_geometry_shader4 (line 4095) | static void load_GL_ARB_geometry_shader4(LOADER load) { function load_GL_ARB_get_program_binary (line 4104) | static void load_GL_ARB_get_program_binary(LOADER load) { function load_GL_ARB_get_texture_sub_image (line 4112) | static void load_GL_ARB_get_texture_sub_image(LOADER load) { function load_GL_ARB_gpu_shader_fp64 (line 4120) | static void load_GL_ARB_gpu_shader_fp64(LOADER load) { function load_GL_ARB_gpu_shader_int64 (line 4143) | static void load_GL_ARB_gpu_shader_int64(LOADER load) { function load_GL_ARB_indirect_parameters (line 4186) | static void load_GL_ARB_indirect_parameters(LOADER load) { function load_GL_ARB_instanced_arrays (line 4193) | static void load_GL_ARB_instanced_arrays(LOADER load) { function load_GL_ARB_internalformat_query (line 4199) | static void load_GL_ARB_internalformat_query(LOADER load) { function load_GL_ARB_internalformat_query2 (line 4205) | static void load_GL_ARB_internalformat_query2(LOADER load) { function load_GL_ARB_invalidate_subdata (line 4211) | static void load_GL_ARB_invalidate_subdata(LOADER load) { function load_GL_ARB_map_buffer_range (line 4223) | static void load_GL_ARB_map_buffer_range(LOADER load) { function load_GL_ARB_multi_bind (line 4230) | static void load_GL_ARB_multi_bind(LOADER load) { function load_GL_ARB_multi_draw_indirect (line 4241) | static void load_GL_ARB_multi_draw_indirect(LOADER load) { function load_GL_ARB_parallel_shader_compile (line 4249) | static void load_GL_ARB_parallel_shader_compile(LOADER load) { function load_GL_ARB_program_interface_query (line 4258) | static void load_GL_ARB_program_interface_query(LOADER load) { function load_GL_ARB_provoking_vertex (line 4269) | static void load_GL_ARB_provoking_vertex(LOADER load) { function load_GL_ARB_robustness (line 4277) | static void load_GL_ARB_robustness(LOADER load) { function load_GL_ARB_sample_locations (line 4303) | static void load_GL_ARB_sample_locations(LOADER load) { function load_GL_ARB_sample_shading (line 4311) | static void load_GL_ARB_sample_shading(LOADER load) { function load_GL_ARB_sampler_objects (line 4317) | static void load_GL_ARB_sampler_objects(LOADER load) { function load_GL_ARB_separate_shader_objects (line 4338) | static void load_GL_ARB_separate_shader_objects(LOADER load) { function load_GL_ARB_shader_atomic_counters (line 4404) | static void load_GL_ARB_shader_atomic_counters(LOADER load) { function load_GL_ARB_shader_image_load_store (line 4415) | static void load_GL_ARB_shader_image_load_store(LOADER load) { function load_GL_ARB_shader_storage_buffer_object (line 4425) | static void load_GL_ARB_shader_storage_buffer_object(LOADER load) { function load_GL_ARB_shader_subroutine (line 4431) | static void load_GL_ARB_shader_subroutine(LOADER load) { function load_GL_ARB_shading_language_include (line 4448) | static void load_GL_ARB_shading_language_include(LOADER load) { function load_GL_ARB_sparse_buffer (line 4460) | static void load_GL_ARB_sparse_buffer(LOADER load) { function load_GL_ARB_sparse_texture (line 4468) | static void load_GL_ARB_sparse_texture(LOADER load) { function load_GL_ARB_sync (line 4477) | static void load_GL_ARB_sync(LOADER load) { function load_GL_ARB_tessellation_shader (line 4489) | static void load_GL_ARB_tessellation_shader(LOADER load) { function load_GL_ARB_texture_barrier (line 4496) | static void load_GL_ARB_texture_barrier(LOADER load) { function load_GL_ARB_texture_buffer_object (line 4502) | static void load_GL_ARB_texture_buffer_object(LOADER load) { function load_GL_ARB_texture_buffer_range (line 4509) | static void load_GL_ARB_texture_buffer_range(LOADER load) { function load_GL_ARB_texture_multisample (line 4522) | static void load_GL_ARB_texture_multisample(LOADER load) { function load_GL_ARB_texture_storage (line 4537) | static void load_GL_ARB_texture_storage(LOADER load) { function load_GL_ARB_texture_storage_multisample (line 4545) | static void load_GL_ARB_texture_storage_multisample(LOADER load) { function load_GL_ARB_texture_view (line 4553) | static void load_GL_ARB_texture_view(LOADER load) { function load_GL_ARB_timer_query (line 4559) | static void load_GL_ARB_timer_query(LOADER load) { function load_GL_ARB_transform_feedback2 (line 4567) | static void load_GL_ARB_transform_feedback2(LOADER load) { function load_GL_ARB_transform_feedback3 (line 4579) | static void load_GL_ARB_transform_feedback3(LOADER load) { function load_GL_ARB_transform_feedback_instanced (line 4588) | static void load_GL_ARB_transform_feedback_instanced(LOADER load) { function load_GL_ARB_uniform_buffer_object (line 4596) | static void load_GL_ARB_uniform_buffer_object(LOADER load) { function load_GL_ARB_vertex_array_object (line 4612) | static void load_GL_ARB_vertex_array_object(LOADER load) { function load_GL_ARB_vertex_attrib_64bit (line 4621) | static void load_GL_ARB_vertex_attrib_64bit(LOADER load) { function load_GL_ARB_vertex_attrib_binding (line 4636) | static void load_GL_ARB_vertex_attrib_binding(LOADER load) { function load_GL_ARB_vertex_type_2_10_10_10_rev (line 4648) | static void load_GL_ARB_vertex_type_2_10_10_10_rev(LOADER load) { function load_GL_ARB_viewport_array (line 4691) | static void load_GL_ARB_viewport_array(LOADER load) { function load_GL_EXT_base_instance (line 4706) | static void load_GL_EXT_base_instance(LOADER load) { function load_GL_EXT_bindable_uniform (line 4715) | static void load_GL_EXT_bindable_uniform(LOADER load) { function load_GL_EXT_blend_func_extended (line 4723) | static void load_GL_EXT_blend_func_extended(LOADER load) { function load_GL_EXT_blend_minmax (line 4732) | static void load_GL_EXT_blend_minmax(LOADER load) { function load_GL_EXT_buffer_storage (line 4738) | static void load_GL_EXT_buffer_storage(LOADER load) { function load_GL_EXT_copy_image (line 4746) | static void load_GL_EXT_copy_image(LOADER load) { function load_GL_EXT_debug_label (line 4752) | static void load_GL_EXT_debug_label(LOADER load) { function load_GL_EXT_debug_marker (line 4759) | static void load_GL_EXT_debug_marker(LOADER load) { function load_GL_EXT_direct_state_access (line 4767) | static void load_GL_EXT_direct_state_access(LOADER load) { function load_GL_EXT_discard_framebuffer (line 5027) | static void load_GL_EXT_discard_framebuffer(LOADER load) { function load_GL_EXT_disjoint_timer_query (line 5033) | static void load_GL_EXT_disjoint_timer_query(LOADER load) { function load_GL_EXT_draw_buffers (line 5049) | static void load_GL_EXT_draw_buffers(LOADER load) { function load_GL_EXT_draw_buffers2 (line 5055) | static void load_GL_EXT_draw_buffers2(LOADER load) { function load_GL_EXT_draw_buffers_indexed (line 5066) | static void load_GL_EXT_draw_buffers_indexed(LOADER load) { function load_GL_EXT_draw_elements_base_vertex (line 5079) | static void load_GL_EXT_draw_elements_base_vertex(LOADER load) { function load_GL_EXT_draw_instanced (line 5088) | static void load_GL_EXT_draw_instanced(LOADER load) { function load_GL_EXT_framebuffer_blit (line 5096) | static void load_GL_EXT_framebuffer_blit(LOADER load) { function load_GL_EXT_framebuffer_multisample (line 5102) | static void load_GL_EXT_framebuffer_multisample(LOADER load) { function load_GL_EXT_framebuffer_object (line 5109) | static void load_GL_EXT_framebuffer_object(LOADER load) { function load_GL_EXT_geometry_shader (line 5133) | static void load_GL_EXT_geometry_shader(LOADER load) { function load_GL_EXT_geometry_shader4 (line 5139) | static void load_GL_EXT_geometry_shader4(LOADER load) { function load_GL_EXT_gpu_program_parameters (line 5145) | static void load_GL_EXT_gpu_program_parameters(LOADER load) { function load_GL_EXT_gpu_shader4 (line 5152) | static void load_GL_EXT_gpu_shader4(LOADER load) { function load_GL_EXT_instanced_arrays (line 5169) | static void load_GL_EXT_instanced_arrays(LOADER load) { function load_GL_EXT_map_buffer_range (line 5177) | static void load_GL_EXT_map_buffer_range(LOADER load) { function load_GL_EXT_multi_draw_indirect (line 5184) | static void load_GL_EXT_multi_draw_indirect(LOADER load) { function load_GL_EXT_multisampled_render_to_texture (line 5192) | static void load_GL_EXT_multisampled_render_to_texture(LOADER load) { function load_GL_EXT_multiview_draw_buffers (line 5199) | static void load_GL_EXT_multiview_draw_buffers(LOADER load) { function load_GL_EXT_occlusion_query_boolean (line 5207) | static void load_GL_EXT_occlusion_query_boolean(LOADER load) { function load_GL_EXT_polygon_offset_clamp (line 5222) | static void load_GL_EXT_polygon_offset_clamp(LOADER load) { function load_GL_EXT_primitive_bounding_box (line 5229) | static void load_GL_EXT_primitive_bounding_box(LOADER load) { function load_GL_EXT_provoking_vertex (line 5235) | static void load_GL_EXT_provoking_vertex(LOADER load) { function load_GL_EXT_raster_multisample (line 5242) | static void load_GL_EXT_raster_multisample(LOADER load) { function load_GL_EXT_robustness (line 5250) | static void load_GL_EXT_robustness(LOADER load) { function load_GL_EXT_separate_shader_objects (line 5259) | static void load_GL_EXT_separate_shader_objects(LOADER load) { function load_GL_EXT_shader_image_load_store (line 5314) | static void load_GL_EXT_shader_image_load_store(LOADER load) { function load_GL_EXT_sparse_texture (line 5327) | static void load_GL_EXT_sparse_texture(LOADER load) { function load_GL_EXT_stencil_clear_tag (line 5336) | static void load_GL_EXT_stencil_clear_tag(LOADER load) { function load_GL_EXT_tessellation_shader (line 5343) | static void load_GL_EXT_tessellation_shader(LOADER load) { function load_GL_EXT_texture_array (line 5349) | static void load_GL_EXT_texture_array(LOADER load) { function load_GL_EXT_texture_border_clamp (line 5355) | static void load_GL_EXT_texture_border_clamp(LOADER load) { function load_GL_EXT_texture_buffer (line 5368) | static void load_GL_EXT_texture_buffer(LOADER load) { function load_GL_EXT_texture_buffer_object (line 5375) | static void load_GL_EXT_texture_buffer_object(LOADER load) { function load_GL_EXT_texture_filter_minmax (line 5388) | static void load_GL_EXT_texture_filter_minmax(LOADER load) { function load_GL_EXT_texture_integer (line 5395) | static void load_GL_EXT_texture_integer(LOADER load) { function load_GL_EXT_texture_storage (line 5414) | static void load_GL_EXT_texture_storage(LOADER load) { function load_GL_EXT_texture_view (line 5427) | static void load_GL_EXT_texture_view(LOADER load) { function load_GL_EXT_timer_query (line 5433) | static void load_GL_EXT_timer_query(LOADER load) { function load_GL_EXT_transform_feedback (line 5440) | static void load_GL_EXT_transform_feedback(LOADER load) { function load_GL_EXT_vertex_attrib_64bit (line 5454) | static void load_GL_EXT_vertex_attrib_64bit(LOADER load) { function load_GL_EXT_x11_sync_object (line 5469) | static void load_GL_EXT_x11_sync_object(LOADER load) { function load_GL_OES_copy_image (line 5478) | static void load_GL_OES_copy_image(LOADER load) { function load_GL_OES_draw_buffers_indexed (line 5487) | static void load_GL_OES_draw_buffers_indexed(LOADER load) { function load_GL_OES_draw_elements_base_vertex (line 5500) | static void load_GL_OES_draw_elements_base_vertex(LOADER load) { function load_GL_OES_EGL_image (line 5509) | static void load_GL_OES_EGL_image(LOADER load) { function load_GL_OES_geometry_shader (line 5522) | static void load_GL_OES_geometry_shader(LOADER load) { function load_GL_OES_get_program_binary (line 5528) | static void load_GL_OES_get_program_binary(LOADER load) { function load_GL_OES_mapbuffer (line 5536) | static void load_GL_OES_mapbuffer(LOADER load) { function load_GL_OES_primitive_bounding_box (line 5545) | static void load_GL_OES_primitive_bounding_box(LOADER load) { function load_GL_OES_sample_shading (line 5553) | static void load_GL_OES_sample_shading(LOADER load) { function load_GL_OES_tessellation_shader (line 5568) | static void load_GL_OES_tessellation_shader(LOADER load) { function load_GL_OES_texture_3D (line 5574) | static void load_GL_OES_texture_3D(LOADER load) { function load_GL_OES_texture_border_clamp (line 5585) | static void load_GL_OES_texture_border_clamp(LOADER load) { function load_GL_OES_texture_buffer (line 5598) | static void load_GL_OES_texture_buffer(LOADER load) { function load_GL_OES_texture_storage_multisample_2d_array (line 5613) | static void load_GL_OES_texture_storage_multisample_2d_array(LOADER lo... function load_GL_OES_texture_view (line 5619) | static void load_GL_OES_texture_view(LOADER load) { function load_GL_OES_vertex_array_object (line 5625) | static void load_GL_OES_vertex_array_object(LOADER load) { function load_GL_AMD_debug_output (line 5640) | static void load_GL_AMD_debug_output(LOADER load) { function load_GL_AMD_draw_buffers_blend (line 5650) | static void load_GL_AMD_draw_buffers_blend(LOADER load) { function load_GL_AMD_gpu_shader_int64 (line 5660) | static void load_GL_AMD_gpu_shader_int64(LOADER load) { function load_GL_AMD_interleaved_elements (line 5699) | static void load_GL_AMD_interleaved_elements(LOADER load) { function load_GL_AMD_multi_draw_indirect (line 5705) | static void load_GL_AMD_multi_draw_indirect(LOADER load) { function load_GL_AMD_name_gen_delete (line 5712) | static void load_GL_AMD_name_gen_delete(LOADER load) { function load_GL_AMD_occlusion_query_event (line 5720) | static void load_GL_AMD_occlusion_query_event(LOADER load) { function load_GL_AMD_performance_monitor (line 5726) | static void load_GL_AMD_performance_monitor(LOADER load) { function load_GL_AMD_sample_positions (line 5745) | static void load_GL_AMD_sample_positions(LOADER load) { function load_GL_AMD_sparse_texture (line 5755) | static void load_GL_AMD_sparse_texture(LOADER load) { function load_GL_AMD_stencil_operation_extended (line 5762) | static void load_GL_AMD_stencil_operation_extended(LOADER load) { function load_GL_AMD_vertex_shader_tessellator (line 5772) | static void load_GL_AMD_vertex_shader_tessellator(LOADER load) { function load_GL_ANGLE_framebuffer_blit (line 5782) | static void load_GL_ANGLE_framebuffer_blit(LOADER load) { function load_GL_ANGLE_framebuffer_multisample (line 5788) | static void load_GL_ANGLE_framebuffer_multisample(LOADER load) { function load_GL_ANGLE_instanced_arrays (line 5794) | static void load_GL_ANGLE_instanced_arrays(LOADER load) { function load_GL_ANGLE_translated_shader_source (line 5807) | static void load_GL_ANGLE_translated_shader_source(LOADER load) { function load_GL_APPLE_copy_texture_levels (line 5817) | static void load_GL_APPLE_copy_texture_levels(LOADER load) { function load_GL_APPLE_element_array (line 5823) | static void load_GL_APPLE_element_array(LOADER load) { function load_GL_APPLE_fence (line 5833) | static void load_GL_APPLE_fence(LOADER load) { function load_GL_APPLE_flush_buffer_range (line 5847) | static void load_GL_APPLE_flush_buffer_range(LOADER load) { function load_GL_APPLE_framebuffer_multisample (line 5854) | static void load_GL_APPLE_framebuffer_multisample(LOADER load) { function load_GL_APPLE_object_purgeable (line 5861) | static void load_GL_APPLE_object_purgeable(LOADER load) { function load_GL_APPLE_sync (line 5871) | static void load_GL_APPLE_sync(LOADER load) { function load_GL_APPLE_texture_range (line 5886) | static void load_GL_APPLE_texture_range(LOADER load) { function load_GL_APPLE_vertex_array_object (line 5893) | static void load_GL_APPLE_vertex_array_object(LOADER load) { function load_GL_APPLE_vertex_array_range (line 5902) | static void load_GL_APPLE_vertex_array_range(LOADER load) { function load_GL_APPLE_vertex_program_evaluators (line 5910) | static void load_GL_APPLE_vertex_program_evaluators(LOADER load) { function load_GL_GREMEDY_frame_terminator (line 5933) | static void load_GL_GREMEDY_frame_terminator(LOADER load) { function load_GL_GREMEDY_string_marker (line 5939) | static void load_GL_GREMEDY_string_marker(LOADER load) { function load_GL_IMG_multisampled_render_to_texture (line 5945) | static void load_GL_IMG_multisampled_render_to_texture(LOADER load) { function load_GL_INGR_blend_func_separate (line 5958) | static void load_GL_INGR_blend_func_separate(LOADER load) { function load_GL_INTEL_framebuffer_CMAA (line 5965) | static void load_GL_INTEL_framebuffer_CMAA(LOADER load) { function load_GL_INTEL_map_texture (line 5971) | static void load_GL_INTEL_map_texture(LOADER load) { function load_GL_INTEL_performance_query (line 5979) | static void load_GL_INTEL_performance_query(LOADER load) { function load_GL_NV_bindless_multi_draw_indirect (line 5997) | static void load_GL_NV_bindless_multi_draw_indirect(LOADER load) { function load_GL_NV_bindless_multi_draw_indirect_count (line 6004) | static void load_GL_NV_bindless_multi_draw_indirect_count(LOADER load) { function load_GL_NV_bindless_texture (line 6011) | static void load_GL_NV_bindless_texture(LOADER load) { function load_GL_NV_blend_equation_advanced (line 6029) | static void load_GL_NV_blend_equation_advanced(LOADER load) { function load_GL_NV_command_list (line 6037) | static void load_GL_NV_command_list(LOADER load) { function load_GL_NV_conditional_render (line 6060) | static void load_GL_NV_conditional_render(LOADER load) { function load_GL_NV_conservative_raster (line 6067) | static void load_GL_NV_conservative_raster(LOADER load) { function load_GL_NV_conservative_raster_dilate (line 6073) | static void load_GL_NV_conservative_raster_dilate(LOADER load) { function load_GL_NV_copy_buffer (line 6079) | static void load_GL_NV_copy_buffer(LOADER load) { function load_GL_NV_copy_image (line 6085) | static void load_GL_NV_copy_image(LOADER load) { function load_GL_NV_coverage_sample (line 6091) | static void load_GL_NV_coverage_sample(LOADER load) { function load_GL_NV_depth_buffer_float (line 6099) | static void load_GL_NV_depth_buffer_float(LOADER load) { function load_GL_NV_draw_buffers (line 6109) | static void load_GL_NV_draw_buffers(LOADER load) { function load_GL_NV_draw_instanced (line 6115) | static void load_GL_NV_draw_instanced(LOADER load) { function load_GL_NV_draw_texture (line 6122) | static void load_GL_NV_draw_texture(LOADER load) { function load_GL_NV_explicit_multisample (line 6129) | static void load_GL_NV_explicit_multisample(LOADER load) { function load_GL_NV_fence (line 6138) | static void load_GL_NV_fence(LOADER load) { function load_GL_NV_fragment_coverage_to_color (line 6152) | static void load_GL_NV_fragment_coverage_to_color(LOADER load) { function load_GL_NV_framebuffer_blit (line 6160) | static void load_GL_NV_framebuffer_blit(LOADER load) { function load_GL_NV_framebuffer_mixed_samples (line 6166) | static void load_GL_NV_framebuffer_mixed_samples(LOADER load) { function load_GL_NV_framebuffer_multisample (line 6175) | static void load_GL_NV_framebuffer_multisample(LOADER load) { function load_GL_NV_framebuffer_multisample_coverage (line 6181) | static void load_GL_NV_framebuffer_multisample_coverage(LOADER load) { function load_GL_NV_geometry_program4 (line 6188) | static void load_GL_NV_geometry_program4(LOADER load) { function load_GL_NV_gpu_program4 (line 6199) | static void load_GL_NV_gpu_program4(LOADER load) { function load_GL_NV_gpu_program5 (line 6220) | static void load_GL_NV_gpu_program5(LOADER load) { function load_GL_NV_gpu_shader5 (line 6228) | static void load_GL_NV_gpu_shader5(LOADER load) { function load_GL_NV_half_float (line 6266) | static void load_GL_NV_half_float(LOADER load) { function load_GL_NV_instanced_arrays (line 6318) | static void load_GL_NV_instanced_arrays(LOADER load) { function load_GL_NV_internalformat_sample_query (line 6324) | static void load_GL_NV_internalformat_sample_query(LOADER load) { function load_GL_NV_non_square_matrices (line 6331) | static void load_GL_NV_non_square_matrices(LOADER load) { function load_GL_NV_occlusion_query (line 6342) | static void load_GL_NV_occlusion_query(LOADER load) { function load_GL_NV_parameter_buffer_object (line 6354) | static void load_GL_NV_parameter_buffer_object(LOADER load) { function load_GL_NV_path_rendering (line 6363) | static void load_GL_NV_path_rendering(LOADER load) { function load_GL_NV_polygon_mode (line 6433) | static void load_GL_NV_polygon_mode(LOADER load) { function load_GL_NV_present_video (line 6439) | static void load_GL_NV_present_video(LOADER load) { function load_GL_NV_primitive_restart (line 6450) | static void load_GL_NV_primitive_restart(LOADER load) { function load_GL_NV_read_buffer (line 6457) | static void load_GL_NV_read_buffer(LOADER load) { function load_GL_NV_sample_locations (line 6467) | static void load_GL_NV_sample_locations(LOADER load) { function load_GL_NV_shader_buffer_load (line 6480) | static void load_GL_NV_shader_buffer_load(LOADER load) { function load_GL_NV_texture_barrier (line 6508) | static void load_GL_NV_texture_barrier(LOADER load) { function load_GL_NV_texture_multisample (line 6516) | static void load_GL_NV_texture_multisample(LOADER load) { function load_GL_NV_transform_feedback (line 6528) | static void load_GL_NV_transform_feedback(LOADER load) { function load_GL_NV_transform_feedback2 (line 6545) | static void load_GL_NV_transform_feedback2(LOADER load) { function load_GL_NV_vdpau_interop (line 6558) | static void load_GL_NV_vdpau_interop(LOADER load) { function load_GL_NV_vertex_attrib_integer_64bit (line 6573) | static void load_GL_NV_vertex_attrib_integer_64bit(LOADER load) { function load_GL_NV_vertex_buffer_unified_memory (line 6597) | static void load_GL_NV_vertex_buffer_unified_memory(LOADER load) { function load_GL_NV_vertex_program4 (line 6614) | static void load_GL_NV_vertex_program4(LOADER load) { function load_GL_NV_video_capture (line 6642) | static void load_GL_NV_video_capture(LOADER load) { function load_GL_NV_viewport_array (line 6659) | static void load_GL_NV_viewport_array(LOADER load) { function load_GL_NVX_conditional_render (line 6677) | static void load_GL_NVX_conditional_render(LOADER load) { function load_GL_OVR_multiview (line 6685) | static void load_GL_OVR_multiview(LOADER load) { function load_GL_OVR_multiview_multisampled_render_to_texture (line 6692) | static void load_GL_OVR_multiview_multisampled_render_to_texture(LOADE... function load_GL_QCOM_alpha_test (line 6698) | static void load_GL_QCOM_alpha_test(LOADER load) { function load_GL_QCOM_driver_control (line 6705) | static void load_GL_QCOM_driver_control(LOADER load) { function load_GL_QCOM_extended_get (line 6714) | static void load_GL_QCOM_extended_get(LOADER load) { function load_GL_QCOM_extended_get2 (line 6727) | static void load_GL_QCOM_extended_get2(LOADER load) { function load_GL_QCOM_tiled_rendering (line 6737) | static void load_GL_QCOM_tiled_rendering(LOADER load) { function find_extensions (line 6745) | static void find_extensions(void) { function find_core (line 7239) | static void find_core(void) { function gladLoadGLLoader (line 7271) | bool gladLoadGLLoader(LOADER load) { FILE: src/libraries/glad/glad.hpp type glad (line 103) | namespace glad { type __GLsync (line 145) | struct __GLsync type _cl_context (line 146) | struct _cl_context type _cl_event (line 147) | struct _cl_event type _cl_context (line 4346) | struct _cl_context type _cl_event (line 4346) | struct _cl_event FILE: src/libraries/glad/gladfuncs.hpp type glad (line 31) | namespace glad { function glCullFace (line 35) | inline void glCullFace(GLenum mode) { fp_glCullFace(mode); } function glFrontFace (line 36) | inline void glFrontFace(GLenum mode) { fp_glFrontFace(mode); } function glHint (line 37) | inline void glHint(GLenum target, GLenum mode) { fp_glHint(target, mod... function glLineWidth (line 38) | inline void glLineWidth(GLfloat width) { fp_glLineWidth(width); } function glPointSize (line 39) | inline void glPointSize(GLfloat size) { fp_glPointSize(size); } function glPolygonMode (line 40) | inline void glPolygonMode(GLenum face, GLenum mode) { fp_glPolygonMode... function glScissor (line 41) | inline void glScissor(GLint x, GLint y, GLsizei width, GLsizei height)... function glTexParameterf (line 42) | inline void glTexParameterf(GLenum target, GLenum pname, GLfloat param... function glTexParameterfv (line 43) | inline void glTexParameterfv(GLenum target, GLenum pname, const GLfloa... function glTexParameteri (line 44) | inline void glTexParameteri(GLenum target, GLenum pname, GLint param) ... function glTexParameteriv (line 45) | inline void glTexParameteriv(GLenum target, GLenum pname, const GLint*... function glTexImage1D (line 46) | inline void glTexImage1D(GLenum target, GLint level, GLint internalfor... function glTexImage2D (line 47) | inline void glTexImage2D(GLenum target, GLint level, GLint internalfor... function glDrawBuffer (line 48) | inline void glDrawBuffer(GLenum buf) { fp_glDrawBuffer(buf); } function glClear (line 49) | inline void glClear(GLbitfield mask) { fp_glClear(mask); } function glClearColor (line 50) | inline void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLf... function glClearStencil (line 51) | inline void glClearStencil(GLint s) { fp_glClearStencil(s); } function glClearDepth (line 52) | inline void glClearDepth(GLdouble depth) { fp_glClearDepth(depth); } function glStencilMask (line 53) | inline void glStencilMask(GLuint mask) { fp_glStencilMask(mask); } function glColorMask (line 54) | inline void glColorMask(GLboolean red, GLboolean green, GLboolean blue... function glDepthMask (line 55) | inline void glDepthMask(GLboolean flag) { fp_glDepthMask(flag); } function glDisable (line 56) | inline void glDisable(GLenum cap) { fp_glDisable(cap); } function glEnable (line 57) | inline void glEnable(GLenum cap) { fp_glEnable(cap); } function glFinish (line 58) | inline void glFinish() { fp_glFinish(); } function glFlush (line 59) | inline void glFlush() { fp_glFlush(); } function glBlendFunc (line 60) | inline void glBlendFunc(GLenum sfactor, GLenum dfactor) { fp_glBlendFu... function glLogicOp (line 61) | inline void glLogicOp(GLenum opcode) { fp_glLogicOp(opcode); } function glStencilFunc (line 62) | inline void glStencilFunc(GLenum func, GLint ref, GLuint mask) { fp_gl... function glStencilOp (line 63) | inline void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass) { fp_... function glDepthFunc (line 64) | inline void glDepthFunc(GLenum func) { fp_glDepthFunc(func); } function glPixelStoref (line 65) | inline void glPixelStoref(GLenum pname, GLfloat param) { fp_glPixelSto... function glPixelStorei (line 66) | inline void glPixelStorei(GLenum pname, GLint param) { fp_glPixelStore... function glReadBuffer (line 67) | inline void glReadBuffer(GLenum src) { fp_glReadBuffer(src); } function glReadPixels (line 68) | inline void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei heig... function glGetBooleanv (line 69) | inline void glGetBooleanv(GLenum pname, GLboolean* data) { fp_glGetBoo... function glGetDoublev (line 70) | inline void glGetDoublev(GLenum pname, GLdouble* data) { fp_glGetDoubl... function GLenum (line 71) | inline GLenum glGetError() { return fp_glGetError(); } function glGetFloatv (line 72) | inline void glGetFloatv(GLenum pname, GLfloat* data) { fp_glGetFloatv(... function glGetIntegerv (line 73) | inline void glGetIntegerv(GLenum pname, GLint* data) { fp_glGetInteger... function GLubyte (line 74) | inline const GLubyte* glGetString(GLenum name) { return fp_glGetString... function glGetTexImage (line 75) | inline void glGetTexImage(GLenum target, GLint level, GLenum format, G... function glGetTexParameterfv (line 76) | inline void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat* ... function glGetTexParameteriv (line 77) | inline void glGetTexParameteriv(GLenum target, GLenum pname, GLint* pa... function glGetTexLevelParameterfv (line 78) | inline void glGetTexLevelParameterfv(GLenum target, GLint level, GLenu... function glGetTexLevelParameteriv (line 79) | inline void glGetTexLevelParameteriv(GLenum target, GLint level, GLenu... function GLboolean (line 80) | inline GLboolean glIsEnabled(GLenum cap) { return fp_glIsEnabled(cap); } function glDepthRange (line 81) | inline void glDepthRange(GLdouble near, GLdouble far) { fp_glDepthRang... function glViewport (line 82) | inline void glViewport(GLint x, GLint y, GLsizei width, GLsizei height... function glNewList (line 83) | inline void glNewList(GLuint list, GLenum mode) { fp_glNewList(list, m... function glEndList (line 84) | inline void glEndList() { fp_glEndList(); } function glCallList (line 85) | inline void glCallList(GLuint list) { fp_glCallList(list); } function glCallLists (line 86) | inline void glCallLists(GLsizei n, GLenum type, const void* lists) { f... function glDeleteLists (line 87) | inline void glDeleteLists(GLuint list, GLsizei range) { fp_glDeleteLis... function GLuint (line 88) | inline GLuint glGenLists(GLsizei range) { return fp_glGenLists(range); } function glListBase (line 89) | inline void glListBase(GLuint base) { fp_glListBase(base); } function glBegin (line 90) | inline void glBegin(GLenum mode) { fp_glBegin(mode); } function glBitmap (line 91) | inline void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLf... function glColor3b (line 92) | inline void glColor3b(GLbyte red, GLbyte green, GLbyte blue) { fp_glCo... function glColor3bv (line 93) | inline void glColor3bv(const GLbyte* v) { fp_glColor3bv(v); } function glColor3d (line 94) | inline void glColor3d(GLdouble red, GLdouble green, GLdouble blue) { f... function glColor3dv (line 95) | inline void glColor3dv(const GLdouble* v) { fp_glColor3dv(v); } function glColor3f (line 96) | inline void glColor3f(GLfloat red, GLfloat green, GLfloat blue) { fp_g... function glColor3fv (line 97) | inline void glColor3fv(const GLfloat* v) { fp_glColor3fv(v); } function glColor3i (line 98) | inline void glColor3i(GLint red, GLint green, GLint blue) { fp_glColor... function glColor3iv (line 99) | inline void glColor3iv(const GLint* v) { fp_glColor3iv(v); } function glColor3s (line 100) | inline void glColor3s(GLshort red, GLshort green, GLshort blue) { fp_g... function glColor3sv (line 101) | inline void glColor3sv(const GLshort* v) { fp_glColor3sv(v); } function glColor3ub (line 102) | inline void glColor3ub(GLubyte red, GLubyte green, GLubyte blue) { fp_... function glColor3ubv (line 103) | inline void glColor3ubv(const GLubyte* v) { fp_glColor3ubv(v); } function glColor3ui (line 104) | inline void glColor3ui(GLuint red, GLuint green, GLuint blue) { fp_glC... function glColor3uiv (line 105) | inline void glColor3uiv(const GLuint* v) { fp_glColor3uiv(v); } function glColor3us (line 106) | inline void glColor3us(GLushort red, GLushort green, GLushort blue) { ... function glColor3usv (line 107) | inline void glColor3usv(const GLushort* v) { fp_glColor3usv(v); } function glColor4b (line 108) | inline void glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte al... function glColor4bv (line 109) | inline void glColor4bv(const GLbyte* v) { fp_glColor4bv(v); } function glColor4d (line 110) | inline void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLd... function glColor4dv (line 111) | inline void glColor4dv(const GLdouble* v) { fp_glColor4dv(v); } function glColor4f (line 112) | inline void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloa... function glColor4fv (line 113) | inline void glColor4fv(const GLfloat* v) { fp_glColor4fv(v); } function glColor4i (line 114) | inline void glColor4i(GLint red, GLint green, GLint blue, GLint alpha)... function glColor4iv (line 115) | inline void glColor4iv(const GLint* v) { fp_glColor4iv(v); } function glColor4s (line 116) | inline void glColor4s(GLshort red, GLshort green, GLshort blue, GLshor... function glColor4sv (line 117) | inline void glColor4sv(const GLshort* v) { fp_glColor4sv(v); } function glColor4ub (line 118) | inline void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLuby... function glColor4ubv (line 119) | inline void glColor4ubv(const GLubyte* v) { fp_glColor4ubv(v); } function glColor4ui (line 120) | inline void glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint a... function glColor4uiv (line 121) | inline void glColor4uiv(const GLuint* v) { fp_glColor4uiv(v); } function glColor4us (line 122) | inline void glColor4us(GLushort red, GLushort green, GLushort blue, GL... function glColor4usv (line 123) | inline void glColor4usv(const GLushort* v) { fp_glColor4usv(v); } function glEdgeFlag (line 124) | inline void glEdgeFlag(GLboolean flag) { fp_glEdgeFlag(flag); } function glEdgeFlagv (line 125) | inline void glEdgeFlagv(const GLboolean* flag) { fp_glEdgeFlagv(flag); } function glEnd (line 126) | inline void glEnd() { fp_glEnd(); } function glIndexd (line 127) | inline void glIndexd(GLdouble c) { fp_glIndexd(c); } function glIndexdv (line 128) | inline void glIndexdv(const GLdouble* c) { fp_glIndexdv(c); } function glIndexf (line 129) | inline void glIndexf(GLfloat c) { fp_glIndexf(c); } function glIndexfv (line 130) | inline void glIndexfv(const GLfloat* c) { fp_glIndexfv(c); } function glIndexi (line 131) | inline void glIndexi(GLint c) { fp_glIndexi(c); } function glIndexiv (line 132) | inline void glIndexiv(const GLint* c) { fp_glIndexiv(c); } function glIndexs (line 133) | inline void glIndexs(GLshort c) { fp_glIndexs(c); } function glIndexsv (line 134) | inline void glIndexsv(const GLshort* c) { fp_glIndexsv(c); } function glNormal3b (line 135) | inline void glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz) { fp_glNormal3... function glNormal3bv (line 136) | inline void glNormal3bv(const GLbyte* v) { fp_glNormal3bv(v); } function glNormal3d (line 137) | inline void glNormal3d(GLdouble nx, GLdouble ny, GLdouble nz) { fp_glN... function glNormal3dv (line 138) | inline void glNormal3dv(const GLdouble* v) { fp_glNormal3dv(v); } function glNormal3f (line 139) | inline void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) { fp_glNorm... function glNormal3fv (line 140) | inline void glNormal3fv(const GLfloat* v) { fp_glNormal3fv(v); } function glNormal3i (line 141) | inline void glNormal3i(GLint nx, GLint ny, GLint nz) { fp_glNormal3i(n... function glNormal3iv (line 142) | inline void glNormal3iv(const GLint* v) { fp_glNormal3iv(v); } function glNormal3s (line 143) | inline void glNormal3s(GLshort nx, GLshort ny, GLshort nz) { fp_glNorm... function glNormal3sv (line 144) | inline void glNormal3sv(const GLshort* v) { fp_glNormal3sv(v); } function glRasterPos2d (line 145) | inline void glRasterPos2d(GLdouble x, GLdouble y) { fp_glRasterPos2d(x... function glRasterPos2dv (line 146) | inline void glRasterPos2dv(const GLdouble* v) { fp_glRasterPos2dv(v); } function glRasterPos2f (line 147) | inline void glRasterPos2f(GLfloat x, GLfloat y) { fp_glRasterPos2f(x, ... function glRasterPos2fv (line 148) | inline void glRasterPos2fv(const GLfloat* v) { fp_glRasterPos2fv(v); } function glRasterPos2i (line 149) | inline void glRasterPos2i(GLint x, GLint y) { fp_glRasterPos2i(x, y); } function glRasterPos2iv (line 150) | inline void glRasterPos2iv(const GLint* v) { fp_glRasterPos2iv(v); } function glRasterPos2s (line 151) | inline void glRasterPos2s(GLshort x, GLshort y) { fp_glRasterPos2s(x, ... function glRasterPos2sv (line 152) | inline void glRasterPos2sv(const GLshort* v) { fp_glRasterPos2sv(v); } function glRasterPos3d (line 153) | inline void glRasterPos3d(GLdouble x, GLdouble y, GLdouble z) { fp_glR... function glRasterPos3dv (line 154) | inline void glRasterPos3dv(const GLdouble* v) { fp_glRasterPos3dv(v); } function glRasterPos3f (line 155) | inline void glRasterPos3f(GLfloat x, GLfloat y, GLfloat z) { fp_glRast... function glRasterPos3fv (line 156) | inline void glRasterPos3fv(const GLfloat* v) { fp_glRasterPos3fv(v); } function glRasterPos3i (line 157) | inline void glRasterPos3i(GLint x, GLint y, GLint z) { fp_glRasterPos3... function glRasterPos3iv (line 158) | inline void glRasterPos3iv(const GLint* v) { fp_glRasterPos3iv(v); } function glRasterPos3s (line 159) | inline void glRasterPos3s(GLshort x, GLshort y, GLshort z) { fp_glRast... function glRasterPos3sv (line 160) | inline void glRasterPos3sv(const GLshort* v) { fp_glRasterPos3sv(v); } function glRasterPos4d (line 161) | inline void glRasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble... function glRasterPos4dv (line 162) | inline void glRasterPos4dv(const GLdouble* v) { fp_glRasterPos4dv(v); } function glRasterPos4f (line 163) | inline void glRasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) ... function glRasterPos4fv (line 164) | inline void glRasterPos4fv(const GLfloat* v) { fp_glRasterPos4fv(v); } function glRasterPos4i (line 165) | inline void glRasterPos4i(GLint x, GLint y, GLint z, GLint w) { fp_glR... function glRasterPos4iv (line 166) | inline void glRasterPos4iv(const GLint* v) { fp_glRasterPos4iv(v); } function glRasterPos4s (line 167) | inline void glRasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w) ... function glRasterPos4sv (line 168) | inline void glRasterPos4sv(const GLshort* v) { fp_glRasterPos4sv(v); } function glRectd (line 169) | inline void glRectd(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2... function glRectdv (line 170) | inline void glRectdv(const GLdouble* v1, const GLdouble* v2) { fp_glRe... function glRectf (line 171) | inline void glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) { ... function glRectfv (line 172) | inline void glRectfv(const GLfloat* v1, const GLfloat* v2) { fp_glRect... function glRecti (line 173) | inline void glRecti(GLint x1, GLint y1, GLint x2, GLint y2) { fp_glRec... function glRectiv (line 174) | inline void glRectiv(const GLint* v1, const GLint* v2) { fp_glRectiv(v... function glRects (line 175) | inline void glRects(GLshort x1, GLshort y1, GLshort x2, GLshort y2) { ... function glRectsv (line 176) | inline void glRectsv(const GLshort* v1, const GLshort* v2) { fp_glRect... function glTexCoord1d (line 177) | inline void glTexCoord1d(GLdouble s) { fp_glTexCoord1d(s); } function glTexCoord1dv (line 178) | inline void glTexCoord1dv(const GLdouble* v) { fp_glTexCoord1dv(v); } function glTexCoord1f (line 179) | inline void glTexCoord1f(GLfloat s) { fp_glTexCoord1f(s); } function glTexCoord1fv (line 180) | inline void glTexCoord1fv(const GLfloat* v) { fp_glTexCoord1fv(v); } function glTexCoord1i (line 181) | inline void glTexCoord1i(GLint s) { fp_glTexCoord1i(s); } function glTexCoord1iv (line 182) | inline void glTexCoord1iv(const GLint* v) { fp_glTexCoord1iv(v); } function glTexCoord1s (line 183) | inline void glTexCoord1s(GLshort s) { fp_glTexCoord1s(s); } function glTexCoord1sv (line 184) | inline void glTexCoord1sv(const GLshort* v) { fp_glTexCoord1sv(v); } function glTexCoord2d (line 185) | inline void glTexCoord2d(GLdouble s, GLdouble t) { fp_glTexCoord2d(s, ... function glTexCoord2dv (line 186) | inline void glTexCoord2dv(const GLdouble* v) { fp_glTexCoord2dv(v); } function glTexCoord2f (line 187) | inline void glTexCoord2f(GLfloat s, GLfloat t) { fp_glTexCoord2f(s, t); } function glTexCoord2fv (line 188) | inline void glTexCoord2fv(const GLfloat* v) { fp_glTexCoord2fv(v); } function glTexCoord2i (line 189) | inline void glTexCoord2i(GLint s, GLint t) { fp_glTexCoord2i(s, t); } function glTexCoord2iv (line 190) | inline void glTexCoord2iv(const GLint* v) { fp_glTexCoord2iv(v); } function glTexCoord2s (line 191) | inline void glTexCoord2s(GLshort s, GLshort t) { fp_glTexCoord2s(s, t); } function glTexCoord2sv (line 192) | inline void glTexCoord2sv(const GLshort* v) { fp_glTexCoord2sv(v); } function glTexCoord3d (line 193) | inline void glTexCoord3d(GLdouble s, GLdouble t, GLdouble r) { fp_glTe... function glTexCoord3dv (line 194) | inline void glTexCoord3dv(const GLdouble* v) { fp_glTexCoord3dv(v); } function glTexCoord3f (line 195) | inline void glTexCoord3f(GLfloat s, GLfloat t, GLfloat r) { fp_glTexCo... function glTexCoord3fv (line 196) | inline void glTexCoord3fv(const GLfloat* v) { fp_glTexCoord3fv(v); } function glTexCoord3i (line 197) | inline void glTexCoord3i(GLint s, GLint t, GLint r) { fp_glTexCoord3i(... function glTexCoord3iv (line 198) | inline void glTexCoord3iv(const GLint* v) { fp_glTexCoord3iv(v); } function glTexCoord3s (line 199) | inline void glTexCoord3s(GLshort s, GLshort t, GLshort r) { fp_glTexCo... function glTexCoord3sv (line 200) | inline void glTexCoord3sv(const GLshort* v) { fp_glTexCoord3sv(v); } function glTexCoord4d (line 201) | inline void glTexCoord4d(GLdouble s, GLdouble t, GLdouble r, GLdouble ... function glTexCoord4dv (line 202) | inline void glTexCoord4dv(const GLdouble* v) { fp_glTexCoord4dv(v); } function glTexCoord4f (line 203) | inline void glTexCoord4f(GLfloat s, GLfloat t, GLfloat r, GLfloat q) {... function glTexCoord4fv (line 204) | inline void glTexCoord4fv(const GLfloat* v) { fp_glTexCoord4fv(v); } function glTexCoord4i (line 205) | inline void glTexCoord4i(GLint s, GLint t, GLint r, GLint q) { fp_glTe... function glTexCoord4iv (line 206) | inline void glTexCoord4iv(const GLint* v) { fp_glTexCoord4iv(v); } function glTexCoord4s (line 207) | inline void glTexCoord4s(GLshort s, GLshort t, GLshort r, GLshort q) {... function glTexCoord4sv (line 208) | inline void glTexCoord4sv(const GLshort* v) { fp_glTexCoord4sv(v); } function glVertex2d (line 209) | inline void glVertex2d(GLdouble x, GLdouble y) { fp_glVertex2d(x, y); } function glVertex2dv (line 210) | inline void glVertex2dv(const GLdouble* v) { fp_glVertex2dv(v); } function glVertex2f (line 211) | inline void glVertex2f(GLfloat x, GLfloat y) { fp_glVertex2f(x, y); } function glVertex2fv (line 212) | inline void glVertex2fv(const GLfloat* v) { fp_glVertex2fv(v); } function glVertex2i (line 213) | inline void glVertex2i(GLint x, GLint y) { fp_glVertex2i(x, y); } function glVertex2iv (line 214) | inline void glVertex2iv(const GLint* v) { fp_glVertex2iv(v); } function glVertex2s (line 215) | inline void glVertex2s(GLshort x, GLshort y) { fp_glVertex2s(x, y); } function glVertex2sv (line 216) | inline void glVertex2sv(const GLshort* v) { fp_glVertex2sv(v); } function glVertex3d (line 217) | inline void glVertex3d(GLdouble x, GLdouble y, GLdouble z) { fp_glVert... function glVertex3dv (line 218) | inline void glVertex3dv(const GLdouble* v) { fp_glVertex3dv(v); } function glVertex3f (line 219) | inline void glVertex3f(GLfloat x, GLfloat y, GLfloat z) { fp_glVertex3... function glVertex3fv (line 220) | inline void glVertex3fv(const GLfloat* v) { fp_glVertex3fv(v); } function glVertex3i (line 221) | inline void glVertex3i(GLint x, GLint y, GLint z) { fp_glVertex3i(x, y... function glVertex3iv (line 222) | inline void glVertex3iv(const GLint* v) { fp_glVertex3iv(v); } function glVertex3s (line 223) | inline void glVertex3s(GLshort x, GLshort y, GLshort z) { fp_glVertex3... function glVertex3sv (line 224) | inline void glVertex3sv(const GLshort* v) { fp_glVertex3sv(v); } function glVertex4d (line 225) | inline void glVertex4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w)... function glVertex4dv (line 226) | inline void glVertex4dv(const GLdouble* v) { fp_glVertex4dv(v); } function glVertex4f (line 227) | inline void glVertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) { f... function glVertex4fv (line 228) | inline void glVertex4fv(const GLfloat* v) { fp_glVertex4fv(v); } function glVertex4i (line 229) | inline void glVertex4i(GLint x, GLint y, GLint z, GLint w) { fp_glVert... function glVertex4iv (line 230) | inline void glVertex4iv(const GLint* v) { fp_glVertex4iv(v); } function glVertex4s (line 231) | inline void glVertex4s(GLshort x, GLshort y, GLshort z, GLshort w) { f... function glVertex4sv (line 232) | inline void glVertex4sv(const GLshort* v) { fp_glVertex4sv(v); } function glClipPlane (line 233) | inline void glClipPlane(GLenum plane, const GLdouble* equation) { fp_g... function glColorMaterial (line 234) | inline void glColorMaterial(GLenum face, GLenum mode) { fp_glColorMate... function glFogf (line 235) | inline void glFogf(GLenum pname, GLfloat param) { fp_glFogf(pname, par... function glFogfv (line 236) | inline void glFogfv(GLenum pname, const GLfloat* params) { fp_glFogfv(... function glFogi (line 237) | inline void glFogi(GLenum pname, GLint param) { fp_glFogi(pname, param... function glFogiv (line 238) | inline void glFogiv(GLenum pname, const GLint* params) { fp_glFogiv(pn... function glLightf (line 239) | inline void glLightf(GLenum light, GLenum pname, GLfloat param) { fp_g... function glLightfv (line 240) | inline void glLightfv(GLenum light, GLenum pname, const GLfloat* param... function glLighti (line 241) | inline void glLighti(GLenum light, GLenum pname, GLint param) { fp_glL... function glLightiv (line 242) | inline void glLightiv(GLenum light, GLenum pname, const GLint* params)... function glLightModelf (line 243) | inline void glLightModelf(GLenum pname, GLfloat param) { fp_glLightMod... function glLightModelfv (line 244) | inline void glLightModelfv(GLenum pname, const GLfloat* params) { fp_g... function glLightModeli (line 245) | inline void glLightModeli(GLenum pname, GLint param) { fp_glLightModel... function glLightModeliv (line 246) | inline void glLightModeliv(GLenum pname, const GLint* params) { fp_glL... function glLineStipple (line 247) | inline void glLineStipple(GLint factor, GLushort pattern) { fp_glLineS... function glMaterialf (line 248) | inline void glMaterialf(GLenum face, GLenum pname, GLfloat param) { fp... function glMaterialfv (line 249) | inline void glMaterialfv(GLenum face, GLenum pname, const GLfloat* par... function glMateriali (line 250) | inline void glMateriali(GLenum face, GLenum pname, GLint param) { fp_g... function glMaterialiv (line 251) | inline void glMaterialiv(GLenum face, GLenum pname, const GLint* param... function glPolygonStipple (line 252) | inline void glPolygonStipple(const GLubyte* mask) { fp_glPolygonStippl... function glShadeModel (line 253) | inline void glShadeModel(GLenum mode) { fp_glShadeModel(mode); } function glTexEnvf (line 254) | inline void glTexEnvf(GLenum target, GLenum pname, GLfloat param) { fp... function glTexEnvfv (line 255) | inline void glTexEnvfv(GLenum target, GLenum pname, const GLfloat* par... function glTexEnvi (line 256) | inline void glTexEnvi(GLenum target, GLenum pname, GLint param) { fp_g... function glTexEnviv (line 257) | inline void glTexEnviv(GLenum target, GLenum pname, const GLint* param... function glTexGend (line 258) | inline void glTexGend(GLenum coord, GLenum pname, GLdouble param) { fp... function glTexGendv (line 259) | inline void glTexGendv(GLenum coord, GLenum pname, const GLdouble* par... function glTexGenf (line 260) | inline void glTexGenf(GLenum coord, GLenum pname, GLfloat param) { fp_... function glTexGenfv (line 261) | inline void glTexGenfv(GLenum coord, GLenum pname, const GLfloat* para... function glTexGeni (line 262) | inline void glTexGeni(GLenum coord, GLenum pname, GLint param) { fp_gl... function glTexGeniv (line 263) | inline void glTexGeniv(GLenum coord, GLenum pname, const GLint* params... function glFeedbackBuffer (line 264) | inline void glFeedbackBuffer(GLsizei size, GLenum type, GLfloat* buffe... function glSelectBuffer (line 265) | inline void glSelectBuffer(GLsizei size, GLuint* buffer) { fp_glSelect... function GLint (line 266) | inline GLint glRenderMode(GLenum mode) { return fp_glRenderMode(mode); } function glInitNames (line 267) | inline void glInitNames() { fp_glInitNames(); } function glLoadName (line 268) | inline void glLoadName(GLuint name) { fp_glLoadName(name); } function glPassThrough (line 269) | inline void glPassThrough(GLfloat token) { fp_glPassThrough(token); } function glPopName (line 270) | inline void glPopName() { fp_glPopName(); } function glPushName (line 271) | inline void glPushName(GLuint name) { fp_glPushName(name); } function glClearAccum (line 272) | inline void glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLf... function glClearIndex (line 273) | inline void glClearIndex(GLfloat c) { fp_glClearIndex(c); } function glIndexMask (line 274) | inline void glIndexMask(GLuint mask) { fp_glIndexMask(mask); } function glAccum (line 275) | inline void glAccum(GLenum op, GLfloat value) { fp_glAccum(op, value); } function glPopAttrib (line 276) | inline void glPopAttrib() { fp_glPopAttrib(); } function glPushAttrib (line 277) | inline void glPushAttrib(GLbitfield mask) { fp_glPushAttrib(mask); } function glMap1d (line 278) | inline void glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint str... function glMap1f (line 279) | inline void glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint strid... function glMap2d (line 280) | inline void glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ust... function glMap2f (line 281) | inline void glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustri... function glMapGrid1d (line 282) | inline void glMapGrid1d(GLint un, GLdouble u1, GLdouble u2) { fp_glMap... function glMapGrid1f (line 283) | inline void glMapGrid1f(GLint un, GLfloat u1, GLfloat u2) { fp_glMapGr... function glMapGrid2d (line 284) | inline void glMapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, ... function glMapGrid2f (line 285) | inline void glMapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GL... function glEvalCoord1d (line 286) | inline void glEvalCoord1d(GLdouble u) { fp_glEvalCoord1d(u); } function glEvalCoord1dv (line 287) | inline void glEvalCoord1dv(const GLdouble* u) { fp_glEvalCoord1dv(u); } function glEvalCoord1f (line 288) | inline void glEvalCoord1f(GLfloat u) { fp_glEvalCoord1f(u); } function glEvalCoord1fv (line 289) | inline void glEvalCoord1fv(const GLfloat* u) { fp_glEvalCoord1fv(u); } function glEvalCoord2d (line 290) | inline void glEvalCoord2d(GLdouble u, GLdouble v) { fp_glEvalCoord2d(u... function glEvalCoord2dv (line 291) | inline void glEvalCoord2dv(const GLdouble* u) { fp_glEvalCoord2dv(u); } function glEvalCoord2f (line 292) | inline void glEvalCoord2f(GLfloat u, GLfloat v) { fp_glEvalCoord2f(u, ... function glEvalCoord2fv (line 293) | inline void glEvalCoord2fv(const GLfloat* u) { fp_glEvalCoord2fv(u); } function glEvalMesh1 (line 294) | inline void glEvalMesh1(GLenum mode, GLint i1, GLint i2) { fp_glEvalMe... function glEvalPoint1 (line 295) | inline void glEvalPoint1(GLint i) { fp_glEvalPoint1(i); } function glEvalMesh2 (line 296) | inline void glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLi... function glEvalPoint2 (line 297) | inline void glEvalPoint2(GLint i, GLint j) { fp_glEvalPoint2(i, j); } function glAlphaFunc (line 298) | inline void glAlphaFunc(GLenum func, GLfloat ref) { fp_glAlphaFunc(fun... function glPixelZoom (line 299) | inline void glPixelZoom(GLfloat xfactor, GLfloat yfactor) { fp_glPixel... function glPixelTransferf (line 300) | inline void glPixelTransferf(GLenum pname, GLfloat param) { fp_glPixel... function glPixelTransferi (line 301) | inline void glPixelTransferi(GLenum pname, GLint param) { fp_glPixelTr... function glPixelMapfv (line 302) | inline void glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat* v... function glPixelMapuiv (line 303) | inline void glPixelMapuiv(GLenum map, GLsizei mapsize, const GLuint* v... function glPixelMapusv (line 304) | inline void glPixelMapusv(GLenum map, GLsizei mapsize, const GLushort*... function glCopyPixels (line 305) | inline void glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei heig... function glDrawPixels (line 306) | inline void glDrawPixels(GLsizei width, GLsizei height, GLenum format,... function glGetClipPlane (line 307) | inline void glGetClipPlane(GLenum plane, GLdouble* equation) { fp_glGe... function glGetLightfv (line 308) | inline void glGetLightfv(GLenum light, GLenum pname, GLfloat* params) ... function glGetLightiv (line 309) | inline void glGetLightiv(GLenum light, GLenum pname, GLint* params) { ... function glGetMapdv (line 310) | inline void glGetMapdv(GLenum target, GLenum query, GLdouble* v) { fp_... function glGetMapfv (line 311) | inline void glGetMapfv(GLenum target, GLenum query, GLfloat* v) { fp_g... function glGetMapiv (line 312) | inline void glGetMapiv(GLenum target, GLenum query, GLint* v) { fp_glG... function glGetMaterialfv (line 313) | inline void glGetMaterialfv(GLenum face, GLenum pname, GLfloat* params... function glGetMaterialiv (line 314) | inline void glGetMaterialiv(GLenum face, GLenum pname, GLint* params) ... function glGetPixelMapfv (line 315) | inline void glGetPixelMapfv(GLenum map, GLfloat* values) { fp_glGetPix... function glGetPixelMapuiv (line 316) | inline void glGetPixelMapuiv(GLenum map, GLuint* values) { fp_glGetPix... function glGetPixelMapusv (line 317) | inline void glGetPixelMapusv(GLenum map, GLushort* values) { fp_glGetP... function glGetPolygonStipple (line 318) | inline void glGetPolygonStipple(GLubyte* mask) { fp_glGetPolygonStippl... function glGetTexEnvfv (line 319) | inline void glGetTexEnvfv(GLenum target, GLenum pname, GLfloat* params... function glGetTexEnviv (line 320) | inline void glGetTexEnviv(GLenum target, GLenum pname, GLint* params) ... function glGetTexGendv (line 321) | inline void glGetTexGendv(GLenum coord, GLenum pname, GLdouble* params... function glGetTexGenfv (line 322) | inline void glGetTexGenfv(GLenum coord, GLenum pname, GLfloat* params)... function glGetTexGeniv (line 323) | inline void glGetTexGeniv(GLenum coord, GLenum pname, GLint* params) {... function GLboolean (line 324) | inline GLboolean glIsList(GLuint list) { return fp_glIsList(list); } function glFrustum (line 325) | inline void glFrustum(GLdouble left, GLdouble right, GLdouble bottom, ... function glLoadIdentity (line 326) | inline void glLoadIdentity() { fp_glLoadIdentity(); } function glLoadMatrixf (line 327) | inline void glLoadMatrixf(const GLfloat* m) { fp_glLoadMatrixf(m); } function glLoadMatrixd (line 328) | inline void glLoadMatrixd(const GLdouble* m) { fp_glLoadMatrixd(m); } function glMatrixMode (line 329) | inline void glMatrixMode(GLenum mode) { fp_glMatrixMode(mode); } function glMultMatrixf (line 330) | inline void glMultMatrixf(const GLfloat* m) { fp_glMultMatrixf(m); } function glMultMatrixd (line 331) | inline void glMultMatrixd(const GLdouble* m) { fp_glMultMatrixd(m); } function glOrtho (line 332) | inline void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GL... function glPopMatrix (line 333) | inline void glPopMatrix() { fp_glPopMatrix(); } function glPushMatrix (line 334) | inline void glPushMatrix() { fp_glPushMatrix(); } function glRotated (line 335) | inline void glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble... function glRotatef (line 336) | inline void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) ... function glScaled (line 337) | inline void glScaled(GLdouble x, GLdouble y, GLdouble z) { fp_glScaled... function glScalef (line 338) | inline void glScalef(GLfloat x, GLfloat y, GLfloat z) { fp_glScalef(x,... function glTranslated (line 339) | inline void glTranslated(GLdouble x, GLdouble y, GLdouble z) { fp_glTr... function glTranslatef (line 340) | inline void glTranslatef(GLfloat x, GLfloat y, GLfloat z) { fp_glTrans... function glDrawArrays (line 343) | inline void glDrawArrays(GLenum mode, GLint first, GLsizei count) { fp... function glDrawElements (line 344) | inline void glDrawElements(GLenum mode, GLsizei count, GLenum type, co... function glGetPointerv (line 345) | inline void glGetPointerv(GLenum pname, void** params) { fp_glGetPoint... function glPolygonOffset (line 346) | inline void glPolygonOffset(GLfloat factor, GLfloat units) { fp_glPoly... function glCopyTexImage1D (line 347) | inline void glCopyTexImage1D(GLenum target, GLint level, GLenum intern... function glCopyTexImage2D (line 348) | inline void glCopyTexImage2D(GLenum target, GLint level, GLenum intern... function glCopyTexSubImage1D (line 349) | inline void glCopyTexSubImage1D(GLenum target, GLint level, GLint xoff... function glCopyTexSubImage2D (line 350) | inline void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoff... function glTexSubImage1D (line 351) | inline void glTexSubImage1D(GLenum target, GLint level, GLint xoffset,... function glTexSubImage2D (line 352) | inline void glTexSubImage2D(GLenum target, GLint level, GLint xoffset,... function glBindTexture (line 353) | inline void glBindTexture(GLenum target, GLuint texture) { fp_glBindTe... function glDeleteTextures (line 354) | inline void glDeleteTextures(GLsizei n, const GLuint* textures) { fp_g... function glGenTextures (line 355) | inline void glGenTextures(GLsizei n, GLuint* textures) { fp_glGenTextu... function GLboolean (line 356) | inline GLboolean glIsTexture(GLuint texture) { return fp_glIsTexture(t... function glArrayElement (line 357) | inline void glArrayElement(GLint i) { fp_glArrayElement(i); } function glColorPointer (line 358) | inline void glColorPointer(GLint size, GLenum type, GLsizei stride, co... function glDisableClientState (line 359) | inline void glDisableClientState(GLenum array) { fp_glDisableClientSta... function glEdgeFlagPointer (line 360) | inline void glEdgeFlagPointer(GLsizei stride, const void* pointer) { f... function glEnableClientState (line 361) | inline void glEnableClientState(GLenum array) { fp_glEnableClientState... function glIndexPointer (line 362) | inline void glIndexPointer(GLenum type, GLsizei stride, const void* po... function glInterleavedArrays (line 363) | inline void glInterleavedArrays(GLenum format, GLsizei stride, const v... function glNormalPointer (line 364) | inline void glNormalPointer(GLenum type, GLsizei stride, const void* p... function glTexCoordPointer (line 365) | inline void glTexCoordPointer(GLint size, GLenum type, GLsizei stride,... function glVertexPointer (line 366) | inline void glVertexPointer(GLint size, GLenum type, GLsizei stride, c... function GLboolean (line 367) | inline GLboolean glAreTexturesResident(GLsizei n, const GLuint* textur... function glPrioritizeTextures (line 368) | inline void glPrioritizeTextures(GLsizei n, const GLuint* textures, co... function glIndexub (line 369) | inline void glIndexub(GLubyte c) { fp_glIndexub(c); } function glIndexubv (line 370) | inline void glIndexubv(const GLubyte* c) { fp_glIndexubv(c); } function glPopClientAttrib (line 371) | inline void glPopClientAttrib() { fp_glPopClientAttrib(); } function glPushClientAttrib (line 372) | inline void glPushClientAttrib(GLbitfield mask) { fp_glPushClientAttri... function glDrawRangeElements (line 375) | inline void glDrawRangeElements(GLenum mode, GLuint start, GLuint end,... function glTexImage3D (line 376) | inline void glTexImage3D(GLenum target, GLint level, GLint internalfor... function glTexSubImage3D (line 377) | inline void glTexSubImage3D(GLenum target, GLint level, GLint xoffset,... function glCopyTexSubImage3D (line 378) | inline void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoff... function glActiveTexture (line 381) | inline void glActiveTexture(GLenum texture) { fp_glActiveTexture(textu... function glSampleCoverage (line 382) | inline void glSampleCoverage(GLfloat value, GLboolean invert) { fp_glS... function glCompressedTexImage3D (line 383) | inline void glCompressedTexImage3D(GLenum target, GLint level, GLenum ... function glCompressedTexImage2D (line 384) | inline void glCompressedTexImage2D(GLenum target, GLint level, GLenum ... function glCompressedTexImage1D (line 385) | inline void glCompressedTexImage1D(GLenum target, GLint level, GLenum ... function glCompressedTexSubImage3D (line 386) | inline void glCompressedTexSubImage3D(GLenum target, GLint level, GLin... function glCompressedTexSubImage2D (line 387) | inline void glCompressedTexSubImage2D(GLenum target, GLint level, GLin... function glCompressedTexSubImage1D (line 388) | inline void glCompressedTexSubImage1D(GLenum target, GLint level, GLin... function glGetCompressedTexImage (line 389) | inline void glGetCompressedTexImage(GLenum target, GLint level, void* ... function glClientActiveTexture (line 390) | inline void glClientActiveTexture(GLenum texture) { fp_glClientActiveT... function glMultiTexCoord1d (line 391) | inline void glMultiTexCoord1d(GLenum target, GLdouble s) { fp_glMultiT... function glMultiTexCoord1dv (line 392) | inline void glMultiTexCoord1dv(GLenum target, const GLdouble* v) { fp_... function glMultiTexCoord1f (line 393) | inline void glMultiTexCoord1f(GLenum target, GLfloat s) { fp_glMultiTe... function glMultiTexCoord1fv (line 394) | inline void glMultiTexCoord1fv(GLenum target, const GLfloat* v) { fp_g... function glMultiTexCoord1i (line 395) | inline void glMultiTexCoord1i(GLenum target, GLint s) { fp_glMultiTexC... function glMultiTexCoord1iv (line 396) | inline void glMultiTexCoord1iv(GLenum target, const GLint* v) { fp_glM... function glMultiTexCoord1s (line 397) | inline void glMultiTexCoord1s(GLenum target, GLshort s) { fp_glMultiTe... function glMultiTexCoord1sv (line 398) | inline void glMultiTexCoord1sv(GLenum target, const GLshort* v) { fp_g... function glMultiTexCoord2d (line 399) | inline void glMultiTexCoord2d(GLenum target, GLdouble s, GLdouble t) {... function glMultiTexCoord2dv (line 400) | inline void glMultiTexCoord2dv(GLenum target, const GLdouble* v) { fp_... function glMultiTexCoord2f (line 401) | inline void glMultiTexCoord2f(GLenum target, GLfloat s, GLfloat t) { f... function glMultiTexCoord2fv (line 402) | inline void glMultiTexCoord2fv(GLenum target, const GLfloat* v) { fp_g... function glMultiTexCoord2i (line 403) | inline void glMultiTexCoord2i(GLenum target, GLint s, GLint t) { fp_gl... function glMultiTexCoord2iv (line 404) | inline void glMultiTexCoord2iv(GLenum target, const GLint* v) { fp_glM... function glMultiTexCoord2s (line 405) | inline void glMultiTexCoord2s(GLenum target, GLshort s, GLshort t) { f... function glMultiTexCoord2sv (line 406) | inline void glMultiTexCoord2sv(GLenum target, const GLshort* v) { fp_g... function glMultiTexCoord3d (line 407) | inline void glMultiTexCoord3d(GLenum target, GLdouble s, GLdouble t, G... function glMultiTexCoord3dv (line 408) | inline void glMultiTexCoord3dv(GLenum target, const GLdouble* v) { fp_... function glMultiTexCoord3f (line 409) | inline void glMultiTexCoord3f(GLenum target, GLfloat s, GLfloat t, GLf... function glMultiTexCoord3fv (line 410) | inline void glMultiTexCoord3fv(GLenum target, const GLfloat* v) { fp_g... function glMultiTexCoord3i (line 411) | inline void glMultiTexCoord3i(GLenum target, GLint s, GLint t, GLint r... function glMultiTexCoord3iv (line 412) | inline void glMultiTexCoord3iv(GLenum target, const GLint* v) { fp_glM... function glMultiTexCoord3s (line 413) | inline void glMultiTexCoord3s(GLenum target, GLshort s, GLshort t, GLs... function glMultiTexCoord3sv (line 414) | inline void glMultiTexCoord3sv(GLenum target, const GLshort* v) { fp_g... function glMultiTexCoord4d (line 415) | inline void glMultiTexCoord4d(GLenum target, GLdouble s, GLdouble t, G... function glMultiTexCoord4dv (line 416) | inline void glMultiTexCoord4dv(GLenum target, const GLdouble* v) { fp_... function glMultiTexCoord4f (line 417) | inline void glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLf... function glMultiTexCoord4fv (line 418) | inline void glMultiTexCoord4fv(GLenum target, const GLfloat* v) { fp_g... function glMultiTexCoord4i (line 419) | inline void glMultiTexCoord4i(GLenum target, GLint s, GLint t, GLint r... function glMultiTexCoord4iv (line 420) | inline void glMultiTexCoord4iv(GLenum target, const GLint* v) { fp_glM... function glMultiTexCoord4s (line 421) | inline void glMultiTexCoord4s(GLenum target, GLshort s, GLshort t, GLs... function glMultiTexCoord4sv (line 422) | inline void glMultiTexCoord4sv(GLenum target, const GLshort* v) { fp_g... function glLoadTransposeMatrixf (line 423) | inline void glLoadTransposeMatrixf(const GLfloat* m) { fp_glLoadTransp... function glLoadTransposeMatrixd (line 424) | inline void glLoadTransposeMatrixd(const GLdouble* m) { fp_glLoadTrans... function glMultTransposeMatrixf (line 425) | inline void glMultTransposeMatrixf(const GLfloat* m) { fp_glMultTransp... function glMultTransposeMatrixd (line 426) | inline void glMultTransposeMatrixd(const GLdouble* m) { fp_glMultTrans... function glBlendFuncSeparate (line 429) | inline void glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, ... function glMultiDrawArrays (line 430) | inline void glMultiDrawArrays(GLenum mode, const GLint* first, const G... function glMultiDrawElements (line 431) | inline void glMultiDrawElements(GLenum mode, const GLsizei* count, GLe... function glPointParameterf (line 432) | inline void glPointParameterf(GLenum pname, GLfloat param) { fp_glPoin... function glPointParameterfv (line 433) | inline void glPointParameterfv(GLenum pname, const GLfloat* params) { ... function glPointParameteri (line 434) | inline void glPointParameteri(GLenum pname, GLint param) { fp_glPointP... function glPointParameteriv (line 435) | inline void glPointParameteriv(GLenum pname, const GLint* params) { fp... function glFogCoordf (line 436) | inline void glFogCoordf(GLfloat coord) { fp_glFogCoordf(coord); } function glFogCoordfv (line 437) | inline void glFogCoordfv(const GLfloat* coord) { fp_glFogCoordfv(coord... function glFogCoordd (line 438) | inline void glFogCoordd(GLdouble coord) { fp_glFogCoordd(coord); } function glFogCoorddv (line 439) | inline void glFogCoorddv(const GLdouble* coord) { fp_glFogCoorddv(coor... function glFogCoordPointer (line 440) | inline void glFogCoordPointer(GLenum type, GLsizei stride, const void*... function glSecondaryColor3b (line 441) | inline void glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) ... function glSecondaryColor3bv (line 442) | inline void glSecondaryColor3bv(const GLbyte* v) { fp_glSecondaryColor... function glSecondaryColor3d (line 443) | inline void glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble ... function glSecondaryColor3dv (line 444) | inline void glSecondaryColor3dv(const GLdouble* v) { fp_glSecondaryCol... function glSecondaryColor3f (line 445) | inline void glSecondaryColor3f(GLfloat red, GLfloat green, GLfloat blu... function glSecondaryColor3fv (line 446) | inline void glSecondaryColor3fv(const GLfloat* v) { fp_glSecondaryColo... function glSecondaryColor3i (line 447) | inline void glSecondaryColor3i(GLint red, GLint green, GLint blue) { f... function glSecondaryColor3iv (line 448) | inline void glSecondaryColor3iv(const GLint* v) { fp_glSecondaryColor3... function glSecondaryColor3s (line 449) | inline void glSecondaryColor3s(GLshort red, GLshort green, GLshort blu... function glSecondaryColor3sv (line 450) | inline void glSecondaryColor3sv(const GLshort* v) { fp_glSecondaryColo... function glSecondaryColor3ub (line 451) | inline void glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte bl... function glSecondaryColor3ubv (line 452) | inline void glSecondaryColor3ubv(const GLubyte* v) { fp_glSecondaryCol... function glSecondaryColor3ui (line 453) | inline void glSecondaryColor3ui(GLuint red, GLuint green, GLuint blue)... function glSecondaryColor3uiv (line 454) | inline void glSecondaryColor3uiv(const GLuint* v) { fp_glSecondaryColo... function glSecondaryColor3us (line 455) | inline void glSecondaryColor3us(GLushort red, GLushort green, GLushort... function glSecondaryColor3usv (line 456) | inline void glSecondaryColor3usv(const GLushort* v) { fp_glSecondaryCo... function glSecondaryColorPointer (line 457) | inline void glSecondaryColorPointer(GLint size, GLenum type, GLsizei s... function glWindowPos2d (line 458) | inline void glWindowPos2d(GLdouble x, GLdouble y) { fp_glWindowPos2d(x... function glWindowPos2dv (line 459) | inline void glWindowPos2dv(const GLdouble* v) { fp_glWindowPos2dv(v); } function glWindowPos2f (line 460) | inline void glWindowPos2f(GLfloat x, GLfloat y) { fp_glWindowPos2f(x, ... function glWindowPos2fv (line 461) | inline void glWindowPos2fv(const GLfloat* v) { fp_glWindowPos2fv(v); } function glWindowPos2i (line 462) | inline void glWindowPos2i(GLint x, GLint y) { fp_glWindowPos2i(x, y); } function glWindowPos2iv (line 463) | inline void glWindowPos2iv(const GLint* v) { fp_glWindowPos2iv(v); } function glWindowPos2s (line 464) | inline void glWindowPos2s(GLshort x, GLshort y) { fp_glWindowPos2s(x, ... function glWindowPos2sv (line 465) | inline void glWindowPos2sv(const GLshort* v) { fp_glWindowPos2sv(v); } function glWindowPos3d (line 466) | inline void glWindowPos3d(GLdouble x, GLdouble y, GLdouble z) { fp_glW... function glWindowPos3dv (line 467) | inline void glWindowPos3dv(const GLdouble* v) { fp_glWindowPos3dv(v); } function glWindowPos3f (line 468) | inline void glWindowPos3f(GLfloat x, GLfloat y, GLfloat z) { fp_glWind... function glWindowPos3fv (line 469) | inline void glWindowPos3fv(const GLfloat* v) { fp_glWindowPos3fv(v); } function glWindowPos3i (line 470) | inline void glWindowPos3i(GLint x, GLint y, GLint z) { fp_glWindowPos3... function glWindowPos3iv (line 471) | inline void glWindowPos3iv(const GLint* v) { fp_glWindowPos3iv(v); } function glWindowPos3s (line 472) | inline void glWindowPos3s(GLshort x, GLshort y, GLshort z) { fp_glWind... function glWindowPos3sv (line 473) | inline void glWindowPos3sv(const GLshort* v) { fp_glWindowPos3sv(v); } function glBlendColor (line 474) | inline void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLf... function glBlendEquation (line 475) | inline void glBlendEquation(GLenum mode) { fp_glBlendEquation(mode); } function glGenQueries (line 478) | inline void glGenQueries(GLsizei n, GLuint* ids) { fp_glGenQueries(n, ... function glDeleteQueries (line 479) | inline void glDeleteQueries(GLsizei n, const GLuint* ids) { fp_glDelet... function GLboolean (line 480) | inline GLboolean glIsQuery(GLuint id) { return fp_glIsQuery(id); } function glBeginQuery (line 481) | inline void glBeginQuery(GLenum target, GLuint id) { fp_glBeginQuery(t... function glEndQuery (line 482) | inline void glEndQuery(GLenum target) { fp_glEndQuery(target); } function glGetQueryiv (line 483) | inline void glGetQueryiv(GLenum target, GLenum pname, GLint* params) {... function glGetQueryObjectiv (line 484) | inline void glGetQueryObjectiv(GLuint id, GLenum pname, GLint* params)... function glGetQueryObjectuiv (line 485) | inline void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint* param... function glBindBuffer (line 486) | inline void glBindBuffer(GLenum target, GLuint buffer) { fp_glBindBuff... function glDeleteBuffers (line 487) | inline void glDeleteBuffers(GLsizei n, const GLuint* buffers) { fp_glD... function glGenBuffers (line 488) | inline void glGenBuffers(GLsizei n, GLuint* buffers) { fp_glGenBuffers... function GLboolean (line 489) | inline GLboolean glIsBuffer(GLuint buffer) { return fp_glIsBuffer(buff... function glBufferData (line 490) | inline void glBufferData(GLenum target, GLsizeiptr size, const void* d... function glBufferSubData (line 491) | inline void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr... function glGetBufferSubData (line 492) | inline void glGetBufferSubData(GLenum target, GLintptr offset, GLsizei... function GLboolean (line 494) | inline GLboolean glUnmapBuffer(GLenum target) { return fp_glUnmapBuffe... function glGetBufferParameteriv (line 495) | inline void glGetBufferParameteriv(GLenum target, GLenum pname, GLint*... function glGetBufferPointerv (line 496) | inline void glGetBufferPointerv(GLenum target, GLenum pname, void** pa... function glBlendEquationSeparate (line 499) | inline void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) ... function glDrawBuffers (line 500) | inline void glDrawBuffers(GLsizei n, const GLenum* bufs) { fp_glDrawBu... function glStencilOpSeparate (line 501) | inline void glStencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfa... function glStencilFuncSeparate (line 502) | inline void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref,... function glStencilMaskSeparate (line 503) | inline void glStencilMaskSeparate(GLenum face, GLuint mask) { fp_glSte... function glAttachShader (line 504) | inline void glAttachShader(GLuint program, GLuint shader) { fp_glAttac... function glBindAttribLocation (line 505) | inline void glBindAttribLocation(GLuint program, GLuint index, const G... function glCompileShader (line 506) | inline void glCompileShader(GLuint shader) { fp_glCompileShader(shader... function GLuint (line 507) | inline GLuint glCreateProgram() { return fp_glCreateProgram(); } function GLuint (line 508) | inline GLuint glCreateShader(GLenum type) { return fp_glCreateShader(t... function glDeleteProgram (line 509) | inline void glDeleteProgram(GLuint program) { fp_glDeleteProgram(progr... function glDeleteShader (line 510) | inline void glDeleteShader(GLuint shader) { fp_glDeleteShader(shader); } function glDetachShader (line 511) | inline void glDetachShader(GLuint program, GLuint shader) { fp_glDetac... function glDisableVertexAttribArray (line 512) | inline void glDisableVertexAttribArray(GLuint index) { fp_glDisableVer... function glEnableVertexAttribArray (line 513) | inline void glEnableVertexAttribArray(GLuint index) { fp_glEnableVerte... function glGetActiveAttrib (line 514) | inline void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bu... function glGetActiveUniform (line 515) | inline void glGetActiveUniform(GLuint program, GLuint index, GLsizei b... function glGetAttachedShaders (line 516) | inline void glGetAttachedShaders(GLuint program, GLsizei maxCount, GLs... function GLint (line 517) | inline GLint glGetAttribLocation(GLuint program, const GLchar* name) {... function glGetProgramiv (line 518) | inline void glGetProgramiv(GLuint program, GLenum pname, GLint* params... function glGetProgramInfoLog (line 519) | inline void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsiz... function glGetShaderiv (line 520) | inline void glGetShaderiv(GLuint shader, GLenum pname, GLint* params) ... function glGetShaderInfoLog (line 521) | inline void glGetShaderInfoLog(GLuint shader, GLsizei bufSize, GLsizei... function glGetShaderSource (line 522) | inline void glGetShaderSource(GLuint shader, GLsizei bufSize, GLsizei*... function GLint (line 523) | inline GLint glGetUniformLocation(GLuint program, const GLchar* name) ... function glGetUniformfv (line 524) | inline void glGetUniformfv(GLuint program, GLint location, GLfloat* pa... function glGetUniformiv (line 525) | inline void glGetUniformiv(GLuint program, GLint location, GLint* para... function glGetVertexAttribdv (line 526) | inline void glGetVertexAttribdv(GLuint index, GLenum pname, GLdouble* ... function glGetVertexAttribfv (line 527) | inline void glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat* p... function glGetVertexAttribiv (line 528) | inline void glGetVertexAttribiv(GLuint index, GLenum pname, GLint* par... function glGetVertexAttribPointerv (line 529) | inline void glGetVertexAttribPointerv(GLuint index, GLenum pname, void... function GLboolean (line 530) | inline GLboolean glIsProgram(GLuint program) { return fp_glIsProgram(p... function GLboolean (line 531) | inline GLboolean glIsShader(GLuint shader) { return fp_glIsShader(shad... function glLinkProgram (line 532) | inline void glLinkProgram(GLuint program) { fp_glLinkProgram(program); } function glShaderSource (line 533) | inline void glShaderSource(GLuint shader, GLsizei count, const GLchar*... function glUseProgram (line 534) | inline void glUseProgram(GLuint program) { fp_glUseProgram(program); } function glUniform1f (line 535) | inline void glUniform1f(GLint location, GLfloat v0) { fp_glUniform1f(l... function glUniform2f (line 536) | inline void glUniform2f(GLint location, GLfloat v0, GLfloat v1) { fp_g... function glUniform3f (line 537) | inline void glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloa... function glUniform4f (line 538) | inline void glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloa... function glUniform1i (line 539) | inline void glUniform1i(GLint location, GLint v0) { fp_glUniform1i(loc... function glUniform2i (line 540) | inline void glUniform2i(GLint location, GLint v0, GLint v1) { fp_glUni... function glUniform3i (line 541) | inline void glUniform3i(GLint location, GLint v0, GLint v1, GLint v2) ... function glUniform4i (line 542) | inline void glUniform4i(GLint location, GLint v0, GLint v1, GLint v2, ... function glUniform1fv (line 543) | inline void glUniform1fv(GLint location, GLsizei count, const GLfloat*... function glUniform2fv (line 544) | inline void glUniform2fv(GLint location, GLsizei count, const GLfloat*... function glUniform3fv (line 545) | inline void glUniform3fv(GLint location, GLsizei count, const GLfloat*... function glUniform4fv (line 546) | inline void glUniform4fv(GLint location, GLsizei count, const GLfloat*... function glUniform1iv (line 547) | inline void glUniform1iv(GLint location, GLsizei count, const GLint* v... function glUniform2iv (line 548) | inline void glUniform2iv(GLint location, GLsizei count, const GLint* v... function glUniform3iv (line 549) | inline void glUniform3iv(GLint location, GLsizei count, const GLint* v... function glUniform4iv (line 550) | inline void glUniform4iv(GLint location, GLsizei count, const GLint* v... function glUniformMatrix2fv (line 551) | inline void glUniformMatrix2fv(GLint location, GLsizei count, GLboolea... function glUniformMatrix3fv (line 552) | inline void glUniformMatrix3fv(GLint location, GLsizei count, GLboolea... function glUniformMatrix4fv (line 553) | inline void glUniformMatrix4fv(GLint location, GLsizei count, GLboolea... function glValidateProgram (line 554) | inline void glValidateProgram(GLuint program) { fp_glValidateProgram(p... function glVertexAttrib1d (line 555) | inline void glVertexAttrib1d(GLuint index, GLdouble x) { fp_glVertexAt... function glVertexAttrib1dv (line 556) | inline void glVertexAttrib1dv(GLuint index, const GLdouble* v) { fp_gl... function glVertexAttrib1f (line 557) | inline void glVertexAttrib1f(GLuint index, GLfloat x) { fp_glVertexAtt... function glVertexAttrib1fv (line 558) | inline void glVertexAttrib1fv(GLuint index, const GLfloat* v) { fp_glV... function glVertexAttrib1s (line 559) | inline void glVertexAttrib1s(GLuint index, GLshort x) { fp_glVertexAtt... function glVertexAttrib1sv (line 560) | inline void glVertexAttrib1sv(GLuint index, const GLshort* v) { fp_glV... function glVertexAttrib2d (line 561) | inline void glVertexAttrib2d(GLuint index, GLdouble x, GLdouble y) { f... function glVertexAttrib2dv (line 562) | inline void glVertexAttrib2dv(GLuint index, const GLdouble* v) { fp_gl... function glVertexAttrib2f (line 563) | inline void glVertexAttrib2f(GLuint index, GLfloat x, GLfloat y) { fp_... function glVertexAttrib2fv (line 564) | inline void glVertexAttrib2fv(GLuint index, const GLfloat* v) { fp_glV... function glVertexAttrib2s (line 565) | inline void glVertexAttrib2s(GLuint index, GLshort x, GLshort y) { fp_... function glVertexAttrib2sv (line 566) | inline void glVertexAttrib2sv(GLuint index, const GLshort* v) { fp_glV... function glVertexAttrib3d (line 567) | inline void glVertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLd... function glVertexAttrib3dv (line 568) | inline void glVertexAttrib3dv(GLuint index, const GLdouble* v) { fp_gl... function glVertexAttrib3f (line 569) | inline void glVertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLflo... function glVertexAttrib3fv (line 570) | inline void glVertexAttrib3fv(GLuint index, const GLfloat* v) { fp_glV... function glVertexAttrib3s (line 571) | inline void glVertexAttrib3s(GLuint index, GLshort x, GLshort y, GLsho... function glVertexAttrib3sv (line 572) | inline void glVertexAttrib3sv(GLuint index, const GLshort* v) { fp_glV... function glVertexAttrib4Nbv (line 573) | inline void glVertexAttrib4Nbv(GLuint index, const GLbyte* v) { fp_glV... function glVertexAttrib4Niv (line 574) | inline void glVertexAttrib4Niv(GLuint index, const GLint* v) { fp_glVe... function glVertexAttrib4Nsv (line 575) | inline void glVertexAttrib4Nsv(GLuint index, const GLshort* v) { fp_gl... function glVertexAttrib4Nub (line 576) | inline void glVertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLu... function glVertexAttrib4Nubv (line 577) | inline void glVertexAttrib4Nubv(GLuint index, const GLubyte* v) { fp_g... function glVertexAttrib4Nuiv (line 578) | inline void glVertexAttrib4Nuiv(GLuint index, const GLuint* v) { fp_gl... function glVertexAttrib4Nusv (line 579) | inline void glVertexAttrib4Nusv(GLuint index, const GLushort* v) { fp_... function glVertexAttrib4bv (line 580) | inline void glVertexAttrib4bv(GLuint index, const GLbyte* v) { fp_glVe... function glVertexAttrib4d (line 581) | inline void glVertexAttrib4d(GLuint index, GLdouble x, GLdouble y, GLd... function glVertexAttrib4dv (line 582) | inline void glVertexAttrib4dv(GLuint index, const GLdouble* v) { fp_gl... function glVertexAttrib4f (line 583) | inline void glVertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLflo... function glVertexAttrib4fv (line 584) | inline void glVertexAttrib4fv(GLuint index, const GLfloat* v) { fp_glV... function glVertexAttrib4iv (line 585) | inline void glVertexAttrib4iv(GLuint index, const GLint* v) { fp_glVer... function glVertexAttrib4s (line 586) | inline void glVertexAttrib4s(GLuint index, GLshort x, GLshort y, GLsho... function glVertexAttrib4sv (line 587) | inline void glVertexAttrib4sv(GLuint index, const GLshort* v) { fp_glV... function glVertexAttrib4ubv (line 588) | inline void glVertexAttrib4ubv(GLuint index, const GLubyte* v) { fp_gl... function glVertexAttrib4uiv (line 589) | inline void glVertexAttrib4uiv(GLuint index, const GLuint* v) { fp_glV... function glVertexAttrib4usv (line 590) | inline void glVertexAttrib4usv(GLuint index, const GLushort* v) { fp_g... function glVertexAttribPointer (line 591) | inline void glVertexAttribPointer(GLuint index, GLint size, GLenum typ... function glUniformMatrix2x3fv (line 594) | inline void glUniformMatrix2x3fv(GLint location, GLsizei count, GLbool... function glUniformMatrix3x2fv (line 595) | inline void glUniformMatrix3x2fv(GLint location, GLsizei count, GLbool... function glUniformMatrix2x4fv (line 596) | inline void glUniformMatrix2x4fv(GLint location, GLsizei count, GLbool... function glUniformMatrix4x2fv (line 597) | inline void glUniformMatrix4x2fv(GLint location, GLsizei count, GLbool... function glUniformMatrix3x4fv (line 598) | inline void glUniformMatrix3x4fv(GLint location, GLsizei count, GLbool... function glUniformMatrix4x3fv (line 599) | inline void glUniformMatrix4x3fv(GLint location, GLsizei count, GLbool... function glColorMaski (line 602) | inline void glColorMaski(GLuint index, GLboolean r, GLboolean g, GLboo... function glGetBooleani_v (line 603) | inline void glGetBooleani_v(GLenum target, GLuint index, GLboolean* da... function glGetIntegeri_v (line 604) | inline void glGetIntegeri_v(GLenum target, GLuint index, GLint* data) ... function glEnablei (line 605) | inline void glEnablei(GLenum target, GLuint index) { fp_glEnablei(targ... function glDisablei (line 606) | inline void glDisablei(GLenum target, GLuint index) { fp_glDisablei(ta... function GLboolean (line 607) | inline GLboolean glIsEnabledi(GLenum target, GLuint index) { return fp... function glBeginTransformFeedback (line 608) | inline void glBeginTransformFeedback(GLenum primitiveMode) { fp_glBegi... function glEndTransformFeedback (line 609) | inline void glEndTransformFeedback() { fp_glEndTransformFeedback(); } function glBindBufferRange (line 610) | inline void glBindBufferRange(GLenum target, GLuint index, GLuint buff... function glBindBufferBase (line 611) | inline void glBindBufferBase(GLenum target, GLuint index, GLuint buffe... function glTransformFeedbackVaryings (line 612) | inline void glTransformFeedbackVaryings(GLuint program, GLsizei count,... function glGetTransformFeedbackVarying (line 613) | inline void glGetTransformFeedbackVarying(GLuint program, GLuint index... function glClampColor (line 614) | inline void glClampColor(GLenum target, GLenum clamp) { fp_glClampColo... function glBeginConditionalRender (line 615) | inline void glBeginConditionalRender(GLuint id, GLenum mode) { fp_glBe... function glEndConditionalRender (line 616) | inline void glEndConditionalRender() { fp_glEndConditionalRender(); } function glVertexAttribIPointer (line 617) | inline void glVertexAttribIPointer(GLuint index, GLint size, GLenum ty... function glGetVertexAttribIiv (line 618) | inline void glGetVertexAttribIiv(GLuint index, GLenum pname, GLint* pa... function glGetVertexAttribIuiv (line 619) | inline void glGetVertexAttribIuiv(GLuint index, GLenum pname, GLuint* ... function glVertexAttribI1i (line 620) | inline void glVertexAttribI1i(GLuint index, GLint x) { fp_glVertexAttr... function glVertexAttribI2i (line 621) | inline void glVertexAttribI2i(GLuint index, GLint x, GLint y) { fp_glV... function glVertexAttribI3i (line 622) | inline void glVertexAttribI3i(GLuint index, GLint x, GLint y, GLint z)... function glVertexAttribI4i (line 623) | inline void glVertexAttribI4i(GLuint index, GLint x, GLint y, GLint z,... function glVertexAttribI1ui (line 624) | inline void glVertexAttribI1ui(GLuint index, GLuint x) { fp_glVertexAt... function glVertexAttribI2ui (line 625) | inline void glVertexAttribI2ui(GLuint index, GLuint x, GLuint y) { fp_... function glVertexAttribI3ui (line 626) | inline void glVertexAttribI3ui(GLuint index, GLuint x, GLuint y, GLuin... function glVertexAttribI4ui (line 627) | inline void glVertexAttribI4ui(GLuint index, GLuint x, GLuint y, GLuin... function glVertexAttribI1iv (line 628) | inline void glVertexAttribI1iv(GLuint index, const GLint* v) { fp_glVe... function glVertexAttribI2iv (line 629) | inline void glVertexAttribI2iv(GLuint index, const GLint* v) { fp_glVe... function glVertexAttribI3iv (line 630) | inline void glVertexAttribI3iv(GLuint index, const GLint* v) { fp_glVe... function glVertexAttribI4iv (line 631) | inline void glVertexAttribI4iv(GLuint index, const GLint* v) { fp_glVe... function glVertexAttribI1uiv (line 632) | inline void glVertexAttribI1uiv(GLuint index, const GLuint* v) { fp_gl... function glVertexAttribI2uiv (line 633) | inline void glVertexAttribI2uiv(GLuint index, const GLuint* v) { fp_gl... function glVertexAttribI3uiv (line 634) | inline void glVertexAttribI3uiv(GLuint index, const GLuint* v) { fp_gl... function glVertexAttribI4uiv (line 635) | inline void glVertexAttribI4uiv(GLuint index, const GLuint* v) { fp_gl... function glVertexAttribI4bv (line 636) | inline void glVertexAttribI4bv(GLuint index, const GLbyte* v) { fp_glV... function glVertexAttribI4sv (line 637) | inline void glVertexAttribI4sv(GLuint index, const GLshort* v) { fp_gl... function glVertexAttribI4ubv (line 638) | inline void glVertexAttribI4ubv(GLuint index, const GLubyte* v) { fp_g... function glVertexAttribI4usv (line 639) | inline void glVertexAttribI4usv(GLuint index, const GLushort* v) { fp_... function glGetUniformuiv (line 640) | inline void glGetUniformuiv(GLuint program, GLint location, GLuint* pa... function glBindFragDataLocation (line 641) | inline void glBindFragDataLocation(GLuint program, GLuint color, const... function GLint (line 642) | inline GLint glGetFragDataLocation(GLuint program, const GLchar* name)... function glUniform1ui (line 643) | inline void glUniform1ui(GLint location, GLuint v0) { fp_glUniform1ui(... function glUniform2ui (line 644) | inline void glUniform2ui(GLint location, GLuint v0, GLuint v1) { fp_gl... function glUniform3ui (line 645) | inline void glUniform3ui(GLint location, GLuint v0, GLuint v1, GLuint ... function glUniform4ui (line 646) | inline void glUniform4ui(GLint location, GLuint v0, GLuint v1, GLuint ... function glUniform1uiv (line 647) | inline void glUniform1uiv(GLint location, GLsizei count, const GLuint*... function glUniform2uiv (line 648) | inline void glUniform2uiv(GLint location, GLsizei count, const GLuint*... function glUniform3uiv (line 649) | inline void glUniform3uiv(GLint location, GLsizei count, const GLuint*... function glUniform4uiv (line 650) | inline void glUniform4uiv(GLint location, GLsizei count, const GLuint*... function glTexParameterIiv (line 651) | inline void glTexParameterIiv(GLenum target, GLenum pname, const GLint... function glTexParameterIuiv (line 652) | inline void glTexParameterIuiv(GLenum target, GLenum pname, const GLui... function glGetTexParameterIiv (line 653) | inline void glGetTexParameterIiv(GLenum target, GLenum pname, GLint* p... function glGetTexParameterIuiv (line 654) | inline void glGetTexParameterIuiv(GLenum target, GLenum pname, GLuint*... function glClearBufferiv (line 655) | inline void glClearBufferiv(GLenum buffer, GLint drawbuffer, const GLi... function glClearBufferuiv (line 656) | inline void glClearBufferuiv(GLenum buffer, GLint drawbuffer, const GL... function glClearBufferfv (line 657) | inline void glClearBufferfv(GLenum buffer, GLint drawbuffer, const GLf... function glClearBufferfi (line 658) | inline void glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat d... function GLubyte (line 659) | inline const GLubyte* glGetStringi(GLenum name, GLuint index) { return... function GLboolean (line 660) | inline GLboolean glIsRenderbuffer(GLuint renderbuffer) { return fp_glI... function glBindRenderbuffer (line 661) | inline void glBindRenderbuffer(GLenum target, GLuint renderbuffer) { f... function glDeleteRenderbuffers (line 662) | inline void glDeleteRenderbuffers(GLsizei n, const GLuint* renderbuffe... function glGenRenderbuffers (line 663) | inline void glGenRenderbuffers(GLsizei n, GLuint* renderbuffers) { fp_... function glRenderbufferStorage (line 664) | inline void glRenderbufferStorage(GLenum target, GLenum internalformat... function glGetRenderbufferParameteriv (line 665) | inline void glGetRenderbufferParameteriv(GLenum target, GLenum pname, ... function GLboolean (line 666) | inline GLboolean glIsFramebuffer(GLuint framebuffer) { return fp_glIsF... function glBindFramebuffer (line 667) | inline void glBindFramebuffer(GLenum target, GLuint framebuffer) { fp_... function glDeleteFramebuffers (line 668) | inline void glDeleteFramebuffers(GLsizei n, const GLuint* framebuffers... function glGenFramebuffers (line 669) | inline void glGenFramebuffers(GLsizei n, GLuint* framebuffers) { fp_gl... function GLenum (line 670) | inline GLenum glCheckFramebufferStatus(GLenum target) { return fp_glCh... function glFramebufferTexture1D (line 671) | inline void glFramebufferTexture1D(GLenum target, GLenum attachment, G... function glFramebufferTexture2D (line 672) | inline void glFramebufferTexture2D(GLenum target, GLenum attachment, G... function glFramebufferTexture3D (line 673) | inline void glFramebufferTexture3D(GLenum target, GLenum attachment, G... function glFramebufferRenderbuffer (line 674) | inline void glFramebufferRenderbuffer(GLenum target, GLenum attachment... function glGetFramebufferAttachmentParameteriv (line 675) | inline void glGetFramebufferAttachmentParameteriv(GLenum target, GLenu... function glGenerateMipmap (line 676) | inline void glGenerateMipmap(GLenum target) { fp_glGenerateMipmap(targ... function glBlitFramebuffer (line 677) | inline void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, G... function glRenderbufferStorageMultisample (line 678) | inline void glRenderbufferStorageMultisample(GLenum target, GLsizei sa... function glFramebufferTextureLayer (line 679) | inline void glFramebufferTextureLayer(GLenum target, GLenum attachment... function glFlushMappedBufferRange (line 681) | inline void glFlushMappedBufferRange(GLenum target, GLintptr offset, G... function glBindVertexArray (line 682) | inline void glBindVertexArray(GLuint array) { fp_glBindVertexArray(arr... function glDeleteVertexArrays (line 683) | inline void glDeleteVertexArrays(GLsizei n, const GLuint* arrays) { fp... function glGenVertexArrays (line 684) | inline void glGenVertexArrays(GLsizei n, GLuint* arrays) { fp_glGenVer... function GLboolean (line 685) | inline GLboolean glIsVertexArray(GLuint array) { return fp_glIsVertexA... function glDrawArraysInstanced (line 688) | inline void glDrawArraysInstanced(GLenum mode, GLint first, GLsizei co... function glDrawElementsInstanced (line 689) | inline void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum... function glTexBuffer (line 690) | inline void glTexBuffer(GLenum target, GLenum internalformat, GLuint b... function glPrimitiveRestartIndex (line 691) | inline void glPrimitiveRestartIndex(GLuint index) { fp_glPrimitiveRest... function glCopyBufferSubData (line 692) | inline void glCopyBufferSubData(GLenum readTarget, GLenum writeTarget,... function glGetUniformIndices (line 693) | inline void glGetUniformIndices(GLuint program, GLsizei uniformCount, ... function glGetActiveUniformsiv (line 694) | inline void glGetActiveUniformsiv(GLuint program, GLsizei uniformCount... function glGetActiveUniformName (line 695) | inline void glGetActiveUniformName(GLuint program, GLuint uniformIndex... function GLuint (line 696) | inline GLuint glGetUniformBlockIndex(GLuint program, const GLchar* uni... function glGetActiveUniformBlockiv (line 697) | inline void glGetActiveUniformBlockiv(GLuint program, GLuint uniformBl... function glGetActiveUniformBlockName (line 698) | inline void glGetActiveUniformBlockName(GLuint program, GLuint uniform... function glUniformBlockBinding (line 699) | inline void glUniformBlockBinding(GLuint program, GLuint uniformBlockI... function glDrawElementsBaseVertex (line 702) | inline void glDrawElementsBaseVertex(GLenum mode, GLsizei count, GLenu... function glDrawRangeElementsBaseVertex (line 703) | inline void glDrawRangeElementsBaseVertex(GLenum mode, GLuint start, G... function glDrawElementsInstancedBaseVertex (line 704) | inline void glDrawElementsInstancedBaseVertex(GLenum mode, GLsizei cou... function glMultiDrawElementsBaseVertex (line 705) | inline void glMultiDrawElementsBaseVertex(GLenum mode, const GLsizei* ... function glProvokingVertex (line 706) | inline void glProvokingVertex(GLenum mode) { fp_glProvokingVertex(mode... function GLsync (line 707) | inline GLsync glFenceSync(GLenum condition, GLbitfield flags) { return... function GLboolean (line 708) | inline GLboolean glIsSync(GLsync sync) { return fp_glIsSync(sync); } function glDeleteSync (line 709) | inline void glDeleteSync(GLsync sync) { fp_glDeleteSync(sync); } function GLenum (line 710) | inline GLenum glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64... function glWaitSync (line 711) | inline void glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout... function glGetInteger64v (line 712) | inline void glGetInteger64v(GLenum pname, GLint64* data) { fp_glGetInt... function glGetSynciv (line 713) | inline void glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GL... function glGetInteger64i_v (line 714) | inline void glGetInteger64i_v(GLenum target, GLuint index, GLint64* da... function glGetBufferParameteri64v (line 715) | inline void glGetBufferParameteri64v(GLenum target, GLenum pname, GLin... function glFramebufferTexture (line 716) | inline void glFramebufferTexture(GLenum target, GLenum attachment, GLu... function glTexImage2DMultisample (line 717) | inline void glTexImage2DMultisample(GLenum target, GLsizei samples, GL... function glTexImage3DMultisample (line 718) | inline void glTexImage3DMultisample(GLenum target, GLsizei samples, GL... function glGetMultisamplefv (line 719) | inline void glGetMultisamplefv(GLenum pname, GLuint index, GLfloat* va... function glSampleMaski (line 720) | inline void glSampleMaski(GLuint maskNumber, GLbitfield mask) { fp_glS... function glBindFragDataLocationIndexed (line 723) | inline void glBindFragDataLocationIndexed(GLuint program, GLuint color... function GLint (line 724) | inline GLint glGetFragDataIndex(GLuint program, const GLchar* name) { ... function glGenSamplers (line 725) | inline void glGenSamplers(GLsizei count, GLuint* samplers) { fp_glGenS... function glDeleteSamplers (line 726) | inline void glDeleteSamplers(GLsizei count, const GLuint* samplers) { ... function GLboolean (line 727) | inline GLboolean glIsSampler(GLuint sampler) { return fp_glIsSampler(s... function glBindSampler (line 728) | inline void glBindSampler(GLuint unit, GLuint sampler) { fp_glBindSamp... function glSamplerParameteri (line 729) | inline void glSamplerParameteri(GLuint sampler, GLenum pname, GLint pa... function glSamplerParameteriv (line 730) | inline void glSamplerParameteriv(GLuint sampler, GLenum pname, const G... function glSamplerParameterf (line 731) | inline void glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat ... function glSamplerParameterfv (line 732) | inline void glSamplerParameterfv(GLuint sampler, GLenum pname, const G... function glSamplerParameterIiv (line 733) | inline void glSamplerParameterIiv(GLuint sampler, GLenum pname, const ... function glSamplerParameterIuiv (line 734) | inline void glSamplerParameterIuiv(GLuint sampler, GLenum pname, const... function glGetSamplerParameteriv (line 735) | inline void glGetSamplerParameteriv(GLuint sampler, GLenum pname, GLin... function glGetSamplerParameterIiv (line 736) | inline void glGetSamplerParameterIiv(GLuint sampler, GLenum pname, GLi... function glGetSamplerParameterfv (line 737) | inline void glGetSamplerParameterfv(GLuint sampler, GLenum pname, GLfl... function glGetSamplerParameterIuiv (line 738) | inline void glGetSamplerParameterIuiv(GLuint sampler, GLenum pname, GL... function glQueryCounter (line 739) | inline void glQueryCounter(GLuint id, GLenum target) { fp_glQueryCount... function glGetQueryObjecti64v (line 740) | inline void glGetQueryObjecti64v(GLuint id, GLenum pname, GLint64* par... function glGetQueryObjectui64v (line 741) | inline void glGetQueryObjectui64v(GLuint id, GLenum pname, GLuint64* p... function glVertexAttribDivisor (line 742) | inline void glVertexAttribDivisor(GLuint index, GLuint divisor) { fp_g... function glVertexAttribP1ui (line 743) | inline void glVertexAttribP1ui(GLuint index, GLenum type, GLboolean no... function glVertexAttribP1uiv (line 744) | inline void glVertexAttribP1uiv(GLuint index, GLenum type, GLboolean n... function glVertexAttribP2ui (line 745) | inline void glVertexAttribP2ui(GLuint index, GLenum type, GLboolean no... function glVertexAttribP2uiv (line 746) | inline void glVertexAttribP2uiv(GLuint index, GLenum type, GLboolean n... function glVertexAttribP3ui (line 747) | inline void glVertexAttribP3ui(GLuint index, GLenum type, GLboolean no... function glVertexAttribP3uiv (line 748) | inline void glVertexAttribP3uiv(GLuint index, GLenum type, GLboolean n... function glVertexAttribP4ui (line 749) | inline void glVertexAttribP4ui(GLuint index, GLenum type, GLboolean no... function glVertexAttribP4uiv (line 750) | inline void glVertexAttribP4uiv(GLuint index, GLenum type, GLboolean n... function glVertexP2ui (line 751) | inline void glVertexP2ui(GLenum type, GLuint value) { fp_glVertexP2ui(... function glVertexP2uiv (line 752) | inline void glVertexP2uiv(GLenum type, const GLuint* value) { fp_glVer... function glVertexP3ui (line 753) | inline void glVertexP3ui(GLenum type, GLuint value) { fp_glVertexP3ui(... function glVertexP3uiv (line 754) | inline void glVertexP3uiv(GLenum type, const GLuint* value) { fp_glVer... function glVertexP4ui (line 755) | inline void glVertexP4ui(GLenum type, GLuint value) { fp_glVertexP4ui(... function glVertexP4uiv (line 756) | inline void glVertexP4uiv(GLenum type, const GLuint* value) { fp_glVer... function glTexCoordP1ui (line 757) | inline void glTexCoordP1ui(GLenum type, GLuint coords) { fp_glTexCoord... function glTexCoordP1uiv (line 758) | inline void glTexCoordP1uiv(GLenum type, const GLuint* coords) { fp_gl... function glTexCoordP2ui (line 759) | inline void glTexCoordP2ui(GLenum type, GLuint coords) { fp_glTexCoord... function glTexCoordP2uiv (line 760) | inline void glTexCoordP2uiv(GLenum type, const GLuint* coords) { fp_gl... function glTexCoordP3ui (line 761) | inline void glTexCoordP3ui(GLenum type, GLuint coords) { fp_glTexCoord... function glTexCoordP3uiv (line 762) | inline void glTexCoordP3uiv(GLenum type, const GLuint* coords) { fp_gl... function glTexCoordP4ui (line 763) | inline void glTexCoordP4ui(GLenum type, GLuint coords) { fp_glTexCoord... function glTexCoordP4uiv (line 764) | inline void glTexCoordP4uiv(GLenum type, const GLuint* coords) { fp_gl... function glMultiTexCoordP1ui (line 765) | inline void glMultiTexCoordP1ui(GLenum texture, GLenum type, GLuint co... function glMultiTexCoordP1uiv (line 766) | inline void glMultiTexCoordP1uiv(GLenum texture, GLenum type, const GL... function glMultiTexCoordP2ui (line 767) | inline void glMultiTexCoordP2ui(GLenum texture, GLenum type, GLuint co... function glMultiTexCoordP2uiv (line 768) | inline void glMultiTexCoordP2uiv(GLenum texture, GLenum type, const GL... function glMultiTexCoordP3ui (line 769) | inline void glMultiTexCoordP3ui(GLenum texture, GLenum type, GLuint co... function glMultiTexCoordP3uiv (line 770) | inline void glMultiTexCoordP3uiv(GLenum texture, GLenum type, const GL... function glMultiTexCoordP4ui (line 771) | inline void glMultiTexCoordP4ui(GLenum texture, GLenum type, GLuint co... function glMultiTexCoordP4uiv (line 772) | inline void glMultiTexCoordP4uiv(GLenum texture, GLenum type, const GL... function glNormalP3ui (line 773) | inline void glNormalP3ui(GLenum type, GLuint coords) { fp_glNormalP3ui... function glNormalP3uiv (line 774) | inline void glNormalP3uiv(GLenum type, const GLuint* coords) { fp_glNo... function glColorP3ui (line 775) | inline void glColorP3ui(GLenum type, GLuint color) { fp_glColorP3ui(ty... function glColorP3uiv (line 776) | inline void glColorP3uiv(GLenum type, const GLuint* color) { fp_glColo... function glColorP4ui (line 777) | inline void glColorP4ui(GLenum type, GLuint color) { fp_glColorP4ui(ty... function glColorP4uiv (line 778) | inline void glColorP4uiv(GLenum type, const GLuint* color) { fp_glColo... function glSecondaryColorP3ui (line 779) | inline void glSecondaryColorP3ui(GLenum type, GLuint color) { fp_glSec... function glSecondaryColorP3uiv (line 780) | inline void glSecondaryColorP3uiv(GLenum type, const GLuint* color) { ... function glMinSampleShading (line 783) | inline void glMinSampleShading(GLfloat value) { fp_glMinSampleShading(... function glBlendEquationi (line 784) | inline void glBlendEquationi(GLuint buf, GLenum mode) { fp_glBlendEqua... function glBlendEquationSeparatei (line 785) | inline void glBlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenu... function glBlendFunci (line 786) | inline void glBlendFunci(GLuint buf, GLenum src, GLenum dst) { fp_glBl... function glBlendFuncSeparatei (line 787) | inline void glBlendFuncSeparatei(GLuint buf, GLenum srcRGB, GLenum dst... function glDrawArraysIndirect (line 788) | inline void glDrawArraysIndirect(GLenum mode, const void* indirect) { ... function glDrawElementsIndirect (line 789) | inline void glDrawElementsIndirect(GLenum mode, GLenum type, const voi... function glUniform1d (line 790) | inline void glUniform1d(GLint location, GLdouble x) { fp_glUniform1d(l... function glUniform2d (line 791) | inline void glUniform2d(GLint location, GLdouble x, GLdouble y) { fp_g... function glUniform3d (line 792) | inline void glUniform3d(GLint location, GLdouble x, GLdouble y, GLdoub... function glUniform4d (line 793) | inline void glUniform4d(GLint location, GLdouble x, GLdouble y, GLdoub... function glUniform1dv (line 794) | inline void glUniform1dv(GLint location, GLsizei count, const GLdouble... function glUniform2dv (line 795) | inline void glUniform2dv(GLint location, GLsizei count, const GLdouble... function glUniform3dv (line 796) | inline void glUniform3dv(GLint location, GLsizei count, const GLdouble... function glUniform4dv (line 797) | inline void glUniform4dv(GLint location, GLsizei count, const GLdouble... function glUniformMatrix2dv (line 798) | inline void glUniformMatrix2dv(GLint location, GLsizei count, GLboolea... function glUniformMatrix3dv (line 799) | inline void glUniformMatrix3dv(GLint location, GLsizei count, GLboolea... function glUniformMatrix4dv (line 800) | inline void glUniformMatrix4dv(GLint location, GLsizei count, GLboolea... function glUniformMatrix2x3dv (line 801) | inline void glUniformMatrix2x3dv(GLint location, GLsizei count, GLbool... function glUniformMatrix2x4dv (line 802) | inline void glUniformMatrix2x4dv(GLint location, GLsizei count, GLbool... function glUniformMatrix3x2dv (line 803) | inline void glUniformMatrix3x2dv(GLint location, GLsizei count, GLbool... function glUniformMatrix3x4dv (line 804) | inline void glUniformMatrix3x4dv(GLint location, GLsizei count, GLbool... function glUniformMatrix4x2dv (line 805) | inline void glUniformMatrix4x2dv(GLint location, GLsizei count, GLbool... function glUniformMatrix4x3dv (line 806) | inline void glUniformMatrix4x3dv(GLint location, GLsizei count, GLbool... function glGetUniformdv (line 807) | inline void glGetUniformdv(GLuint program, GLint location, GLdouble* p... function GLint (line 808) | inline GLint glGetSubroutineUniformLocation(GLuint program, GLenum sha... function GLuint (line 809) | inline GLuint glGetSubroutineIndex(GLuint program, GLenum shadertype, ... function glGetActiveSubroutineUniformiv (line 810) | inline void glGetActiveSubroutineUniformiv(GLuint program, GLenum shad... function glGetActiveSubroutineUniformName (line 811) | inline void glGetActiveSubroutineUniformName(GLuint program, GLenum sh... function glGetActiveSubroutineName (line 812) | inline void glGetActiveSubroutineName(GLuint program, GLenum shadertyp... function glUniformSubroutinesuiv (line 813) | inline void glUniformSubroutinesuiv(GLenum shadertype, GLsizei count, ... function glGetUniformSubroutineuiv (line 814) | inline void glGetUniformSubroutineuiv(GLenum shadertype, GLint locatio... function glGetProgramStageiv (line 815) | inline void glGetProgramStageiv(GLuint program, GLenum shadertype, GLe... function glPatchParameteri (line 816) | inline void glPatchParameteri(GLenum pname, GLint value) { fp_glPatchP... function glPatchParameterfv (line 817) | inline void glPatchParameterfv(GLenum pname, const GLfloat* values) { ... function glBindTransformFeedback (line 818) | inline void glBindTransformFeedback(GLenum target, GLuint id) { fp_glB... function glDeleteTransformFeedbacks (line 819) | inline void glDeleteTransformFeedbacks(GLsizei n, const GLuint* ids) {... function glGenTransformFeedbacks (line 820) | inline void glGenTransformFeedbacks(GLsizei n, GLuint* ids) { fp_glGen... function GLboolean (line 821) | inline GLboolean glIsTransformFeedback(GLuint id) { return fp_glIsTran... function glPauseTransformFeedback (line 822) | inline void glPauseTransformFeedback() { fp_glPauseTransformFeedback(); } function glResumeTransformFeedback (line 823) | inline void glResumeTransformFeedback() { fp_glResumeTransformFeedback... function glDrawTransformFeedback (line 824) | inline void glDrawTransformFeedback(GLenum mode, GLuint id) { fp_glDra... function glDrawTransformFeedbackStream (line 825) | inline void glDrawTransformFeedbackStream(GLenum mode, GLuint id, GLui... function glBeginQueryIndexed (line 826) | inline void glBeginQueryIndexed(GLenum target, GLuint index, GLuint id... function glEndQueryIndexed (line 827) | inline void glEndQueryIndexed(GLenum target, GLuint index) { fp_glEndQ... function glGetQueryIndexediv (line 828) | inline void glGetQueryIndexediv(GLenum target, GLuint index, GLenum pn... function glReleaseShaderCompiler (line 831) | inline void glReleaseShaderCompiler() { fp_glReleaseShaderCompiler(); } function glShaderBinary (line 832) | inline void glShaderBinary(GLsizei count, const GLuint* shaders, GLenu... function glGetShaderPrecisionFormat (line 833) | inline void glGetShaderPrecisionFormat(GLenum shadertype, GLenum preci... function glDepthRangef (line 834) | inline void glDepthRangef(GLfloat n, GLfloat f) { fp_glDepthRangef(n, ... function glClearDepthf (line 835) | inline void glClearDepthf(GLfloat d) { fp_glClearDepthf(d); } function glGetProgramBinary (line 836) | inline void glGetProgramBinary(GLuint program, GLsizei bufSize, GLsize... function glProgramBinary (line 837) | inline void glProgramBinary(GLuint program, GLenum binaryFormat, const... function glProgramParameteri (line 838) | inline void glProgramParameteri(GLuint program, GLenum pname, GLint va... function glUseProgramStages (line 839) | inline void glUseProgramStages(GLuint pipeline, GLbitfield stages, GLu... function glActiveShaderProgram (line 840) | inline void glActiveShaderProgram(GLuint pipeline, GLuint program) { f... function GLuint (line 841) | inline GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const... function glBindProgramPipeline (line 842) | inline void glBindProgramPipeline(GLuint pipeline) { fp_glBindProgramP... function glDeleteProgramPipelines (line 843) | inline void glDeleteProgramPipelines(GLsizei n, const GLuint* pipeline... function glGenProgramPipelines (line 844) | inline void glGenProgramPipelines(GLsizei n, GLuint* pipelines) { fp_g... function GLboolean (line 845) | inline GLboolean glIsProgramPipeline(GLuint pipeline) { return fp_glIs... function glGetProgramPipelineiv (line 846) | inline void glGetProgramPipelineiv(GLuint pipeline, GLenum pname, GLin... function glProgramUniform1i (line 847) | inline void glProgramUniform1i(GLuint program, GLint location, GLint v... function glProgramUniform1iv (line 848) | inline void glProgramUniform1iv(GLuint program, GLint location, GLsize... function glProgramUniform1f (line 849) | inline void glProgramUniform1f(GLuint program, GLint location, GLfloat... function glProgramUniform1fv (line 850) | inline void glProgramUniform1fv(GLuint program, GLint location, GLsize... function glProgramUniform1d (line 851) | inline void glProgramUniform1d(GLuint program, GLint location, GLdoubl... function glProgramUniform1dv (line 852) | inline void glProgramUniform1dv(GLuint program, GLint location, GLsize... function glProgramUniform1ui (line 853) | inline void glProgramUniform1ui(GLuint program, GLint location, GLuint... function glProgramUniform1uiv (line 854) | inline void glProgramUniform1uiv(GLuint program, GLint location, GLsiz... function glProgramUniform2i (line 855) | inline void glProgramUniform2i(GLuint program, GLint location, GLint v... function glProgramUniform2iv (line 856) | inline void glProgramUniform2iv(GLuint program, GLint location, GLsize... function glProgramUniform2f (line 857) | inline void glProgramUniform2f(GLuint program, GLint location, GLfloat... function glProgramUniform2fv (line 858) | inline void glProgramUniform2fv(GLuint program, GLint location, GLsize... function glProgramUniform2d (line 859) | inline void glProgramUniform2d(GLuint program, GLint location, GLdoubl... function glProgramUniform2dv (line 860) | inline void glProgramUniform2dv(GLuint program, GLint location, GLsize... function glProgramUniform2ui (line 861) | inline void glProgramUniform2ui(GLuint program, GLint location, GLuint... function glProgramUniform2uiv (line 862) | inline void glProgramUniform2uiv(GLuint program, GLint location, GLsiz... function glProgramUniform3i (line 863) | inline void glProgramUniform3i(GLuint program, GLint location, GLint v... function glProgramUniform3iv (line 864) | inline void glProgramUniform3iv(GLuint program, GLint location, GLsize... function glProgramUniform3f (line 865) | inline void glProgramUniform3f(GLuint program, GLint location, GLfloat... function glProgramUniform3fv (line 866) | inline void glProgramUniform3fv(GLuint program, GLint location, GLsize... function glProgramUniform3d (line 867) | inline void glProgramUniform3d(GLuint program, GLint location, GLdoubl... function glProgramUniform3dv (line 868) | inline void glProgramUniform3dv(GLuint program, GLint location, GLsize... function glProgramUniform3ui (line 869) | inline void glProgramUniform3ui(GLuint program, GLint location, GLuint... function glProgramUniform3uiv (line 870) | inline void glProgramUniform3uiv(GLuint program, GLint location, GLsiz... function glProgramUniform4i (line 871) | inline void glProgramUniform4i(GLuint program, GLint location, GLint v... function glProgramUniform4iv (line 872) | inline void glProgramUniform4iv(GLuint program, GLint location, GLsize... function glProgramUniform4f (line 873) | inline void glProgramUniform4f(GLuint program, GLint location, GLfloat... function glProgramUniform4fv (line 874) | inline void glProgramUniform4fv(GLuint program, GLint location, GLsize... function glProgramUniform4d (line 875) | inline void glProgramUniform4d(GLuint program, GLint location, GLdoubl... function glProgramUniform4dv (line 876) | inline void glProgramUniform4dv(GLuint program, GLint location, GLsize... function glProgramUniform4ui (line 877) | inline void glProgramUniform4ui(GLuint program, GLint location, GLuint... function glProgramUniform4uiv (line 878) | inline void glProgramUniform4uiv(GLuint program, GLint location, GLsiz... function glProgramUniformMatrix2fv (line 879) | inline void glProgramUniformMatrix2fv(GLuint program, GLint location, ... function glProgramUniformMatrix3fv (line 880) | inline void glProgramUniformMatrix3fv(GLuint program, GLint location, ... function glProgramUniformMatrix4fv (line 881) | inline void glProgramUniformMatrix4fv(GLuint program, GLint location, ... function glProgramUniformMatrix2dv (line 882) | inline void glProgramUniformMatrix2dv(GLuint program, GLint location, ... function glProgramUniformMatrix3dv (line 883) | inline void glProgramUniformMatrix3dv(GLuint program, GLint location, ... function glProgramUniformMatrix4dv (line 884) | inline void glProgramUniformMatrix4dv(GLuint program, GLint location, ... function glProgramUniformMatrix2x3fv (line 885) | inline void glProgramUniformMatrix2x3fv(GLuint program, GLint location... function glProgramUniformMatrix3x2fv (line 886) | inline void glProgramUniformMatrix3x2fv(GLuint program, GLint location... function glProgramUniformMatrix2x4fv (line 887) | inline void glProgramUniformMatrix2x4fv(GLuint program, GLint location... function glProgramUniformMatrix4x2fv (line 888) | inline void glProgramUniformMatrix4x2fv(GLuint program, GLint location... function glProgramUniformMatrix3x4fv (line 889) | inline void glProgramUniformMatrix3x4fv(GLuint program, GLint location... function glProgramUniformMatrix4x3fv (line 890) | inline void glProgramUniformMatrix4x3fv(GLuint program, GLint location... function glProgramUniformMatrix2x3dv (line 891) | inline void glProgramUniformMatrix2x3dv(GLuint program, GLint location... function glProgramUniformMatrix3x2dv (line 892) | inline void glProgramUniformMatrix3x2dv(GLuint program, GLint location... function glProgramUniformMatrix2x4dv (line 893) | inline void glProgramUniformMatrix2x4dv(GLuint program, GLint location... function glProgramUniformMatrix4x2dv (line 894) | inline void glProgramUniformMatrix4x2dv(GLuint program, GLint location... function glProgramUniformMatrix3x4dv (line 895) | inline void glProgramUniformMatrix3x4dv(GLuint program, GLint location... function glProgramUniformMatrix4x3dv (line 896) | inline void glProgramUniformMatrix4x3dv(GLuint program, GLint location... function glValidateProgramPipeline (line 897) | inline void glValidateProgramPipeline(GLuint pipeline) { fp_glValidate... function glGetProgramPipelineInfoLog (line 898) | inline void glGetProgramPipelineInfoLog(GLuint pipeline, GLsizei bufSi... function glVertexAttribL1d (line 899) | inline void glVertexAttribL1d(GLuint index, GLdouble x) { fp_glVertexA... function glVertexAttribL2d (line 900) | inline void glVertexAttribL2d(GLuint index, GLdouble x, GLdouble y) { ... function glVertexAttribL3d (line 901) | inline void glVertexAttribL3d(GLuint index, GLdouble x, GLdouble y, GL... function glVertexAttribL4d (line 902) | inline void glVertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GL... function glVertexAttribL1dv (line 903) | inline void glVertexAttribL1dv(GLuint index, const GLdouble* v) { fp_g... function glVertexAttribL2dv (line 904) | inline void glVertexAttribL2dv(GLuint index, const GLdouble* v) { fp_g... function glVertexAttribL3dv (line 905) | inline void glVertexAttribL3dv(GLuint index, const GLdouble* v) { fp_g... function glVertexAttribL4dv (line 906) | inline void glVertexAttribL4dv(GLuint index, const GLdouble* v) { fp_g... function glVertexAttribLPointer (line 907) | inline void glVertexAttribLPointer(GLuint index, GLint size, GLenum ty... function glGetVertexAttribLdv (line 908) | inline void glGetVertexAttribLdv(GLuint index, GLenum pname, GLdouble*... function glViewportArrayv (line 909) | inline void glViewportArrayv(GLuint first, GLsizei count, const GLfloa... function glViewportIndexedf (line 910) | inline void glViewportIndexedf(GLuint index, GLfloat x, GLfloat y, GLf... function glViewportIndexedfv (line 911) | inline void glViewportIndexedfv(GLuint index, const GLfloat* v) { fp_g... function glScissorArrayv (line 912) | inline void glScissorArrayv(GLuint first, GLsizei count, const GLint* ... function glScissorIndexed (line 913) | inline void glScissorIndexed(GLuint index, GLint left, GLint bottom, G... function glScissorIndexedv (line 914) | inline void glScissorIndexedv(GLuint index, const GLint* v) { fp_glSci... function glDepthRangeArrayv (line 915) | inline void glDepthRangeArrayv(GLuint first, GLsizei count, const GLdo... function glDepthRangeIndexed (line 916) | inline void glDepthRangeIndexed(GLuint index, GLdouble n, GLdouble f) ... function glGetFloati_v (line 917) | inline void glGetFloati_v(GLenum target, GLuint index, GLfloat* data) ... function glGetDoublei_v (line 918) | inline void glGetDoublei_v(GLenum target, GLuint index, GLdouble* data... function glDrawArraysInstancedBaseInstance (line 921) | inline void glDrawArraysInstancedBaseInstance(GLenum mode, GLint first... function glDrawElementsInstancedBaseInstance (line 922) | inline void glDrawElementsInstancedBaseInstance(GLenum mode, GLsizei c... function glDrawElementsInstancedBaseVertexBaseInstance (line 923) | inline void glDrawElementsInstancedBaseVertexBaseInstance(GLenum mode,... function glGetInternalformativ (line 924) | inline void glGetInternalformativ(GLenum target, GLenum internalformat... function glGetActiveAtomicCounterBufferiv (line 925) | inline void glGetActiveAtomicCounterBufferiv(GLuint program, GLuint bu... function glBindImageTexture (line 926) | inline void glBindImageTexture(GLuint unit, GLuint texture, GLint leve... function glMemoryBarrier (line 927) | inline void glMemoryBarrier(GLbitfield barriers) { fp_glMemoryBarrier(... function glTexStorage1D (line 928) | inline void glTexStorage1D(GLenum target, GLsizei levels, GLenum inter... function glTexStorage2D (line 929) | inline void glTexStorage2D(GLenum target, GLsizei levels, GLenum inter... function glTexStorage3D (line 930) | inline void glTexStorage3D(GLenum target, GLsizei levels, GLenum inter... function glDrawTransformFeedbackInstanced (line 931) | inline void glDrawTransformFeedbackInstanced(GLenum mode, GLuint id, G... function glDrawTransformFeedbackStreamInstanced (line 932) | inline void glDrawTransformFeedbackStreamInstanced(GLenum mode, GLuint... function glClearBufferData (line 935) | inline void glClearBufferData(GLenum target, GLenum internalformat, GL... function glClearBufferSubData (line 936) | inline void glClearBufferSubData(GLenum target, GLenum internalformat,... function glDispatchCompute (line 937) | inline void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y... function glDispatchComputeIndirect (line 938) | inline void glDispatchComputeIndirect(GLintptr indirect) { fp_glDispat... function glCopyImageSubData (line 939) | inline void glCopyImageSubData(GLuint srcName, GLenum srcTarget, GLint... function glFramebufferParameteri (line 940) | inline void glFramebufferParameteri(GLenum target, GLenum pname, GLint... function glGetFramebufferParameteriv (line 941) | inline void glGetFramebufferParameteriv(GLenum target, GLenum pname, G... function glGetInternalformati64v (line 942) | inline void glGetInternalformati64v(GLenum target, GLenum internalform... function glInvalidateTexSubImage (line 943) | inline void glInvalidateTexSubImage(GLuint texture, GLint level, GLint... function glInvalidateTexImage (line 944) | inline void glInvalidateTexImage(GLuint texture, GLint level) { fp_glI... function glInvalidateBufferSubData (line 945) | inline void glInvalidateBufferSubData(GLuint buffer, GLintptr offset, ... function glInvalidateBufferData (line 946) | inline void glInvalidateBufferData(GLuint buffer) { fp_glInvalidateBuf... function glInvalidateFramebuffer (line 947) | inline void glInvalidateFramebuffer(GLenum target, GLsizei numAttachme... function glInvalidateSubFramebuffer (line 948) | inline void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttac... function glMultiDrawArraysIndirect (line 949) | inline void glMultiDrawArraysIndirect(GLenum mode, const void* indirec... function glMultiDrawElementsIndirect (line 950) | inline void glMultiDrawElementsIndirect(GLenum mode, GLenum type, cons... function glGetProgramInterfaceiv (line 951) | inline void glGetProgramInterfaceiv(GLuint program, GLenum programInte... function GLuint (line 952) | inline GLuint glGetProgramResourceIndex(GLuint program, GLenum program... function glGetProgramResourceName (line 953) | inline void glGetProgramResourceName(GLuint program, GLenum programInt... function glGetProgramResourceiv (line 954) | inline void glGetProgramResourceiv(GLuint program, GLenum programInter... function GLint (line 955) | inline GLint glGetProgramResourceLocation(GLuint program, GLenum progr... function GLint (line 956) | inline GLint glGetProgramResourceLocationIndex(GLuint program, GLenum ... function glShaderStorageBlockBinding (line 957) | inline void glShaderStorageBlockBinding(GLuint program, GLuint storage... function glTexBufferRange (line 958) | inline void glTexBufferRange(GLenum target, GLenum internalformat, GLu... function glTexStorage2DMultisample (line 959) | inline void glTexStorage2DMultisample(GLenum target, GLsizei samples, ... function glTexStorage3DMultisample (line 960) | inline void glTexStorage3DMultisample(GLenum target, GLsizei samples, ... function glTextureView (line 961) | inline void glTextureView(GLuint texture, GLenum target, GLuint origte... function glBindVertexBuffer (line 962) | inline void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLi... function glVertexAttribFormat (line 963) | inline void glVertexAttribFormat(GLuint attribindex, GLint size, GLenu... function glVertexAttribIFormat (line 964) | inline void glVertexAttribIFormat(GLuint attribindex, GLint size, GLen... function glVertexAttribLFormat (line 965) | inline void glVertexAttribLFormat(GLuint attribindex, GLint size, GLen... function glVertexAttribBinding (line 966) | inline void glVertexAttribBinding(GLuint attribindex, GLuint bindingin... function glVertexBindingDivisor (line 967) | inline void glVertexBindingDivisor(GLuint bindingindex, GLuint divisor... function glDebugMessageControl (line 968) | inline void glDebugMessageControl(GLenum source, GLenum type, GLenum s... function glDebugMessageInsert (line 969) | inline void glDebugMessageInsert(GLenum source, GLenum type, GLuint id... function glDebugMessageCallback (line 970) | inline void glDebugMessageCallback(GLDEBUGPROC callback, const void* u... function GLuint (line 971) | inline GLuint glGetDebugMessageLog(GLuint count, GLsizei bufSize, GLen... function glPushDebugGroup (line 972) | inline void glPushDebugGroup(GLenum source, GLuint id, GLsizei length,... function glPopDebugGroup (line 973) | inline void glPopDebugGroup() { fp_glPopDebugGroup(); } function glObjectLabel (line 974) | inline void glObjectLabel(GLenum identifier, GLuint name, GLsizei leng... function glGetObjectLabel (line 975) | inline void glGetObjectLabel(GLenum identifier, GLuint name, GLsizei b... function glObjectPtrLabel (line 976) | inline void glObjectPtrLabel(const void* ptr, GLsizei length, const GL... function glGetObjectPtrLabel (line 977) | inline void glGetObjectPtrLabel(const void* ptr, GLsizei bufSize, GLsi... function glBufferStorage (line 980) | inline void glBufferStorage(GLenum target, GLsizeiptr size, const void... function glClearTexImage (line 981) | inline void glClearTexImage(GLuint texture, GLint level, GLenum format... function glClearTexSubImage (line 982) | inline void glClearTexSubImage(GLuint texture, GLint level, GLint xoff... function glBindBuffersBase (line 983) | inline void glBindBuffersBase(GLenum target, GLuint first, GLsizei cou... function glBindBuffersRange (line 984) | inline void glBindBuffersRange(GLenum target, GLuint first, GLsizei co... function glBindTextures (line 985) | inline void glBindTextures(GLuint first, GLsizei count, const GLuint* ... function glBindSamplers (line 986) | inline void glBindSamplers(GLuint first, GLsizei count, const GLuint* ... function glBindImageTextures (line 987) | inline void glBindImageTextures(GLuint first, GLsizei count, const GLu... function glBindVertexBuffers (line 988) | inline void glBindVertexBuffers(GLuint first, GLsizei count, const GLu... function glClipControl (line 991) | inline void glClipControl(GLenum origin, GLenum depth) { fp_glClipCont... function glCreateTransformFeedbacks (line 992) | inline void glCreateTransformFeedbacks(GLsizei n, GLuint* ids) { fp_gl... function glTransformFeedbackBufferBase (line 993) | inline void glTransformFeedbackBufferBase(GLuint xfb, GLuint index, GL... function glTransformFeedbackBufferRange (line 994) | inline void glTransformFeedbackBufferRange(GLuint xfb, GLuint index, G... function glGetTransformFeedbackiv (line 995) | inline void glGetTransformFeedbackiv(GLuint xfb, GLenum pname, GLint* ... function glGetTransformFeedbacki_v (line 996) | inline void glGetTransformFeedbacki_v(GLuint xfb, GLenum pname, GLuint... function glGetTransformFeedbacki64_v (line 997) | inline void glGetTransformFeedbacki64_v(GLuint xfb, GLenum pname, GLui... function glCreateBuffers (line 998) | inline void glCreateBuffers(GLsizei n, GLuint* buffers) { fp_glCreateB... function glNamedBufferStorage (line 999) | inline void glNamedBufferStorage(GLuint buffer, GLsizeiptr size, const... function glNamedBufferData (line 1000) | inline void glNamedBufferData(GLuint buffer, GLsizeiptr size, const vo... function glNamedBufferSubData (line 1001) | inline void glNamedBufferSubData(GLuint buffer, GLintptr offset, GLsiz... function glCopyNamedBufferSubData (line 1002) | inline void glCopyNamedBufferSubData(GLuint readBuffer, GLuint writeBu... function glClearNamedBufferData (line 1003) | inline void glClearNamedBufferData(GLuint buffer, GLenum internalforma... function glClearNamedBufferSubData (line 1004) | inline void glClearNamedBufferSubData(GLuint buffer, GLenum internalfo... function GLboolean (line 1007) | inline GLboolean glUnmapNamedBuffer(GLuint buffer) { return fp_glUnmap... function glFlushMappedNamedBufferRange (line 1008) | inline void glFlushMappedNamedBufferRange(GLuint buffer, GLintptr offs... function glGetNamedBufferParameteriv (line 1009) | inline void glGetNamedBufferParameteriv(GLuint buffer, GLenum pname, G... function glGetNamedBufferParameteri64v (line 1010) | inline void glGetNamedBufferParameteri64v(GLuint buffer, GLenum pname,... function glGetNamedBufferPointerv (line 1011) | inline void glGetNamedBufferPointerv(GLuint buffer, GLenum pname, void... function glGetNamedBufferSubData (line 1012) | inline void glGetNamedBufferSubData(GLuint buffer, GLintptr offset, GL... function glCreateFramebuffers (line 1013) | inline void glCreateFramebuffers(GLsizei n, GLuint* framebuffers) { fp... function glNamedFramebufferRenderbuffer (line 1014) | inline void glNamedFramebufferRenderbuffer(GLuint framebuffer, GLenum ... function glNamedFramebufferParameteri (line 1015) | inline void glNamedFramebufferParameteri(GLuint framebuffer, GLenum pn... function glNamedFramebufferTexture (line 1016) | inline void glNamedFramebufferTexture(GLuint framebuffer, GLenum attac... function glNamedFramebufferTextureLayer (line 1017) | inline void glNamedFramebufferTextureLayer(GLuint framebuffer, GLenum ... function glNamedFramebufferDrawBuffer (line 1018) | inline void glNamedFramebufferDrawBuffer(GLuint framebuffer, GLenum bu... function glNamedFramebufferDrawBuffers (line 1019) | inline void glNamedFramebufferDrawBuffers(GLuint framebuffer, GLsizei ... function glNamedFramebufferReadBuffer (line 1020) | inline void glNamedFramebufferReadBuffer(GLuint framebuffer, GLenum sr... function glInvalidateNamedFramebufferData (line 1021) | inline void glInvalidateNamedFramebufferData(GLuint framebuffer, GLsiz... function glInvalidateNamedFramebufferSubData (line 1022) | inline void glInvalidateNamedFramebufferSubData(GLuint framebuffer, GL... function glClearNamedFramebufferiv (line 1023) | inline void glClearNamedFramebufferiv(GLuint framebuffer, GLenum buffe... function glClearNamedFramebufferuiv (line 1024) | inline void glClearNamedFramebufferuiv(GLuint framebuffer, GLenum buff... function glClearNamedFramebufferfv (line 1025) | inline void glClearNamedFramebufferfv(GLuint framebuffer, GLenum buffe... function glClearNamedFramebufferfi (line 1026) | inline void glClearNamedFramebufferfi(GLuint framebuffer, GLenum buffe... function glBlitNamedFramebuffer (line 1027) | inline void glBlitNamedFramebuffer(GLuint readFramebuffer, GLuint draw... function GLenum (line 1028) | inline GLenum glCheckNamedFramebufferStatus(GLuint framebuffer, GLenum... function glGetNamedFramebufferParameteriv (line 1029) | inline void glGetNamedFramebufferParameteriv(GLuint framebuffer, GLenu... function glGetNamedFramebufferAttachmentParameteriv (line 1030) | inline void glGetNamedFramebufferAttachmentParameteriv(GLuint framebuf... function glCreateRenderbuffers (line 1031) | inline void glCreateRenderbuffers(GLsizei n, GLuint* renderbuffers) { ... function glNamedRenderbufferStorage (line 1032) | inline void glNamedRenderbufferStorage(GLuint renderbuffer, GLenum int... function glNamedRenderbufferStorageMultisample (line 1033) | inline void glNamedRenderbufferStorageMultisample(GLuint renderbuffer,... function glGetNamedRenderbufferParameteriv (line 1034) | inline void glGetNamedRenderbufferParameteriv(GLuint renderbuffer, GLe... function glCreateTextures (line 1035) | inline void glCreateTextures(GLenum target, GLsizei n, GLuint* texture... function glTextureBuffer (line 1036) | inline void glTextureBuffer(GLuint texture, GLenum internalformat, GLu... function glTextureBufferRange (line 1037) | inline void glTextureBufferRange(GLuint texture, GLenum internalformat... function glTextureStorage1D (line 1038) | inline void glTextureStorage1D(GLuint texture, GLsizei levels, GLenum ... function glTextureStorage2D (line 1039) | inline void glTextureStorage2D(GLuint texture, GLsizei levels, GLenum ... function glTextureStorage3D (line 1040) | inline void glTextureStorage3D(GLuint texture, GLsizei levels, GLenum ... function glTextureStorage2DMultisample (line 1041) | inline void glTextureStorage2DMultisample(GLuint texture, GLsizei samp... function glTextureStorage3DMultisample (line 1042) | inline void glTextureStorage3DMultisample(GLuint texture, GLsizei samp... function glTextureSubImage1D (line 1043) | inline void glTextureSubImage1D(GLuint texture, GLint level, GLint xof... function glTextureSubImage2D (line 1044) | inline void glTextureSubImage2D(GLuint texture, GLint level, GLint xof... function glTextureSubImage3D (line 1045) | inline void glTextureSubImage3D(GLuint texture, GLint level, GLint xof... function glCompressedTextureSubImage1D (line 1046) | inline void glCompressedTextureSubImage1D(GLuint texture, GLint level,... function glCompressedTextureSubImage2D (line 1047) | inline void glCompressedTextureSubImage2D(GLuint texture, GLint level,... function glCompressedTextureSubImage3D (line 1048) | inline void glCompressedTextureSubImage3D(GLuint texture, GLint level,... function glCopyTextureSubImage1D (line 1049) | inline void glCopyTextureSubImage1D(GLuint texture, GLint level, GLint... function glCopyTextureSubImage2D (line 1050) | inline void glCopyTextureSubImage2D(GLuint texture, GLint level, GLint... function glCopyTextureSubImage3D (line 1051) | inline void glCopyTextureSubImage3D(GLuint texture, GLint level, GLint... function glTextureParameterf (line 1052) | inline void glTextureParameterf(GLuint texture, GLenum pname, GLfloat ... function glTextureParameterfv (line 1053) | inline void glTextureParameterfv(GLuint texture, GLenum pname, const G... function glTextureParameteri (line 1054) | inline void glTextureParameteri(GLuint texture, GLenum pname, GLint pa... function glTextureParameterIiv (line 1055) | inline void glTextureParameterIiv(GLuint texture, GLenum pname, const ... function glTextureParameterIuiv (line 1056) | inline void glTextureParameterIuiv(GLuint texture, GLenum pname, const... function glTextureParameteriv (line 1057) | inline void glTextureParameteriv(GLuint texture, GLenum pname, const G... function glGenerateTextureMipmap (line 1058) | inline void glGenerateTextureMipmap(GLuint texture) { fp_glGenerateTex... function glBindTextureUnit (line 1059) | inline void glBindTextureUnit(GLuint unit, GLuint texture) { fp_glBind... function glGetTextureImage (line 1060) | inline void glGetTextureImage(GLuint texture, GLint level, GLenum form... function glGetCompressedTextureImage (line 1061) | inline void glGetCompressedTextureImage(GLuint texture, GLint level, G... function glGetTextureLevelParameterfv (line 1062) | inline void glGetTextureLevelParameterfv(GLuint texture, GLint level, ... function glGetTextureLevelParameteriv (line 1063) | inline void glGetTextureLevelParameteriv(GLuint texture, GLint level, ... function glGetTextureParameterfv (line 1064) | inline void glGetTextureParameterfv(GLuint texture, GLenum pname, GLfl... function glGetTextureParameterIiv (line 1065) | inline void glGetTextureParameterIiv(GLuint texture, GLenum pname, GLi... function glGetTextureParameterIuiv (line 1066) | inline void glGetTextureParameterIuiv(GLuint texture, GLenum pname, GL... function glGetTextureParameteriv (line 1067) | inline void glGetTextureParameteriv(GLuint texture, GLenum pname, GLin... function glCreateVertexArrays (line 1068) | inline void glCreateVertexArrays(GLsizei n, GLuint* arrays) { fp_glCre... function glDisableVertexArrayAttrib (line 1069) | inline void glDisableVertexArrayAttrib(GLuint vaobj, GLuint index) { f... function glEnableVertexArrayAttrib (line 1070) | inline void glEnableVertexArrayAttrib(GLuint vaobj, GLuint index) { fp... function glVertexArrayElementBuffer (line 1071) | inline void glVertexArrayElementBuffer(GLuint vaobj, GLuint buffer) { ... function glVertexArrayVertexBuffer (line 1072) | inline void glVertexArrayVertexBuffer(GLuint vaobj, GLuint bindinginde... function glVertexArrayVertexBuffers (line 1073) | inline void glVertexArrayVertexBuffers(GLuint vaobj, GLuint first, GLs... function glVertexArrayAttribBinding (line 1074) | inline void glVertexArrayAttribBinding(GLuint vaobj, GLuint attribinde... function glVertexArrayAttribFormat (line 1075) | inline void glVertexArrayAttribFormat(GLuint vaobj, GLuint attribindex... function glVertexArrayAttribIFormat (line 1076) | inline void glVertexArrayAttribIFormat(GLuint vaobj, GLuint attribinde... function glVertexArrayAttribLFormat (line 1077) | inline void glVertexArrayAttribLFormat(GLuint vaobj, GLuint attribinde... function glVertexArrayBindingDivisor (line 1078) | inline void glVertexArrayBindingDivisor(GLuint vaobj, GLuint bindingin... function glGetVertexArrayiv (line 1079) | inline void glGetVertexArrayiv(GLuint vaobj, GLenum pname, GLint* para... function glGetVertexArrayIndexediv (line 1080) | inline void glGetVertexArrayIndexediv(GLuint vaobj, GLuint index, GLen... function glGetVertexArrayIndexed64iv (line 1081) | inline void glGetVertexArrayIndexed64iv(GLuint vaobj, GLuint index, GL... function glCreateSamplers (line 1082) | inline void glCreateSamplers(GLsizei n, GLuint* samplers) { fp_glCreat... function glCreateProgramPipelines (line 1083) | inline void glCreateProgramPipelines(GLsizei n, GLuint* pipelines) { f... function glCreateQueries (line 1084) | inline void glCreateQueries(GLenum target, GLsizei n, GLuint* ids) { f... function glGetQueryBufferObjecti64v (line 1085) | inline void glGetQueryBufferObjecti64v(GLuint id, GLuint buffer, GLenu... function glGetQueryBufferObjectiv (line 1086) | inline void glGetQueryBufferObjectiv(GLuint id, GLuint buffer, GLenum ... function glGetQueryBufferObjectui64v (line 1087) | inline void glGetQueryBufferObjectui64v(GLuint id, GLuint buffer, GLen... function glGetQueryBufferObjectuiv (line 1088) | inline void glGetQueryBufferObjectuiv(GLuint id, GLuint buffer, GLenum... function glMemoryBarrierByRegion (line 1089) | inline void glMemoryBarrierByRegion(GLbitfield barriers) { fp_glMemory... function glGetTextureSubImage (line 1090) | inline void glGetTextureSubImage(GLuint texture, GLint level, GLint xo... function glGetCompressedTextureSubImage (line 1091) | inline void glGetCompressedTextureSubImage(GLuint texture, GLint level... function GLenum (line 1092) | inline GLenum glGetGraphicsResetStatus() { return fp_glGetGraphicsRese... function glGetnCompressedTexImage (line 1093) | inline void glGetnCompressedTexImage(GLenum target, GLint lod, GLsizei... function glGetnTexImage (line 1094) | inline void glGetnTexImage(GLenum target, GLint level, GLenum format, ... function glGetnUniformdv (line 1095) | inline void glGetnUniformdv(GLuint program, GLint location, GLsizei bu... function glGetnUniformfv (line 1096) | inline void glGetnUniformfv(GLuint program, GLint location, GLsizei bu... function glGetnUniformiv (line 1097) | inline void glGetnUniformiv(GLuint program, GLint location, GLsizei bu... function glGetnUniformuiv (line 1098) | inline void glGetnUniformuiv(GLuint program, GLint location, GLsizei b... function glReadnPixels (line 1099) | inline void glReadnPixels(GLint x, GLint y, GLsizei width, GLsizei hei... function glGetnMapdv (line 1100) | inline void glGetnMapdv(GLenum target, GLenum query, GLsizei bufSize, ... function glGetnMapfv (line 1101) | inline void glGetnMapfv(GLenum target, GLenum query, GLsizei bufSize, ... function glGetnMapiv (line 1102) | inline void glGetnMapiv(GLenum target, GLenum query, GLsizei bufSize, ... function glGetnPixelMapfv (line 1103) | inline void glGetnPixelMapfv(GLenum map, GLsizei bufSize, GLfloat* val... function glGetnPixelMapuiv (line 1104) | inline void glGetnPixelMapuiv(GLenum map, GLsizei bufSize, GLuint* val... function glGetnPixelMapusv (line 1105) | inline void glGetnPixelMapusv(GLenum map, GLsizei bufSize, GLushort* v... function glGetnPolygonStipple (line 1106) | inline void glGetnPolygonStipple(GLsizei bufSize, GLubyte* pattern) { ... function glGetnColorTable (line 1107) | inline void glGetnColorTable(GLenum target, GLenum format, GLenum type... function glGetnConvolutionFilter (line 1108) | inline void glGetnConvolutionFilter(GLenum target, GLenum format, GLen... function glGetnSeparableFilter (line 1109) | inline void glGetnSeparableFilter(GLenum target, GLenum format, GLenum... function glGetnHistogram (line 1110) | inline void glGetnHistogram(GLenum target, GLboolean reset, GLenum for... function glGetnMinmax (line 1111) | inline void glGetnMinmax(GLenum target, GLboolean reset, GLenum format... function glTextureBarrier (line 1112) | inline void glTextureBarrier() { fp_glTextureBarrier(); } function glBlendBarrier (line 1115) | inline void glBlendBarrier() { fp_glBlendBarrier(); } function glPrimitiveBoundingBox (line 1116) | inline void glPrimitiveBoundingBox(GLfloat minX, GLfloat minY, GLfloat... function glBlendBarrierKHR (line 1119) | inline void glBlendBarrierKHR() { fp_glBlendBarrierKHR(); } function glDebugMessageControlKHR (line 1122) | inline void glDebugMessageControlKHR(GLenum source, GLenum type, GLenu... function glDebugMessageInsertKHR (line 1123) | inline void glDebugMessageInsertKHR(GLenum source, GLenum type, GLuint... function glDebugMessageCallbackKHR (line 1124) | inline void glDebugMessageCallbackKHR(GLDEBUGPROCKHR callback, const v... function GLuint (line 1125) | inline GLuint glGetDebugMessageLogKHR(GLuint count, GLsizei bufSize, G... function glPushDebugGroupKHR (line 1126) | inline void glPushDebugGroupKHR(GLenum source, GLuint id, GLsizei leng... function glPopDebugGroupKHR (line 1127) | inline void glPopDebugGroupKHR() { fp_glPopDebugGroupKHR(); } function glObjectLabelKHR (line 1128) | inline void glObjectLabelKHR(GLenum identifier, GLuint name, GLsizei l... function glGetObjectLabelKHR (line 1129) | inline void glGetObjectLabelKHR(GLenum identifier, GLuint name, GLsize... function glObjectPtrLabelKHR (line 1130) | inline void glObjectPtrLabelKHR(const void* ptr, GLsizei length, const... function glGetObjectPtrLabelKHR (line 1131) | inline void glGetObjectPtrLabelKHR(const void* ptr, GLsizei bufSize, G... function glGetPointervKHR (line 1132) | inline void glGetPointervKHR(GLenum pname, void** params) { fp_glGetPo... function GLenum (line 1135) | inline GLenum glGetGraphicsResetStatusKHR() { return fp_glGetGraphicsR... function glReadnPixelsKHR (line 1136) | inline void glReadnPixelsKHR(GLint x, GLint y, GLsizei width, GLsizei ... function glGetnUniformfvKHR (line 1137) | inline void glGetnUniformfvKHR(GLuint program, GLint location, GLsizei... function glGetnUniformivKHR (line 1138) | inline void glGetnUniformivKHR(GLuint program, GLint location, GLsizei... function glGetnUniformuivKHR (line 1139) | inline void glGetnUniformuivKHR(GLuint program, GLint location, GLsize... function GLuint64 (line 1142) | inline GLuint64 glGetTextureHandleARB(GLuint texture) { return fp_glGe... function GLuint64 (line 1143) | inline GLuint64 glGetTextureSamplerHandleARB(GLuint texture, GLuint sa... function glMakeTextureHandleResidentARB (line 1144) | inline void glMakeTextureHandleResidentARB(GLuint64 handle) { fp_glMak... function glMakeTextureHandleNonResidentARB (line 1145) | inline void glMakeTextureHandleNonResidentARB(GLuint64 handle) { fp_gl... function GLuint64 (line 1146) | inline GLuint64 glGetImageHandleARB(GLuint texture, GLint level, GLboo... function glMakeImageHandleResidentARB (line 1147) | inline void glMakeImageHandleResidentARB(GLuint64 handle, GLenum acces... function glMakeImageHandleNonResidentARB (line 1148) | inline void glMakeImageHandleNonResidentARB(GLuint64 handle) { fp_glMa... function glUniformHandleui64ARB (line 1149) | inline void glUniformHandleui64ARB(GLint location, GLuint64 value) { f... function glUniformHandleui64vARB (line 1150) | inline void glUniformHandleui64vARB(GLint location, GLsizei count, con... function glProgramUniformHandleui64ARB (line 1151) | inline void glProgramUniformHandleui64ARB(GLuint program, GLint locati... function glProgramUniformHandleui64vARB (line 1152) | inline void glProgramUniformHandleui64vARB(GLuint program, GLint locat... function GLboolean (line 1153) | inline GLboolean glIsTextureHandleResidentARB(GLuint64 handle) { retur... function GLboolean (line 1154) | inline GLboolean glIsImageHandleResidentARB(GLuint64 handle) { return ... function glVertexAttribL1ui64ARB (line 1155) | inline void glVertexAttribL1ui64ARB(GLuint index, GLuint64EXT x) { fp_... function glVertexAttribL1ui64vARB (line 1156) | inline void glVertexAttribL1ui64vARB(GLuint index, const GLuint64EXT* ... function glGetVertexAttribLui64vARB (line 1157) | inline void glGetVertexAttribLui64vARB(GLuint index, GLenum pname, GLu... function GLsync (line 1160) | inline GLsync glCreateSyncFromCLeventARB(struct _cl_context* context, ... function glClampColorARB (line 1163) | inline void glClampColorARB(GLenum target, GLenum clamp) { fp_glClampC... function glDispatchComputeGroupSizeARB (line 1166) | inline void glDispatchComputeGroupSizeARB(GLuint num_groups_x, GLuint ... function glDebugMessageControlARB (line 1169) | inline void glDebugMessageControlARB(GLenum source, GLenum type, GLenu... function glDebugMessageInsertARB (line 1170) | inline void glDebugMessageInsertARB(GLenum source, GLenum type, GLuint... function glDebugMessageCallbackARB (line 1171) | inline void glDebugMessageCallbackARB(GLDEBUGPROCARB callback, const v... function GLuint (line 1172) | inline GLuint glGetDebugMessageLogARB(GLuint count, GLsizei bufSize, G... function glBlendEquationiARB (line 1175) | inline void glBlendEquationiARB(GLuint buf, GLenum mode) { fp_glBlendE... function glBlendEquationSeparateiARB (line 1176) | inline void glBlendEquationSeparateiARB(GLuint buf, GLenum modeRGB, GL... function glBlendFunciARB (line 1177) | inline void glBlendFunciARB(GLuint buf, GLenum src, GLenum dst) { fp_g... function glBlendFuncSeparateiARB (line 1178) | inline void glBlendFuncSeparateiARB(GLuint buf, GLenum srcRGB, GLenum ... function glDrawArraysInstancedARB (line 1181) | inline void glDrawArraysInstancedARB(GLenum mode, GLint first, GLsizei... function glDrawElementsInstancedARB (line 1182) | inline void glDrawElementsInstancedARB(GLenum mode, GLsizei count, GLe... function glPrimitiveBoundingBoxARB (line 1185) | inline void glPrimitiveBoundingBoxARB(GLfloat minX, GLfloat minY, GLfl... function glProgramParameteriARB (line 1188) | inline void glProgramParameteriARB(GLuint program, GLenum pname, GLint... function glFramebufferTextureARB (line 1189) | inline void glFramebufferTextureARB(GLenum target, GLenum attachment, ... function glFramebufferTextureLayerARB (line 1190) | inline void glFramebufferTextureLayerARB(GLenum target, GLenum attachm... function glFramebufferTextureFaceARB (line 1191) | inline void glFramebufferTextureFaceARB(GLenum target, GLenum attachme... function glUniform1i64ARB (line 1194) | inline void glUniform1i64ARB(GLint location, GLint64 x) { fp_glUniform... function glUniform2i64ARB (line 1195) | inline void glUniform2i64ARB(GLint location, GLint64 x, GLint64 y) { f... function glUniform3i64ARB (line 1196) | inline void glUniform3i64ARB(GLint location, GLint64 x, GLint64 y, GLi... function glUniform4i64ARB (line 1197) | inline void glUniform4i64ARB(GLint location, GLint64 x, GLint64 y, GLi... function glUniform1i64vARB (line 1198) | inline void glUniform1i64vARB(GLint location, GLsizei count, const GLi... function glUniform2i64vARB (line 1199) | inline void glUniform2i64vARB(GLint location, GLsizei count, const GLi... function glUniform3i64vARB (line 1200) | inline void glUniform3i64vARB(GLint location, GLsizei count, const GLi... function glUniform4i64vARB (line 1201) | inline void glUniform4i64vARB(GLint location, GLsizei count, const GLi... function glUniform1ui64ARB (line 1202) | inline void glUniform1ui64ARB(GLint location, GLuint64 x) { fp_glUnifo... function glUniform2ui64ARB (line 1203) | inline void glUniform2ui64ARB(GLint location, GLuint64 x, GLuint64 y) ... function glUniform3ui64ARB (line 1204) | inline void glUniform3ui64ARB(GLint location, GLuint64 x, GLuint64 y, ... function glUniform4ui64ARB (line 1205) | inline void glUniform4ui64ARB(GLint location, GLuint64 x, GLuint64 y, ... function glUniform1ui64vARB (line 1206) | inline void glUniform1ui64vARB(GLint location, GLsizei count, const GL... function glUniform2ui64vARB (line 1207) | inline void glUniform2ui64vARB(GLint location, GLsizei count, const GL... function glUniform3ui64vARB (line 1208) | inline void glUniform3ui64vARB(GLint location, GLsizei count, const GL... function glUniform4ui64vARB (line 1209) | inline void glUniform4ui64vARB(GLint location, GLsizei count, const GL... function glGetUniformi64vARB (line 1210) | inline void glGetUniformi64vARB(GLuint program, GLint location, GLint6... function glGetUniformui64vARB (line 1211) | inline void glGetUniformui64vARB(GLuint program, GLint location, GLuin... function glGetnUniformi64vARB (line 1212) | inline void glGetnUniformi64vARB(GLuint program, GLint location, GLsiz... function glGetnUniformui64vARB (line 1213) | inline void glGetnUniformui64vARB(GLuint program, GLint location, GLsi... function glProgramUniform1i64ARB (line 1214) | inline void glProgramUniform1i64ARB(GLuint program, GLint location, GL... function glProgramUniform2i64ARB (line 1215) | inline void glProgramUniform2i64ARB(GLuint program, GLint location, GL... function glProgramUniform3i64ARB (line 1216) | inline void glProgramUniform3i64ARB(GLuint program, GLint location, GL... function glProgramUniform4i64ARB (line 1217) | inline void glProgramUniform4i64ARB(GLuint program, GLint location, GL... function glProgramUniform1i64vARB (line 1218) | inline void glProgramUniform1i64vARB(GLuint program, GLint location, G... function glProgramUniform2i64vARB (line 1219) | inline void glProgramUniform2i64vARB(GLuint program, GLint location, G... function glProgramUniform3i64vARB (line 1220) | inline void glProgramUniform3i64vARB(GLuint program, GLint location, G... function glProgramUniform4i64vARB (line 1221) | inline void glProgramUniform4i64vARB(GLuint program, GLint location, G... function glProgramUniform1ui64ARB (line 1222) | inline void glProgramUniform1ui64ARB(GLuint program, GLint location, G... function glProgramUniform2ui64ARB (line 1223) | inline void glProgramUniform2ui64ARB(GLuint program, GLint location, G... function glProgramUniform3ui64ARB (line 1224) | inline void glProgramUniform3ui64ARB(GLuint program, GLint location, G... function glProgramUniform4ui64ARB (line 1225) | inline void glProgramUniform4ui64ARB(GLuint program, GLint location, G... function glProgramUniform1ui64vARB (line 1226) | inline void glProgramUniform1ui64vARB(GLuint program, GLint location, ... function glProgramUniform2ui64vARB (line 1227) | inline void glProgramUniform2ui64vARB(GLuint program, GLint location, ... function glProgramUniform3ui64vARB (line 1228) | inline void glProgramUniform3ui64vARB(GLuint program, GLint location, ... function glProgramUniform4ui64vARB (line 1229) | inline void glProgramUniform4ui64vARB(GLuint program, GLint location, ... function glMultiDrawArraysIndirectCountARB (line 1232) | inline void glMultiDrawArraysIndirectCountARB(GLenum mode, GLintptr in... function glMultiDrawElementsIndirectCountARB (line 1233) | inline void glMultiDrawElementsIndirectCountARB(GLenum mode, GLenum ty... function glVertexAttribDivisorARB (line 1236) | inline void glVertexAttribDivisorARB(GLuint index, GLuint divisor) { f... function glMaxShaderCompilerThreadsARB (line 1239) | inline void glMaxShaderCompilerThreadsARB(GLuint count) { fp_glMaxShad... function GLenum (line 1242) | inline GLenum glGetGraphicsResetStatusARB() { return fp_glGetGraphicsR... function glGetnTexImageARB (line 1243) | inline void glGetnTexImageARB(GLenum target, GLint level, GLenum forma... function glReadnPixelsARB (line 1244) | inline void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei ... function glGetnCompressedTexImageARB (line 1245) | inline void glGetnCompressedTexImageARB(GLenum target, GLint lod, GLsi... function glGetnUniformfvARB (line 1246) | inline void glGetnUniformfvARB(GLuint program, GLint location, GLsizei... function glGetnUniformivARB (line 1247) | inline void glGetnUniformivARB(GLuint program, GLint location, GLsizei... function glGetnUniformuivARB (line 1248) | inline void glGetnUniformuivARB(GLuint program, GLint location, GLsize... function glGetnUniformdvARB (line 1249) | inline void glGetnUniformdvARB(GLuint program, GLint location, GLsizei... function glGetnMapdvARB (line 1250) | inline void glGetnMapdvARB(GLenum target, GLenum query, GLsizei bufSiz... function glGetnMapfvARB (line 1251) | inline void glGetnMapfvARB(GLenum target, GLenum query, GLsizei bufSiz... function glGetnMapivARB (line 1252) | inline void glGetnMapivARB(GLenum target, GLenum query, GLsizei bufSiz... function glGetnPixelMapfvARB (line 1253) | inline void glGetnPixelMapfvARB(GLenum map, GLsizei bufSize, GLfloat* ... function glGetnPixelMapuivARB (line 1254) | inline void glGetnPixelMapuivARB(GLenum map, GLsizei bufSize, GLuint* ... function glGetnPixelMapusvARB (line 1255) | inline void glGetnPixelMapusvARB(GLenum map, GLsizei bufSize, GLushort... function glGetnPolygonStippleARB (line 1256) | inline void glGetnPolygonStippleARB(GLsizei bufSize, GLubyte* pattern)... function glGetnColorTableARB (line 1257) | inline void glGetnColorTableARB(GLenum target, GLenum format, GLenum t... function glGetnConvolutionFilterARB (line 1258) | inline void glGetnConvolutionFilterARB(GLenum target, GLenum format, G... function glGetnSeparableFilterARB (line 1259) | inline void glGetnSeparableFilterARB(GLenum target, GLenum format, GLe... function glGetnHistogramARB (line 1260) | inline void glGetnHistogramARB(GLenum target, GLboolean reset, GLenum ... function glGetnMinmaxARB (line 1261) | inline void glGetnMinmaxARB(GLenum target, GLboolean reset, GLenum for... function glFramebufferSampleLocationsfvARB (line 1264) | inline void glFramebufferSampleLocationsfvARB(GLenum target, GLuint st... function glNamedFramebufferSampleLocationsfvARB (line 1265) | inline void glNamedFramebufferSampleLocationsfvARB(GLuint framebuffer,... function glEvaluateDepthValuesARB (line 1266) | inline void glEvaluateDepthValuesARB() { fp_glEvaluateDepthValuesARB(); } function glMinSampleShadingARB (line 1269) | inline void glMinSampleShadingARB(GLfloat value) { fp_glMinSampleShadi... function glNamedStringARB (line 1272) | inline void glNamedStringARB(GLenum type, GLint namelen, const GLchar*... function glDeleteNamedStringARB (line 1273) | inline void glDeleteNamedStringARB(GLint namelen, const GLchar* name) ... function glCompileShaderIncludeARB (line 1274) | inline void glCompileShaderIncludeARB(GLuint shader, GLsizei count, co... function GLboolean (line 1275) | inline GLboolean glIsNamedStringARB(GLint namelen, const GLchar* name)... function glGetNamedStringARB (line 1276) | inline void glGetNamedStringARB(GLint namelen, const GLchar* name, GLs... function glGetNamedStringivARB (line 1277) | inline void glGetNamedStringivARB(GLint namelen, const GLchar* name, G... function glBufferPageCommitmentARB (line 1280) | inline void glBufferPageCommitmentARB(GLenum target, GLintptr offset, ... function glNamedBufferPageCommitmentEXT (line 1281) | inline void glNamedBufferPageCommitmentEXT(GLuint buffer, GLintptr off... function glNamedBufferPageCommitmentARB (line 1282) | inline void glNamedBufferPageCommitmentARB(GLuint buffer, GLintptr off... function glTexPageCommitmentARB (line 1285) | inline void glTexPageCommitmentARB(GLenum target, GLint level, GLint x... function glTexBufferARB (line 1288) | inline void glTexBufferARB(GLenum target, GLenum internalformat, GLuin... function glDrawArraysInstancedBaseInstanceEXT (line 1291) | inline void glDrawArraysInstancedBaseInstanceEXT(GLenum mode, GLint fi... function glDrawElementsInstancedBaseInstanceEXT (line 1292) | inline void glDrawElementsInstancedBaseInstanceEXT(GLenum mode, GLsize... function glDrawElementsInstancedBaseVertexBaseInstanceEXT (line 1293) | inline void glDrawElementsInstancedBaseVertexBaseInstanceEXT(GLenum mo... function glUniformBufferEXT (line 1296) | inline void glUniformBufferEXT(GLuint program, GLint location, GLuint ... function GLint (line 1297) | inline GLint glGetUniformBufferSizeEXT(GLuint program, GLint location)... function GLintptr (line 1298) | inline GLintptr glGetUniformOffsetEXT(GLuint program, GLint location) ... function glBindFragDataLocationIndexedEXT (line 1301) | inline void glBindFragDataLocationIndexedEXT(GLuint program, GLuint co... function glBindFragDataLocationEXT (line 1302) | inline void glBindFragDataLocationEXT(GLuint program, GLuint color, co... function GLint (line 1303) | inline GLint glGetProgramResourceLocationIndexEXT(GLuint program, GLen... function GLint (line 1304) | inline GLint glGetFragDataIndexEXT(GLuint program, const GLchar* name)... function glBlendEquationEXT (line 1307) | inline void glBlendEquationEXT(GLenum mode) { fp_glBlendEquationEXT(mo... function glBufferStorageEXT (line 1310) | inline void glBufferStorageEXT(GLenum target, GLsizeiptr size, const v... function glCopyImageSubDataEXT (line 1313) | inline void glCopyImageSubDataEXT(GLuint srcName, GLenum srcTarget, GL... function glLabelObjectEXT (line 1316) | inline void glLabelObjectEXT(GLenum type, GLuint object, GLsizei lengt... function glGetObjectLabelEXT (line 1317) | inline void glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bu... function glInsertEventMarkerEXT (line 1320) | inline void glInsertEventMarkerEXT(GLsizei length, const GLchar* marke... function glPushGroupMarkerEXT (line 1321) | inline void glPushGroupMarkerEXT(GLsizei length, const GLchar* marker)... function glPopGroupMarkerEXT (line 1322) | inline void glPopGroupMarkerEXT() { fp_glPopGroupMarkerEXT(); } function glMatrixLoadfEXT (line 1325) | inline void glMatrixLoadfEXT(GLenum mode, const GLfloat* m) { fp_glMat... function glMatrixLoaddEXT (line 1326) | inline void glMatrixLoaddEXT(GLenum mode, const GLdouble* m) { fp_glMa... function glMatrixMultfEXT (line 1327) | inline void glMatrixMultfEXT(GLenum mode, const GLfloat* m) { fp_glMat... function glMatrixMultdEXT (line 1328) | inline void glMatrixMultdEXT(GLenum mode, const GLdouble* m) { fp_glMa... function glMatrixLoadIdentityEXT (line 1329) | inline void glMatrixLoadIdentityEXT(GLenum mode) { fp_glMatrixLoadIden... function glMatrixRotatefEXT (line 1330) | inline void glMatrixRotatefEXT(GLenum mode, GLfloat angle, GLfloat x, ... function glMatrixRotatedEXT (line 1331) | inline void glMatrixRotatedEXT(GLenum mode, GLdouble angle, GLdouble x... function glMatrixScalefEXT (line 1332) | inline void glMatrixScalefEXT(GLenum mode, GLfloat x, GLfloat y, GLflo... function glMatrixScaledEXT (line 1333) | inline void glMatrixScaledEXT(GLenum mode, GLdouble x, GLdouble y, GLd... function glMatrixTranslatefEXT (line 1334) | inline void glMatrixTranslatefEXT(GLenum mode, GLfloat x, GLfloat y, G... function glMatrixTranslatedEXT (line 1335) | inline void glMatrixTranslatedEXT(GLenum mode, GLdouble x, GLdouble y,... function glMatrixFrustumEXT (line 1336) | inline void glMatrixFrustumEXT(GLenum mode, GLdouble left, GLdouble ri... function glMatrixOrthoEXT (line 1337) | inline void glMatrixOrthoEXT(GLenum mode, GLdouble left, GLdouble righ... function glMatrixPopEXT (line 1338) | inline void glMatrixPopEXT(GLenum mode) { fp_glMatrixPopEXT(mode); } function glMatrixPushEXT (line 1339) | inline void glMatrixPushEXT(GLenum mode) { fp_glMatrixPushEXT(mode); } function glClientAttribDefaultEXT (line 1340) | inline void glClientAttribDefaultEXT(GLbitfield mask) { fp_glClientAtt... function glPushClientAttribDefaultEXT (line 1341) | inline void glPushClientAttribDefaultEXT(GLbitfield mask) { fp_glPushC... function glTextureParameterfEXT (line 1342) | inline void glTextureParameterfEXT(GLuint texture, GLenum target, GLen... function glTextureParameterfvEXT (line 1343) | inline void glTextureParameterfvEXT(GLuint texture, GLenum target, GLe... function glTextureParameteriEXT (line 1344) | inline void glTextureParameteriEXT(GLuint texture, GLenum target, GLen... function glTextureParameterivEXT (line 1345) | inline void glTextureParameterivEXT(GLuint texture, GLenum target, GLe... function glTextureImage1DEXT (line 1346) | inline void glTextureImage1DEXT(GLuint texture, GLenum target, GLint l... function glTextureImage2DEXT (line 1347) | inline void glTextureImage2DEXT(GLuint texture, GLenum target, GLint l... function glTextureSubImage1DEXT (line 1348) | inline void glTextureSubImage1DEXT(GLuint texture, GLenum target, GLin... function glTextureSubImage2DEXT (line 1349) | inline void glTextureSubImage2DEXT(GLuint texture, GLenum target, GLin... function glCopyTextureImage1DEXT (line 1350) | inline void glCopyTextureImage1DEXT(GLuint texture, GLenum target, GLi... function glCopyTextureImage2DEXT (line 1351) | inline void glCopyTextureImage2DEXT(GLuint texture, GLenum target, GLi... function glCopyTextureSubImage1DEXT (line 1352) | inline void glCopyTextureSubImage1DEXT(GLuint texture, GLenum target, ... function glCopyTextureSubImage2DEXT (line 1353) | inline void glCopyTextureSubImage2DEXT(GLuint texture, GLenum target, ... function glGetTextureImageEXT (line 1354) | inline void glGetTextureImageEXT(GLuint texture, GLenum target, GLint ... function glGetTextureParameterfvEXT (line 1355) | inline void glGetTextureParameterfvEXT(GLuint texture, GLenum target, ... function glGetTextureParameterivEXT (line 1356) | inline void glGetTextureParameterivEXT(GLuint texture, GLenum target, ... function glGetTextureLevelParameterfvEXT (line 1357) | inline void glGetTextureLevelParameterfvEXT(GLuint texture, GLenum tar... function glGetTextureLevelParameterivEXT (line 1358) | inline void glGetTextureLevelParameterivEXT(GLuint texture, GLenum tar... function glTextureImage3DEXT (line 1359) | inline void glTextureImage3DEXT(GLuint texture, GLenum target, GLint l... function glTextureSubImage3DEXT (line 1360) | inline void glTextureSubImage3DEXT(GLuint texture, GLenum target, GLin... function glCopyTextureSubImage3DEXT (line 1361) | inline void glCopyTextureSubImage3DEXT(GLuint texture, GLenum target, ... function glBindMultiTextureEXT (line 1362) | inline void glBindMultiTextureEXT(GLenum texunit, GLenum target, GLuin... function glMultiTexCoordPointerEXT (line 1363) | inline void glMultiTexCoordPointerEXT(GLenum texunit, GLint size, GLen... function glMultiTexEnvfEXT (line 1364) | inline void glMultiTexEnvfEXT(GLenum texunit, GLenum target, GLenum pn... function glMultiTexEnvfvEXT (line 1365) | inline void glMultiTexEnvfvEXT(GLenum texunit, GLenum target, GLenum p... function glMultiTexEnviEXT (line 1366) | inline void glMultiTexEnviEXT(GLenum texunit, GLenum target, GLenum pn... function glMultiTexEnvivEXT (line 1367) | inline void glMultiTexEnvivEXT(GLenum texunit, GLenum target, GLenum p... function glMultiTexGendEXT (line 1368) | inline void glMultiTexGendEXT(GLenum texunit, GLenum coord, GLenum pna... function glMultiTexGendvEXT (line 1369) | inline void glMultiTexGendvEXT(GLenum texunit, GLenum coord, GLenum pn... function glMultiTexGenfEXT (line 1370) | inline void glMultiTexGenfEXT(GLenum texunit, GLenum coord, GLenum pna... function glMultiTexGenfvEXT (line 1371) | inline void glMultiTexGenfvEXT(GLenum texunit, GLenum coord, GLenum pn... function glMultiTexGeniEXT (line 1372) | inline void glMultiTexGeniEXT(GLenum texunit, GLenum coord, GLenum pna... function glMultiTexGenivEXT (line 1373) | inline void glMultiTexGenivEXT(GLenum texunit, GLenum coord, GLenum pn... function glGetMultiTexEnvfvEXT (line 1374) | inline void glGetMultiTexEnvfvEXT(GLenum texunit, GLenum target, GLenu... function glGetMultiTexEnvivEXT (line 1375) | inline void glGetMultiTexEnvivEXT(GLenum texunit, GLenum target, GLenu... function glGetMultiTexGendvEXT (line 1376) | inline void glGetMultiTexGendvEXT(GLenum texunit, GLenum coord, GLenum... function glGetMultiTexGenfvEXT (line 1377) | inline void glGetMultiTexGenfvEXT(GLenum texunit, GLenum coord, GLenum... function glGetMultiTexGenivEXT (line 1378) | inline void glGetMultiTexGenivEXT(GLenum texunit, GLenum coord, GLenum... function glMultiTexParameteriEXT (line 1379) | inline void glMultiTexParameteriEXT(GLenum texunit, GLenum target, GLe... function glMultiTexParameterivEXT (line 1380) | inline void glMultiTexParameterivEXT(GLenum texunit, GLenum target, GL... function glMultiTexParameterfEXT (line 1381) | inline void glMultiTexParameterfEXT(GLenum texunit, GLenum target, GLe... function glMultiTexParameterfvEXT (line 1382) | inline void glMultiTexParameterfvEXT(GLenum texunit, GLenum target, GL... function glMultiTexImage1DEXT (line 1383) | inline void glMultiTexImage1DEXT(GLenum texunit, GLenum target, GLint ... function glMultiTexImage2DEXT (line 1384) | inline void glMultiTexImage2DEXT(GLenum texunit, GLenum target, GLint ... function glMultiTexSubImage1DEXT (line 1385) | inline void glMultiTexSubImage1DEXT(GLenum texunit, GLenum target, GLi... function glMultiTexSubImage2DEXT (line 1386) | inline void glMultiTexSubImage2DEXT(GLenum texunit, GLenum target, GLi... function glCopyMultiTexImage1DEXT (line 1387) | inline void glCopyMultiTexImage1DEXT(GLenum texunit, GLenum target, GL... function glCopyMultiTexImage2DEXT (line 1388) | inline void glCopyMultiTexImage2DEXT(GLenum texunit, GLenum target, GL... function glCopyMultiTexSubImage1DEXT (line 1389) | inline void glCopyMultiTexSubImage1DEXT(GLenum texunit, GLenum target,... function glCopyMultiTexSubImage2DEXT (line 1390) | inline void glCopyMultiTexSubImage2DEXT(GLenum texunit, GLenum target,... function glGetMultiTexImageEXT (line 1391) | inline void glGetMultiTexImageEXT(GLenum texunit, GLenum target, GLint... function glGetMultiTexParameterfvEXT (line 1392) | inline void glGetMultiTexParameterfvEXT(GLenum texunit, GLenum target,... function glGetMultiTexParameterivEXT (line 1393) | inline void glGetMultiTexParameterivEXT(GLenum texunit, GLenum target,... function glGetMultiTexLevelParameterfvEXT (line 1394) | inline void glGetMultiTexLevelParameterfvEXT(GLenum texunit, GLenum ta... function glGetMultiTexLevelParameterivEXT (line 1395) | inline void glGetMultiTexLevelParameterivEXT(GLenum texunit, GLenum ta... function glMultiTexImage3DEXT (line 1396) | inline void glMultiTexImage3DEXT(GLenum texunit, GLenum target, GLint ... function glMultiTexSubImage3DEXT (line 1397) | inline void glMultiTexSubImage3DEXT(GLenum texunit, GLenum target, GLi... function glCopyMultiTexSubImage3DEXT (line 1398) | inline void glCopyMultiTexSubImage3DEXT(GLenum texunit, GLenum target,... function glEnableClientStateIndexedEXT (line 1399) | inline void glEnableClientStateIndexedEXT(GLenum array, GLuint index) ... function glDisableClientStateIndexedEXT (line 1400) | inline void glDisableClientStateIndexedEXT(GLenum array, GLuint index)... function glGetFloatIndexedvEXT (line 1401) | inline void glGetFloatIndexedvEXT(GLenum target, GLuint index, GLfloat... function glGetDoubleIndexedvEXT (line 1402) | inline void glGetDoubleIndexedvEXT(GLenum target, GLuint index, GLdoub... function glGetPointerIndexedvEXT (line 1403) | inline void glGetPointerIndexedvEXT(GLenum target, GLuint index, void*... function glEnableIndexedEXT (line 1404) | inline void glEnableIndexedEXT(GLenum target, GLuint index) { fp_glEna... function glDisableIndexedEXT (line 1405) | inline void glDisableIndexedEXT(GLenum target, GLuint index) { fp_glDi... function GLboolean (line 1406) | inline GLboolean glIsEnabledIndexedEXT(GLenum target, GLuint index) { ... function glGetIntegerIndexedvEXT (line 1407) | inline void glGetIntegerIndexedvEXT(GLenum target, GLuint index, GLint... function glGetBooleanIndexedvEXT (line 1408) | inline void glGetBooleanIndexedvEXT(GLenum target, GLuint index, GLboo... function glCompressedTextureImage3DEXT (line 1409) | inline void glCompressedTextureImage3DEXT(GLuint texture, GLenum targe... function glCompressedTextureImage2DEXT (line 1410) | inline void glCompressedTextureImage2DEXT(GLuint texture, GLenum targe... function glCompressedTextureImage1DEXT (line 1411) | inline void glCompressedTextureImage1DEXT(GLuint texture, GLenum targe... function glCompressedTextureSubImage3DEXT (line 1412) | inline void glCompressedTextureSubImage3DEXT(GLuint texture, GLenum ta... function glCompressedTextureSubImage2DEXT (line 1413) | inline void glCompressedTextureSubImage2DEXT(GLuint texture, GLenum ta... function glCompressedTextureSubImage1DEXT (line 1414) | inline void glCompressedTextureSubImage1DEXT(GLuint texture, GLenum ta... function glGetCompressedTextureImageEXT (line 1415) | inline void glGetCompressedTextureImageEXT(GLuint texture, GLenum targ... function glCompressedMultiTexImage3DEXT (line 1416) | inline void glCompressedMultiTexImage3DEXT(GLenum texunit, GLenum targ... function glCompressedMultiTexImage2DEXT (line 1417) | inline void glCompressedMultiTexImage2DEXT(GLenum texunit, GLenum targ... function glCompressedMultiTexImage1DEXT (line 1418) | inline void glCompressedMultiTexImage1DEXT(GLenum texunit, GLenum targ... function glCompressedMultiTexSubImage3DEXT (line 1419) | inline void glCompressedMultiTexSubImage3DEXT(GLenum texunit, GLenum t... function glCompressedMultiTexSubImage2DEXT (line 1420) | inline void glCompressedMultiTexSubImage2DEXT(GLenum texunit, GLenum t... function glCompressedMultiTexSubImage1DEXT (line 1421) | inline void glCompressedMultiTexSubImage1DEXT(GLenum texunit, GLenum t... function glGetCompressedMultiTexImageEXT (line 1422) | inline void glGetCompressedMultiTexImageEXT(GLenum texunit, GLenum tar... function glMatrixLoadTransposefEXT (line 1423) | inline void glMatrixLoadTransposefEXT(GLenum mode, const GLfloat* m) {... function glMatrixLoadTransposedEXT (line 1424) | inline void glMatrixLoadTransposedEXT(GLenum mode, const GLdouble* m) ... function glMatrixMultTransposefEXT (line 1425) | inline void glMatrixMultTransposefEXT(GLenum mode, const GLfloat* m) {... function glMatrixMultTransposedEXT (line 1426) | inline void glMatrixMultTransposedEXT(GLenum mode, const GLdouble* m) ... function glNamedBufferDataEXT (line 1427) | inline void glNamedBufferDataEXT(GLuint buffer, GLsizeiptr size, const... function glNamedBufferSubDataEXT (line 1428) | inline void glNamedBufferSubDataEXT(GLuint buffer, GLintptr offset, GL... function GLboolean (line 1430) | inline GLboolean glUnmapNamedBufferEXT(GLuint buffer) { return fp_glUn... function glGetNamedBufferParameterivEXT (line 1431) | inline void glGetNamedBufferParameterivEXT(GLuint buffer, GLenum pname... function glGetNamedBufferPointervEXT (line 1432) | inline void glGetNamedBufferPointervEXT(GLuint buffer, GLenum pname, v... function glGetNamedBufferSubDataEXT (line 1433) | inline void glGetNamedBufferSubDataEXT(GLuint buffer, GLintptr offset,... function glProgramUniform1fEXT (line 1434) | inline void glProgramUniform1fEXT(GLuint program, GLint location, GLfl... function glProgramUniform2fEXT (line 1435) | inline void glProgramUniform2fEXT(GLuint program, GLint location, GLfl... function glProgramUniform3fEXT (line 1436) | inline void glProgramUniform3fEXT(GLuint program, GLint location, GLfl... function glProgramUniform4fEXT (line 1437) | inline void glProgramUniform4fEXT(GLuint program, GLint location, GLfl... function glProgramUniform1iEXT (line 1438) | inline void glProgramUniform1iEXT(GLuint program, GLint location, GLin... function glProgramUniform2iEXT (line 1439) | inline void glProgramUniform2iEXT(GLuint program, GLint location, GLin... function glProgramUniform3iEXT (line 1440) | inline void glProgramUniform3iEXT(GLuint program, GLint location, GLin... function glProgramUniform4iEXT (line 1441) | inline void glProgramUniform4iEXT(GLuint program, GLint location, GLin... function glProgramUniform1fvEXT (line 1442) | inline void glProgramUniform1fvEXT(GLuint program, GLint location, GLs... function glProgramUniform2fvEXT (line 1443) | inline void glProgramUniform2fvEXT(GLuint program, GLint location, GLs... function glProgramUniform3fvEXT (line 1444) | inline void glProgramUniform3fvEXT(GLuint program, GLint location, GLs... function glProgramUniform4fvEXT (line 1445) | inline void glProgramUniform4fvEXT(GLuint program, GLint location, GLs... function glProgramUniform1ivEXT (line 1446) | inline void glProgramUniform1ivEXT(GLuint program, GLint location, GLs... function glProgramUniform2ivEXT (line 1447) | inline void glProgramUniform2ivEXT(GLuint program, GLint location, GLs... function glProgramUniform3ivEXT (line 1448) | inline void glProgramUniform3ivEXT(GLuint program, GLint location, GLs... function glProgramUniform4ivEXT (line 1449) | inline void glProgramUniform4ivEXT(GLuint program, GLint location, GLs... function glProgramUniformMatrix2fvEXT (line 1450) | inline void glProgramUniformMatrix2fvEXT(GLuint program, GLint locatio... function glProgramUniformMatrix3fvEXT (line 1451) | inline void glProgramUniformMatrix3fvEXT(GLuint program, GLint locatio... function glProgramUniformMatrix4fvEXT (line 1452) | inline void glProgramUniformMatrix4fvEXT(GLuint program, GLint locatio... function glProgramUniformMatrix2x3fvEXT (line 1453) | inline void glProgramUniformMatrix2x3fvEXT(GLuint program, GLint locat... function glProgramUniformMatrix3x2fvEXT (line 1454) | inline void glProgramUniformMatrix3x2fvEXT(GLuint program, GLint locat... function glProgramUniformMatrix2x4fvEXT (line 1455) | inline void glProgramUniformMatrix2x4fvEXT(GLuint program, GLint locat... function glProgramUniformMatrix4x2fvEXT (line 1456) | inline void glProgramUniformMatrix4x2fvEXT(GLuint program, GLint locat... function glProgramUniformMatrix3x4fvEXT (line 1457) | inline void glProgramUniformMatrix3x4fvEXT(GLuint program, GLint locat... function glProgramUniformMatrix4x3fvEXT (line 1458) | inline void glProgramUniformMatrix4x3fvEXT(GLuint program, GLint locat... function glTextureBufferEXT (line 1459) | inline void glTextureBufferEXT(GLuint texture, GLenum target, GLenum i... function glMultiTexBufferEXT (line 1460) | inline void glMultiTexBufferEXT(GLenum texunit, GLenum target, GLenum ... function glTextureParameterIivEXT (line 1461) | inline void glTextureParameterIivEXT(GLuint texture, GLenum target, GL... function glTextureParameterIuivEXT (line 1462) | inline void glTextureParameterIuivEXT(GLuint texture, GLenum target, G... function glGetTextureParameterIivEXT (line 1463) | inline void glGetTextureParameterIivEXT(GLuint texture, GLenum target,... function glGetTextureParameterIuivEXT (line 1464) | inline void glGetTextureParameterIuivEXT(GLuint texture, GLenum target... function glMultiTexParameterIivEXT (line 1465) | inline void glMultiTexParameterIivEXT(GLenum texunit, GLenum target, G... function glMultiTexParameterIuivEXT (line 1466) | inline void glMultiTexParameterIuivEXT(GLenum texunit, GLenum target, ... function glGetMultiTexParameterIivEXT (line 1467) | inline void glGetMultiTexParameterIivEXT(GLenum texunit, GLenum target... function glGetMultiTexParameterIuivEXT (line 1468) | inline void glGetMultiTexParameterIuivEXT(GLenum texunit, GLenum targe... function glProgramUniform1uiEXT (line 1469) | inline void glProgramUniform1uiEXT(GLuint program, GLint location, GLu... function glProgramUniform2uiEXT (line 1470) | inline void glProgramUniform2uiEXT(GLuint program, GLint location, GLu... function glProgramUniform3uiEXT (line 1471) | inline void glProgramUniform3uiEXT(GLuint program, GLint location, GLu... function glProgramUniform4uiEXT (line 1472) | inline void glProgramUniform4uiEXT(GLuint program, GLint location, GLu... function glProgramUniform1uivEXT (line 1473) | inline void glProgramUniform1uivEXT(GLuint program, GLint location, GL... function glProgramUniform2uivEXT (line 1474) | inline void glProgramUniform2uivEXT(GLuint program, GLint location, GL... function glProgramUniform3uivEXT (line 1475) | inline void glProgramUniform3uivEXT(GLuint program, GLint location, GL... function glProgramUniform4uivEXT (line 1476) | inline void glProgramUniform4uivEXT(GLuint program, GLint location, GL... function glNamedProgramLocalParameters4fvEXT (line 1477) | inline void glNamedProgramLocalParameters4fvEXT(GLuint program, GLenum... function glNamedProgramLocalParameterI4iEXT (line 1478) | inline void glNamedProgramLocalParameterI4iEXT(GLuint program, GLenum ... function glNamedProgramLocalParameterI4ivEXT (line 1479) | inline void glNamedProgramLocalParameterI4ivEXT(GLuint program, GLenum... function glNamedProgramLocalParametersI4ivEXT (line 1480) | inline void glNamedProgramLocalParametersI4ivEXT(GLuint program, GLenu... function glNamedProgramLocalParameterI4uiEXT (line 1481) | inline void glNamedProgramLocalParameterI4uiEXT(GLuint program, GLenum... function glNamedProgramLocalParameterI4uivEXT (line 1482) | inline void glNamedProgramLocalParameterI4uivEXT(GLuint program, GLenu... function glNamedProgramLocalParametersI4uivEXT (line 1483) | inline void glNamedProgramLocalParametersI4uivEXT(GLuint program, GLen... function glGetNamedProgramLocalParameterIivEXT (line 1484) | inline void glGetNamedProgramLocalParameterIivEXT(GLuint program, GLen... function glGetNamedProgramLocalParameterIuivEXT (line 1485) | inline void glGetNamedProgramLocalParameterIuivEXT(GLuint program, GLe... function glEnableClientStateiEXT (line 1486) | inline void glEnableClientStateiEXT(GLenum array, GLuint index) { fp_g... function glDisableClientStateiEXT (line 1487) | inline void glDisableClientStateiEXT(GLenum array, GLuint index) { fp_... function glGetFloati_vEXT (line 1488) | inline void glGetFloati_vEXT(GLenum pname, GLuint index, GLfloat* para... function glGetDoublei_vEXT (line 1489) | inline void glGetDoublei_vEXT(GLenum pname, GLuint index, GLdouble* pa... function glGetPointeri_vEXT (line 1490) | inline void glGetPointeri_vEXT(GLenum pname, GLuint index, void** para... function glNamedProgramStringEXT (line 1491) | inline void glNamedProgramStringEXT(GLuint program, GLenum target, GLe... function glNamedProgramLocalParameter4dEXT (line 1492) | inline void glNamedProgramLocalParameter4dEXT(GLuint program, GLenum t... function glNamedProgramLocalParameter4dvEXT (line 1493) | inline void glNamedProgramLocalParameter4dvEXT(GLuint program, GLenum ... function glNamedProgramLocalParameter4fEXT (line 1494) | inline void glNamedProgramLocalParameter4fEXT(GLuint program, GLenum t... function glNamedProgramLocalParameter4fvEXT (line 1495) | inline void glNamedProgramLocalParameter4fvEXT(GLuint program, GLenum ... function glGetNamedProgramLocalParameterdvEXT (line 1496) | inline void glGetNamedProgramLocalParameterdvEXT(GLuint program, GLenu... function glGetNamedProgramLocalParameterfvEXT (line 1497) | inline void glGetNamedProgramLocalParameterfvEXT(GLuint program, GLenu... function glGetNamedProgramivEXT (line 1498) | inline void glGetNamedProgramivEXT(GLuint program, GLenum target, GLen... function glGetNamedProgramStringEXT (line 1499) | inline void glGetNamedProgramStringEXT(GLuint program, GLenum target, ... function glNamedRenderbufferStorageEXT (line 1500) | inline void glNamedRenderbufferStorageEXT(GLuint renderbuffer, GLenum ... function glGetNamedRenderbufferParameterivEXT (line 1501) | inline void glGetNamedRenderbufferParameterivEXT(GLuint renderbuffer, ... function glNamedRenderbufferStorageMultisampleEXT (line 1502) | inline void glNamedRenderbufferStorageMultisampleEXT(GLuint renderbuff... function glNamedRenderbufferStorageMultisampleCoverageEXT (line 1503) | inline void glNamedRenderbufferStorageMultisampleCoverageEXT(GLuint re... function GLenum (line 1504) | inline GLenum glCheckNamedFramebufferStatusEXT(GLuint framebuffer, GLe... function glNamedFramebufferTexture1DEXT (line 1505) | inline void glNamedFramebufferTexture1DEXT(GLuint framebuffer, GLenum ... function glNamedFramebufferTexture2DEXT (line 1506) | inline void glNamedFramebufferTexture2DEXT(GLuint framebuffer, GLenum ... function glNamedFramebufferTexture3DEXT (line 1507) | inline void glNamedFramebufferTexture3DEXT(GLuint framebuffer, GLenum ... function glNamedFramebufferRenderbufferEXT (line 1508) | inline void glNamedFramebufferRenderbufferEXT(GLuint framebuffer, GLen... function glGetNamedFramebufferAttachmentParameterivEXT (line 1509) | inline void glGetNamedFramebufferAttachmentParameterivEXT(GLuint frame... function glGenerateTextureMipmapEXT (line 1510) | inline void glGenerateTextureMipmapEXT(GLuint texture, GLenum target) ... function glGenerateMultiTexMipmapEXT (line 1511) | inline void glGenerateMultiTexMipmapEXT(GLenum texunit, GLenum target)... function glFramebufferDrawBufferEXT (line 1512) | inline void glFramebufferDrawBufferEXT(GLuint framebuffer, GLenum mode... function glFramebufferDrawBuffersEXT (line 1513) | inline void glFramebufferDrawBuffersEXT(GLuint framebuffer, GLsizei n,... function glFramebufferReadBufferEXT (line 1514) | inline void glFramebufferReadBufferEXT(GLuint framebuffer, GLenum mode... function glGetFramebufferParameterivEXT (line 1515) | inline void glGetFramebufferParameterivEXT(GLuint framebuffer, GLenum ... function glNamedCopyBufferSubDataEXT (line 1516) | inline void glNamedCopyBufferSubDataEXT(GLuint readBuffer, GLuint writ... function glNamedFramebufferTextureEXT (line 1517) | inline void glNamedFramebufferTextureEXT(GLuint framebuffer, GLenum at... function glNamedFramebufferTextureLayerEXT (line 1518) | inline void glNamedFramebufferTextureLayerEXT(GLuint framebuffer, GLen... function glNamedFramebufferTextureFaceEXT (line 1519) | inline void glNamedFramebufferTextureFaceEXT(GLuint framebuffer, GLenu... function glTextureRenderbufferEXT (line 1520) | inline void glTextureRenderbufferEXT(GLuint texture, GLenum target, GL... function glMultiTexRenderbufferEXT (line 1521) | inline void glMultiTexRenderbufferEXT(GLenum texunit, GLenum target, G... function glVertexArrayVertexOffsetEXT (line 1522) | inline void glVertexArrayVertexOffsetEXT(GLuint vaobj, GLuint buffer, ... function glVertexArrayColorOffsetEXT (line 1523) | inline void glVertexArrayColorOffsetEXT(GLuint vaobj, GLuint buffer, G... function glVertexArrayEdgeFlagOffsetEXT (line 1524) | inline void glVertexArrayEdgeFlagOffsetEXT(GLuint vaobj, GLuint buffer... function glVertexArrayIndexOffsetEXT (line 1525) | inline void glVertexArrayIndexOffsetEXT(GLuint vaobj, GLuint buffer, G... function glVertexArrayNormalOffsetEXT (line 1526) | inline void glVertexArrayNormalOffsetEXT(GLuint vaobj, GLuint buffer, ... function glVertexArrayTexCoordOffsetEXT (line 1527) | inline void glVertexArrayTexCoordOffsetEXT(GLuint vaobj, GLuint buffer... function glVertexArrayMultiTexCoordOffsetEXT (line 1528) | inline void glVertexArrayMultiTexCoordOffsetEXT(GLuint vaobj, GLuint b... function glVertexArrayFogCoordOffsetEXT (line 1529) | inline void glVertexArrayFogCoordOffsetEXT(GLuint vaobj, GLuint buffer... function glVertexArraySecondaryColorOffsetEXT (line 1530) | inline void glVertexArraySecondaryColorOffsetEXT(GLuint vaobj, GLuint ... function glVertexArrayVertexAttribOffsetEXT (line 1531) | inline void glVertexArrayVertexAttribOffsetEXT(GLuint vaobj, GLuint bu... function glVertexArrayVertexAttribIOffsetEXT (line 1532) | inline void glVertexArrayVertexAttribIOffsetEXT(GLuint vaobj, GLuint b... function glEnableVertexArrayEXT (line 1533) | inline void glEnableVertexArrayEXT(GLuint vaobj, GLenum array) { fp_gl... function glDisableVertexArrayEXT (line 1534) | inline void glDisableVertexArrayEXT(GLuint vaobj, GLenum array) { fp_g... function glEnableVertexArrayAttribEXT (line 1535) | inline void glEnableVertexArrayAttribEXT(GLuint vaobj, GLuint index) {... function glDisableVertexArrayAttribEXT (line 1536) | inline void glDisableVertexArrayAttribEXT(GLuint vaobj, GLuint index) ... function glGetVertexArrayIntegervEXT (line 1537) | inline void glGetVertexArrayIntegervEXT(GLuint vaobj, GLenum pname, GL... function glGetVertexArrayPointervEXT (line 1538) | inline void glGetVertexArrayPointervEXT(GLuint vaobj, GLenum pname, vo... function glGetVertexArrayIntegeri_vEXT (line 1539) | inline void glGetVertexArrayIntegeri_vEXT(GLuint vaobj, GLuint index, ... function glGetVertexArrayPointeri_vEXT (line 1540) | inline void glGetVertexArrayPointeri_vEXT(GLuint vaobj, GLuint index, ... function glFlushMappedNamedBufferRangeEXT (line 1542) | inline void glFlushMappedNamedBufferRangeEXT(GLuint buffer, GLintptr o... function glNamedBufferStorageEXT (line 1543) | inline void glNamedBufferStorageEXT(GLuint buffer, GLsizeiptr size, co... function glClearNamedBufferDataEXT (line 1544) | inline void glClearNamedBufferDataEXT(GLuint buffer, GLenum internalfo... function glClearNamedBufferSubDataEXT (line 1545) | inline void glClearNamedBufferSubDataEXT(GLuint buffer, GLenum interna... function glNamedFramebufferParameteriEXT (line 1546) | inline void glNamedFramebufferParameteriEXT(GLuint framebuffer, GLenum... function glGetNamedFramebufferParameterivEXT (line 1547) | inline void glGetNamedFramebufferParameterivEXT(GLuint framebuffer, GL... function glProgramUniform1dEXT (line 1548) | inline void glProgramUniform1dEXT(GLuint program, GLint location, GLdo... function glProgramUniform2dEXT (line 1549) | inline void glProgramUniform2dEXT(GLuint program, GLint location, GLdo... function glProgramUniform3dEXT (line 1550) | inline void glProgramUniform3dEXT(GLuint program, GLint location, GLdo... function glProgramUniform4dEXT (line 1551) | inline void glProgramUniform4dEXT(GLuint program, GLint location, GLdo... function glProgramUniform1dvEXT (line 1552) | inline void glProgramUniform1dvEXT(GLuint program, GLint location, GLs... function glProgramUniform2dvEXT (line 1553) | inline void glProgramUniform2dvEXT(GLuint program, GLint location, GLs... function glProgramUniform3dvEXT (line 1554) | inline void glProgramUniform3dvEXT(GLuint program, GLint location, GLs... function glProgramUniform4dvEXT (line 1555) | inline void glProgramUniform4dvEXT(GLuint program, GLint location, GLs... function glProgramUniformMatrix2dvEXT (line 1556) | inline void glProgramUniformMatrix2dvEXT(GLuint program, GLint locatio... function glProgramUniformMatrix3dvEXT (line 1557) | inline void glProgramUniformMatrix3dvEXT(GLuint program, GLint locatio... function glProgramUniformMatrix4dvEXT (line 1558) | inline void glProgramUniformMatrix4dvEXT(GLuint program, GLint locatio... function glProgramUniformMatrix2x3dvEXT (line 1559) | inline void glProgramUniformMatrix2x3dvEXT(GLuint program, GLint locat... function glProgramUniformMatrix2x4dvEXT (line 1560) | inline void glProgramUniformMatrix2x4dvEXT(GLuint program, GLint locat... function glProgramUniformMatrix3x2dvEXT (line 1561) | inline void glProgramUniformMatrix3x2dvEXT(GLuint program, GLint locat... function glProgramUniformMatrix3x4dvEXT (line 1562) | inline void glProgramUniformMatrix3x4dvEXT(GLuint program, GLint locat... function glProgramUniformMatrix4x2dvEXT (line 1563) | inline void glProgramUniformMatrix4x2dvEXT(GLuint program, GLint locat... function glProgramUniformMatrix4x3dvEXT (line 1564) | inline void glProgramUniformMatrix4x3dvEXT(GLuint program, GLint locat... function glTextureBufferRangeEXT (line 1565) | inline void glTextureBufferRangeEXT(GLuint texture, GLenum target, GLe... function glTextureStorage1DEXT (line 1566) | inline void glTextureStorage1DEXT(GLuint texture, GLenum target, GLsiz... function glTextureStorage2DEXT (line 1567) | inline void glTextureStorage2DEXT(GLuint texture, GLenum target, GLsiz... function glTextureStorage3DEXT (line 1568) | inline void glTextureStorage3DEXT(GLuint texture, GLenum target, GLsiz... function glTextureStorage2DMultisampleEXT (line 1569) | inline void glTextureStorage2DMultisampleEXT(GLuint texture, GLenum ta... function glTextureStorage3DMultisampleEXT (line 1570) | inline void glTextureStorage3DMultisampleEXT(GLuint texture, GLenum ta... function glVertexArrayBindVertexBufferEXT (line 1571) | inline void glVertexArrayBindVertexBufferEXT(GLuint vaobj, GLuint bind... function glVertexArrayVertexAttribFormatEXT (line 1572) | inline void glVertexArrayVertexAttribFormatEXT(GLuint vaobj, GLuint at... function glVertexArrayVertexAttribIFormatEXT (line 1573) | inline void glVertexArrayVertexAttribIFormatEXT(GLuint vaobj, GLuint a... function glVertexArrayVertexAttribLFormatEXT (line 1574) | inline void glVertexArrayVertexAttribLFormatEXT(GLuint vaobj, GLuint a... function glVertexArrayVertexAttribBindingEXT (line 1575) | inline void glVertexArrayVertexAttribBindingEXT(GLuint vaobj, GLuint a... function glVertexArrayVertexBindingDivisorEXT (line 1576) | inline void glVertexArrayVertexBindingDivisorEXT(GLuint vaobj, GLuint ... function glVertexArrayVertexAttribLOffsetEXT (line 1577) | inline void glVertexArrayVertexAttribLOffsetEXT(GLuint vaobj, GLuint b... function glTexturePageCommitmentEXT (line 1578) | inline void glTexturePageCommitmentEXT(GLuint texture, GLint level, GL... function glVertexArrayVertexAttribDivisorEXT (line 1579) | inline void glVertexArrayVertexAttribDivisorEXT(GLuint vaobj, GLuint i... function glDiscardFramebufferEXT (line 1582) | inline void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachme... function glGenQueriesEXT (line 1585) | inline void glGenQueriesEXT(GLsizei n, GLuint* ids) { fp_glGenQueriesE... function glDeleteQueriesEXT (line 1586) | inline void glDeleteQueriesEXT(GLsizei n, const GLuint* ids) { fp_glDe... function GLboolean (line 1587) | inline GLboolean glIsQueryEXT(GLuint id) { return fp_glIsQueryEXT(id); } function glBeginQueryEXT (line 1588) | inline void glBeginQueryEXT(GLenum target, GLuint id) { fp_glBeginQuer... function glEndQueryEXT (line 1589) | inline void glEndQueryEXT(GLenum target) { fp_glEndQueryEXT(target); } function glQueryCounterEXT (line 1590) | inline void glQueryCounterEXT(GLuint id, GLenum target) { fp_glQueryCo... function glGetQueryivEXT (line 1591) | inline void glGetQueryivEXT(GLenum target, GLenum pname, GLint* params... function glGetQueryObjectivEXT (line 1592) | inline void glGetQueryObjectivEXT(GLuint id, GLenum pname, GLint* para... function glGetQueryObjectuivEXT (line 1593) | inline void glGetQueryObjectuivEXT(GLuint id, GLenum pname, GLuint* pa... function glGetQueryObjecti64vEXT (line 1594) | inline void glGetQueryObjecti64vEXT(GLuint id, GLenum pname, GLint64* ... function glGetQueryObjectui64vEXT (line 1595) | inline void glGetQueryObjectui64vEXT(GLuint id, GLenum pname, GLuint64... function glDrawBuffersEXT (line 1598) | inline void glDrawBuffersEXT(GLsizei n, const GLenum* bufs) { fp_glDra... function glColorMaskIndexedEXT (line 1601) | inline void glColorMaskIndexedEXT(GLuint index, GLboolean r, GLboolean... function glEnableiEXT (line 1604) | inline void glEnableiEXT(GLenum target, GLuint index) { fp_glEnableiEX... function glDisableiEXT (line 1605) | inline void glDisableiEXT(GLenum target, GLuint index) { fp_glDisablei... function glBlendEquationiEXT (line 1606) | inline void glBlendEquationiEXT(GLuint buf, GLenum mode) { fp_glBlendE... function glBlendEquationSeparateiEXT (line 1607) | inline void glBlendEquationSeparateiEXT(GLuint buf, GLenum modeRGB, GL... function glBlendFunciEXT (line 1608) | inline void glBlendFunciEXT(GLuint buf, GLenum src, GLenum dst) { fp_g... function glBlendFuncSeparateiEXT (line 1609) | inline void glBlendFuncSeparateiEXT(GLuint buf, GLenum srcRGB, GLenum ... function glColorMaskiEXT (line 1610) | inline void glColorMaskiEXT(GLuint index, GLboolean r, GLboolean g, GL... function GLboolean (line 1611) | inline GLboolean glIsEnablediEXT(GLenum target, GLuint index) { return... function glDrawElementsBaseVertexEXT (line 1614) | inline void glDrawElementsBaseVertexEXT(GLenum mode, GLsizei count, GL... function glDrawRangeElementsBaseVertexEXT (line 1615) | inline void glDrawRangeElementsBaseVertexEXT(GLenum mode, GLuint start... function glDrawElementsInstancedBaseVertexEXT (line 1616) | inline void glDrawElementsInstancedBaseVertexEXT(GLenum mode, GLsizei ... function glMultiDrawElementsBaseVertexEXT (line 1617) | inline void glMultiDrawElementsBaseVertexEXT(GLenum mode, const GLsize... function glDrawArraysInstancedEXT (line 1620) | inline void glDrawArraysInstancedEXT(GLenum mode, GLint start, GLsizei... function glDrawElementsInstancedEXT (line 1621) | inline void glDrawElementsInstancedEXT(GLenum mode, GLsizei count, GLe... function glBlitFramebufferEXT (line 1624) | inline void glBlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1... function glRenderbufferStorageMultisampleEXT (line 1627) | inline void glRenderbufferStorageMultisampleEXT(GLenum target, GLsizei... function GLboolean (line 1630) | inline GLboolean glIsRenderbufferEXT(GLuint renderbuffer) { return fp_... function glBindRenderbufferEXT (line 1631) | inline void glBindRenderbufferEXT(GLenum target, GLuint renderbuffer) ... function glDeleteRenderbuffersEXT (line 1632) | inline void glDeleteRenderbuffersEXT(GLsizei n, const GLuint* renderbu... function glGenRenderbuffersEXT (line 1633) | inline void glGenRenderbuffersEXT(GLsizei n, GLuint* renderbuffers) { ... function glRenderbufferStorageEXT (line 1634) | inline void glRenderbufferStorageEXT(GLenum target, GLenum internalfor... function glGetRenderbufferParameterivEXT (line 1635) | inline void glGetRenderbufferParameterivEXT(GLenum target, GLenum pnam... function GLboolean (line 1636) | inline GLboolean glIsFramebufferEXT(GLuint framebuffer) { return fp_gl... function glBindFramebufferEXT (line 1637) | inline void glBindFramebufferEXT(GLenum target, GLuint framebuffer) { ... function glDeleteFramebuffersEXT (line 1638) | inline void glDeleteFramebuffersEXT(GLsizei n, const GLuint* framebuff... function glGenFramebuffersEXT (line 1639) | inline void glGenFramebuffersEXT(GLsizei n, GLuint* framebuffers) { fp... function GLenum (line 1640) | inline GLenum glCheckFramebufferStatusEXT(GLenum target) { return fp_g... function glFramebufferTexture1DEXT (line 1641) | inline void glFramebufferTexture1DEXT(GLenum target, GLenum attachment... function glFramebufferTexture2DEXT (line 1642) | inline void glFramebufferTexture2DEXT(GLenum target, GLenum attachment... function glFramebufferTexture3DEXT (line 1643) | inline void glFramebufferTexture3DEXT(GLenum target, GLenum attachment... function glFramebufferRenderbufferEXT (line 1644) | inline void glFramebufferRenderbufferEXT(GLenum target, GLenum attachm... function glGetFramebufferAttachmentParameterivEXT (line 1645) | inline void glGetFramebufferAttachmentParameterivEXT(GLenum target, GL... function glGenerateMipmapEXT (line 1646) | inline void glGenerateMipmapEXT(GLenum target) { fp_glGenerateMipmapEX... function glFramebufferTextureEXT (line 1649) | inline void glFramebufferTextureEXT(GLenum target, GLenum attachment, ... function glProgramParameteriEXT (line 1652) | inline void glProgramParameteriEXT(GLuint program, GLenum pname, GLint... function glProgramEnvParameters4fvEXT (line 1655) | inline void glProgramEnvParameters4fvEXT(GLenum target, GLuint index, ... function glProgramLocalParameters4fvEXT (line 1656) | inline void glProgramLocalParameters4fvEXT(GLenum target, GLuint index... function glGetUniformuivEXT (line 1659) | inline void glGetUniformuivEXT(GLuint program, GLint location, GLuint*... function GLint (line 1660) | inline GLint glGetFragDataLocationEXT(GLuint program, const GLchar* na... function glUniform1uiEXT (line 1661) | inline void glUniform1uiEXT(GLint location, GLuint v0) { fp_glUniform1... function glUniform2uiEXT (line 1662) | inline void glUniform2uiEXT(GLint location, GLuint v0, GLuint v1) { fp... function glUniform3uiEXT (line 1663) | inline void glUniform3uiEXT(GLint location, GLuint v0, GLuint v1, GLui... function glUniform4uiEXT (line 1664) | inline void glUniform4uiEXT(GLint location, GLuint v0, GLuint v1, GLui... function glUniform1uivEXT (line 1665) | inline void glUniform1uivEXT(GLint location, GLsizei count, const GLui... function glUniform2uivEXT (line 1666) | inline void glUniform2uivEXT(GLint location, GLsizei count, const GLui... function glUniform3uivEXT (line 1667) | inline void glUniform3uivEXT(GLint location, GLsizei count, const GLui... function glUniform4uivEXT (line 1668) | inline void glUniform4uivEXT(GLint location, GLsizei count, const GLui... function glVertexAttribDivisorEXT (line 1671) | inline void glVertexAttribDivisorEXT(GLuint index, GLuint divisor) { f... function glFlushMappedBufferRangeEXT (line 1675) | inline void glFlushMappedBufferRangeEXT(GLenum target, GLintptr offset... function glMultiDrawArraysIndirectEXT (line 1678) | inline void glMultiDrawArraysIndirectEXT(GLenum mode, const void* indi... function glMultiDrawElementsIndirectEXT (line 1679) | inline void glMultiDrawElementsIndirectEXT(GLenum mode, GLenum type, c... function glFramebufferTexture2DMultisampleEXT (line 1682) | inline void glFramebufferTexture2DMultisampleEXT(GLenum target, GLenum... function glReadBufferIndexedEXT (line 1685) | inline void glReadBufferIndexedEXT(GLenum src, GLint index) { fp_glRea... function glDrawBuffersIndexedEXT (line 1686) | inline void glDrawBuffersIndexedEXT(GLint n, const GLenum* location, c... function glGetIntegeri_vEXT (line 1687) | inline void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint* dat... function glPolygonOffsetClampEXT (line 1690) | inline void glPolygonOffsetClampEXT(GLfloat factor, GLfloat units, GLf... function glPrimitiveBoundingBoxEXT (line 1693) | inline void glPrimitiveBoundingBoxEXT(GLfloat minX, GLfloat minY, GLfl... function glProvokingVertexEXT (line 1696) | inline void glProvokingVertexEXT(GLenum mode) { fp_glProvokingVertexEX... function glRasterSamplesEXT (line 1699) | inline void glRasterSamplesEXT(GLuint samples, GLboolean fixedsamplelo... function GLenum (line 1702) | inline GLenum glGetGraphicsResetStatusEXT() { return fp_glGetGraphicsR... function glReadnPixelsEXT (line 1703) | inline void glReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei ... function glGetnUniformfvEXT (line 1704) | inline void glGetnUniformfvEXT(GLuint program, GLint location, GLsizei... function glGetnUniformivEXT (line 1705) | inline void glGetnUniformivEXT(GLuint program, GLint location, GLsizei... function glUseShaderProgramEXT (line 1708) | inline void glUseShaderProgramEXT(GLenum type, GLuint program) { fp_gl... function glActiveProgramEXT (line 1709) | inline void glActiveProgramEXT(GLuint program) { fp_glActiveProgramEXT... function GLuint (line 1710) | inline GLuint glCreateShaderProgramEXT(GLenum type, const GLchar* stri... function glActiveShaderProgramEXT (line 1711) | inline void glActiveShaderProgramEXT(GLuint pipeline, GLuint program) ... function glBindProgramPipelineEXT (line 1712) | inline void glBindProgramPipelineEXT(GLuint pipeline) { fp_glBindProgr... function GLuint (line 1713) | inline GLuint glCreateShaderProgramvEXT(GLenum type, GLsizei count, co... function glDeleteProgramPipelinesEXT (line 1714) | inline void glDeleteProgramPipelinesEXT(GLsizei n, const GLuint* pipel... function glGenProgramPipelinesEXT (line 1715) | inline void glGenProgramPipelinesEXT(GLsizei n, GLuint* pipelines) { f... function glGetProgramPipelineInfoLogEXT (line 1716) | inline void glGetProgramPipelineInfoLogEXT(GLuint pipeline, GLsizei bu... function glGetProgramPipelineivEXT (line 1717) | inline void glGetProgramPipelineivEXT(GLuint pipeline, GLenum pname, G... function GLboolean (line 1718) | inline GLboolean glIsProgramPipelineEXT(GLuint pipeline) { return fp_g... function glUseProgramStagesEXT (line 1719) | inline void glUseProgramStagesEXT(GLuint pipeline, GLbitfield stages, ... function glValidateProgramPipelineEXT (line 1720) | inline void glValidateProgramPipelineEXT(GLuint pipeline) { fp_glValid... function glBindImageTextureEXT (line 1723) | inline void glBindImageTextureEXT(GLuint index, GLuint texture, GLint ... function glMemoryBarrierEXT (line 1724) | inline void glMemoryBarrierEXT(GLbitfield barriers) { fp_glMemoryBarri... function glTexPageCommitmentEXT (line 1727) | inline void glTexPageCommitmentEXT(GLenum target, GLint level, GLint x... function glStencilClearTagEXT (line 1730) | inline void glStencilClearTagEXT(GLsizei stencilTagBits, GLuint stenci... function glPatchParameteriEXT (line 1733) | inline void glPatchParameteriEXT(GLenum pname, GLint value) { fp_glPat... function glFramebufferTextureLayerEXT (line 1736) | inline void glFramebufferTextureLayerEXT(GLenum target, GLenum attachm... function glTexParameterIivEXT (line 1739) | inline void glTexParameterIivEXT(GLenum target, GLenum pname, const GL... function glTexParameterIuivEXT (line 1740) | inline void glTexParameterIuivEXT(GLenum target, GLenum pname, const G... function glGetTexParameterIivEXT (line 1741) | inline void glGetTexParameterIivEXT(GLenum target, GLenum pname, GLint... function glGetTexParameterIuivEXT (line 1742) | inline void glGetTexParameterIuivEXT(GLenum target, GLenum pname, GLui... function glSamplerParameterIivEXT (line 1743) | inline void glSamplerParameterIivEXT(GLuint sampler, GLenum pname, con... function glSamplerParameterIuivEXT (line 1744) | inline void glSamplerParameterIuivEXT(GLuint sampler, GLenum pname, co... function glGetSamplerParameterIivEXT (line 1745) | inline void glGetSamplerParameterIivEXT(GLuint sampler, GLenum pname, ... function glGetSamplerParameterIuivEXT (line 1746) | inline void glGetSamplerParameterIuivEXT(GLuint sampler, GLenum pname,... function glTexBufferEXT (line 1749) | inline void glTexBufferEXT(GLenum target, GLenum internalformat, GLuin... function glTexBufferRangeEXT (line 1750) | inline void glTexBufferRangeEXT(GLenum target, GLenum internalformat, ... function glClearColorIiEXT (line 1753) | inline void glClearColorIiEXT(GLint red, GLint green, GLint blue, GLin... function glClearColorIuiEXT (line 1754) | inline void glClearColorIuiEXT(GLuint red, GLuint green, GLuint blue, ... function glTexStorage1DEXT (line 1757) | inline void glTexStorage1DEXT(GLenum target, GLsizei levels, GLenum in... function glTexStorage2DEXT (line 1758) | inline void glTexStorage2DEXT(GLenum target, GLsizei levels, GLenum in... function glTexStorage3DEXT (line 1759) | inline void glTexStorage3DEXT(GLenum target, GLsizei levels, GLenum in... function glTextureViewEXT (line 1762) | inline void glTextureViewEXT(GLuint texture, GLenum target, GLuint ori... function glBeginTransformFeedbackEXT (line 1765) | inline void glBeginTransformFeedbackEXT(GLenum primitiveMode) { fp_glB... function glEndTransformFeedbackEXT (line 1766) | inline void glEndTransformFeedbackEXT() { fp_glEndTransformFeedbackEXT... function glBindBufferRangeEXT (line 1767) | inline void glBindBufferRangeEXT(GLenum target, GLuint index, GLuint b... function glBindBufferOffsetEXT (line 1768) | inline void glBindBufferOffsetEXT(GLenum target, GLuint index, GLuint ... function glBindBufferBaseEXT (line 1769) | inline void glBindBufferBaseEXT(GLenum target, GLuint index, GLuint bu... function glTransformFeedbackVaryingsEXT (line 1770) | inline void glTransformFeedbackVaryingsEXT(GLuint program, GLsizei cou... function glGetTransformFeedbackVaryingEXT (line 1771) | inline void glGetTransformFeedbackVaryingEXT(GLuint program, GLuint in... function glVertexAttribL1dEXT (line 1774) | inline void glVertexAttribL1dEXT(GLuint index, GLdouble x) { fp_glVert... function glVertexAttribL2dEXT (line 1775) | inline void glVertexAttribL2dEXT(GLuint index, GLdouble x, GLdouble y)... function glVertexAttribL3dEXT (line 1776) | inline void glVertexAttribL3dEXT(GLuint index, GLdouble x, GLdouble y,... function glVertexAttribL4dEXT (line 1777) | inline void glVertexAttribL4dEXT(GLuint index, GLdouble x, GLdouble y,... function glVertexAttribL1dvEXT (line 1778) | inline void glVertexAttribL1dvEXT(GLuint index, const GLdouble* v) { f... function glVertexAttribL2dvEXT (line 1779) | inline void glVertexAttribL2dvEXT(GLuint index, const GLdouble* v) { f... function glVertexAttribL3dvEXT (line 1780) | inline void glVertexAttribL3dvEXT(GLuint index, const GLdouble* v) { f... function glVertexAttribL4dvEXT (line 1781) | inline void glVertexAttribL4dvEXT(GLuint index, const GLdouble* v) { f... function glVertexAttribLPointerEXT (line 1782) | inline void glVertexAttribLPointerEXT(GLuint index, GLint size, GLenum... function glGetVertexAttribLdvEXT (line 1783) | inline void glGetVertexAttribLdvEXT(GLuint index, GLenum pname, GLdoub... function GLsync (line 1786) | inline GLsync glImportSyncEXT(GLenum external_sync_type, GLintptr exte... function glCopyImageSubDataOES (line 1789) | inline void glCopyImageSubDataOES(GLuint srcName, GLenum srcTarget, GL... function glEnableiOES (line 1792) | inline void glEnableiOES(GLenum target, GLuint index) { fp_glEnableiOE... function glDisableiOES (line 1793) | inline void glDisableiOES(GLenum target, GLuint index) { fp_glDisablei... function glBlendEquationiOES (line 1794) | inline void glBlendEquationiOES(GLuint buf, GLenum mode) { fp_glBlendE... function glBlendEquationSeparateiOES (line 1795) | inline void glBlendEquationSeparateiOES(GLuint buf, GLenum modeRGB, GL... function glBlendFunciOES (line 1796) | inline void glBlendFunciOES(GLuint buf, GLenum src, GLenum dst) { fp_g... function glBlendFuncSeparateiOES (line 1797) | inline void glBlendFuncSeparateiOES(GLuint buf, GLenum srcRGB, GLenum ... function glColorMaskiOES (line 1798) | inline void glColorMaskiOES(GLuint index, GLboolean r, GLboolean g, GL... function GLboolean (line 1799) | inline GLboolean glIsEnablediOES(GLenum target, GLuint index) { return... function glDrawElementsBaseVertexOES (line 1802) | inline void glDrawElementsBaseVertexOES(GLenum mode, GLsizei count, GL... function glDrawRangeElementsBaseVertexOES (line 1803) | inline void glDrawRangeElementsBaseVertexOES(GLenum mode, GLuint start... function glDrawElementsInstancedBaseVertexOES (line 1804) | inline void glDrawElementsInstancedBaseVertexOES(GLenum mode, GLsizei ... function glMultiDrawElementsBaseVertexOES (line 1805) | inline void glMultiDrawElementsBaseVertexOES(GLenum mode, const GLsize... function glEGLImageTargetTexture2DOES (line 1808) | inline void glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES ... function glEGLImageTargetRenderbufferStorageOES (line 1809) | inline void glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeg... function glFramebufferTextureOES (line 1812) | inline void glFramebufferTextureOES(GLenum target, GLenum attachment, ... function glGetProgramBinaryOES (line 1815) | inline void glGetProgramBinaryOES(GLuint program, GLsizei bufSize, GLs... function glProgramBinaryOES (line 1816) | inline void glProgramBinaryOES(GLuint program, GLenum binaryFormat, co... function GLboolean (line 1820) | inline GLboolean glUnmapBufferOES(GLenum target) { return fp_glUnmapBu... function glGetBufferPointervOES (line 1821) | inline void glGetBufferPointervOES(GLenum target, GLenum pname, void**... function glPrimitiveBoundingBoxOES (line 1824) | inline void glPrimitiveBoundingBoxOES(GLfloat minX, GLfloat minY, GLfl... function glMinSampleShadingOES (line 1827) | inline void glMinSampleShadingOES(GLfloat value) { fp_glMinSampleShadi... function glPatchParameteriOES (line 1830) | inline void glPatchParameteriOES(GLenum pname, GLint value) { fp_glPat... function glTexImage3DOES (line 1833) | inline void glTexImage3DOES(GLenum target, GLint level, GLenum interna... function glTexSubImage3DOES (line 1834) | inline void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffs... function glCopyTexSubImage3DOES (line 1835) | inline void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint x... function glCompressedTexImage3DOES (line 1836) | inline void glCompressedTexImage3DOES(GLenum target, GLint level, GLen... function glCompressedTexSubImage3DOES (line 1837) | inline void glCompressedTexSubImage3DOES(GLenum target, GLint level, G... function glFramebufferTexture3DOES (line 1838) | inline void glFramebufferTexture3DOES(GLenum target, GLenum attachment... function glTexParameterIivOES (line 1841) | inline void glTexParameterIivOES(GLenum target, GLenum pname, const GL... function glTexParameterIuivOES (line 1842) | inline void glTexParameterIuivOES(GLenum target, GLenum pname, const G... function glGetTexParameterIivOES (line 1843) | inline void glGetTexParameterIivOES(GLenum target, GLenum pname, GLint... function glGetTexParameterIuivOES (line 1844) | inline void glGetTexParameterIuivOES(GLenum target, GLenum pname, GLui... function glSamplerParameterIivOES (line 1845) | inline void glSamplerParameterIivOES(GLuint sampler, GLenum pname, con... function glSamplerParameterIuivOES (line 1846) | inline void glSamplerParameterIuivOES(GLuint sampler, GLenum pname, co... function glGetSamplerParameterIivOES (line 1847) | inline void glGetSamplerParameterIivOES(GLuint sampler, GLenum pname, ... function glGetSamplerParameterIuivOES (line 1848) | inline void glGetSamplerParameterIuivOES(GLuint sampler, GLenum pname,... function glTexBufferOES (line 1851) | inline void glTexBufferOES(GLenum target, GLenum internalformat, GLuin... function glTexBufferRangeOES (line 1852) | inline void glTexBufferRangeOES(GLenum target, GLenum internalformat, ... function glTexStorage3DMultisampleOES (line 1855) | inline void glTexStorage3DMultisampleOES(GLenum target, GLsizei sample... function glTextureViewOES (line 1858) | inline void glTextureViewOES(GLuint texture, GLenum target, GLuint ori... function glBindVertexArrayOES (line 1861) | inline void glBindVertexArrayOES(GLuint array) { fp_glBindVertexArrayO... function glDeleteVertexArraysOES (line 1862) | inline void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays) {... function glGenVertexArraysOES (line 1863) | inline void glGenVertexArraysOES(GLsizei n, GLuint* arrays) { fp_glGen... function GLboolean (line 1864) | inline GLboolean glIsVertexArrayOES(GLuint array) { return fp_glIsVert... function glDebugMessageEnableAMD (line 1867) | inline void glDebugMessageEnableAMD(GLenum category, GLenum severity, ... function glDebugMessageInsertAMD (line 1868) | inline void glDebugMessageInsertAMD(GLenum category, GLenum severity, ... function glDebugMessageCallbackAMD (line 1869) | inline void glDebugMessageCallbackAMD(GLDEBUGPROCAMD callback, void* u... function GLuint (line 1870) | inline GLuint glGetDebugMessageLogAMD(GLuint count, GLsizei bufsize, G... function glBlendFuncIndexedAMD (line 1873) | inline void glBlendFuncIndexedAMD(GLuint buf, GLenum src, GLenum dst) ... function glBlendFuncSeparateIndexedAMD (line 1874) | inline void glBlendFuncSeparateIndexedAMD(GLuint buf, GLenum srcRGB, G... function glBlendEquationIndexedAMD (line 1875) | inline void glBlendEquationIndexedAMD(GLuint buf, GLenum mode) { fp_gl... function glBlendEquationSeparateIndexedAMD (line 1876) | inline void glBlendEquationSeparateIndexedAMD(GLuint buf, GLenum modeR... function glUniform1i64NV (line 1879) | inline void glUniform1i64NV(GLint location, GLint64EXT x) { fp_glUnifo... function glUniform2i64NV (line 1880) | inline void glUniform2i64NV(GLint location, GLint64EXT x, GLint64EXT y... function glUniform3i64NV (line 1881) | inline void glUniform3i64NV(GLint location, GLint64EXT x, GLint64EXT y... function glUniform4i64NV (line 1882) | inline void glUniform4i64NV(GLint location, GLint64EXT x, GLint64EXT y... function glUniform1i64vNV (line 1883) | inline void glUniform1i64vNV(GLint location, GLsizei count, const GLin... function glUniform2i64vNV (line 1884) | inline void glUniform2i64vNV(GLint location, GLsizei count, const GLin... function glUniform3i64vNV (line 1885) | inline void glUniform3i64vNV(GLint location, GLsizei count, const GLin... function glUniform4i64vNV (line 1886) | inline void glUniform4i64vNV(GLint location, GLsizei count, const GLin... function glUniform1ui64NV (line 1887) | inline void glUniform1ui64NV(GLint location, GLuint64EXT x) { fp_glUni... function glUniform2ui64NV (line 1888) | inline void glUniform2ui64NV(GLint location, GLuint64EXT x, GLuint64EX... function glUniform3ui64NV (line 1889) | inline void glUniform3ui64NV(GLint location, GLuint64EXT x, GLuint64EX... function glUniform4ui64NV (line 1890) | inline void glUniform4ui64NV(GLint location, GLuint64EXT x, GLuint64EX... function glUniform1ui64vNV (line 1891) | inline void glUniform1ui64vNV(GLint location, GLsizei count, const GLu... function glUniform2ui64vNV (line 1892) | inline void glUniform2ui64vNV(GLint location, GLsizei count, const GLu... function glUniform3ui64vNV (line 1893) | inline void glUniform3ui64vNV(GLint location, GLsizei count, const GLu... function glUniform4ui64vNV (line 1894) | inline void glUniform4ui64vNV(GLint location, GLsizei count, const GLu... function glGetUniformi64vNV (line 1895) | inline void glGetUniformi64vNV(GLuint program, GLint location, GLint64... function glGetUniformui64vNV (line 1896) | inline void glGetUniformui64vNV(GLuint program, GLint location, GLuint... function glProgramUniform1i64NV (line 1897) | inline void glProgramUniform1i64NV(GLuint program, GLint location, GLi... function glProgramUniform2i64NV (line 1898) | inline void glProgramUniform2i64NV(GLuint program, GLint location, GLi... function glProgramUniform3i64NV (line 1899) | inline void glProgramUniform3i64NV(GLuint program, GLint location, GLi... function glProgramUniform4i64NV (line 1900) | inline void glProgramUniform4i64NV(GLuint program, GLint location, GLi... function glProgramUniform1i64vNV (line 1901) | inline void glProgramUniform1i64vNV(GLuint program, GLint location, GL... function glProgramUniform2i64vNV (line 1902) | inline void glProgramUniform2i64vNV(GLuint program, GLint location, GL... function glProgramUniform3i64vNV (line 1903) | inline void glProgramUniform3i64vNV(GLuint program, GLint location, GL... function glProgramUniform4i64vNV (line 1904) | inline void glProgramUniform4i64vNV(GLuint program, GLint location, GL... function glProgramUniform1ui64NV (line 1905) | inline void glProgramUniform1ui64NV(GLuint program, GLint location, GL... function glProgramUniform2ui64NV (line 1906) | inline void glProgramUniform2ui64NV(GLuint program, GLint location, GL... function glProgramUniform3ui64NV (line 1907) | inline void glProgramUniform3ui64NV(GLuint program, GLint location, GL... function glProgramUniform4ui64NV (line 1908) | inline void glProgramUniform4ui64NV(GLuint program, GLint location, GL... function glProgramUniform1ui64vNV (line 1909) | inline void glProgramUniform1ui64vNV(GLuint program, GLint location, G... function glProgramUniform2ui64vNV (line 1910) | inline void glProgramUniform2ui64vNV(GLuint program, GLint location, G... function glProgramUniform3ui64vNV (line 1911) | inline void glProgramUniform3ui64vNV(GLuint program, GLint location, G... function glProgramUniform4ui64vNV (line 1912) | inline void glProgramUniform4ui64vNV(GLuint program, GLint location, G... function glVertexAttribParameteriAMD (line 1915) | inline void glVertexAttribParameteriAMD(GLuint index, GLenum pname, GL... function glMultiDrawArraysIndirectAMD (line 1918) | inline void glMultiDrawArraysIndirectAMD(GLenum mode, const void* indi... function glMultiDrawElementsIndirectAMD (line 1919) | inline void glMultiDrawElementsIndirectAMD(GLenum mode, GLenum type, c... function glGenNamesAMD (line 1922) | inline void glGenNamesAMD(GLenum identifier, GLuint num, GLuint* names... function glDeleteNamesAMD (line 1923) | inline void glDeleteNamesAMD(GLenum identifier, GLuint num, const GLui... function GLboolean (line 1924) | inline GLboolean glIsNameAMD(GLenum identifier, GLuint name) { return ... function glQueryObjectParameteruiAMD (line 1927) | inline void glQueryObjectParameteruiAMD(GLenum target, GLuint id, GLen... function glGetPerfMonitorGroupsAMD (line 1930) | inline void glGetPerfMonitorGroupsAMD(GLint* numGroups, GLsizei groups... function glGetPerfMonitorCountersAMD (line 1931) | inline void glGetPerfMonitorCountersAMD(GLuint group, GLint* numCounte... function glGetPerfMonitorGroupStringAMD (line 1932) | inline void glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSi... function glGetPerfMonitorCounterStringAMD (line 1933) | inline void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint coun... function glGetPerfMonitorCounterInfoAMD (line 1934) | inline void glGetPerfMonitorCounterInfoAMD(GLuint group, GLuint counte... function glGenPerfMonitorsAMD (line 1935) | inline void glGenPerfMonitorsAMD(GLsizei n, GLuint* monitors) { fp_glG... function glDeletePerfMonitorsAMD (line 1936) | inline void glDeletePerfMonitorsAMD(GLsizei n, GLuint* monitors) { fp_... function glSelectPerfMonitorCountersAMD (line 1937) | inline void glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean e... function glBeginPerfMonitorAMD (line 1938) | inline void glBeginPerfMonitorAMD(GLuint monitor) { fp_glBeginPerfMoni... function glEndPerfMonitorAMD (line 1939) | inline void glEndPerfMonitorAMD(GLuint monitor) { fp_glEndPerfMonitorA... function glGetPerfMonitorCounterDataAMD (line 1940) | inline void glGetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pnam... function glSetMultisamplefvAMD (line 1943) | inline void glSetMultisamplefvAMD(GLenum pname, GLuint index, const GL... function glTexStorageSparseAMD (line 1946) | inline void glTexStorageSparseAMD(GLenum target, GLenum internalFormat... function glTextureStorageSparseAMD (line 1947) | inline void glTextureStorageSparseAMD(GLuint texture, GLenum target, G... function glStencilOpValueAMD (line 1950) | inline void glStencilOpValueAMD(GLenum face, GLuint value) { fp_glSten... function glTessellationFactorAMD (line 1953) | inline void glTessellationFactorAMD(GLfloat factor) { fp_glTessellatio... function glTessellationModeAMD (line 1954) | inline void glTessellationModeAMD(GLenum mode) { fp_glTessellationMode... function glBlitFramebufferANGLE (line 1957) | inline void glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint src... function glRenderbufferStorageMultisampleANGLE (line 1960) | inline void glRenderbufferStorageMultisampleANGLE(GLenum target, GLsiz... function glDrawArraysInstancedANGLE (line 1963) | inline void glDrawArraysInstancedANGLE(GLenum mode, GLint first, GLsiz... function glDrawElementsInstancedANGLE (line 1964) | inline void glDrawElementsInstancedANGLE(GLenum mode, GLsizei count, G... function glVertexAttribDivisorANGLE (line 1965) | inline void glVertexAttribDivisorANGLE(GLuint index, GLuint divisor) {... function glGetTranslatedShaderSourceANGLE (line 1968) | inline void glGetTranslatedShaderSourceANGLE(GLuint shader, GLsizei bu... function glCopyTextureLevelsAPPLE (line 1971) | inline void glCopyTextureLevelsAPPLE(GLuint destinationTexture, GLuint... function glElementPointerAPPLE (line 1974) | inline void glElementPointerAPPLE(GLenum type, const void* pointer) { ... function glDrawElementArrayAPPLE (line 1975) | inline void glDrawElementArrayAPPLE(GLenum mode, GLint first, GLsizei ... function glDrawRangeElementArrayAPPLE (line 1976) | inline void glDrawRangeElementArrayAPPLE(GLenum mode, GLuint start, GL... function glMultiDrawElementArrayAPPLE (line 1977) | inline void glMultiDrawElementArrayAPPLE(GLenum mode, const GLint* fir... function glMultiDrawRangeElementArrayAPPLE (line 1978) | inline void glMultiDrawRangeElementArrayAPPLE(GLenum mode, GLuint star... function glGenFencesAPPLE (line 1981) | inline void glGenFencesAPPLE(GLsizei n, GLuint* fences) { fp_glGenFenc... function glDeleteFencesAPPLE (line 1982) | inline void glDeleteFencesAPPLE(GLsizei n, const GLuint* fences) { fp_... function glSetFenceAPPLE (line 1983) | inline void glSetFenceAPPLE(GLuint fence) { fp_glSetFenceAPPLE(fence); } function GLboolean (line 1984) | inline GLboolean glIsFenceAPPLE(GLuint fence) { return fp_glIsFenceAPP... function GLboolean (line 1985) | inline GLboolean glTestFenceAPPLE(GLuint fence) { return fp_glTestFenc... function glFinishFenceAPPLE (line 1986) | inline void glFinishFenceAPPLE(GLuint fence) { fp_glFinishFenceAPPLE(f... function GLboolean (line 1987) | inline GLboolean glTestObjectAPPLE(GLenum object, GLuint name) { retur... function glFinishObjectAPPLE (line 1988) | inline void glFinishObjectAPPLE(GLenum object, GLint name) { fp_glFini... function glBufferParameteriAPPLE (line 1991) | inline void glBufferParameteriAPPLE(GLenum target, GLenum pname, GLint... function glFlushMappedBufferRangeAPPLE (line 1992) | inline void glFlushMappedBufferRangeAPPLE(GLenum target, GLintptr offs... function glRenderbufferStorageMultisampleAPPLE (line 1995) | inline void glRenderbufferStorageMultisampleAPPLE(GLenum target, GLsiz... function glResolveMultisampleFramebufferAPPLE (line 1996) | inline void glResolveMultisampleFramebufferAPPLE() { fp_glResolveMulti... function GLenum (line 1999) | inline GLenum glObjectPurgeableAPPLE(GLenum objectType, GLuint name, G... function GLenum (line 2000) | inline GLenum glObjectUnpurgeableAPPLE(GLenum objectType, GLuint name,... function glGetObjectParameterivAPPLE (line 2001) | inline void glGetObjectParameterivAPPLE(GLenum objectType, GLuint name... function GLsync (line 2004) | inline GLsync glFenceSyncAPPLE(GLenum condition, GLbitfield flags) { r... function GLboolean (line 2005) | inline GLboolean glIsSyncAPPLE(GLsync sync) { return fp_glIsSyncAPPLE(... function glDeleteSyncAPPLE (line 2006) | inline void glDeleteSyncAPPLE(GLsync sync) { fp_glDeleteSyncAPPLE(sync... function GLenum (line 2007) | inline GLenum glClientWaitSyncAPPLE(GLsync sync, GLbitfield flags, GLu... function glWaitSyncAPPLE (line 2008) | inline void glWaitSyncAPPLE(GLsync sync, GLbitfield flags, GLuint64 ti... function glGetInteger64vAPPLE (line 2009) | inline void glGetInteger64vAPPLE(GLenum pname, GLint64* params) { fp_g... function glGetSyncivAPPLE (line 2010) | inline void glGetSyncivAPPLE(GLsync sync, GLenum pname, GLsizei bufSiz... function glTextureRangeAPPLE (line 2013) | inline void glTextureRangeAPPLE(GLenum target, GLsizei length, const v... function glGetTexParameterPointervAPPLE (line 2014) | inline void glGetTexParameterPointervAPPLE(GLenum target, GLenum pname... function glBindVertexArrayAPPLE (line 2017) | inline void glBindVertexArrayAPPLE(GLuint array) { fp_glBindVertexArra... function glDeleteVertexArraysAPPLE (line 2018) | inline void glDeleteVertexArraysAPPLE(GLsizei n, const GLuint* arrays)... function glGenVertexArraysAPPLE (line 2019) | inline void glGenVertexArraysAPPLE(GLsizei n, GLuint* arrays) { fp_glG... function GLboolean (line 2020) | inline GLboolean glIsVertexArrayAPPLE(GLuint array) { return fp_glIsVe... function glVertexArrayRangeAPPLE (line 2023) | inline void glVertexArrayRangeAPPLE(GLsizei length, void* pointer) { f... function glFlushVertexArrayRangeAPPLE (line 2024) | inline void glFlushVertexArrayRangeAPPLE(GLsizei length, void* pointer... function glVertexArrayParameteriAPPLE (line 2025) | inline void glVertexArrayParameteriAPPLE(GLenum pname, GLint param) { ... function glEnableVertexAttribAPPLE (line 2028) | inline void glEnableVertexAttribAPPLE(GLuint index, GLenum pname) { fp... function glDisableVertexAttribAPPLE (line 2029) | inline void glDisableVertexAttribAPPLE(GLuint index, GLenum pname) { f... function GLboolean (line 2030) | inline GLboolean glIsVertexAttribEnabledAPPLE(GLuint index, GLenum pna... function glMapVertexAttrib1dAPPLE (line 2031) | inline void glMapVertexAttrib1dAPPLE(GLuint index, GLuint size, GLdoub... function glMapVertexAttrib1fAPPLE (line 2032) | inline void glMapVertexAttrib1fAPPLE(GLuint index, GLuint size, GLfloa... function glMapVertexAttrib2dAPPLE (line 2033) | inline void glMapVertexAttrib2dAPPLE(GLuint index, GLuint size, GLdoub... function glMapVertexAttrib2fAPPLE (line 2034) | inline void glMapVertexAttrib2fAPPLE(GLuint index, GLuint size, GLfloa... function glFrameTerminatorGREMEDY (line 2037) | inline void glFrameTerminatorGREMEDY() { fp_glFrameTerminatorGREMEDY(); } function glStringMarkerGREMEDY (line 2040) | inline void glStringMarkerGREMEDY(GLsizei len, const void* string) { f... function glRenderbufferStorageMultisampleIMG (line 2043) | inline void glRenderbufferStorageMultisampleIMG(GLenum target, GLsizei... function glFramebufferTexture2DMultisampleIMG (line 2044) | inline void glFramebufferTexture2DMultisampleIMG(GLenum target, GLenum... function glBlendFuncSeparateINGR (line 2047) | inline void glBlendFuncSeparateINGR(GLenum sfactorRGB, GLenum dfactorR... function glApplyFramebufferAttachmentCMAAINTEL (line 2050) | inline void glApplyFramebufferAttachmentCMAAINTEL() { fp_glApplyFrameb... function glSyncTextureINTEL (line 2053) | inline void glSyncTextureINTEL(GLuint texture) { fp_glSyncTextureINTEL... function glUnmapTexture2DINTEL (line 2054) | inline void glUnmapTexture2DINTEL(GLuint texture, GLint level) { fp_gl... function glBeginPerfQueryINTEL (line 2058) | inline void glBeginPerfQueryINTEL(GLuint queryHandle) { fp_glBeginPerf... function glCreatePerfQueryINTEL (line 2059) | inline void glCreatePerfQueryINTEL(GLuint queryId, GLuint* queryHandle... function glDeletePerfQueryINTEL (line 2060) | inline void glDeletePerfQueryINTEL(GLuint queryHandle) { fp_glDeletePe... function glEndPerfQueryINTEL (line 2061) | inline void glEndPerfQueryINTEL(GLuint queryHandle) { fp_glEndPerfQuer... function glGetFirstPerfQueryIdINTEL (line 2062) | inline void glGetFirstPerfQueryIdINTEL(GLuint* queryId) { fp_glGetFirs... function glGetNextPerfQueryIdINTEL (line 2063) | inline void glGetNextPerfQueryIdINTEL(GLuint queryId, GLuint* nextQuer... function glGetPerfCounterInfoINTEL (line 2064) | inline void glGetPerfCounterInfoINTEL(GLuint queryId, GLuint counterId... function glGetPerfQueryDataINTEL (line 2065) | inline void glGetPerfQueryDataINTEL(GLuint queryHandle, GLuint flags, ... function glGetPerfQueryIdByNameINTEL (line 2066) | inline void glGetPerfQueryIdByNameINTEL(GLchar* queryName, GLuint* que... function glGetPerfQueryInfoINTEL (line 2067) | inline void glGetPerfQueryInfoINTEL(GLuint queryId, GLuint queryNameLe... function glMultiDrawArraysIndirectBindlessNV (line 2070) | inline void glMultiDrawArraysIndirectBindlessNV(GLenum mode, const voi... function glMultiDrawElementsIndirectBindlessNV (line 2071) | inline void glMultiDrawElementsIndirectBindlessNV(GLenum mode, GLenum ... function glMultiDrawArraysIndirectBindlessCountNV (line 2074) | inline void glMultiDrawArraysIndirectBindlessCountNV(GLenum mode, cons... function glMultiDrawElementsIndirectBindlessCountNV (line 2075) | inline void glMultiDrawElementsIndirectBindlessCountNV(GLenum mode, GL... function GLuint64 (line 2078) | inline GLuint64 glGetTextureHandleNV(GLuint texture) { return fp_glGet... function GLuint64 (line 2079) | inline GLuint64 glGetTextureSamplerHandleNV(GLuint texture, GLuint sam... function glMakeTextureHandleResidentNV (line 2080) | inline void glMakeTextureHandleResidentNV(GLuint64 handle) { fp_glMake... function glMakeTextureHandleNonResidentNV (line 2081) | inline void glMakeTextureHandleNonResidentNV(GLuint64 handle) { fp_glM... function GLuint64 (line 2082) | inline GLuint64 glGetImageHandleNV(GLuint texture, GLint level, GLbool... function glMakeImageHandleResidentNV (line 2083) | inline void glMakeImageHandleResidentNV(GLuint64 handle, GLenum access... function glMakeImageHandleNonResidentNV (line 2084) | inline void glMakeImageHandleNonResidentNV(GLuint64 handle) { fp_glMak... function glUniformHandleui64NV (line 2085) | inline void glUniformHandleui64NV(GLint location, GLuint64 value) { fp... function glUniformHandleui64vNV (line 2086) | inline void glUniformHandleui64vNV(GLint location, GLsizei count, cons... function glProgramUniformHandleui64NV (line 2087) | inline void glProgramUniformHandleui64NV(GLuint program, GLint locatio... function glProgramUniformHandleui64vNV (line 2088) | inline void glProgramUniformHandleui64vNV(GLuint program, GLint locati... function GLboolean (line 2089) | inline GLboolean glIsTextureHandleResidentNV(GLuint64 handle) { return... function GLboolean (line 2090) | inline GLboolean glIsImageHandleResidentNV(GLuint64 handle) { return f... function glBlendParameteriNV (line 2093) | inline void glBlendParameteriNV(GLenum pname, GLint value) { fp_glBlen... function glBlendBarrierNV (line 2094) | inline void glBlendBarrierNV() { fp_glBlendBarrierNV(); } function glCreateStatesNV (line 2097) | inline void glCreateStatesNV(GLsizei n, GLuint* states) { fp_glCreateS... function glDeleteStatesNV (line 2098) | inline void glDeleteStatesNV(GLsizei n, const GLuint* states) { fp_glD... function GLboolean (line 2099) | inline GLboolean glIsStateNV(GLuint state) { return fp_glIsStateNV(sta... function glStateCaptureNV (line 2100) | inline void glStateCaptureNV(GLuint state, GLenum mode) { fp_glStateCa... function GLuint (line 2101) | inline GLuint glGetCommandHeaderNV(GLenum tokenID, GLuint size) { retu... function GLushort (line 2102) | inline GLushort glGetStageIndexNV(GLenum shadertype) { return fp_glGet... function glDrawCommandsNV (line 2103) | inline void glDrawCommandsNV(GLenum primitiveMode, GLuint buffer, cons... function glDrawCommandsAddressNV (line 2104) | inline void glDrawCommandsAddressNV(GLenum primitiveMode, const GLuint... function glDrawCommandsStatesNV (line 2105) | inline void glDrawCommandsStatesNV(GLuint buffer, const GLintptr* indi... function glDrawCommandsStatesAddressNV (line 2106) | inline void glDrawCommandsStatesAddressNV(const GLuint64* indirects, c... function glCreateCommandListsNV (line 2107) | inline void glCreateCommandListsNV(GLsizei n, GLuint* lists) { fp_glCr... function glDeleteCommandListsNV (line 2108) | inline void glDeleteCommandListsNV(GLsizei n, const GLuint* lists) { f... function GLboolean (line 2109) | inline GLboolean glIsCommandListNV(GLuint list) { return fp_glIsComman... function glListDrawCommandsStatesClientNV (line 2110) | inline void glListDrawCommandsStatesClientNV(GLuint list, GLuint segme... function glCommandListSegmentsNV (line 2111) | inline void glCommandListSegmentsNV(GLuint list, GLuint segments) { fp... function glCompileCommandListNV (line 2112) | inline void glCompileCommandListNV(GLuint list) { fp_glCompileCommandL... function glCallCommandListNV (line 2113) | inline void glCallCommandListNV(GLuint list) { fp_glCallCommandListNV(... function glBeginConditionalRenderNV (line 2116) | inline void glBeginConditionalRenderNV(GLuint id, GLenum mode) { fp_gl... function glEndConditionalRenderNV (line 2117) | inline void glEndConditionalRenderNV() { fp_glEndConditionalRenderNV(); } function glSubpixelPrecisionBiasNV (line 2120) | inline void glSubpixelPrecisionBiasNV(GLuint xbits, GLuint ybits) { fp... function glConservativeRasterParameterfNV (line 2123) | inline void glConservativeRasterParameterfNV(GLenum pname, GLfloat val... function glCopyBufferSubDataNV (line 2126) | inline void glCopyBufferSubDataNV(GLenum readTarget, GLenum writeTarge... function glCopyImageSubDataNV (line 2129) | inline void glCopyImageSubDataNV(GLuint srcName, GLenum srcTarget, GLi... function glCoverageMaskNV (line 2132) | inline void glCoverageMaskNV(GLboolean mask) { fp_glCoverageMaskNV(mas... function glCoverageOperationNV (line 2133) | inline void glCoverageOperationNV(GLenum operation) { fp_glCoverageOpe... function glDepthRangedNV (line 2136) | inline void glDepthRangedNV(GLdouble zNear, GLdouble zFar) { fp_glDept... function glClearDepthdNV (line 2137) | inline void glClearDepthdNV(GLdouble depth) { fp_glClearDepthdNV(depth... function glDepthBoundsdNV (line 2138) | inline void glDepthBoundsdNV(GLdouble zmin, GLdouble zmax) { fp_glDept... function glDrawBuffersNV (line 2141) | inline void glDrawBuffersNV(GLsizei n, const GLenum* bufs) { fp_glDraw... function glDrawArraysInstancedNV (line 2144) | inline void glDrawArraysInstancedNV(GLenum mode, GLint first, GLsizei ... function glDrawElementsInstancedNV (line 2145) | inline void glDrawElementsInstancedNV(GLenum mode, GLsizei count, GLen... function glDrawTextureNV (line 2148) | inline void glDrawTextureNV(GLuint texture, GLuint sampler, GLfloat x0... function glGetMultisamplefvNV (line 2151) | inline void glGetMultisamplefvNV(GLenum pname, GLuint index, GLfloat* ... function glSampleMaskIndexedNV (line 2152) | inline void glSampleMaskIndexedNV(GLuint index, GLbitfield mask) { fp_... function glTexRenderbufferNV (line 2153) | inline void glTexRenderbufferNV(GLenum target, GLuint renderbuffer) { ... function glDeleteFencesNV (line 2156) | inline void glDeleteFencesNV(GLsizei n, const GLuint* fences) { fp_glD... function glGenFencesNV (line 2157) | inline void glGenFencesNV(GLsizei n, GLuint* fences) { fp_glGenFencesN... function GLboolean (line 2158) | inline GLboolean glIsFenceNV(GLuint fence) { return fp_glIsFenceNV(fen... function GLboolean (line 2159) | inline GLboolean glTestFenceNV(GLuint fence) { return fp_glTestFenceNV... function glGetFenceivNV (line 2160) | inline void glGetFenceivNV(GLuint fence, GLenum pname, GLint* params) ... function glFinishFenceNV (line 2161) | inline void glFinishFenceNV(GLuint fence) { fp_glFinishFenceNV(fence); } function glSetFenceNV (line 2162) | inline void glSetFenceNV(GLuint fence, GLenum condition) { fp_glSetFen... function glFragmentCoverageColorNV (line 2165) | inline void glFragmentCoverageColorNV(GLuint color) { fp_glFragmentCov... function glBlitFramebufferNV (line 2168) | inline void glBlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1,... function glCoverageModulationTableNV (line 2171) | inline void glCoverageModulationTableNV(GLsizei n, const GLfloat* v) {... function glGetCoverageModulationTableNV (line 2172) | inline void glGetCoverageModulationTableNV(GLsizei bufsize, GLfloat* v... function glCoverageModulationNV (line 2173) | inline void glCoverageModulationNV(GLenum components) { fp_glCoverageM... function glRenderbufferStorageMultisampleNV (line 2176) | inline void glRenderbufferStorageMultisampleNV(GLenum target, GLsizei ... function glRenderbufferStorageMultisampleCoverageNV (line 2179) | inline void glRenderbufferStorageMultisampleCoverageNV(GLenum target, ... function glProgramVertexLimitNV (line 2182) | inline void glProgramVertexLimitNV(GLenum target, GLint limit) { fp_gl... function glFramebufferTextureFaceEXT (line 2183) | inline void glFramebufferTextureFaceEXT(GLenum target, GLenum attachme... function glProgramLocalParameterI4iNV (line 2186) | inline void glProgramLocalParameterI4iNV(GLenum target, GLuint index, ... function glProgramLocalParameterI4ivNV (line 2187) | inline void glProgramLocalParameterI4ivNV(GLenum target, GLuint index,... function glProgramLocalParametersI4ivNV (line 2188) | inline void glProgramLocalParametersI4ivNV(GLenum target, GLuint index... function glProgramLocalParameterI4uiNV (line 2189) | inline void glProgramLocalParameterI4uiNV(GLenum target, GLuint index,... function glProgramLocalParameterI4uivNV (line 2190) | inline void glProgramLocalParameterI4uivNV(GLenum target, GLuint index... function glProgramLocalParametersI4uivNV (line 2191) | inline void glProgramLocalParametersI4uivNV(GLenum target, GLuint inde... function glProgramEnvParameterI4iNV (line 2192) | inline void glProgramEnvParameterI4iNV(GLenum target, GLuint index, GL... function glProgramEnvParameterI4ivNV (line 2193) | inline void glProgramEnvParameterI4ivNV(GLenum target, GLuint index, c... function glProgramEnvParametersI4ivNV (line 2194) | inline void glProgramEnvParametersI4ivNV(GLenum target, GLuint index, ... function glProgramEnvParameterI4uiNV (line 2195) | inline void glProgramEnvParameterI4uiNV(GLenum target, GLuint index, G... function glProgramEnvParameterI4uivNV (line 2196) | inline void glProgramEnvParameterI4uivNV(GLenum target, GLuint index, ... function glProgramEnvParametersI4uivNV (line 2197) | inline void glProgramEnvParametersI4uivNV(GLenum target, GLuint index,... function glGetProgramLocalParameterIivNV (line 2198) | inline void glGetProgramLocalParameterIivNV(GLenum target, GLuint inde... function glGetProgramLocalParameterIuivNV (line 2199) | inline void glGetProgramLocalParameterIuivNV(GLenum target, GLuint ind... function glGetProgramEnvParameterIivNV (line 2200) | inline void glGetProgramEnvParameterIivNV(GLenum target, GLuint index,... function glGetProgramEnvParameterIuivNV (line 2201) | inline void glGetProgramEnvParameterIuivNV(GLenum target, GLuint index... function glProgramSubroutineParametersuivNV (line 2204) | inline void glProgramSubroutineParametersuivNV(GLenum target, GLsizei ... function glGetProgramSubroutineParameteruivNV (line 2205) | inline void glGetProgramSubroutineParameteruivNV(GLenum target, GLuint... function glVertex2hNV (line 2208) | inline void glVertex2hNV(GLhalfNV x, GLhalfNV y) { fp_glVertex2hNV(x, ... function glVertex2hvNV (line 2209) | inline void glVertex2hvNV(const GLhalfNV* v) { fp_glVertex2hvNV(v); } function glVertex3hNV (line 2210) | inline void glVertex3hNV(GLhalfNV x, GLhalfNV y, GLhalfNV z) { fp_glVe... function glVertex3hvNV (line 2211) | inline void glVertex3hvNV(const GLhalfNV* v) { fp_glVertex3hvNV(v); } function glVertex4hNV (line 2212) | inline void glVertex4hNV(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV ... function glVertex4hvNV (line 2213) | inline void glVertex4hvNV(const GLhalfNV* v) { fp_glVertex4hvNV(v); } function glNormal3hNV (line 2214) | inline void glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) { fp_g... function glNormal3hvNV (line 2215) | inline void glNormal3hvNV(const GLhalfNV* v) { fp_glNormal3hvNV(v); } function glColor3hNV (line 2216) | inline void glColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue) {... function glColor3hvNV (line 2217) | inline void glColor3hvNV(const GLhalfNV* v) { fp_glColor3hvNV(v); } function glColor4hNV (line 2218) | inline void glColor4hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue, G... function glColor4hvNV (line 2219) | inline void glColor4hvNV(const GLhalfNV* v) { fp_glColor4hvNV(v); } function glTexCoord1hNV (line 2220) | inline void glTexCoord1hNV(GLhalfNV s) { fp_glTexCoord1hNV(s); } function glTexCoord1hvNV (line 2221) | inline void glTexCoord1hvNV(const GLhalfNV* v) { fp_glTexCoord1hvNV(v); } function glTexCoord2hNV (line 2222) | inline void glTexCoord2hNV(GLhalfNV s, GLhalfNV t) { fp_glTexCoord2hNV... function glTexCoord2hvNV (line 2223) | inline void glTexCoord2hvNV(const GLhalfNV* v) { fp_glTexCoord2hvNV(v); } function glTexCoord3hNV (line 2224) | inline void glTexCoord3hNV(GLhalfNV s, GLhalfNV t, GLhalfNV r) { fp_gl... function glTexCoord3hvNV (line 2225) | inline void glTexCoord3hvNV(const GLhalfNV* v) { fp_glTexCoord3hvNV(v); } function glTexCoord4hNV (line 2226) | inline void glTexCoord4hNV(GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfN... function glTexCoord4hvNV (line 2227) | inline void glTexCoord4hvNV(const GLhalfNV* v) { fp_glTexCoord4hvNV(v); } function glMultiTexCoord1hNV (line 2228) | inline void glMultiTexCoord1hNV(GLenum target, GLhalfNV s) { fp_glMult... function glMultiTexCoord1hvNV (line 2229) | inline void glMultiTexCoord1hvNV(GLenum target, const GLhalfNV* v) { f... function glMultiTexCoord2hNV (line 2230) | inline void glMultiTexCoord2hNV(GLenum target, GLhalfNV s, GLhalfNV t)... function glMultiTexCoord2hvNV (line 2231) | inline void glMultiTexCoord2hvNV(GLenum target, const GLhalfNV* v) { f... function glMultiTexCoord3hNV (line 2232) | inline void glMultiTexCoord3hNV(GLenum target, GLhalfNV s, GLhalfNV t,... function glMultiTexCoord3hvNV (line 2233) | inline void glMultiTexCoord3hvNV(GLenum target, const GLhalfNV* v) { f... function glMultiTexCoord4hNV (line 2234) | inline void glMultiTexCoord4hNV(GLenum target, GLhalfNV s, GLhalfNV t,... function glMultiTexCoord4hvNV (line 2235) | inline void glMultiTexCoord4hvNV(GLenum target, const GLhalfNV* v) { f... function glFogCoordhNV (line 2236) | inline void glFogCoordhNV(GLhalfNV fog) { fp_glFogCoordhNV(fog); } function glFogCoordhvNV (line 2237) | inline void glFogCoordhvNV(const GLhalfNV* fog) { fp_glFogCoordhvNV(fo... function glSecondaryColor3hNV (line 2238) | inline void glSecondaryColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfN... function glSecondaryColor3hvNV (line 2239) | inline void glSecondaryColor3hvNV(const GLhalfNV* v) { fp_glSecondaryC... function glVertexWeighthNV (line 2240) | inline void glVertexWeighthNV(GLhalfNV weight) { fp_glVertexWeighthNV(... function glVertexWeighthvNV (line 2241) | inline void glVertexWeighthvNV(const GLhalfNV* weight) { fp_glVertexWe... function glVertexAttrib1hNV (line 2242) | inline void glVertexAttrib1hNV(GLuint index, GLhalfNV x) { fp_glVertex... function glVertexAttrib1hvNV (line 2243) | inline void glVertexAttrib1hvNV(GLuint index, const GLhalfNV* v) { fp_... function glVertexAttrib2hNV (line 2244) | inline void glVertexAttrib2hNV(GLuint index, GLhalfNV x, GLhalfNV y) {... function glVertexAttrib2hvNV (line 2245) | inline void glVertexAttrib2hvNV(GLuint index, const GLhalfNV* v) { fp_... function glVertexAttrib3hNV (line 2246) | inline void glVertexAttrib3hNV(GLuint index, GLhalfNV x, GLhalfNV y, G... function glVertexAttrib3hvNV (line 2247) | inline void glVertexAttrib3hvNV(GLuint index, const GLhalfNV* v) { fp_... function glVertexAttrib4hNV (line 2248) | inline void glVertexAttrib4hNV(GLuint index, GLhalfNV x, GLhalfNV y, G... function glVertexAttrib4hvNV (line 2249) | inline void glVertexAttrib4hvNV(GLuint index, const GLhalfNV* v) { fp_... function glVertexAttribs1hvNV (line 2250) | inline void glVertexAttribs1hvNV(GLuint index, GLsizei n, const GLhalf... function glVertexAttribs2hvNV (line 2251) | inline void glVertexAttribs2hvNV(GLuint index, GLsizei n, const GLhalf... function glVertexAttribs3hvNV (line 2252) | inline void glVertexAttribs3hvNV(GLuint index, GLsizei n, const GLhalf... function glVertexAttribs4hvNV (line 2253) | inline void glVertexAttribs4hvNV(GLuint index, GLsizei n, const GLhalf... function glVertexAttribDivisorNV (line 2256) | inline void glVertexAttribDivisorNV(GLuint index, GLuint divisor) { fp... function glGetInternalformatSampleivNV (line 2259) | inline void glGetInternalformatSampleivNV(GLenum target, GLenum intern... function glUniformMatrix2x3fvNV (line 2262) | inline void glUniformMatrix2x3fvNV(GLint location, GLsizei count, GLbo... function glUniformMatrix3x2fvNV (line 2263) | inline void glUniformMatrix3x2fvNV(GLint location, GLsizei count, GLbo... function glUniformMatrix2x4fvNV (line 2264) | inline void glUniformMatrix2x4fvNV(GLint location, GLsizei count, GLbo... function glUniformMatrix4x2fvNV (line 2265) | inline void glUniformMatrix4x2fvNV(GLint location, GLsizei count, GLbo... function glUniformMatrix3x4fvNV (line 2266) | inline void glUniformMatrix3x4fvNV(GLint location, GLsizei count, GLbo... function glUniformMatrix4x3fvNV (line 2267) | inline void glUniformMatrix4x3fvNV(GLint location, GLsizei count, GLbo... function glGenOcclusionQueriesNV (line 2270) | inline void glGenOcclusionQueriesNV(GLsizei n, GLuint* ids) { fp_glGen... function glDeleteOcclusionQueriesNV (line 2271) | inline void glDeleteOcclusionQueriesNV(GLsizei n, const GLuint* ids) {... function GLboolean (line 2272) | inline GLboolean glIsOcclusionQueryNV(GLuint id) { return fp_glIsOcclu... function glBeginOcclusionQueryNV (line 2273) | inline void glBeginOcclusionQueryNV(GLuint id) { fp_glBeginOcclusionQu... function glEndOcclusionQueryNV (line 2274) | inline void glEndOcclusionQueryNV() { fp_glEndOcclusionQueryNV(); } function glGetOcclusionQueryivNV (line 2275) | inline void glGetOcclusionQueryivNV(GLuint id, GLenum pname, GLint* pa... function glGetOcclusionQueryuivNV (line 2276) | inline void glGetOcclusionQueryuivNV(GLuint id, GLenum pname, GLuint* ... function glProgramBufferParametersfvNV (line 2279) | inline void glProgramBufferParametersfvNV(GLenum target, GLuint bindin... function glProgramBufferParametersIivNV (line 2280) | inline void glProgramBufferParametersIivNV(GLenum target, GLuint bindi... function glProgramBufferParametersIuivNV (line 2281) | inline void glProgramBufferParametersIuivNV(GLenum target, GLuint bind... function GLuint (line 2284) | inline GLuint glGenPathsNV(GLsizei range) { return fp_glGenPathsNV(ran... function glDeletePathsNV (line 2285) | inline void glDeletePathsNV(GLuint path, GLsizei range) { fp_glDeleteP... function GLboolean (line 2286) | inline GLboolean glIsPathNV(GLuint path) { return fp_glIsPathNV(path); } function glPathCommandsNV (line 2287) | inline void glPathCommandsNV(GLuint path, GLsizei numCommands, const G... function glPathCoordsNV (line 2288) | inline void glPathCoordsNV(GLuint path, GLsizei numCoords, GLenum coor... function glPathSubCommandsNV (line 2289) | inline void glPathSubCommandsNV(GLuint path, GLsizei commandStart, GLs... function glPathSubCoordsNV (line 2290) | inline void glPathSubCoordsNV(GLuint path, GLsizei coordStart, GLsizei... function glPathStringNV (line 2291) | inline void glPathStringNV(GLuint path, GLenum format, GLsizei length,... function glPathGlyphsNV (line 2292) | inline void glPathGlyphsNV(GLuint firstPathName, GLenum fontTarget, co... function glPathGlyphRangeNV (line 2293) | inline void glPathGlyphRangeNV(GLuint firstPathName, GLenum fontTarget... function glWeightPathsNV (line 2294) | inline void glWeightPathsNV(GLuint resultPath, GLsizei numPaths, const... function glCopyPathNV (line 2295) | inline void glCopyPathNV(GLuint resultPath, GLuint srcPath) { fp_glCop... function glInterpolatePathsNV (line 2296) | inline void glInterpolatePathsNV(GLuint resultPath, GLuint pathA, GLui... function glTransformPathNV (line 2297) | inline void glTransformPathNV(GLuint resultPath, GLuint srcPath, GLenu... function glPathParameterivNV (line 2298) | inline void glPathParameterivNV(GLuint path, GLenum pname, const GLint... function glPathParameteriNV (line 2299) | inline void glPathParameteriNV(GLuint path, GLenum pname, GLint value)... function glPathParameterfvNV (line 2300) | inline void glPathParameterfvNV(GLuint path, GLenum pname, const GLflo... function glPathParameterfNV (line 2301) | inline void glPathParameterfNV(GLuint path, GLenum pname, GLfloat valu... function glPathDashArrayNV (line 2302) | inline void glPathDashArrayNV(GLuint path, GLsizei dashCount, const GL... function glPathStencilFuncNV (line 2303) | inline void glPathStencilFuncNV(GLenum func, GLint ref, GLuint mask) {... function glPathStencilDepthOffsetNV (line 2304) | inline void glPathStencilDepthOffsetNV(GLfloat factor, GLfloat units) ... function glStencilFillPathNV (line 2305) | inline void glStencilFillPathNV(GLuint path, GLenum fillMode, GLuint m... function glStencilStrokePathNV (line 2306) | inline void glStencilStrokePathNV(GLuint path, GLint reference, GLuint... function glStencilFillPathInstancedNV (line 2307) | inline void glStencilFillPathInstancedNV(GLsizei numPaths, GLenum path... function glStencilStrokePathInstancedNV (line 2308) | inline void glStencilStrokePathInstancedNV(GLsizei numPaths, GLenum pa... function glPathCoverDepthFuncNV (line 2309) | inline void glPathCoverDepthFuncNV(GLenum func) { fp_glPathCoverDepthF... function glCoverFillPathNV (line 2310) | inline void glCoverFillPathNV(GLuint path, GLenum coverMode) { fp_glCo... function glCoverStrokePathNV (line 2311) | inline void glCoverStrokePathNV(GLuint path, GLenum coverMode) { fp_gl... function glCoverFillPathInstancedNV (line 2312) | inline void glCoverFillPathInstancedNV(GLsizei numPaths, GLenum pathNa... function glCoverStrokePathInstancedNV (line 2313) | inline void glCoverStrokePathInstancedNV(GLsizei numPaths, GLenum path... function glGetPathParameterivNV (line 2314) | inline void glGetPathParameterivNV(GLuint path, GLenum pname, GLint* v... function glGetPathParameterfvNV (line 2315) | inline void glGetPathParameterfvNV(GLuint path, GLenum pname, GLfloat*... function glGetPathCommandsNV (line 2316) | inline void glGetPathCommandsNV(GLuint path, GLubyte* commands) { fp_g... function glGetPathCoordsNV (line 2317) | inline void glGetPathCoordsNV(GLuint path, GLfloat* coords) { fp_glGet... function glGetPathDashArrayNV (line 2318) | inline void glGetPathDashArrayNV(GLuint path, GLfloat* dashArray) { fp... function glGetPathMetricsNV (line 2319) | inline void glGetPathMetricsNV(GLbitfield metricQueryMask, GLsizei num... function glGetPathMetricRangeNV (line 2320) | inline void glGetPathMetricRangeNV(GLbitfield metricQueryMask, GLuint ... function glGetPathSpacingNV (line 2321) | inline void glGetPathSpacingNV(GLenum pathListMode, GLsizei numPaths, ... function GLboolean (line 2322) | inline GLboolean glIsPointInFillPathNV(GLuint path, GLuint mask, GLflo... function GLboolean (line 2323) | inline GLboolean glIsPointInStrokePathNV(GLuint path, GLfloat x, GLflo... function GLfloat (line 2324) | inline GLfloat glGetPathLengthNV(GLuint path, GLsizei startSegment, GL... function GLboolean (line 2325) | inline GLboolean glPointAlongPathNV(GLuint path, GLsizei startSegment,... function glMatrixLoad3x2fNV (line 2326) | inline void glMatrixLoad3x2fNV(GLenum matrixMode, const GLfloat* m) { ... function glMatrixLoad3x3fNV (line 2327) | inline void glMatrixLoad3x3fNV(GLenum matrixMode, const GLfloat* m) { ... function glMatrixLoadTranspose3x3fNV (line 2328) | inline void glMatrixLoadTranspose3x3fNV(GLenum matrixMode, const GLflo... function glMatrixMult3x2fNV (line 2329) | inline void glMatrixMult3x2fNV(GLenum matrixMode, const GLfloat* m) { ... function glMatrixMult3x3fNV (line 2330) | inline void glMatrixMult3x3fNV(GLenum matrixMode, const GLfloat* m) { ... function glMatrixMultTranspose3x3fNV (line 2331) | inline void glMatrixMultTranspose3x3fNV(GLenum matrixMode, const GLflo... function glStencilThenCoverFillPathNV (line 2332) | inline void glStencilThenCoverFillPathNV(GLuint path, GLenum fillMode,... function glStencilThenCoverStrokePathNV (line 2333) | inline void glStencilThenCoverStrokePathNV(GLuint path, GLint referenc... function glStencilThenCoverFillPathInstancedNV (line 2334) | inline void glStencilThenCoverFillPathInstancedNV(GLsizei numPaths, GL... function glStencilThenCoverStrokePathInstancedNV (line 2335) | inline void glStencilThenCoverStrokePathInstancedNV(GLsizei numPaths, ... function GLenum (line 2336) | inline GLenum glPathGlyphIndexRangeNV(GLenum fontTarget, const void* f... function GLenum (line 2337) | inline GLenum glPathGlyphIndexArrayNV(GLuint firstPathName, GLenum fon... function GLenum (line 2338) | inline GLenum glPathMemoryGlyphIndexArrayNV(GLuint firstPathName, GLen... function glProgramPathFragmentInputGenNV (line 2339) | inline void glProgramPathFragmentInputGenNV(GLuint program, GLint loca... function glGetProgramResourcefvNV (line 2340) | inline void glGetProgramResourcefvNV(GLuint program, GLenum programInt... function glPathColorGenNV (line 2341) | inline void glPathColorGenNV(GLenum color, GLenum genMode, GLenum colo... function glPathTexGenNV (line 2342) | inline void glPathTexGenNV(GLenum texCoordSet, GLenum genMode, GLint c... function glPathFogGenNV (line 2343) | inline void glPathFogGenNV(GLenum genMode) { fp_glPathFogGenNV(genMode... function glGetPathColorGenivNV (line 2344) | inline void glGetPathColorGenivNV(GLenum color, GLenum pname, GLint* v... function glGetPathColorGenfvNV (line 2345) | inline void glGetPathColorGenfvNV(GLenum color, GLenum pname, GLfloat*... function glGetPathTexGenivNV (line 2346) | inline void glGetPathTexGenivNV(GLenum texCoordSet, GLenum pname, GLin... function glGetPathTexGenfvNV (line 2347) | inline void glGetPathTexGenfvNV(GLenum texCoordSet, GLenum pname, GLfl... function glPolygonModeNV (line 2350) | inline void glPolygonModeNV(GLenum face, GLenum mode) { fp_glPolygonMo... function glPresentFrameKeyedNV (line 2353) | inline void glPresentFrameKeyedNV(GLuint video_slot, GLuint64EXT minPr... function glPresentFrameDualFillNV (line 2354) | inline void glPresentFrameDualFillNV(GLuint video_slot, GLuint64EXT mi... function glGetVideoivNV (line 2355) | inline void glGetVideoivNV(GLuint video_slot, GLenum pname, GLint* par... function glGetVideouivNV (line 2356) | inline void glGetVideouivNV(GLuint video_slot, GLenum pname, GLuint* p... function glGetVideoi64vNV (line 2357) | inline void glGetVideoi64vNV(GLuint video_slot, GLenum pname, GLint64E... function glGetVideoui64vNV (line 2358) | inline void glGetVideoui64vNV(GLuint video_slot, GLenum pname, GLuint6... function glPrimitiveRestartNV (line 2361) | inline void glPrimitiveRestartNV() { fp_glPrimitiveRestartNV(); } function glPrimitiveRestartIndexNV (line 2362) | inline void glPrimitiveRestartIndexNV(GLuint index) { fp_glPrimitiveRe... function glReadBufferNV (line 2365) | inline void glReadBufferNV(GLenum mode) { fp_glReadBufferNV(mode); } function glFramebufferSampleLocationsfvNV (line 2368) | inline void glFramebufferSampleLocationsfvNV(GLenum target, GLuint sta... function glNamedFramebufferSampleLocationsfvNV (line 2369) | inline void glNamedFramebufferSampleLocationsfvNV(GLuint framebuffer, ... function glResolveDepthValuesNV (line 2370) | inline void glResolveDepthValuesNV() { fp_glResolveDepthValuesNV(); } function glMakeBufferResidentNV (line 2373) | inline void glMakeBufferResidentNV(GLenum target, GLenum access) { fp_... function glMakeBufferNonResidentNV (line 2374) | inline void glMakeBufferNonResidentNV(GLenum target) { fp_glMakeBuffer... function GLboolean (line 2375) | inline GLboolean glIsBufferResidentNV(GLenum target) { return fp_glIsB... function glMakeNamedBufferResidentNV (line 2376) | inline void glMakeNamedBufferResidentNV(GLuint buffer, GLenum access) ... function glMakeNamedBufferNonResidentNV (line 2377) | inline void glMakeNamedBufferNonResidentNV(GLuint buffer) { fp_glMakeN... function GLboolean (line 2378) | inline GLboolean glIsNamedBufferResidentNV(GLuint buffer) { return fp_... function glGetBufferParameterui64vNV (line 2379) | inline void glGetBufferParameterui64vNV(GLenum target, GLenum pname, G... function glGetNamedBufferParameterui64vNV (line 2380) | inline void glGetNamedBufferParameterui64vNV(GLuint buffer, GLenum pna... function glGetIntegerui64vNV (line 2381) | inline void glGetIntegerui64vNV(GLenum value, GLuint64EXT* result) { f... function glUniformui64NV (line 2382) | inline void glUniformui64NV(GLint location, GLuint64EXT value) { fp_gl... function glUniformui64vNV (line 2383) | inline void glUniformui64vNV(GLint location, GLsizei count, const GLui... function glProgramUniformui64NV (line 2384) | inline void glProgramUniformui64NV(GLuint program, GLint location, GLu... function glProgramUniformui64vNV (line 2385) | inline void glProgramUniformui64vNV(GLuint program, GLint location, GL... function glTextureBarrierNV (line 2388) | inline void glTextureBarrierNV() { fp_glTextureBarrierNV(); } function glTexImage2DMultisampleCoverageNV (line 2391) | inline void glTexImage2DMultisampleCoverageNV(GLenum target, GLsizei c... function glTexImage3DMultisampleCoverageNV (line 2392) | inline void glTexImage3DMultisampleCoverageNV(GLenum target, GLsizei c... function glTextureImage2DMultisampleNV (line 2393) | inline void glTextureImage2DMultisampleNV(GLuint texture, GLenum targe... function glTextureImage3DMultisampleNV (line 2394) | inline void glTextureImage3DMultisampleNV(GLuint texture, GLenum targe... function glTextureImage2DMultisampleCoverageNV (line 2395) | inline void glTextureImage2DMultisampleCoverageNV(GLuint texture, GLen... function glTextureImage3DMultisampleCoverageNV (line 2396) | inline void glTextureImage3DMultisampleCoverageNV(GLuint texture, GLen... function glBeginTransformFeedbackNV (line 2399) | inline void glBeginTransformFeedbackNV(GLenum primitiveMode) { fp_glBe... function glEndTransformFeedbackNV (line 2400) | inline void glEndTransformFeedbackNV() { fp_glEndTransformFeedbackNV(); } function glTransformFeedbackAttribsNV (line 2401) | inline void glTransformFeedbackAttribsNV(GLsizei count, const GLint* a... function glBindBufferRangeNV (line 2402) | inline void glBindBufferRangeNV(GLenum target, GLuint index, GLuint bu... function glBindBufferOffsetNV (line 2403) | inline void glBindBufferOffsetNV(GLenum target, GLuint index, GLuint b... function glBindBufferBaseNV (line 2404) | inline void glBindBufferBaseNV(GLenum target, GLuint index, GLuint buf... function glTransformFeedbackVaryingsNV (line 2405) | inline void glTransformFeedbackVaryingsNV(GLuint program, GLsizei coun... function glActiveVaryingNV (line 2406) | inline void glActiveVaryingNV(GLuint program, const GLchar* name) { fp... function GLint (line 2407) | inline GLint glGetVaryingLocationNV(GLuint program, const GLchar* name... function glGetActiveVaryingNV (line 2408) | inline void glGetActiveVaryingNV(GLuint program, GLuint index, GLsizei... function glGetTransformFeedbackVaryingNV (line 2409) | inline void glGetTransformFeedbackVaryingNV(GLuint program, GLuint ind... function glTransformFeedbackStreamAttribsNV (line 2410) | inline void glTransformFeedbackStreamAttribsNV(GLsizei count, const GL... function glBindTransformFeedbackNV (line 2413) | inline void glBindTransformFeedbackNV(GLenum target, GLuint id) { fp_g... function glDeleteTransformFeedbacksNV (line 2414) | inline void glDeleteTransformFeedbacksNV(GLsizei n, const GLuint* ids)... function glGenTransformFeedbacksNV (line 2415) | inline void glGenTransformFeedbacksNV(GLsizei n, GLuint* ids) { fp_glG... function GLboolean (line 2416) | inline GLboolean glIsTransformFeedbackNV(GLuint id) { return fp_glIsTr... function glPauseTransformFeedbackNV (line 2417) | inline void glPauseTransformFeedbackNV() { fp_glPauseTransformFeedback... function glResumeTransformFeedbackNV (line 2418) | inline void glResumeTransformFeedbackNV() { fp_glResumeTransformFeedba... function glDrawTransformFeedbackNV (line 2419) | inline void glDrawTransformFeedbackNV(GLenum mode, GLuint id) { fp_glD... function glVDPAUInitNV (line 2422) | inline void glVDPAUInitNV(const void* vdpDevice, const void* getProcAd... function glVDPAUFiniNV (line 2423) | inline void glVDPAUFiniNV() { fp_glVDPAUFiniNV(); } function GLvdpauSurfaceNV (line 2424) | inline GLvdpauSurfaceNV glVDPAURegisterVideoSurfaceNV(const void* vdpS... function GLvdpauSurfaceNV (line 2425) | inline GLvdpauSurfaceNV glVDPAURegisterOutputSurfaceNV(const void* vdp... function GLboolean (line 2426) | inline GLboolean glVDPAUIsSurfaceNV(GLvdpauSurfaceNV surface) { return... function glVDPAUUnregisterSurfaceNV (line 2427) | inline void glVDPAUUnregisterSurfaceNV(GLvdpauSurfaceNV surface) { fp_... function glVDPAUGetSurfaceivNV (line 2428) | inline void glVDPAUGetSurfaceivNV(GLvdpauSurfaceNV surface, GLenum pna... function glVDPAUSurfaceAccessNV (line 2429) | inline void glVDPAUSurfaceAccessNV(GLvdpauSurfaceNV surface, GLenum ac... function glVDPAUMapSurfacesNV (line 2430) | inline void glVDPAUMapSurfacesNV(GLsizei numSurfaces, const GLvdpauSur... function glVDPAUUnmapSurfacesNV (line 2431) | inline void glVDPAUUnmapSurfacesNV(GLsizei numSurface, const GLvdpauSu... function glVertexAttribL1i64NV (line 2434) | inline void glVertexAttribL1i64NV(GLuint index, GLint64EXT x) { fp_glV... function glVertexAttribL2i64NV (line 2435) | inline void glVertexAttribL2i64NV(GLuint index, GLint64EXT x, GLint64E... function glVertexAttribL3i64NV (line 2436) | inline void glVertexAttribL3i64NV(GLuint index, GLint64EXT x, GLint64E... function glVertexAttribL4i64NV (line 2437) | inline void glVertexAttribL4i64NV(GLuint index, GLint64EXT x, GLint64E... function glVertexAttribL1i64vNV (line 2438) | inline void glVertexAttribL1i64vNV(GLuint index, const GLint64EXT* v) ... function glVertexAttribL2i64vNV (line 2439) | inline void glVertexAttribL2i64vNV(GLuint index, const GLint64EXT* v) ... function glVertexAttribL3i64vNV (line 2440) | inline void glVertexAttribL3i64vNV(GLuint index, const GLint64EXT* v) ... function glVertexAttribL4i64vNV (line 2441) | inline void glVertexAttribL4i64vNV(GLuint index, const GLint64EXT* v) ... function glVertexAttribL1ui64NV (line 2442) | inline void glVertexAttribL1ui64NV(GLuint index, GLuint64EXT x) { fp_g... function glVertexAttribL2ui64NV (line 2443) | inline void glVertexAttribL2ui64NV(GLuint index, GLuint64EXT x, GLuint... function glVertexAttribL3ui64NV (line 2444) | inline void glVertexAttribL3ui64NV(GLuint index, GLuint64EXT x, GLuint... function glVertexAttribL4ui64NV (line 2445) | inline void glVertexAttribL4ui64NV(GLuint index, GLuint64EXT x, GLuint... function glVertexAttribL1ui64vNV (line 2446) | inline void glVertexAttribL1ui64vNV(GLuint index, const GLuint64EXT* v... function glVertexAttribL2ui64vNV (line 2447) | inline void glVertexAttribL2ui64vNV(GLuint index, const GLuint64EXT* v... function glVertexAttribL3ui64vNV (line 2448) | inline void glVertexAttribL3ui64vNV(GLuint index, const GLuint64EXT* v... function glVertexAttribL4ui64vNV (line 2449) | inline void glVertexAttribL4ui64vNV(GLuint index, const GLuint64EXT* v... function glGetVertexAttribLi64vNV (line 2450) | inline void glGetVertexAttribLi64vNV(GLuint index, GLenum pname, GLint... function glGetVertexAttribLui64vNV (line 2451) | inline void glGetVertexAttribLui64vNV(GLuint index, GLenum pname, GLui... function glVertexAttribLFormatNV (line 2452) | inline void glVertexAttribLFormatNV(GLuint index, GLint size, GLenum t... function glBufferAddressRangeNV (line 2455) | inline void glBufferAddressRangeNV(GLenum pname, GLuint index, GLuint6... function glVertexFormatNV (line 2456) | inline void glVertexFormatNV(GLint size, GLenum type, GLsizei stride) ... function glNormalFormatNV (line 2457) | inline void glNormalFormatNV(GLenum type, GLsizei stride) { fp_glNorma... function glColorFormatNV (line 2458) | inline void glColorFormatNV(GLint size, GLenum type, GLsizei stride) {... function glIndexFormatNV (line 2459) | inline void glIndexFormatNV(GLenum type, GLsizei stride) { fp_glIndexF... function glTexCoordFormatNV (line 2460) | inline void glTexCoordFormatNV(GLint size, GLenum type, GLsizei stride... function glEdgeFlagFormatNV (line 2461) | inline void glEdgeFlagFormatNV(GLsizei stride) { fp_glEdgeFlagFormatNV... function glSecondaryColorFormatNV (line 2462) | inline void glSecondaryColorFormatNV(GLint size, GLenum type, GLsizei ... function glFogCoordFormatNV (line 2463) | inline void glFogCoordFormatNV(GLenum type, GLsizei stride) { fp_glFog... function glVertexAttribFormatNV (line 2464) | inline void glVertexAttribFormatNV(GLuint index, GLint size, GLenum ty... function glVertexAttribIFormatNV (line 2465) | inline void glVertexAttribIFormatNV(GLuint index, GLint size, GLenum t... function glGetIntegerui64i_vNV (line 2466) | inline void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64... function glVertexAttribI1iEXT (line 2469) | inline void glVertexAttribI1iEXT(GLuint index, GLint x) { fp_glVertexA... function glVertexAttribI2iEXT (line 2470) | inline void glVertexAttribI2iEXT(GLuint index, GLint x, GLint y) { fp_... function glVertexAttribI3iEXT (line 2471) | inline void glVertexAttribI3iEXT(GLuint index, GLint x, GLint y, GLint... function glVertexAttribI4iEXT (line 2472) | inline void glVertexAttribI4iEXT(GLuint index, GLint x, GLint y, GLint... function glVertexAttribI1uiEXT (line 2473) | inline void glVertexAttribI1uiEXT(GLuint index, GLuint x) { fp_glVerte... function glVertexAttribI2uiEXT (line 2474) | inline void glVertexAttribI2uiEXT(GLuint index, GLuint x, GLuint y) { ... function glVertexAttribI3uiEXT (line 2475) | inline void glVertexAttribI3uiEXT(GLuint index, GLuint x, GLuint y, GL... function glVertexAttribI4uiEXT (line 2476) | inline void glVertexAttribI4uiEXT(GLuint index, GLuint x, GLuint y, GL... function glVertexAttribI1ivEXT (line 2477) | inline void glVertexAttribI1ivEXT(GLuint index, const GLint* v) { fp_g... function glVertexAttribI2ivEXT (line 2478) | inline void glVertexAttribI2ivEXT(GLuint index, const GLint* v) { fp_g... function glVertexAttribI3ivEXT (line 2479) | inline void glVertexAttribI3ivEXT(GLuint index, const GLint* v) { fp_g... function glVertexAttribI4ivEXT (line 2480) | inline void glVertexAttribI4ivEXT(GLuint index, const GLint* v) { fp_g... function glVertexAttribI1uivEXT (line 2481) | inline void glVertexAttribI1uivEXT(GLuint index, const GLuint* v) { fp... function glVertexAttribI2uivEXT (line 2482) | inline void glVertexAttribI2uivEXT(GLuint index, const GLuint* v) { fp... function glVertexAttribI3uivEXT (line 2483) | inline void glVertexAttribI3uivEXT(GLuint index, const GLuint* v) { fp... function glVertexAttribI4uivEXT (line 2484) | inline void glVertexAttribI4uivEXT(GLuint index, const GLuint* v) { fp... function glVertexAttribI4bvEXT (line 2485) | inline void glVertexAttribI4bvEXT(GLuint index, const GLbyte* v) { fp_... function glVertexAttribI4svEXT (line 2486) | inline void glVertexAttribI4svEXT(GLuint index, const GLshort* v) { fp... function glVertexAttribI4ubvEXT (line 2487) | inline void glVertexAttribI4ubvEXT(GLuint index, const GLubyte* v) { f... function glVertexAttribI4usvEXT (line 2488) | inline void glVertexAttribI4usvEXT(GLuint index, const GLushort* v) { ... function glVertexAttribIPointerEXT (line 2489) | inline void glVertexAttribIPointerEXT(GLuint index, GLint size, GLenum... function glGetVertexAttribIivEXT (line 2490) | inline void glGetVertexAttribIivEXT(GLuint index, GLenum pname, GLint*... function glGetVertexAttribIuivEXT (line 2491) | inline void glGetVertexAttribIuivEXT(GLuint index, GLenum pname, GLuin... function glBeginVideoCaptureNV (line 2494) | inline void glBeginVideoCaptureNV(GLuint video_capture_slot) { fp_glBe... function glBindVideoCaptureStreamBufferNV (line 2495) | inline void glBindVideoCaptureStreamBufferNV(GLuint video_capture_slot... function glBindVideoCaptureStreamTextureNV (line 2496) | inline void glBindVideoCaptureStreamTextureNV(GLuint video_capture_slo... function glEndVideoCaptureNV (line 2497) | inline void glEndVideoCaptureNV(GLuint video_capture_slot) { fp_glEndV... function glGetVideoCaptureivNV (line 2498) | inline void glGetVideoCaptureivNV(GLuint video_capture_slot, GLenum pn... function glGetVideoCaptureStreamivNV (line 2499) | inline void glGetVideoCaptureStreamivNV(GLuint video_capture_slot, GLu... function glGetVideoCaptureStreamfvNV (line 2500) | inline void glGetVideoCaptureStreamfvNV(GLuint video_capture_slot, GLu... function glGetVideoCaptureStreamdvNV (line 2501) | inline void glGetVideoCaptureStreamdvNV(GLuint video_capture_slot, GLu... function GLenum (line 2502) | inline GLenum glVideoCaptureNV(GLuint video_capture_slot, GLuint* sequ... function glVideoCaptureStreamParameterivNV (line 2503) | inline void glVideoCaptureStreamParameterivNV(GLuint video_capture_slo... function glVideoCaptureStreamParameterfvNV (line 2504) | inline void glVideoCaptureStreamParameterfvNV(GLuint video_capture_slo... function glVideoCaptureStreamParameterdvNV (line 2505) | inline void glVideoCaptureStreamParameterdvNV(GLuint video_capture_slo... function glViewportArrayvNV (line 2508) | inline void glViewportArrayvNV(GLuint first, GLsizei count, const GLfl... function glViewportIndexedfNV (line 2509) | inline void glViewportIndexedfNV(GLuint index, GLfloat x, GLfloat y, G... function glViewportIndexedfvNV (line 2510) | inline void glViewportIndexedfvNV(GLuint index, const GLfloat* v) { fp... function glScissorArrayvNV (line 2511) | inline void glScissorArrayvNV(GLuint first, GLsizei count, const GLint... function glScissorIndexedNV (line 2512) | inline void glScissorIndexedNV(GLuint index, GLint left, GLint bottom,... function glScissorIndexedvNV (line 2513) | inline void glScissorIndexedvNV(GLuint index, const GLint* v) { fp_glS... function glDepthRangeArrayfvNV (line 2514) | inline void glDepthRangeArrayfvNV(GLuint first, GLsizei count, const G... function glDepthRangeIndexedfNV (line 2515) | inline void glDepthRangeIndexedfNV(GLuint index, GLfloat n, GLfloat f)... function glGetFloati_vNV (line 2516) | inline void glGetFloati_vNV(GLenum target, GLuint index, GLfloat* data... function glEnableiNV (line 2517) | inline void glEnableiNV(GLenum target, GLuint index) { fp_glEnableiNV(... function glDisableiNV (line 2518) | inline void glDisableiNV(GLenum target, GLuint index) { fp_glDisableiN... function GLboolean (line 2519) | inline GLboolean glIsEnablediNV(GLenum target, GLuint index) { return ... function glBeginConditionalRenderNVX (line 2522) | inline void glBeginConditionalRenderNVX(GLuint id) { fp_glBeginConditi... function glEndConditionalRenderNVX (line 2523) | inline void glEndConditionalRenderNVX() { fp_glEndConditionalRenderNVX... function glFramebufferTextureMultiviewOVR (line 2526) | inline void glFramebufferTextureMultiviewOVR(GLenum target, GLenum att... function glFramebufferTextureMultisampleMultiviewOVR (line 2529) | inline void glFramebufferTextureMultisampleMultiviewOVR(GLenum target,... function glAlphaFuncQCOM (line 2532) | inline void glAlphaFuncQCOM(GLenum func, GLclampf ref) { fp_glAlphaFun... function glGetDriverControlsQCOM (line 2535) | inline void glGetDriverControlsQCOM(GLint* num, GLsizei size, GLuint* ... function glGetDriverControlStringQCOM (line 2536) | inline void glGetDriverControlStringQCOM(GLuint driverControl, GLsizei... function glEnableDriverControlQCOM (line 2537) | inline void glEnableDriverControlQCOM(GLuint driverControl) { fp_glEna... function glDisableDriverControlQCOM (line 2538) | inline void glDisableDriverControlQCOM(GLuint driverControl) { fp_glDi... function glExtGetTexturesQCOM (line 2541) | inline void glExtGetTexturesQCOM(GLuint* textures, GLint maxTextures, ... function glExtGetBuffersQCOM (line 2542) | inline void glExtGetBuffersQCOM(GLuint* buffers, GLint maxBuffers, GLi... function glExtGetRenderbuffersQCOM (line 2543) | inline void glExtGetRenderbuffersQCOM(GLuint* renderbuffers, GLint max... function glExtGetFramebuffersQCOM (line 2544) | inline void glExtGetFramebuffersQCOM(GLuint* framebuffers, GLint maxFr... function glExtGetTexLevelParameterivQCOM (line 2545) | inline void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum fac... function glExtTexObjectStateOverrideiQCOM (line 2546) | inline void glExtTexObjectStateOverrideiQCOM(GLenum target, GLenum pna... function glExtGetTexSubImageQCOM (line 2547) | inline void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint ... function glExtGetBufferPointervQCOM (line 2548) | inline void glExtGetBufferPointervQCOM(GLenum target, void** params) {... function glExtGetShadersQCOM (line 2551) | inline void glExtGetShadersQCOM(GLuint* shaders, GLint maxShaders, GLi... function glExtGetProgramsQCOM (line 2552) | inline void glExtGetProgramsQCOM(GLuint* programs, GLint maxPrograms, ... function GLboolean (line 2553) | inline GLboolean glExtIsProgramBinaryQCOM(GLuint program) { return fp_... function glExtGetProgramBinarySourceQCOM (line 2554) | inline void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum sha... function glStartTilingQCOM (line 2557) | inline void glStartTilingQCOM(GLuint x, GLuint y, GLuint width, GLuint... function glEndTilingQCOM (line 2558) | inline void glEndTilingQCOM(GLbitfield preserveMask) { fp_glEndTilingQ... FILE: src/libraries/glslang/SPIRV/GLSL.ext.AMD.h type ShaderBallotAMD (line 36) | enum ShaderBallotAMD { type ShaderTrinaryMinMaxAMD (line 50) | enum ShaderTrinaryMinMaxAMD { type ShaderExplicitVertexParameterAMD (line 69) | enum ShaderExplicitVertexParameterAMD { type GcnShaderAMD (line 80) | enum GcnShaderAMD { FILE: src/libraries/glslang/SPIRV/GLSL.ext.NV.h type class (line 30) | enum class type class (line 31) | enum class type class (line 32) | enum class type class (line 33) | enum class FILE: src/libraries/glslang/SPIRV/GLSL.ext.QCOM.h type class (line 30) | enum class type class (line 31) | enum class type class (line 32) | enum class type class (line 33) | enum class FILE: src/libraries/glslang/SPIRV/GLSL.std.450.h type GLSLstd450 (line 33) | enum GLSLstd450 { FILE: src/libraries/glslang/SPIRV/GlslangToSpv.cpp type spv (line 49) | namespace spv { class SpecConstantOpModeGuard (line 80) | class SpecConstantOpModeGuard { method SpecConstantOpModeGuard (line 82) | SpecConstantOpModeGuard(spv::Builder* builder) method turnOnSpecConstantOpMode (line 90) | void turnOnSpecConstantOpMode() { type OpDecorations (line 99) | struct OpDecorations { method OpDecorations (line 101) | OpDecorations(spv::Decoration precision, spv::Decoration noContraction... method addNoContraction (line 110) | void addNoContraction(spv::Builder& builder, spv::Id t) { builder.addD... method addNonUniform (line 111) | void addNonUniform(spv::Builder& builder, spv::Id t) { builder.addDec... class TGlslangToSpvTraverser (line 124) | class TGlslangToSpvTraverser : public glslang::TIntermTraverser { function TranslateSourceLanguage (line 298) | spv::SourceLanguage TranslateSourceLanguage(glslang::EShSource source, E... function TranslateExecutionModel (line 320) | spv::ExecutionModel TranslateExecutionModel(EShLanguage stage, bool isMe... function TranslateDimensionality (line 344) | spv::Dim TranslateDimensionality(const glslang::TSampler& sampler) function TranslatePrecisionDecoration (line 362) | spv::Decoration TranslatePrecisionDecoration(glslang::TPrecisionQualifie... function TranslatePrecisionDecoration (line 373) | spv::Decoration TranslatePrecisionDecoration(const glslang::TType& type) function TranslateBlockDecoration (line 379) | spv::Decoration TranslateBlockDecoration(const glslang::TStorageQualifie... function TranslateMemoryDecoration (line 402) | void TranslateMemoryDecoration(const glslang::TQualifier& qualifier, std... function TranslateLayoutDecoration (line 422) | spv::Decoration TranslateLayoutDecoration(const glslang::TType& type, gl... function TranslateInvariantDecoration (line 515) | spv::Decoration TranslateInvariantDecoration(const glslang::TQualifier& ... function TranslateNoContractionDecoration (line 524) | spv::Decoration TranslateNoContractionDecoration(const glslang::TQualifi... function IsDescriptorResource (line 1492) | bool IsDescriptorResource(const glslang::TType& type) function InheritQualifiers (line 1512) | void InheritQualifiers(glslang::TQualifier& child, const glslang::TQuali... function HasNonLayoutQualifiers (line 1567) | bool HasNonLayoutQualifiers(const glslang::TType& type, const glslang::T... type glslang (line 10859) | namespace glslang { function GetSpirvVersion (line 10861) | void GetSpirvVersion(std::string& version) function GetSpirvGeneratorVersion (line 10872) | int GetSpirvGeneratorVersion() function OutputSpvBin (line 10889) | bool OutputSpvBin(const std::vector& spirv, const char* ... function OutputSpvHex (line 10906) | bool OutputSpvHex(const std::vector& spirv, const char* ... function GlslangToSpv (line 10945) | void GlslangToSpv(const TIntermediate& intermediate, std::vector& members, const char*... function Id (line 447) | Id Builder::makeStructResultType(Id type0, Id type1) function Id (line 469) | Id Builder::makeVectorType(Id component, int size) function Id (line 498) | Id Builder::makeMatrixType(Id component, int cols, int rows) function Id (line 531) | Id Builder::makeCooperativeMatrixTypeKHR(Id component, Id scope, Id ro... function Id (line 597) | Id Builder::makeCooperativeMatrixTypeNV(Id component, Id scope, Id row... function Id (line 622) | Id Builder::makeCooperativeMatrixTypeWithSameShape(Id component, Id ot... function Id (line 633) | Id Builder::makeCooperativeVectorTypeNV(Id componentType, Id components) function Id (line 655) | Id Builder::makeGenericType(spv::Op opcode, std::vector& par... function Id (line 796) | Id Builder::makeDebugFunctionType(Id returnType, const std::vector... function Id (line 820) | Id Builder::makeImageType(Id sampledType, Dim dim, bool depth, bool ar... function Id (line 919) | Id Builder::makeSampledImageType(Id imageType) function Id (line 946) | Id Builder::makeDebugInfoNone() function Id (line 964) | Id Builder::makeBoolDebugType(int const size) function Id (line 993) | Id Builder::makeIntegerDebugType(int const width, bool const hasSign) function Id (line 1034) | Id Builder::makeFloatDebugType(int const width) function Id (line 1070) | Id Builder::makeSequentialDebugType(Id const baseType, Id const compon... function Id (line 1099) | Id Builder::makeArrayDebugType(Id const baseType, Id const componentCo... function Id (line 1104) | Id Builder::makeVectorDebugType(Id const baseType, int const component... function Id (line 1109) | Id Builder::makeMatrixDebugType(Id const vectorType, int const vectorC... function Id (line 1136) | Id Builder::makeMemberDebugType(Id const memberType, DebugTypeLoc cons... function Id (line 1162) | Id Builder::makeCompositeDebugType(std::vector const& memberTypes,... function Id (line 1211) | Id Builder::makePointerDebugType(StorageClass storageClass, Id const b... function Id (line 1243) | Id Builder::makeForwardPointerDebugType(StorageClass storageClass) function Id (line 1263) | Id Builder::makeDebugSource(const Id fileName) { function Id (line 1319) | Id Builder::makeDebugCompilationUnit() { function Id (line 1343) | Id Builder::createDebugGlobalVariable(Id const type, char const*const ... function Id (line 1367) | Id Builder::createDebugLocalVariable(Id type, char const*const name, s... function Id (line 1393) | Id Builder::makeDebugExpression() function Id (line 1411) | Id Builder::makeDebugDeclare(Id const debugLocalVariable, Id const poi... function Id (line 1425) | Id Builder::makeDebugValue(Id const debugLocalVariable, Id const value) function Id (line 1439) | Id Builder::makeAccelerationStructureType() function Id (line 1458) | Id Builder::makeRayQueryType() function Id (line 1477) | Id Builder::makeHitObjectNVType() function Id (line 1492) | Id Builder::getDerefTypeId(Id resultId) const function Op (line 1500) | Op Builder::getMostBasicTypeClass(Id typeId) const function Id (line 1554) | Id Builder::getScalarTypeId(Id typeId) const function Id (line 1581) | Id Builder::getContainedTypeId(Id typeId, int member) const function Id (line 1607) | Id Builder::getResultingAccessChainType() const function Id (line 1627) | Id Builder::getContainedTypeId(Id typeId) const function Id (line 1689) | Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, uns... function Id (line 1704) | Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, uns... function Id (line 1761) | Id Builder::makeNullConstant(Id typeId) function Id (line 1785) | Id Builder::makeBoolConstant(bool b, bool specConstant) function Id (line 1814) | Id Builder::makeIntConstant(Id typeId, unsigned value, bool specConstant) function Id (line 1835) | Id Builder::makeInt64Constant(Id typeId, unsigned long long value, boo... function Id (line 1861) | Id Builder::makeFloatConstant(float f, bool specConstant) function Id (line 1886) | Id Builder::makeDoubleConstant(double d, bool specConstant) function Id (line 1915) | Id Builder::makeFloat16Constant(float f16, bool specConstant) function Id (line 1943) | Id Builder::makeBFloat16Constant(float bf16, bool specConstant) function Id (line 1974) | Id Builder::makeFloatE5M2Constant(float fe5m2, bool specConstant) function Id (line 2002) | Id Builder::makeFloatE4M3Constant(float fe4m3, bool specConstant) function Id (line 2030) | Id Builder::makeFpConstant(Id type, double d, bool specConstant) function Id (line 2051) | Id Builder::importNonSemanticShaderDebugInfoInstructions() function Id (line 2064) | Id Builder::findCompositeConstant(Op typeClass, Op opcode, Id typeId, ... function Id (line 2098) | Id Builder::findStructConstant(Id typeId, const std::vector& comps) function Id (line 2123) | Id Builder::makeCompositeConstant(Id typeId, const std::vector& me... function Instruction (line 2185) | Instruction* Builder::addEntryPoint(ExecutionModel model, Function* fu... function Function (line 2492) | Function* Builder::makeEntryPoint(const char* entryPoint) function Function (line 2512) | Function* Builder::makeFunctionEntry(Decoration precision, Id returnTy... function Id (line 2603) | Id Builder::makeDebugFunction([[maybe_unused]] Function* function, Id ... function Id (line 2629) | Id Builder::makeDebugLexicalBlock(uint32_t line, uint32_t column) { function Id (line 2769) | Id Builder::createVariable(Decoration precision, StorageClass storageC... function Id (line 2813) | Id Builder::createUndefined(Id type) function Id (line 2865) | Id Builder::createLoad(Id lValue, spv::Decoration precision, spv::Memo... function Id (line 2890) | Id Builder::createAccessChain(StorageClass storageClass, Id base, cons... function Id (line 2907) | Id Builder::createArrayLength(Id base, unsigned int member) function Id (line 2919) | Id Builder::createCooperativeMatrixLengthKHR(Id type) function Id (line 2936) | Id Builder::createCooperativeMatrixLengthNV(Id type) function Id (line 2953) | Id Builder::createCompositeExtract(Id composite, Id typeId, unsigned i... function Id (line 2970) | Id Builder::createCompositeExtract(Id composite, Id typeId, const std:... function Id (line 2987) | Id Builder::createCompositeInsert(Id object, Id composite, Id typeId, ... function Id (line 2999) | Id Builder::createCompositeInsert(Id object, Id composite, Id typeId, ... function Id (line 3012) | Id Builder::createVectorExtractDynamic(Id vector, Id typeId, Id compon... function Id (line 3023) | Id Builder::createVectorInsertDynamic(Id vector, Id typeId, Id compone... function Id (line 3095) | Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) function Id (line 3109) | Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) function Id (line 3127) | Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) function Id (line 3149) | Id Builder::createOp(Op opCode, Id typeId, const std::vector& oper... function Id (line 3160) | Id Builder::createOp(Op opCode, Id typeId, const std::vector&... function Id (line 3743) | Id Builder::createCooperativeMatrixConversion(Id typeId, Id source) function Id (line 3753) | Id Builder::createCooperativeMatrixReduce(Op opcode, Id typeId, Id sou... function Id (line 3765) | Id Builder::createCooperativeMatrixPerElementOp(Id typeId, const std::... function Id (line 3778) | Id Builder::createConstructor(Decoration precision, const std::vector<... function Id (line 3872) | Id Builder::createMatrixConstructor(Decoration precision, const std::v... function Block (line 4126) | Block& Builder::makeNewBlock() function Id (line 4270) | Id Builder::accessChainLoad(Decoration precision, Decoration l_nonUnif... function Id (line 4366) | Id Builder::accessChainGetLValue() function Id (line 4383) | Id Builder::accessChainGetInferredType() function Id (line 4477) | Id Builder::collapseAccessChain() FILE: src/libraries/glslang/SPIRV/SpvBuilder.h function namespace (line 56) | namespace spv { function namespace (line 73) | namespace spv { function Id (line 276) | Id getTypeId(Id resultId) const { return module.getTypeId(resultId); } function Op (line 278) | Op getOpCode(Id id) const { return module.getInstruction(id)->getOpCode(... function Op (line 279) | Op getTypeClass(Id typeId) const { return getOpCode(typeId); } function getNumComponents (line 281) | unsigned int getNumComponents(Id resultId) const { return getNumTypeComp... function getNumTypeComponents (line 283) | unsigned int getNumTypeComponents(Id typeId) const { return getNumTypeCo... function StorageClass (line 287) | StorageClass getTypeStorageClass(Id typeId) const { return module.getSto... function ImageFormat (line 288) | ImageFormat getImageTypeFormat(Id typeId) const function Id (line 290) | Id getResultingAccessChainType() const; function isVector (line 296) | bool isVector(Id resultId) const { return isVectorType(getTypeId(r... function isMatrix (line 297) | bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(r... function isCooperativeMatrix (line 298) | bool isCooperativeMatrix(Id resultId)const { return isCooperativeMatrixT... function isCooperativeVector (line 299) | bool isCooperativeVector(Id resultId)const { return isCooperativeVectorT... function isAggregate (line 300) | bool isAggregate(Id resultId) const { return isAggregateType(getTypeI... function isSampledImage (line 301) | bool isSampledImage(Id resultId) const { return isSampledImageType(getTy... function isTensorView (line 302) | bool isTensorView(Id resultId)const { return isTensorViewType(getTypeId(... function isBoolType (line 304) | bool isBoolType(Id typeId) function isIntType (line 306) | bool isIntType(Id typeId) const function isUintType (line 308) | bool isUintType(Id typeId) const function isFloatType (line 310) | bool isFloatType(Id typeId) const { return getTypeClass(typeId) =... function isPointerType (line 311) | bool isPointerType(Id typeId) const { return getTypeClass(typeId) =... function isScalarType (line 312) | bool isScalarType(Id typeId) const function isVectorType (line 315) | bool isVectorType(Id typeId) const { return getTypeClass(typeId) =... function isMatrixType (line 316) | bool isMatrixType(Id typeId) const { return getTypeClass(typeId) =... function isStructType (line 317) | bool isStructType(Id typeId) const { return getTypeClass(typeId) =... function isArrayType (line 318) | bool isArrayType(Id typeId) const { return getTypeClass(typeId) =... function isCooperativeMatrixType (line 319) | bool isCooperativeMatrixType(Id typeId)const function isTensorViewType (line 323) | bool isTensorViewType(Id typeId) const { return getTypeClass(typeId) == ... function isCooperativeVectorType (line 324) | bool isCooperativeVectorType(Id typeId) const { return getTypeClass(type... function isAggregateType (line 325) | bool isAggregateType(Id typeId) const function isImageType (line 327) | bool isImageType(Id typeId) const { return getTypeClass(typeId) =... function isSamplerType (line 328) | bool isSamplerType(Id typeId) const { return getTypeClass(typeId) =... function isSampledImageType (line 329) | bool isSampledImageType(Id typeId) const { return getTypeClass(typeId) =... function isConstant (line 335) | bool isConstant(Id resultId) const { return isConstantOpCode(getOpCode(r... function isConstantScalar (line 336) | bool isConstantScalar(Id resultId) const { return getOpCode(resultId) ==... function isSpecConstant (line 337) | bool isSpecConstant(Id resultId) const { return isSpecConstantOpCode(get... function getConstantScalar (line 338) | unsigned int getConstantScalar(Id resultId) const function StorageClass (line 340) | StorageClass getStorageClass(Id resultId) const { return getTypeStorageC... function isVariableOpCode (line 342) | bool isVariableOpCode(Op opcode) const { return opcode == Op::OpVariable; } function isVariable (line 343) | bool isVariable(Id resultId) const { return isVariableOpCode(getOpCode(r... function isGlobalStorage (line 344) | bool isGlobalStorage(Id resultId) const { return getStorageClass(resultI... function isGlobalVariable (line 345) | bool isGlobalVariable(Id resultId) const { return isVariable(resultId) &... function isValidInitializer (line 347) | bool isValidInitializer(Id resultId) const { return isConstant(resultId)... function getScalarTypeWidth (line 349) | int getScalarTypeWidth(Id typeId) const function getTypeNumColumns (line 356) | unsigned int getTypeNumColumns(Id typeId) const function getNumColumns (line 361) | unsigned int getNumColumns(Id resultId) const { return getTypeNumColumns... function getTypeNumRows (line 362) | unsigned int getTypeNumRows(Id typeId) const function getNumRows (line 367) | unsigned int getNumRows(Id resultId) const { return getTypeNumRows(getTy... function Dim (line 369) | Dim getTypeDimensionality(Id typeId) const function Id (line 374) | Id getImageType(Id resultId) const function isArrayedImageType (line 380) | bool isArrayedImageType(Id typeId) const function setBuildPoint (line 449) | void setBuildPoint(Block* bp) { function Block (line 454) | Block* getBuildPoint() const { return buildPoint; } function Id (line 563) | Id setPrecision(Id id, Decoration precision) type TextureParameters (line 594) | struct TextureParameters { function class (line 646) | class If { function isNonUniform (line 750) | struct AccessChain { function CoherentFlags (line 799) | CoherentFlags operator |=(const CoherentFlags &other) { function AccessChain (line 823) | AccessChain getAccessChain() { return accessChain; } function setAccessChain (line 824) | void setAccessChain(AccessChain newChain) { accessChain = newChain; } function setAccessChainLValue (line 830) | void setAccessChainLValue(Id lValue) function setAccessChainRValue (line 837) | void setAccessChainRValue(Id rValue) function accessChainPush (line 844) | void accessChainPush(Id offset, AccessChain::CoherentFlags coherentFlags... function accessChainPushComponent (line 857) | void accessChainPushComponent(Id component, Id preSwizzleBaseType, Acces... function setToSpecConstCodeGenMode (line 917) | void setToSpecConstCodeGenMode() { generatingOpCodeForSpecConst = true; } function setToNormalCodeGenMode (line 919) | void setToNormalCodeGenMode() { generatingOpCodeForSpecConst = false; } function isInSpecConstCodeGenMode (line 921) | bool isInSpecConstCodeGenMode() { return generatingOpCodeForSpecConst; } function setUseReplicatedComposites (line 923) | void setUseReplicatedComposites(bool use) { useReplicatedComposites = us... type DecorationInstructionLessThan (line 942) | struct DecorationInstructionLessThan { function useReplicatedComposites (line 992) | bool useReplicatedComposites { false }; FILE: src/libraries/glslang/SPIRV/SpvPostProcess.cpp type spv (line 50) | namespace spv { type spv (line 60) | namespace spv { FILE: src/libraries/glslang/SPIRV/SpvTools.cpp type glslang (line 49) | namespace glslang { function spv_target_env (line 52) | spv_target_env MapToSpirvToolsEnv(const SpvVersion& spvVersion, spv::S... function spv_target_env (line 87) | spv_target_env MapToSpirvToolsEnv(const glslang::TIntermediate& interm... function OptimizerMesssageConsumer (line 93) | void OptimizerMesssageConsumer(spv_message_level_t level, const char *... function SpirvToolsDisassemble (line 127) | void SpirvToolsDisassemble(std::ostream& out, const std::vector& stre... method Op (line 101) | Op getOpCode(int id) const { return idInstruction[id] ? (Op)(stream[... function popcount (line 343) | static uint32_t popcount(uint32_t mask) function GLSLstd450GetDebugNames (line 643) | static void GLSLstd450GetDebugNames(const char** names) function Disassemble (line 879) | void Disassemble(std::ostream& out, const std::vector& s... type spv (line 66) | namespace spv { function Kill (line 72) | static void Kill(std::ostream& out, const char* message) type ExtInstSet (line 79) | enum ExtInstSet { class SpirvStream (line 90) | class SpirvStream { method SpirvStream (line 92) | SpirvStream(std::ostream& out, const std::vector& stre... method Op (line 101) | Op getOpCode(int id) const { return idInstruction[id] ? (Op)(stream[... function popcount (line 343) | static uint32_t popcount(uint32_t mask) function GLSLstd450GetDebugNames (line 643) | static void GLSLstd450GetDebugNames(const char** names) function Disassemble (line 879) | void Disassemble(std::ostream& out, const std::vector& s... FILE: src/libraries/glslang/SPIRV/disassemble.h function namespace (line 48) | namespace spv { FILE: src/libraries/glslang/SPIRV/doc.cpp type spv (line 52) | namespace spv { function Parameterize (line 1731) | void Parameterize() type spv (line 64) | namespace spv { function Parameterize (line 1731) | void Parameterize() FILE: src/libraries/glslang/SPIRV/doc.h function namespace (line 45) | namespace spv { function class (line 193) | class EnumParameters { function class (line 200) | class EnumDefinition : public EnumParameters { function setOperands (line 211) | void setOperands(OperandParameters* op) { operandParams = op; } function class (line 221) | class InstructionParameters { FILE: src/libraries/glslang/SPIRV/hex_float.h function namespace (line 28) | namespace spvutils { function class (line 53) | class FloatE5M2 { function FloatE5M2 (line 68) | static FloatE5M2 max() { return FloatE5M2(0x7B); } function FloatE5M2 (line 70) | static FloatE5M2 lowest() { return FloatE5M2(0xFB); } function class (line 76) | class FloatE4M3 { function FloatE4M3 (line 91) | static FloatE4M3 max() { return FloatE4M3(0x7E); } function FloatE4M3 (line 93) | static FloatE4M3 lowest() { return FloatE4M3(0xFE); } type uint_type (line 105) | typedef void uint_type; function float (line 109) | struct FloatProxyTraits { function double (line 121) | struct FloatProxyTraits { function Float16 (line 133) | struct FloatProxyTraits { function FloatE5M2 (line 145) | struct FloatProxyTraits { function FloatE4M3 (line 157) | struct FloatProxyTraits { type uint_type (line 237) | typedef void uint_type; type int_type (line 239) | typedef void int_type; type underlying_type (line 241) | typedef void underlying_type; type native_type (line 243) | typedef void native_type; type HexFloatTraits (line 260) | struct HexFloatTraits type uint_type (line 261) | typedef uint32_t uint_type; type int_type (line 262) | typedef int32_t int_type; type FloatProxy (line 263) | typedef FloatProxy underlying_type; type native_type (line 264) | typedef float native_type; type HexFloatTraits (line 274) | struct HexFloatTraits type uint_type (line 275) | typedef uint64_t uint_type; type int_type (line 276) | typedef int64_t int_type; type FloatProxy (line 277) | typedef FloatProxy underlying_type; type native_type (line 278) | typedef double native_type; function Float16 (line 288) | struct HexFloatTraits> { function FloatE5M2 (line 300) | struct HexFloatTraits> { function FloatE4M3 (line 312) | struct HexFloatTraits> { type round_direction (line 323) | enum round_direction { type typename (line 337) | typedef typename Traits::int_type int_type; type typename (line 338) | typedef typename Traits::underlying_type underlying_type; type typename (line 339) | typedef typename Traits::native_type native_type; function explicit (line 341) | explicit HexFloat(T f) : value_(f) {} function set_value (line 344) | void set_value(T f) { value_ = f; } function uint_type (line 406) | uint_type getBits() const { return spvutils::BitwiseCast(valu... function uint_type (line 451) | const uint_type getNormalizedSignificand() const { function setFromSignUnbiasedExponentAndNormalizedSignificand (line 476) | void setFromSignUnbiasedExponentAndNormalizedSignificand( function uint_type (line 521) | static uint_type incrementSignificand(uint_type significand, type typename (line 565) | typedef typename other_T::uint_type other_uint_type; type typename (line 711) | typedef typename other_T::int_type other_int_type; function get_nibble_from_character (line 730) | inline uint8_t get_nibble_from_character(int character) { type HexFloat (line 750) | typedef HexFloat HF; type typename (line 751) | typedef typename HF::uint_type uint_type; type typename (line 752) | typedef typename HF::int_type int_type; function RejectParseDueToLeadingSign (line 824) | bool RejectParseDueToLeadingSign(std::istream& is, bool negate_value, FILE: src/libraries/glslang/SPIRV/spvIR.h function namespace (line 61) | namespace spv { type DebugSourceLocation (line 280) | struct DebugSourceLocation { function class (line 286) | class Block { FILE: src/libraries/glslang/SPIRV/spvUtil.h function namespace (line 44) | namespace spv { function anySet (line 59) | __inline bool anySet(spv::MemoryAccessMask value, spv::MemoryAccessMask ... function anySet (line 64) | __inline bool anySet(spv::ImageOperandsMask value, spv::ImageOperandsMas... function anySet (line 69) | __inline bool anySet(spv::MemorySemanticsMask value, spv::MemorySemantic... function addMask (line 74) | __inline void addMask(uint32_t& word, spv::TensorAddressingOperandsMask ... function addMask (line 76) | __inline void addMask(spv::CooperativeMatrixOperandsMask& word, spv::Coo... function To (line 82) | To enumCast(Enum value) FILE: src/libraries/glslang/glslang/GenericCodeGen/CodeGen.cpp class TGenericCompiler (line 42) | class TGenericCompiler : public TCompiler { method TGenericCompiler (line 44) | TGenericCompiler(EShLanguage l) : TCompiler(l, infoSink) {} function TCompiler (line 54) | TCompiler* ConstructCompiler(EShLanguage language, int) { return new TGe... function DeleteCompiler (line 59) | void DeleteCompiler(TCompiler* compiler) FILE: src/libraries/glslang/glslang/GenericCodeGen/Link.cpp class TGenericLinker (line 45) | class TGenericLinker : public TLinker { method TGenericLinker (line 47) | TGenericLinker(EShExecutable e) : TLinker(e, infoSink) {} method link (line 48) | bool link(TCompilerList&, TUniformMap*) { return true; } method getAttributeBindings (line 49) | void getAttributeBindings(ShBindingTable const **) const { } class TUniformLinkedMap (line 56) | class TUniformLinkedMap : public TUniformMap { method TUniformLinkedMap (line 58) | TUniformLinkedMap() { } method getLocation (line 59) | virtual int getLocation(const char*) { return 0; } function TShHandleBase (line 62) | TShHandleBase* ConstructLinker(EShExecutable executable, int) { return n... function DeleteLinker (line 64) | void DeleteLinker(TShHandleBase* linker) function TUniformMap (line 69) | TUniformMap* ConstructUniformMap() function DeleteUniformMap (line 74) | void DeleteUniformMap(TUniformMap* map) function TShHandleBase (line 79) | TShHandleBase* ConstructBindings() function DeleteBindingList (line 84) | void DeleteBindingList(TShHandleBase* bindingList) FILE: src/libraries/glslang/glslang/Include/BaseTypes.h function namespace (line 42) | namespace glslang { FILE: src/libraries/glslang/glslang/Include/Common.h function namespace (line 60) | namespace std { function namespace (line 117) | namespace glslang { function namespace (line 128) | namespace std { function namespace (line 149) | namespace glslang { type std (line 205) | typedef std::basic_string TPersistString; function init (line 235) | struct TSourceLoc { FILE: src/libraries/glslang/glslang/Include/ConstantUnion.h function namespace (line 44) | namespace glslang { function class (line 874) | class TConstUnionArray { function TConstUnion (line 904) | const TConstUnion& operator[](size_t index) const { return (*unionArray)... function dot (line 918) | double dot(const TConstUnionArray& rhs) FILE: src/libraries/glslang/glslang/Include/InfoSink.h function namespace (line 42) | namespace glslang { function prefix (line 87) | void prefix(TPrefixType message) { function message (line 121) | void message(TPrefixType message, const char* s) { function checkMem (line 152) | void checkMem(size_t growth) { if (sink.capacity() < sink.size() + growt... function class (line 162) | class TInfoSink { FILE: src/libraries/glslang/glslang/Include/InitializeGlobals.h function namespace (line 38) | namespace glslang { FILE: src/libraries/glslang/glslang/Include/PoolAlloc.h function namespace (line 70) | namespace glslang { FILE: src/libraries/glslang/glslang/Include/ResourceLimits.h type TLimits (line 40) | struct TLimits { type TBuiltInResource (line 52) | struct TBuiltInResource { FILE: src/libraries/glslang/glslang/Include/ShHandle.h function class (line 57) | class TShHandleBase { function class (line 73) | class TUniformMap : public TShHandleBase { function class (line 89) | class TCompiler : public TShHandleBase { function virtual (line 94) | virtual TInfoSink& getInfoSink() { return infoSink; } function virtual (line 98) | virtual TCompiler* getAsCompiler() { return this; } function virtual (line 99) | virtual bool linkable() { return haveValidObjectCode; } type glslang (line 112) | typedef glslang::TVector TCompilerList; type glslang (line 113) | typedef glslang::TVector THandleList; function class (line 120) | class TLinker : public TShHandleBase { function virtual (line 132) | virtual ~TLinker() { } function virtual (line 138) | virtual void setExcludedAttributes(const int* attributes, int count) { e... function virtual (line 139) | virtual ShBindingTable* getUniformBindings() const { return uniformBind... function virtual (line 140) | virtual const void* getObjectCode() const { return nullptr; } function virtual (line 141) | virtual TInfoSink& getInfoSink() { return infoSink; } FILE: src/libraries/glslang/glslang/Include/SpirvIntrinsics.h function namespace (line 44) | namespace glslang { function TSpirvTypeParameter (line 97) | struct TSpirvTypeParameter { function TIntermConstantUnion (line 103) | const TIntermConstantUnion* getAsConstant() const function TType (line 109) | const TType* getAsType() const type TVector (line 123) | typedef TVector TSpirvTypeParameters; type TSpirvType (line 126) | struct TSpirvType { FILE: src/libraries/glslang/glslang/Include/Types.h function namespace (line 51) | namespace glslang { function setPureSampler (line 190) | void setPureSampler(bool s) function setAttachmentEXT (line 208) | void setAttachmentEXT(TBasicType t) function TString (line 241) | TString getString() const type TTypeLoc (line 312) | struct TTypeLoc { type TVector (line 316) | typedef TVector TTypeList; type TVector (line 318) | typedef TVector TIdentifierList; type TLayoutMatrix (line 320) | enum TLayoutMatrix { type TLayoutGeometry (line 330) | enum TLayoutGeometry { type TVertexSpacing (line 343) | enum TVertexSpacing { type TVertexOrder (line 350) | enum TVertexOrder { type TLayoutFormat (line 357) | enum TLayoutFormat { type TLayoutDepth (line 429) | enum TLayoutDepth { type TLayoutStencil (line 439) | enum TLayoutStencil { type TBlendEquationShift (line 451) | enum TBlendEquationShift { type TInterlockOrdering (line 475) | enum TInterlockOrdering { type TShaderInterface (line 487) | enum TShaderInterface function class (line 498) | class TQualifier { function getStencil (line 1304) | struct TShaderQualifiers { function merge (line 1386) | void merge(const TShaderQualifiers& src) function class (line 1459) | class TTypeParameters { function class (line 1492) | class TPublicType { function setVector (line 1553) | void setVector(int s) function setMatrix (line 1561) | void setMatrix(int c, int r) function class (line 1587) | class TType { function virtual (line 1773) | virtual ~TType() {} function shallowCopy (line 1778) | void shallowCopy(const TType& copyOf) function deepCopy (line 1806) | void deepCopy(const TType& copyOf) function makeTemporary (line 1813) | void makeTemporary() function TType (line 1822) | TType* clone() const function makeVector (line 1830) | void makeVector() { vector1 = true; } function virtual (line 1832) | virtual void hideMember() { basicType = EbtVoid; vectorSize = 1u; } function virtual (line 1835) | virtual void setFieldName(const TString& n) { fieldName = NewPoolTString... function virtual (line 1836) | virtual const TString& getTypeName() const function virtual (line 1867) | virtual TSampler& getSampler() { return sampler; } function virtual (line 1869) | virtual TQualifier& getQualifier() { return qualifier; } function virtual (line 1876) | virtual TIntermTyped* getOuterArrayNode() const { return arraySizes->ge... function virtual (line 1880) | virtual const TArraySizes* getArraySizes() const { return arraySizes; } function virtual (line 1881) | virtual TArraySizes* getArraySizes() { return arraySizes; } function virtual (line 1882) | virtual TType* getReferentType() const { return referentType; } function virtual (line 1883) | virtual const TTypeParameters* getTypeParameters() const { return typePa... function virtual (line 1884) | virtual TTypeParameters* getTypeParameters() { return typePa... function virtual (line 1895) | virtual bool isArrayVariablyIndexed() const { assert(isArray()); return ... function virtual (line 1897) | virtual void updateImplicitArraySize(int size) { assert(isArray()); arra... function virtual (line 1898) | virtual void setImplicitlySized(bool isImplicitSized) { arraySizes->setI... function virtual (line 1902) | virtual bool isIntegerDomain() const function hasa (line 1955) | const auto hasa = [predicate](const TTypeLoc& tl) { return tl.type->cont... function virtual (line 1961) | virtual bool containsBasicType(TBasicType checkType) const function virtual (line 1967) | virtual bool containsArray() const function virtual (line 1979) | virtual bool containsUnsizedArray() const function virtual (line 1995) | virtual bool containsBuiltIn() const function containsCoopMat (line 2059) | bool containsCoopMat() const function updateArraySizes (line 2083) | void updateArraySizes(const TType& type) function copyArraySizes (line 2091) | void copyArraySizes(const TArraySizes& s) function transferArraySizes (line 2097) | void transferArraySizes(TArraySizes* s) function clearArraySizes (line 2103) | void clearArraySizes() function copyArrayInnerSizes (line 2110) | void copyArrayInnerSizes(const TArraySizes* s) function changeOuterArraySize (line 2119) | void changeOuterArraySize(int s) { arraySizes->changeOuterSize(s); } function adoptImplicitArraySizes (line 2126) | void adoptImplicitArraySizes(bool skipNonvariablyIndexed) function copyTypeParameters (line 2146) | void copyTypeParameters(const TTypeParameters& s) function int (line 2200) | const auto appendUint = [&](unsigned int u) { typeString.append(std::to_... function appendInt (line 2201) | const auto appendInt = [&](int i) { typeString.append(std::to_... function TTypeList (line 2582) | const TTypeList* getStruct() const { assert(isStruct()); return structur... function setStruct (line 2583) | void setStruct(TTypeList* s) { assert(isStruct()); structure = s; } function TTypeList (line 2584) | TTypeList* getWritableStruct() const { assert(isStruct()); return struct... function setBasicType (line 2585) | void setBasicType(const TBasicType& t) { basicType = t; } function setVectorSize (line 2586) | void setVectorSize(int s) { function computeNumComponents (line 2591) | int computeNumComponents() const function else (line 2597) | else if (getBasicType() == EbtStruct || getBasicType() == EbtBlock) { function appendMangledName (line 2613) | void appendMangledName(TString& name) const function isInconsistentGLPerVertexMember (line 2621) | bool isInconsistentGLPerVertexMember(const TString& name) const function sameReferenceType (line 2727) | bool sameReferenceType(const TType& right) const function sameArrayness (line 2756) | bool sameArrayness(const TType& right) const function sameInnerArrayness (line 2766) | bool sameInnerArrayness(const TType& right) const function sameTypeParameters (line 2773) | bool sameTypeParameters(const TType& right) const function sameSpirvType (line 2780) | bool sameSpirvType(const TType& right) const function coopMatParameterOK (line 2808) | bool coopMatParameterOK(const TType& right) const function coopVecParameterOK (line 2825) | bool coopVecParameterOK(const TType& right) const function sameCoopMatBaseType (line 2835) | bool sameCoopMatBaseType(const TType &right) const { function tensorParameterOK (line 2861) | bool tensorParameterOK(const TType& right) const function sameCoopVecBaseType (line 2872) | bool sameCoopVecBaseType(const TType &right) const { function sameCoopMatUse (line 2888) | bool sameCoopMatUse(const TType &right) const { function sameCoopMatShape (line 2892) | bool sameCoopMatShape(const TType &right) const function sameCoopMatShapeAndUse (line 2907) | bool sameCoopMatShapeAndUse(const TType &right) const function operator (line 2919) | bool operator==(const TType& right) const function operator (line 2924) | bool operator!=(const TType& right) const function TSpirvType (line 2938) | const TSpirvType& getSpirvType() const { assert(spirvType); return *spir... FILE: src/libraries/glslang/glslang/Include/arrays.h function namespace (line 46) | namespace glslang { function getNumDims (line 231) | struct TArraySizes { function TIntermTyped (line 250) | TIntermTyped* getDimNode(int dim) const { return sizes.getDimNode(dim); } function setDimSize (line 251) | void setDimSize(int dim, int size) { sizes.setDimSize(dim, size); } function TIntermTyped (line 253) | TIntermTyped* getOuterNode() const { return sizes.frontNode(); } function getCumulativeSize (line 254) | int getCumulativeSize() const function addInnerSize (line 264) | void addInnerSize() { addInnerSize((unsigned)UnsizedArraySize); } function addInnerSize (line 265) | void addInnerSize(int s) { addInnerSize((unsigned)s, nullptr); } function addInnerSize (line 266) | void addInnerSize(int s, TIntermTyped* n) { sizes.push_back((unsigned)s,... function addInnerSize (line 267) | void addInnerSize(TArraySize pair) { function addInnerSizes (line 271) | void addInnerSizes(const TArraySizes& s) { sizes.push_back(s.sizes); } function changeOuterSize (line 272) | void changeOuterSize(int s) { function updateImplicitSize (line 277) | void updateImplicitSize(int s) { function clearInnerUnsized (line 289) | bool clearInnerUnsized() function isOuterSpecialization (line 307) | bool isOuterSpecialization() function setImplicitlySized (line 316) | void setImplicitlySized(bool isImplicitSizing) { implicitlySized = isImp... function dereference (line 317) | void dereference() { sizes.pop_front(); } function removeLastSize (line 318) | void removeLastSize() { sizes.pop_back(); } function copyDereferenced (line 319) | void copyDereferenced(const TArraySizes& rhs) function sameInnerArrayness (line 326) | bool sameInnerArrayness(const TArraySizes& rhs) const function setVariablyIndexed (line 340) | void setVariablyIndexed() { variablyIndexed = true; } FILE: src/libraries/glslang/glslang/Include/intermediate.h function namespace (line 55) | namespace glslang { function class (line 1034) | class TIntermNode { function namespace (line 1075) | namespace glslang { function class (line 1126) | class TIntermLoop : public TIntermNode { function virtual (line 1144) | virtual const TIntermLoop* getAsLoopNode() const { return this; } function TIntermNode (line 1146) | TIntermNode* getBody() const { return body; } function TIntermTyped (line 1147) | TIntermTyped* getTest() const { return test; } function TIntermTyped (line 1148) | TIntermTyped* getTerminal() const { return terminal; } function setUnroll (line 1151) | void setUnroll() { unroll = true; } function setDontUnroll (line 1152) | void setDontUnroll() { function setLoopDependency (line 1162) | void setLoopDependency(int d) { dependency = d; } function setMinIterations (line 1165) | void setMinIterations(unsigned int v) { minIterations = v; } function setMaxIterations (line 1167) | void setMaxIterations(unsigned int v) { maxIterations = v; } function setIterationMultiple (line 1169) | void setIterationMultiple(unsigned int v) { iterationMultiple = v; } function setPeelCount (line 1171) | void setPeelCount(unsigned int v) { function setPartialCount (line 1176) | void setPartialCount(unsigned int v) { function class (line 1200) | class TIntermBranch : public TIntermNode { function virtual (line 1206) | virtual const TIntermBranch* getAsBranchNode() const { return this; } function TIntermTyped (line 1209) | TIntermTyped* getExpression() const { return expression; } function setExpression (line 1210) | void setExpression(TIntermTyped* pExpression) { expression = pExpression; } function class (line 1222) | class TIntermMethod : public TIntermTyped { function class (line 1240) | class TIntermSymbol : public TIntermTyped { function class (line 1285) | class TIntermConstantUnion : public TIntermTyped { type TCrackedTextureOp (line 1306) | struct TCrackedTextureOp { function class (line 1324) | class TIntermOperator : public TIntermTyped { function crackTexture (line 1356) | void crackTexture(TSampler sampler, TCrackedTextureOp& cracked) const function class (line 1550) | class TIntermBinary : public TIntermOperator { function class (line 1569) | class TIntermUnary : public TIntermOperator { type TVector (line 1587) | typedef TVector TIntermSequence; type TVector (line 1588) | typedef TVector TQualifierList; function class (line 1592) | class TIntermAggregate : public TIntermOperator { function setSpirvInstruction (line 1620) | void setSpirvInstruction(const TSpirvInstruction& inst) { spirvInst = in... function setEndLoc (line 1623) | void setEndLoc(TSourceLoc loc) { endLoc = loc; } function setLinkType (line 1626) | void setLinkType(TLinkType l) { linkType = l; } function class (line 1649) | class TIntermSelection : public TIntermTyped { function class (line 1692) | class TIntermSwitch : public TIntermNode { type TVisit (line 1714) | enum TVisit function class (line 1742) | class TIntermTraverser { function incrementDepth (line 1766) | void incrementDepth(TIntermNode *current) function decrementDepth (line 1773) | void decrementDepth() function TIntermNode (line 1779) | TIntermNode *getParentNode() function SameSpecializationConstants (line 1801) | inline bool SameSpecializationConstants(TIntermTyped* node1, TIntermType... FILE: src/libraries/glslang/glslang/MachineIndependent/Constant.cpp type glslang (line 54) | namespace glslang { function TIntermTyped (line 72) | TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TIntermTy... function TIntermTyped (line 370) | TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& re... function TIntermTyped (line 858) | TIntermTyped* TIntermediate::fold(TIntermAggregate* aggrNode) function TIntermTyped (line 1232) | TIntermTyped* TIntermediate::foldConstructor(TIntermAggregate* aggrNode) function TIntermTyped (line 1253) | TIntermTyped* TIntermediate::foldDereference(TIntermTyped* node, int i... function TIntermTyped (line 1289) | TIntermTyped* TIntermediate::foldSwizzle(TIntermTyped* node, TSwizzleS... FILE: src/libraries/glslang/glslang/MachineIndependent/InfoSink.cpp type glslang (line 39) | namespace glslang { FILE: src/libraries/glslang/glslang/MachineIndependent/Initialize.cpp type glslang (line 59) | namespace glslang { type ArgType (line 85) | enum ArgType { type ArgClass (line 107) | enum ArgClass { type Versioning (line 134) | struct Versioning { type BuiltInFunction (line 159) | struct BuiltInFunction { type CustomFunction (line 268) | struct CustomFunction { function AddTabledBuiltin (line 321) | void AddTabledBuiltin(TString& decls, const BuiltInFunction& function) function ValidVersion (line 398) | bool ValidVersion(const BuiltInFunction& function, int version, EProfi... function RelateTabledBuiltins (line 421) | void RelateTabledBuiltins(const FunctionContainer& functions, TSymbolT... function IncludeLegacy (line 455) | inline bool IncludeLegacy(int version, EProfile profile, const SpvVers... function SpecialQualifier (line 8452) | static void SpecialQualifier(const char* name, TStorageQualifier quali... function ModifyFlatDecoration (line 8470) | static void ModifyFlatDecoration(const char* name, bool flat, TSymbolT... function BuiltInVariable (line 8490) | static void BuiltInVariable(const char* name, TBuiltInVariable builtIn... function RetargetVariable (line 8500) | static void RetargetVariable(const char* from, const char* to, TSymbol... function BuiltInVariable (line 8512) | static void BuiltInVariable(const char* blockName, const char* name, T... FILE: src/libraries/glslang/glslang/MachineIndependent/Initialize.h function namespace (line 46) | namespace glslang { FILE: src/libraries/glslang/glslang/MachineIndependent/IntermTraverse.cpp type glslang (line 40) | namespace glslang { function TString (line 74) | const TString& TIntermSymbol::getAccessName() const { FILE: src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp type glslang (line 53) | namespace glslang { function TIntermSymbol (line 69) | TIntermSymbol* TIntermediate::addSymbol(long long id, const TString& n... function TIntermSymbol (line 80) | TIntermSymbol* TIntermediate::addSymbol(const TIntermSymbol& intermSym... function TIntermSymbol (line 91) | TIntermSymbol* TIntermediate::addSymbol(const TVariable& variable) function TIntermSymbol (line 99) | TIntermSymbol* TIntermediate::addSymbol(const TVariable& variable, con... function TIntermSymbol (line 104) | TIntermSymbol* TIntermediate::addSymbol(const TType& type, const TSour... function TIntermTyped (line 118) | TIntermTyped* TIntermediate::addBinaryMath(TOperator op, TIntermTyped*... function TIntermBinary (line 232) | TIntermBinary* TIntermediate::addBinaryNode(TOperator op, TIntermTyped... function TIntermBinary (line 247) | TIntermBinary* TIntermediate::addBinaryNode(TOperator op, TIntermTyped... function TIntermUnary (line 258) | TIntermUnary* TIntermediate::addUnaryNode(TOperator op, TIntermTyped* ... function TIntermUnary (line 270) | TIntermUnary* TIntermediate::addUnaryNode(TOperator op, TIntermTyped* ... function TIntermTyped (line 286) | TIntermTyped* TIntermediate::addAssign(TOperator op, TIntermTyped* lef... function TIntermTyped (line 342) | TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base... function TIntermTyped (line 354) | TIntermTyped* TIntermediate::addUnaryMath(TOperator op, TIntermTyped* ... function TIntermTyped (line 472) | TIntermTyped* TIntermediate::addBuiltInFunctionCall(const TSourceLoc& ... function TIntermTyped (line 510) | TIntermTyped* TIntermediate::setAggregateOperator(TIntermNode* node, T... function TIntermTyped (line 595) | TIntermTyped* TIntermediate::createConversion(TBasicType convertTo, TI... function TIntermTyped (line 671) | TIntermTyped* TIntermediate::addConversion(TBasicType convertTo, TInte... function TIntermTyped (line 822) | TIntermTyped* TIntermediate::addConversion(TOperator op, const TType& ... function TIntermTyped (line 1023) | TIntermTyped* TIntermediate::addUniShapeConversion(TOperator op, const... function TIntermTyped (line 1169) | TIntermTyped* TIntermediate::addShapeConversion(const TType& type, TIn... function canSignedIntTypeRepresentAllUnsignedValues (line 1663) | static bool canSignedIntTypeRepresentAllUnsignedValues(TBasicType sint... function TBasicType (line 1723) | static TBasicType getCorrespondingUnsignedType(TBasicType type) function TOperator (line 1847) | TOperator TIntermediate::mapTypeToConstructorOp(const TType& type) const function TIntermAggregate (line 2203) | TIntermAggregate* TIntermediate::growAggregate(TIntermNode* left, TInt... function TIntermAggregate (line 2223) | TIntermAggregate* TIntermediate::growAggregate(TIntermNode* left, TInt... function TIntermAggregate (line 2232) | TIntermAggregate* TIntermediate::mergeAggregate(TIntermNode* left, TIn... function TIntermAggregate (line 2257) | TIntermAggregate* TIntermediate::mergeAggregate(TIntermNode* left, TIn... function TIntermAggregate (line 2271) | TIntermAggregate* TIntermediate::makeAggregate(TIntermNode* node) function TIntermAggregate (line 2283) | TIntermAggregate* TIntermediate::makeAggregate(TIntermNode* node, cons... function TIntermAggregate (line 2298) | TIntermAggregate* TIntermediate::makeAggregate(const TSourceLoc& loc) function TIntermSelection (line 2313) | TIntermSelection* TIntermediate::addSelection(TIntermTyped* cond, TInt... function TIntermTyped (line 2326) | TIntermTyped* TIntermediate::addComma(TIntermTyped* left, TIntermTyped... function TIntermTyped (line 2345) | TIntermTyped* TIntermediate::addMethod(TIntermTyped* object, const TTy... function TIntermTyped (line 2364) | TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermT... function TIntermConstantUnion (line 2453) | TIntermConstantUnion* TIntermediate::addConstantUnion(const TConstUnio... function TIntermConstantUnion (line 2463) | TIntermConstantUnion* TIntermediate::addConstantUnion(signed char i8, ... function TIntermConstantUnion (line 2471) | TIntermConstantUnion* TIntermediate::addConstantUnion(unsigned char u8... function TIntermConstantUnion (line 2479) | TIntermConstantUnion* TIntermediate::addConstantUnion(signed short i16... function TIntermConstantUnion (line 2487) | TIntermConstantUnion* TIntermediate::addConstantUnion(unsigned short u... function TIntermConstantUnion (line 2495) | TIntermConstantUnion* TIntermediate::addConstantUnion(int i, const TSo... function TIntermConstantUnion (line 2503) | TIntermConstantUnion* TIntermediate::addConstantUnion(unsigned int u, ... function TIntermConstantUnion (line 2511) | TIntermConstantUnion* TIntermediate::addConstantUnion(long long i64, c... function TIntermConstantUnion (line 2519) | TIntermConstantUnion* TIntermediate::addConstantUnion(unsigned long lo... function TIntermConstantUnion (line 2527) | TIntermConstantUnion* TIntermediate::addConstantUnion(bool b, const TS... function TIntermConstantUnion (line 2535) | TIntermConstantUnion* TIntermediate::addConstantUnion(double d, TBasic... function TIntermConstantUnion (line 2557) | TIntermConstantUnion* TIntermediate::addConstantUnion(const TString* s... function TIntermTyped (line 2585) | TIntermTyped* TIntermediate::addSwizzle(TSwizzleSelectors& lastSourceIndex, method syncToMostRecentString (line 1029) | bool syncToMostRecentString() { method syncToLine (line 1047) | bool syncToLine(int tokenLine) { method setLineNum (line 1057) | void setLineNum(int newLineNum) { lastLine = newLineNum; } type DoPreprocessing (line 1084) | struct DoPreprocessing { method DoPreprocessing (line 1085) | explicit DoPreprocessing(std::string* string): outputString(string) {} type DoFullParse (line 1225) | struct DoFullParse{ function PreprocessDeferred (line 1260) | bool PreprocessDeferred( function CompileDeferred (line 1299) | bool CompileDeferred( function ShInitialize (line 1333) | int ShInitialize() function ShHandle (line 1351) | ShHandle ShConstructCompiler(const EShLanguage language, int /*debugOpti... function ShHandle (line 1358) | ShHandle ShConstructLinker(const EShExecutable executable, int /*debugOp... function ShHandle (line 1365) | ShHandle ShConstructUniformMap() function ShDestruct (line 1372) | void ShDestruct(ShHandle handle) function ShFinalize (line 1390) | int ShFinalize() function ShCompile (line 1442) | int ShCompile( function ShLinkExt (line 1500) | int ShLinkExt( function ShSetEncryptionMethod (line 1551) | void ShSetEncryptionMethod(ShHandle handle) function ShSetVirtualAttributeBindings (line 1605) | int ShSetVirtualAttributeBindings(const ShHandle handle, const ShBinding... function ShSetFixedAttributeBindings (line 1624) | int ShSetFixedAttributeBindings(const ShHandle handle, const ShBindingTa... function ShExcludeAttributes (line 1642) | int ShExcludeAttributes(const ShHandle handle, int *attributes, int count) function ShGetUniformLocation (line 1663) | int ShGetUniformLocation(const ShHandle handle, const char* name) type glslang (line 1687) | namespace glslang { function Version (line 1689) | Version GetVersion() function GetKhronosToolId (line 1714) | int GetKhronosToolId() function InitializeProcess (line 1719) | bool InitializeProcess() function FinalizeProcess (line 1724) | void FinalizeProcess() class TDeferredCompiler (line 1729) | class TDeferredCompiler : public TCompiler { method TDeferredCompiler (line 1731) | TDeferredCompiler(EShLanguage s, TInfoSink& i) : TCompiler(s, i) { } method compile (line 1732) | virtual bool compile(TIntermNode*, int = 0, EProfile = ENoProfile) {... function TIoMapper (line 1735) | TIoMapper* GetGlslIoMapper() { class TFinalLinkTraverser (line 2078) | class TFinalLinkTraverser : public TIntermTraverser { method TFinalLinkTraverser (line 2080) | TFinalLinkTraverser() { } method visitSymbol (line 2083) | virtual void visitSymbol(TIntermSymbol* symbol) function TObjectReflection (line 2209) | const TObjectReflection& TProgram::getUniform(int index) const ... function TObjectReflection (line 2211) | const TObjectReflection& TProgram::getUniformBlock(int index) const ... function TObjectReflection (line 2213) | const TObjectReflection& TProgram::getPipeInput(int index) const ... function TObjectReflection (line 2215) | const TObjectReflection& TProgram::getPipeOutput(int index) const ... function TObjectReflection (line 2217) | const TObjectReflection& TProgram::getBufferVariable(int index) const ... function TObjectReflection (line 2219) | const TObjectReflection& TProgram::getBufferBlock(int index) const ... function TObjectReflection (line 2221) | const TObjectReflection& TProgram::getAtomicCounter(int index) const ... function TIoMapResolver (line 2224) | TIoMapResolver* TProgram::getGlslIoResolver(EShLanguage stage) { FILE: src/libraries/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp type glslang (line 44) | namespace glslang { function TSpirvRequirement (line 58) | TSpirvRequirement* TParseContext::makeSpirvRequirement(const TSourceLo... function TSpirvRequirement (line 82) | TSpirvRequirement* TParseContext::mergeSpirvRequirements(const TSource... function TString (line 199) | TString TQualifier::getSpirvDecorateQualifierString() const function TSpirvTypeParameters (line 284) | TSpirvTypeParameters* TParseContext::makeSpirvTypeParameters(const TSo... function TSpirvTypeParameters (line 299) | TSpirvTypeParameters* TParseContext::makeSpirvTypeParameters(const TSo... function TSpirvTypeParameters (line 307) | TSpirvTypeParameters* TParseContext::mergeSpirvTypeParameters(TSpirvTy... function TSpirvInstruction (line 318) | TSpirvInstruction* TParseContext::makeSpirvInstruction(const TSourceLo... function TSpirvInstruction (line 329) | TSpirvInstruction* TParseContext::makeSpirvInstruction(const TSourceLo... function TSpirvInstruction (line 340) | TSpirvInstruction* TParseContext::mergeSpirvInstruction(const TSourceL... FILE: src/libraries/glslang/glslang/MachineIndependent/SymbolTable.cpp type glslang (line 47) | namespace glslang { function TVariable (line 402) | TVariable* TVariable::clone() const function TFunction (line 431) | TFunction* TFunction::clone() const function TAnonMember (line 438) | TAnonMember* TAnonMember::clone() const function TSymbolTableLevel (line 448) | TSymbolTableLevel* TSymbolTableLevel::clone() const FILE: src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h function namespace (line 72) | namespace glslang { function virtual (line 101) | virtual TFunction* getAsFunction() { return nullptr; } function virtual (line 102) | virtual const TFunction* getAsFunction() const { return nullptr; } function virtual (line 103) | virtual TVariable* getAsVariable() { return nullptr; } function virtual (line 104) | virtual const TVariable* getAsVariable() const { return nullptr; } function virtual (line 105) | virtual const TAnonMember* getAsAnonMember() const { return nullptr; } function virtual (line 106) | virtual const TType& getType() const = 0; function virtual (line 110) | virtual void setExtensions(int numExts, const char* const exts[]) function virtual (line 119) | virtual const char** getExtensions() const { return extensions->data(); } function virtual (line 125) | virtual void makeReadOnly() { writable = false; } function class (line 156) | class TVariable : public TSymbol { function virtual (line 168) | virtual ~TVariable() { } function virtual (line 170) | virtual TVariable* getAsVariable() { return this; } function virtual (line 171) | virtual const TVariable* getAsVariable() const { return this; } function virtual (line 173) | virtual TType& getWritableType() { assert(writable); return type; } function virtual (line 176) | virtual TConstUnionArray& getWritableConstArray() { assert(writable); re... function virtual (line 177) | virtual void setConstArray(const TConstUnionArray& array) { constArray =... function virtual (line 178) | virtual void setConstSubtree(TIntermTyped* subtree) { constSubtree = sub... function virtual (line 179) | virtual TIntermTyped* getConstSubtree() const { return constSubtree; } function virtual (line 180) | virtual void setAnonId(int i) { anonId = i; } function virtual (line 183) | virtual void setMemberExtensions(int member, int numExts, const char* co... function virtual (line 195) | virtual int getNumMemberExtensions(int member) const function virtual (line 199) | virtual const char** getMemberExtensions(int member) const { return (*me... function getDeclaredBuiltIn (line 223) | struct TParameter { function virtual (line 287) | virtual void addPrefix(const char* prefix) override function virtual (line 293) | virtual void removePrefix(const TString& prefix) function virtual (line 299) | virtual const TString& getMangledName() const override { return mangledN... function virtual (line 302) | virtual TType& getWritableType() override { return returnType; } function virtual (line 303) | virtual void relateToOperator(TOperator o) { assert(writable); op = o; } function virtual (line 305) | virtual void setDefined() { assert(writable); defined = true; } function virtual (line 307) | virtual void setPrototyped() { assert(writable); prototyped = true; } function virtual (line 309) | virtual void setImplicitThis() { assert(writable); implicitThis = true; } function virtual (line 311) | virtual void setIllegalImplicitThis() { assert(writable); illegalImplici... function virtual (line 321) | virtual TParameter& operator[](int i) { assert(writable); return paramet... function virtual (line 322) | virtual const TParameter& operator[](int i) const { return parameters[i]; } function virtual (line 325) | virtual void setSpirvInstruction(const TSpirvInstruction& inst) function setExport (line 334) | void setExport() { linkType = ELinkExport; } type TVector (line 341) | typedef TVector TParamList; function class (line 367) | class TAnonMember : public TSymbol { function class (line 409) | class TSymbolTableLevel { function class (line 608) | class TSymbolTable { function retargetSymbol (line 808) | void retargetSymbol(const TString& from, const TString& to) { function TSymbol (line 817) | TSymbol* find(const TString& name, int& thisDepth) function isFunctionNameVariable (line 835) | bool isFunctionNameVariable(const TString& name) const function findFunctionNameList (line 852) | void findFunctionNameList(const TString& name, TVector... function relateToOperator (line 873) | void relateToOperator(const char* name, TOperator op) function setFunctionExtensions (line 879) | void setFunctionExtensions(const char* name, int num, const char* const ... function setSingleFunctionExtensions (line 885) | void setSingleFunctionExtensions(const char* name, int num, const char* ... function setVariableExtensions (line 891) | void setVariableExtensions(const char* name, int numExts, const char* co... function setVariableExtensions (line 900) | void setVariableExtensions(const char* blockName, const char* name, int ... function getMaxSymbolId (line 917) | long long getMaxSymbolId() { return uniqueId; } function setPreviousDefaultPrecisions (line 921) | void setPreviousDefaultPrecisions(TPrecisionQualifier *p) { table[curren... function readOnly (line 923) | void readOnly() function updateUniqueIdLevelFlag (line 930) | void updateUniqueIdLevelFlag() { function overwriteUniqueId (line 937) | void overwriteUniqueId(long long id) FILE: src/libraries/glslang/glslang/MachineIndependent/Versions.cpp type glslang (line 152) | namespace glslang { function TExtensionBehavior (line 938) | TExtensionBehavior TParseVersions::getExtensionBehavior(const char* ex... FILE: src/libraries/glslang/glslang/MachineIndependent/Versions.h function namespace (line 66) | namespace glslang { FILE: src/libraries/glslang/glslang/MachineIndependent/attribute.cpp type glslang (line 41) | namespace glslang { function TConstUnion (line 81) | const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType,... function TAttributeType (line 100) | TAttributeType TParseContext::attributeFromName(const TString& name) c... function TAttributes (line 135) | TAttributes* TParseContext::makeAttributes(const TString& identifier) ... function TAttributes (line 145) | TAttributes* TParseContext::makeAttributes(const TString& identifier, ... function TAttributes (line 160) | TAttributes* TParseContext::mergeAttributes(TAttributes* attr1, TAttri... FILE: src/libraries/glslang/glslang/MachineIndependent/attribute.h function namespace (line 43) | namespace glslang { FILE: src/libraries/glslang/glslang/MachineIndependent/glslang_tab.cpp type yysymbol_kind_t (line 121) | enum yysymbol_kind_t type yysymbol_kind_t (line 739) | enum yysymbol_kind_t function yy_symbol_value_print (line 4664) | static void function yy_symbol_print (line 4683) | static void function yy_stack_print (line 4699) | static void function yy_reduce_print (line 4722) | static void function yypcontext_expected_tokens (line 4789) | static int function YYPTRDIFF_T (line 4831) | static YYPTRDIFF_T function YYPTRDIFF_T (line 4870) | static YYPTRDIFF_T function yy_syntax_error_arguments (line 4913) | static int function yysyntax_error (line 4966) | static int function yydestruct (line 5051) | static void function yyparse (line 5075) | int FILE: src/libraries/glslang/glslang/MachineIndependent/glslang_tab.cpp.h type yytokentype (line 51) | enum yytokentype type yytoken_kind_t (line 537) | typedef enum yytokentype yytoken_kind_t; type YYSTYPE (line 586) | typedef union YYSTYPE YYSTYPE; FILE: src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp type glslang (line 50) | namespace glslang { class TOutputTraverser (line 65) | class TOutputTraverser : public TIntermTraverser { method TOutputTraverser (line 67) | TOutputTraverser(TInfoSink& i) : infoSink(i), extraOutput(NoExtraOut... type EExtraOutput (line 69) | enum EExtraOutput { method setDoubleOutput (line 73) | void setDoubleOutput(EExtraOutput extra) { extraOutput = extra; } function OutputTreeText (line 97) | static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* nod... function OutputDouble (line 1103) | static void OutputDouble(TInfoSink& out, double value, TOutputTraverse... function OutputConstantUnion (line 1153) | static void OutputConstantUnion(TInfoSink& out, const TIntermTyped* no... FILE: src/libraries/glslang/glslang/MachineIndependent/iomapper.cpp type glslang (line 62) | namespace glslang { type TVarEntryInfo (line 64) | struct TVarEntryInfo { method clearNewAssignments (line 76) | void clearNewAssignments() { type TOrderById (line 85) | struct TOrderById { type TOrderByPriority (line 89) | struct TOrderByPriority { type TOrderByPriorityAndLive (line 112) | struct TOrderByPriorityAndLive { type TVarLivePair (line 154) | struct TVarLivePair : std::pair { method TVarLivePair (line 155) | TVarLivePair(const std::pair& _Right) ... method TVarLivePair (line 156) | TVarLivePair& operator=(const TVarLivePair& _Right) { method TVarLivePair (line 161) | TVarLivePair(const TVarLivePair& src) : pair(src) { } class TVarGatherTraverser (line 166) | class TVarGatherTraverser : public TLiveTraverser { method TVarGatherTraverser (line 168) | TVarGatherTraverser(const TIntermediate& i, bool traverseDeadCode, T... method visitSymbol (line 176) | virtual void visitSymbol(TIntermSymbol* base) class TVarSetTraverser (line 208) | class TVarSetTraverser : public TLiveTraverser method TVarSetTraverser (line 211) | TVarSetTraverser(const TIntermediate& i, const TVarLiveMap& inList, ... method visitSymbol (line 219) | virtual void visitSymbol(TIntermSymbol* base) { type TNotifyUniformAdaptor (line 262) | struct TNotifyUniformAdaptor method TNotifyUniformAdaptor (line 266) | inline TNotifyUniformAdaptor(EShLanguage s, TIoMapResolver& r) method TNotifyUniformAdaptor (line 278) | TNotifyUniformAdaptor& operator=(TNotifyUniformAdaptor&) = delete; type TNotifyInOutAdaptor (line 281) | struct TNotifyInOutAdaptor method TNotifyInOutAdaptor (line 285) | inline TNotifyInOutAdaptor(EShLanguage s, TIoMapResolver& r) method TNotifyInOutAdaptor (line 297) | TNotifyInOutAdaptor& operator=(TNotifyInOutAdaptor&) = delete; type TResolverUniformAdaptor (line 300) | struct TResolverUniformAdaptor { method TResolverUniformAdaptor (line 301) | TResolverUniformAdaptor(EShLanguage s, TIoMapResolver& r, TVarLiveMa... method setStage (line 363) | inline void setStage(EShLanguage s) { stage = s; } method TResolverUniformAdaptor (line 371) | TResolverUniformAdaptor& operator=(TResolverUniformAdaptor&) = delete; type TResolverInOutAdaptor (line 374) | struct TResolverInOutAdaptor { method TResolverInOutAdaptor (line 375) | TResolverInOutAdaptor(EShLanguage s, TIoMapResolver& r, TInfoSink& i... method setStage (line 406) | inline void setStage(EShLanguage s) { stage = s; } method TResolverInOutAdaptor (line 414) | TResolverInOutAdaptor& operator=(TResolverInOutAdaptor&) = delete; type TSymbolValidater (line 420) | struct TSymbolValidater method TSymbolValidater (line 422) | TSymbolValidater(TIoMapResolver& r, TInfoSink& i, TVarLiveMap* in[ES... method checkLocationOverlap (line 514) | int checkLocationOverlap(const TRange& locationRange, std::vector& p) function addProcess (line 1126) | void addProcess(const std::string& process) { processes.addProcess(proce... function addProcessArgument (line 1127) | void addProcessArgument(const std::string& arg) { processes.addArgument(... function setUniqueId (line 1130) | void setUniqueId(unsigned long long id) { uniqueId = id; } function updateNumericFeature (line 1151) | void updateNumericFeature(TNumericFeatures::feature f, bool on) function error (line 1157) | void error(TInfoSink& infoSink, const char* message, EShLanguage unitSta... function warn (line 1161) | void warn(TInfoSink& infoSink, const char* message, EShLanguage unitStag... FILE: src/libraries/glslang/glslang/MachineIndependent/parseConst.cpp type glslang (line 42) | namespace glslang { class TConstTraverser (line 44) | class TConstTraverser : public TIntermTraverser { method TConstTraverser (line 46) | TConstTraverser(const TConstUnionArray& cUnion, bool singleConstPara... FILE: src/libraries/glslang/glslang/MachineIndependent/parseVersions.h function namespace (line 48) | namespace glslang { FILE: src/libraries/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp type glslang (line 93) | namespace glslang { type eval_prec (line 352) | enum eval_prec { function op_logor (line 360) | int op_logor(int a, int b) { return a || b; } function op_logand (line 361) | int op_logand(int a, int b) { return a && b; } function op_or (line 362) | int op_or(int a, int b) { return a | b; } function op_xor (line 363) | int op_xor(int a, int b) { return a ^ b; } function op_and (line 364) | int op_and(int a, int b) { return a & b; } function op_eq (line 365) | int op_eq(int a, int b) { return a == b; } function op_ne (line 366) | int op_ne(int a, int b) { return a != b; } function op_ge (line 367) | int op_ge(int a, int b) { return a >= b; } function op_le (line 368) | int op_le(int a, int b) { return a <= b; } function op_gt (line 369) | int op_gt(int a, int b) { return a > b; } function op_lt (line 370) | int op_lt(int a, int b) { return a < b; } function op_shl (line 371) | int op_shl(int a, int b) { return a << b; } function op_shr (line 372) | int op_shr(int a, int b) { return a >> b; } function op_add (line 373) | int op_add(int a, int b) { return a + b; } function op_sub (line 374) | int op_sub(int a, int b) { return a - b; } function op_mul (line 375) | int op_mul(int a, int b) { return a * b; } function op_div (line 376) | int op_div(int a, int b) { return a == INT_MIN && b == -1 ? 0 : a / b; } function op_mod (line 377) | int op_mod(int a, int b) { return a == INT_MIN && b == -1 ? 0 : a % b; } function op_pos (line 378) | int op_pos(int a) { return a; } function op_neg (line 379) | int op_neg(int a) { return a == INT_MIN ? INT_MIN : -a; } function op_cmpl (line 380) | int op_cmpl(int a) { return ~a; } function op_not (line 381) | int op_not(int a) { return !a; } type TBinop (line 383) | struct TBinop { type TUnop (line 406) | struct TUnop { function MacroExpandResult (line 1180) | MacroExpandResult TPpContext::MacroExpand(TPpToken* ppToken, bool expa... FILE: src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp type glslang (line 154) | namespace glslang { FILE: src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp type glslang (line 85) | namespace glslang { FILE: src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.h function namespace (line 89) | namespace glslang { function getChar (line 401) | int getChar() { return inputStack.back()->getch(); } function ungetChar (line 402) | void ungetChar() { inputStack.back()->ungetch(); } function peekPasting (line 403) | bool peekPasting() { return !inputStack.empty() && inputStack.back()->pe... function peekContinuedPasting (line 404) | bool peekContinuedPasting(int a) function endOfReplacementList (line 408) | bool endOfReplacementList() { return inputStack.empty() || inputStack.ba... function isMacroInput (line 409) | bool isMacroInput() { return inputStack.size() > 0 && inputStack.back()-... function class (line 417) | class tMacroInput : public tInput { function class (line 445) | class tMarkerInput : public tInput { function class (line 461) | class tZeroInput : public tInput { function class (line 505) | class tTokenInput : public tInput { function class (line 533) | class tUngotTokenInput : public tInput { function class (line 547) | class tStringInput : public tInput { function class (line 626) | class TokenizableIncludeFile : public tInput { function scan (line 660) | int scan(TPpToken* t) override { return stringInput.scan(t); } function getch (line 661) | int getch() override { return stringInput.getch(); } function ungetch (line 662) | void ungetch() override { stringInput.ungetch(); } function notifyActivated (line 664) | void notifyActivated() override function notifyDeleted (line 671) | void notifyDeleted() override function push_include (line 710) | void push_include(TShader::Includer::IncludeResult* result) function pop_include (line 716) | void pop_include() FILE: src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp type glslang (line 94) | namespace glslang { FILE: src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp type glslang (line 97) | namespace glslang { FILE: src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h function namespace (line 81) | namespace glslang { FILE: src/libraries/glslang/glslang/MachineIndependent/propagateNoContraction.cpp function isPreciseObjectNode (line 80) | bool isPreciseObjectNode(glslang::TIntermTyped* node) function isDereferenceOperation (line 86) | bool isDereferenceOperation(glslang::TOperator op) function isAssignOperation (line 101) | bool isAssignOperation(glslang::TOperator op) function getStructIndexFromConstantUnion (line 132) | unsigned getStructIndexFromConstantUnion(glslang::TIntermTyped* node) function ObjectAccessChain (line 140) | ObjectAccessChain generateSymbolLabel(glslang::TIntermSymbol* node) function isArithmeticOperation (line 149) | bool isArithmeticOperation(glslang::TOperator op) class StateSettingGuard (line 192) | class StateSettingGuard { method StateSettingGuard (line 194) | StateSettingGuard(T* state_ptr, T new_state_value) method StateSettingGuard (line 199) | StateSettingGuard(T* state_ptr) : state_ptr_(state_ptr), previous_stat... method setState (line 200) | void setState(T new_state_value) { *state_ptr_ = new_state_value; } function ObjectAccessChain (line 209) | ObjectAccessChain getFrontElement(const ObjectAccessChain& chain) function ObjectAccessChain (line 216) | ObjectAccessChain subAccessChainFromSecondElement(const ObjectAccessChai... function ObjectAccessChain (line 223) | ObjectAccessChain getSubAccessChainAfterPrefix(const ObjectAccessChain& ... class TSymbolDefinitionCollectingTraverser (line 237) | class TSymbolDefinitionCollectingTraverser : public glslang::TIntermTrav... function getSymbolToDefinitionMappingAndPreciseSymbolIDs (line 420) | std::tuple class TNoContractionPropagator (line 619) | class TNoContractionPropagator : public glslang::TIntermTraverser { method TNoContractionPropagator (line 621) | TNoContractionPropagator(ObjectAccesschainSet* precise_objects, method propagateNoContractionInOneExpression (line 630) | void method propagateNoContractionInReturnNode (line 651) | void propagateNoContractionInReturnNode(glslang::TIntermBranch* return... method visitAggregate (line 665) | bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate* node) ... method visitBinary (line 701) | bool visitBinary(glslang::TVisit, glslang::TIntermBinary* node) override method visitUnary (line 733) | bool visitUnary(glslang::TVisit /* visit */, glslang::TIntermUnary* no... method visitSymbol (line 747) | void visitSymbol(glslang::TIntermSymbol* node) override type glslang (line 785) | namespace glslang { function PropagateNoContraction (line 787) | void PropagateNoContraction(const glslang::TIntermediate& intermediate) FILE: src/libraries/glslang/glslang/MachineIndependent/propagateNoContraction.h function namespace (line 44) | namespace glslang { FILE: src/libraries/glslang/glslang/MachineIndependent/reflection.cpp type glslang (line 66) | namespace glslang { class TReflectionTraverser (line 78) | class TReflectionTraverser : public TIntermTraverser { method TReflectionTraverser (line 80) | TReflectionTraverser(const TIntermediate& i, TReflection& r) : method addUniform (line 88) | void addUniform(const TIntermSymbol& base) method addPipeIOVariable (line 118) | void addPipeIOVariable(const TIntermSymbol& base) method getOffsets (line 170) | void getOffsets(const TType& type, TVector& offsets) method getArrayStride (line 193) | int getArrayStride(const TType& baseType, const TType& type) method countAggregateMembers (line 213) | int countAggregateMembers(const TType& parentType) method blowUpActiveAggregate (line 249) | void blowUpActiveAggregate(const TType& baseType, const TString& bas... method blowUpIOAggregate (line 492) | void blowUpIOAggregate(bool input, const TString &baseName, const TT... method addDereferencedUniform (line 567) | void addDereferencedUniform(TIntermBinary* topNode) method addBlockName (line 648) | int addBlockName(const TString& name, const TType& type, int size) method isReflectionGranularity (line 687) | bool isReflectionGranularity(const TType& type) method TIntermSymbol (line 694) | TIntermSymbol* findBase(const TIntermBinary* node) method mapSamplerToGlType (line 709) | int mapSamplerToGlType(TSampler sampler) method mapToGlType (line 913) | int mapToGlType(const TType& type) method mapToGlArraySize (line 1040) | int mapToGlArraySize(const TType& type) FILE: src/libraries/glslang/glslang/MachineIndependent/reflection.h function namespace (line 49) | namespace glslang { FILE: src/libraries/glslang/glslang/MachineIndependent/span.h function iterator (line 60) | iterator end() { return data_ + count_; } function T (line 64) | const T &operator[](int i) const { return data_[i]; } function pointer (line 75) | pointer data() { return data_; } FILE: src/libraries/glslang/glslang/OSDependent/Unix/ossource.cpp type glslang (line 46) | namespace glslang { function OS_DumpMemoryCounters (line 50) | void OS_DumpMemoryCounters() FILE: src/libraries/glslang/glslang/OSDependent/Web/glslang.after.js method locateFile (line 5) | locateFile() { method onRuntimeInitialized (line 9) | onRuntimeInitialized() { FILE: src/libraries/glslang/glslang/OSDependent/Web/glslang.js.cpp function EMSCRIPTEN_KEEPALIVE (line 188) | EMSCRIPTEN_KEEPALIVE function EMSCRIPTEN_KEEPALIVE (line 266) | EMSCRIPTEN_KEEPALIVE function main (line 282) | int main() { FILE: src/libraries/glslang/glslang/OSDependent/Windows/ossource.cpp type glslang (line 52) | namespace glslang { function OS_DumpMemoryCounters (line 56) | void OS_DumpMemoryCounters() FILE: src/libraries/glslang/glslang/OSDependent/osinclude.h function namespace (line 39) | namespace glslang { FILE: src/libraries/glslang/glslang/Public/ShaderLang.h type EShLanguage (line 77) | typedef enum { function namespace (line 129) | namespace glslang { type EShExecutable (line 228) | typedef enum { type EShOptimizationLevel (line 236) | typedef enum { type EShTextureSamplerTransformMode (line 247) | typedef enum { type EShMessages (line 256) | enum EShMessages type EShReflectionOptions (line 285) | typedef enum { type ShBinding (line 303) | typedef struct { type ShBindingTable (line 308) | typedef struct { type Version (line 408) | struct Version { type TResourceType (line 432) | enum TResourceType { type TBlockStorageClass (line 442) | enum TBlockStorageClass function class (line 468) | class TShader { function class (line 749) | class TObjectReflection { FILE: src/libraries/glslang/glslang/ResourceLimits/ResourceLimits.cpp function GetDefaultTBuiltInResourceString (line 160) | std::string GetDefaultTBuiltInResourceString() function DecodeResourceLimits (line 280) | void DecodeResourceLimits(TBuiltInResource* resources, char* config) function TBuiltInResource (line 534) | TBuiltInResource* GetResources() function TBuiltInResource (line 539) | const TBuiltInResource* GetDefaultResources() FILE: src/libraries/lodepng/lodepng.cpp function lodepng_free (line 89) | static void lodepng_free(void* ptr) { function lodepng_memcpy (line 120) | static void lodepng_memcpy(void* LODEPNG_RESTRICT dst, function lodepng_memset (line 126) | static void lodepng_memset(void* LODEPNG_RESTRICT dst, function lodepng_strlen (line 133) | static size_t lodepng_strlen(const char* a) { function lodepng_addofl (line 148) | static int lodepng_addofl(size_t a, size_t b, size_t* result) { function lodepng_mulofl (line 157) | static int lodepng_mulofl(size_t a, size_t b, size_t* result) { function lodepng_gtofl (line 164) | static int lodepng_gtofl(size_t a, size_t b, size_t c) { type uivector (line 218) | struct uivector { function uivector_cleanup (line 224) | static void uivector_cleanup(void* p) { function uivector_resize (line 231) | static unsigned uivector_resize(uivector* p, size_t size) { function uivector_init (line 246) | static void uivector_init(uivector* p) { function uivector_push_back (line 252) | static unsigned uivector_push_back(uivector* p, unsigned c) { type ucvector (line 263) | struct ucvector { function ucvector_resize (line 270) | static unsigned ucvector_resize(ucvector* p, size_t size) { function ucvector (line 284) | static ucvector ucvector_init(unsigned char* buffer, size_t size) { function string_cleanup (line 297) | static void string_cleanup(char** out) { function lodepng_read32bitInt (line 322) | static unsigned lodepng_read32bitInt(const unsigned char* buffer) { function lodepng_set32bitInt (line 330) | static void lodepng_set32bitInt(unsigned char* buffer, unsigned value) { function lodepng_filesize (line 345) | static long lodepng_filesize(const char* filename) { function lodepng_buffer_file (line 365) | static unsigned lodepng_buffer_file(unsigned char* out, size_t size, con... function lodepng_load_file (line 378) | unsigned lodepng_load_file(unsigned char** out, size_t* outsize, const c... function lodepng_save_file (line 390) | unsigned lodepng_save_file(const unsigned char* buffer, size_t buffersiz... function LodePNGBitWriter_init (line 415) | static void LodePNGBitWriter_init(LodePNGBitWriter* writer, ucvector* da... function writeBits (line 432) | static void writeBits(LodePNGBitWriter* writer, unsigned value, size_t n... function writeBitsReversed (line 445) | static void writeBitsReversed(LodePNGBitWriter* writer, unsigned value, ... function LodePNGBitReader_init (line 465) | static unsigned LodePNGBitReader_init(LodePNGBitReader* reader, const un... function ensureBits9 (line 494) | static unsigned ensureBits9(LodePNGBitReader* reader, size_t nbits) { function ensureBits17 (line 510) | static unsigned ensureBits17(LodePNGBitReader* reader, size_t nbits) { function ensureBits25 (line 528) | static LODEPNG_INLINE unsigned ensureBits25(LodePNGBitReader* reader, si... function ensureBits32 (line 547) | static LODEPNG_INLINE unsigned ensureBits32(LodePNGBitReader* reader, si... function peekBits (line 568) | static unsigned peekBits(LodePNGBitReader* reader, size_t nbits) { function advanceBits (line 574) | static void advanceBits(LodePNGBitReader* reader, size_t nbits) { function readBits (line 580) | static unsigned readBits(LodePNGBitReader* reader, size_t nbits) { function lode_png_test_bitreader (line 587) | unsigned lode_png_test_bitreader(const unsigned char* data, size_t size, function reverseBits (line 607) | static unsigned reverseBits(unsigned bits, unsigned num) { type HuffmanTree (line 657) | struct HuffmanTree { function HuffmanTree_init (line 667) | static void HuffmanTree_init(HuffmanTree* tree) { function HuffmanTree_cleanup (line 674) | static void HuffmanTree_cleanup(HuffmanTree* tree) { function HuffmanTree_makeTable (line 690) | static unsigned HuffmanTree_makeTable(HuffmanTree* tree) { function HuffmanTree_makeFromLengths2 (line 810) | static unsigned HuffmanTree_makeFromLengths2(HuffmanTree* tree) { function HuffmanTree_makeFromLengths (line 851) | static unsigned HuffmanTree_makeFromLengths(HuffmanTree* tree, const uns... type BPMNode (line 868) | struct BPMNode { type BPMNode (line 871) | struct BPMNode type BPMLists (line 876) | struct BPMLists { function BPMNode (line 890) | static BPMNode* bpmnode_create(BPMLists* lists, int weight, unsigned ind... type BPMNode (line 871) | struct BPMNode function bpmnode_sort (line 919) | static void bpmnode_sort(BPMNode* leaves, size_t num) { function boundaryPM (line 942) | static void boundaryPM(BPMLists* lists, BPMNode* leaves, size_t numprese... function lodepng_huffman_code_lengths (line 967) | unsigned lodepng_huffman_code_lengths(unsigned* lengths, const unsigned*... function HuffmanTree_makeFromFrequencies (line 1046) | static unsigned HuffmanTree_makeFromFrequencies(HuffmanTree* tree, const... function generateFixedLitLenTree (line 1062) | static unsigned generateFixedLitLenTree(HuffmanTree* tree) { function generateFixedDistanceTree (line 1080) | static unsigned generateFixedDistanceTree(HuffmanTree* tree) { function huffmanDecodeSymbol (line 1098) | static unsigned huffmanDecodeSymbol(LodePNGBitReader* reader, const Huff... function getTreeInflateFixed (line 1123) | static unsigned getTreeInflateFixed(HuffmanTree* tree_ll, HuffmanTree* t... function getTreeInflateDynamic (line 1130) | static unsigned getTreeInflateDynamic(HuffmanTree* tree_ll, HuffmanTree*... function inflateHuffmanBlock (line 1263) | static unsigned inflateHuffmanBlock(ucvector* out, LodePNGBitReader* rea... function inflateNoCompression (line 1356) | static unsigned inflateNoCompression(ucvector* out, LodePNGBitReader* re... function lodepng_inflatev (line 1388) | static unsigned lodepng_inflatev(ucvector* out, function lodepng_inflate (line 1413) | unsigned lodepng_inflate(unsigned char** out, size_t* outsize, function inflatev (line 1423) | static unsigned inflatev(ucvector* out, const unsigned char* in, size_t ... function searchCodeIndex (line 1452) | static size_t searchCodeIndex(const unsigned* array, size_t array_size, ... function addLengthDistance (line 1466) | static void addLengthDistance(uivector* values, size_t length, size_t di... type Hash (line 1494) | struct Hash { function hash_init (line 1507) | static unsigned hash_init(Hash* hash, unsigned windowsize) { function hash_cleanup (line 1532) | static void hash_cleanup(Hash* hash) { function getHash (line 1544) | static unsigned getHash(const unsigned char* data, size_t size, size_t p... function countZeros (line 1563) | static unsigned countZeros(const unsigned char* data, size_t size, size_... function updateHashChain (line 1574) | static void updateHashChain(Hash* hash, size_t wpos, unsigned hashval, u... function encodeLZ77 (line 1593) | static unsigned encodeLZ77(uivector* out, Hash* hash, function deflateNoCompression (line 1744) | static unsigned deflateNoCompression(ucvector* out, const unsigned char*... function writeLZ77data (line 1782) | static void writeLZ77data(LodePNGBitWriter* writer, const uivector* lz77... function deflateDynamic (line 1807) | static unsigned deflateDynamic(LodePNGBitWriter* writer, Hash* hash, function deflateFixed (line 2029) | static unsigned deflateFixed(LodePNGBitWriter* writer, Hash* hash, function lodepng_deflatev (line 2074) | static unsigned lodepng_deflatev(ucvector* out, const unsigned char* in,... function lodepng_deflate (line 2115) | unsigned lodepng_deflate(unsigned char** out, size_t* outsize, function deflate (line 2125) | static unsigned deflate(unsigned char** out, size_t* outsize, function update_adler32 (line 2143) | static unsigned update_adler32(unsigned adler, const unsigned char* data... function adler32 (line 2164) | static unsigned adler32(const unsigned char* data, unsigned len) { function lodepng_zlib_decompressv (line 2174) | static unsigned lodepng_zlib_decompressv(ucvector* out, function lodepng_zlib_decompress (line 2216) | unsigned lodepng_zlib_decompress(unsigned char** out, size_t* outsize, c... function zlib_decompress (line 2226) | static unsigned zlib_decompress(unsigned char** out, size_t* outsize, si... function lodepng_zlib_compress (line 2255) | unsigned lodepng_zlib_compress(unsigned char** out, size_t* outsize, con... function zlib_compress (line 2293) | static unsigned zlib_compress(unsigned char** out, size_t* outsize, cons... function zlib_decompress (line 2309) | static unsigned zlib_decompress(unsigned char** out, size_t* outsize, si... function zlib_compress (line 2317) | static unsigned zlib_compress(unsigned char** out, size_t* outsize, cons... function lodepng_compress_settings_init (line 2333) | void lodepng_compress_settings_init(LodePNGCompressSettings* settings) { function lodepng_decompress_settings_init (line 2354) | void lodepng_decompress_settings_init(LodePNGDecompressSettings* setting... function lodepng_crc32 (line 2419) | unsigned lodepng_crc32(const unsigned char* data, size_t length) { function readBitFromReversedStream (line 2438) | static unsigned char readBitFromReversedStream(size_t* bitpointer, const... function readBitsFromReversedStream (line 2445) | static unsigned readBitsFromReversedStream(size_t* bitpointer, const uns... function setBitOfReversedStream (line 2455) | static void setBitOfReversedStream(size_t* bitpointer, unsigned char* bi... function lodepng_chunk_length (line 2466) | unsigned lodepng_chunk_length(const unsigned char* chunk) { function lodepng_chunk_type (line 2470) | void lodepng_chunk_type(char type[5], const unsigned char* chunk) { function lodepng_chunk_type_equals (line 2476) | unsigned char lodepng_chunk_type_equals(const unsigned char* chunk, cons... function lodepng_chunk_ancillary (line 2481) | unsigned char lodepng_chunk_ancillary(const unsigned char* chunk) { function lodepng_chunk_private (line 2485) | unsigned char lodepng_chunk_private(const unsigned char* chunk) { function lodepng_chunk_safetocopy (line 2489) | unsigned char lodepng_chunk_safetocopy(const unsigned char* chunk) { function lodepng_chunk_check_crc (line 2501) | unsigned lodepng_chunk_check_crc(const unsigned char* chunk) { function lodepng_chunk_generate_crc (line 2510) | void lodepng_chunk_generate_crc(unsigned char* chunk) { function lodepng_chunk_append (line 2564) | unsigned lodepng_chunk_append(unsigned char** out, size_t* outsize, cons... function lodepng_chunk_init (line 2587) | static unsigned lodepng_chunk_init(unsigned char** chunk, function lodepng_chunk_createv (line 2606) | static unsigned lodepng_chunk_createv(ucvector* out, function lodepng_chunk_create (line 2620) | unsigned lodepng_chunk_create(unsigned char** out, size_t* outsize, function checkColorValidity (line 2635) | static unsigned checkColorValidity(LodePNGColorType colortype, unsigned ... function getNumColorChannels (line 2648) | static unsigned getNumColorChannels(LodePNGColorType colortype) { function lodepng_get_bpp_lct (line 2660) | static unsigned lodepng_get_bpp_lct(LodePNGColorType colortype, unsigned... function lodepng_color_mode_init (line 2667) | void lodepng_color_mode_init(LodePNGColorMode* info) { function lodepng_color_mode_alloc_palette (line 2677) | static void lodepng_color_mode_alloc_palette(LodePNGColorMode* info) { function lodepng_color_mode_cleanup (line 2694) | void lodepng_color_mode_cleanup(LodePNGColorMode* info) { function lodepng_color_mode_copy (line 2698) | unsigned lodepng_color_mode_copy(LodePNGColorMode* dest, const LodePNGCo... function LodePNGColorMode (line 2709) | LodePNGColorMode lodepng_color_mode_make(LodePNGColorType colortype, uns... function lodepng_color_mode_equal (line 2717) | static int lodepng_color_mode_equal(const LodePNGColorMode* a, const Lod... function lodepng_palette_clear (line 2734) | void lodepng_palette_clear(LodePNGColorMode* info) { function lodepng_palette_add (line 2740) | unsigned lodepng_palette_add(LodePNGColorMode* info, function lodepng_get_bpp (line 2758) | unsigned lodepng_get_bpp(const LodePNGColorMode* info) { function lodepng_get_channels (line 2762) | unsigned lodepng_get_channels(const LodePNGColorMode* info) { function lodepng_is_greyscale_type (line 2766) | unsigned lodepng_is_greyscale_type(const LodePNGColorMode* info) { function lodepng_is_alpha_type (line 2770) | unsigned lodepng_is_alpha_type(const LodePNGColorMode* info) { function lodepng_is_palette_type (line 2774) | unsigned lodepng_is_palette_type(const LodePNGColorMode* info) { function lodepng_has_palette_alpha (line 2778) | unsigned lodepng_has_palette_alpha(const LodePNGColorMode* info) { function lodepng_can_have_alpha (line 2786) | unsigned lodepng_can_have_alpha(const LodePNGColorMode* info) { function lodepng_get_raw_size_lct (line 2792) | static size_t lodepng_get_raw_size_lct(unsigned w, unsigned h, LodePNGCo... function lodepng_get_raw_size (line 2798) | size_t lodepng_get_raw_size(unsigned w, unsigned h, const LodePNGColorMo... function lodepng_get_raw_size_idat (line 2808) | static size_t lodepng_get_raw_size_idat(unsigned w, unsigned h, unsigned... function lodepng_pixel_overflow (line 2824) | static int lodepng_pixel_overflow(unsigned w, unsigned h, function LodePNGUnknownChunks_init (line 2847) | static void LodePNGUnknownChunks_init(LodePNGInfo* info) { function LodePNGUnknownChunks_cleanup (line 2853) | static void LodePNGUnknownChunks_cleanup(LodePNGInfo* info) { function LodePNGUnknownChunks_copy (line 2858) | static unsigned LodePNGUnknownChunks_copy(LodePNGInfo* dest, const LodeP... function LodePNGText_init (line 2878) | static void LodePNGText_init(LodePNGInfo* info) { function LodePNGText_cleanup (line 2884) | static void LodePNGText_cleanup(LodePNGInfo* info) { function LodePNGText_copy (line 2894) | static unsigned LodePNGText_copy(LodePNGInfo* dest, const LodePNGInfo* s... function lodepng_add_text_sized (line 2905) | static unsigned lodepng_add_text_sized(LodePNGInfo* info, const char* ke... function lodepng_add_text (line 2922) | unsigned lodepng_add_text(LodePNGInfo* info, const char* key, const char... function lodepng_clear_text (line 2926) | void lodepng_clear_text(LodePNGInfo* info) { function LodePNGIText_init (line 2932) | static void LodePNGIText_init(LodePNGInfo* info) { function LodePNGIText_cleanup (line 2940) | static void LodePNGIText_cleanup(LodePNGInfo* info) { function LodePNGIText_copy (line 2954) | static unsigned LodePNGIText_copy(LodePNGInfo* dest, const LodePNGInfo* ... function lodepng_clear_itext (line 2968) | void lodepng_clear_itext(LodePNGInfo* info) { function lodepng_add_itext_sized (line 2972) | static unsigned lodepng_add_itext_sized(LodePNGInfo* info, const char* k... function lodepng_add_itext (line 2996) | unsigned lodepng_add_itext(LodePNGInfo* info, const char* key, const cha... function lodepng_assign_icc (line 3002) | static unsigned lodepng_assign_icc(LodePNGInfo* info, const char* name, ... function lodepng_set_icc (line 3016) | unsigned lodepng_set_icc(LodePNGInfo* info, const char* name, const unsi... function lodepng_clear_icc (line 3023) | void lodepng_clear_icc(LodePNGInfo* info) { function lodepng_info_init (line 3032) | void lodepng_info_init(LodePNGInfo* info) { function lodepng_info_cleanup (line 3058) | void lodepng_info_cleanup(LodePNGInfo* info) { function lodepng_info_copy (line 3070) | unsigned lodepng_info_copy(LodePNGInfo* dest, const LodePNGInfo* source) { function addColorBits (line 3092) | static void addColorBits(unsigned char* out, size_t index, unsigned bits... type ColorTree (line 3102) | struct ColorTree type ColorTree (line 3110) | struct ColorTree { function color_tree_init (line 3115) | static void color_tree_init(ColorTree* tree) { function color_tree_cleanup (line 3120) | static void color_tree_cleanup(ColorTree* tree) { function color_tree_get (line 3131) | static int color_tree_get(ColorTree* tree, unsigned char r, unsigned cha... function color_tree_has (line 3142) | static int color_tree_has(ColorTree* tree, unsigned char r, unsigned cha... function color_tree_add (line 3150) | static unsigned color_tree_add(ColorTree* tree, function rgba8ToPixel (line 3167) | static unsigned rgba8ToPixel(unsigned char* out, size_t i, function rgba16ToPixel (line 3221) | static void rgba16ToPixel(unsigned char* out, size_t i, function getPixelColorRGBA8 (line 3254) | static void getPixelColorRGBA8(unsigned char* r, unsigned char* g, function getPixelColorsRGBA8 (line 3328) | static void getPixelColorsRGBA8(unsigned char* LODEPNG_RESTRICT buffer, ... function getPixelColorsRGB8 (line 3424) | static void getPixelColorsRGB8(unsigned char* LODEPNG_RESTRICT buffer, s... function getPixelColorRGBA16 (line 3498) | static void getPixelColorRGBA16(unsigned short* r, unsigned short* g, un... function lodepng_convert (line 3524) | unsigned lodepng_convert(unsigned char* out, const unsigned char* in, function lodepng_convert_rgb (line 3605) | unsigned lodepng_convert_rgb( function lodepng_color_stats_init (line 3657) | void lodepng_color_stats_init(LodePNGColorStats* stats) { function getValueRequiredBits (line 3684) | static unsigned getValueRequiredBits(unsigned char value) { function lodepng_compute_color_stats (line 3692) | unsigned lodepng_compute_color_stats(LodePNGColorStats* stats, function lodepng_color_stats_add (line 3879) | static unsigned lodepng_color_stats_add(LodePNGColorStats* stats, function auto_choose_color (line 3902) | static unsigned auto_choose_color(LodePNGColorMode* mode_out, function paethPredictor (line 3974) | static unsigned char paethPredictor(short a, short b, short c) { function Adam7_getpassvalues (line 4005) | static void Adam7_getpassvalues(unsigned passw[7], unsigned passh[7], si... function lodepng_inspect (line 4037) | unsigned lodepng_inspect(unsigned* w, unsigned* h, LodePNGState* state, function unfilterScanline (line 4101) | static unsigned unfilterScanline(unsigned char* recon, const unsigned ch... function unfilter (line 4231) | static unsigned unfilter(unsigned char* out, const unsigned char* in, un... function Adam7_deinterlace (line 4272) | static void Adam7_deinterlace(unsigned char* out, const unsigned char* i... function removePaddingBits (line 4312) | static void removePaddingBits(unsigned char* out, const unsigned char* in, function postProcessScanlines (line 4339) | static unsigned postProcessScanlines(unsigned char* out, unsigned char* in, function readChunk_PLTE (line 4382) | static unsigned readChunk_PLTE(LodePNGColorMode* color, const unsigned c... function readChunk_tRNS (line 4402) | static unsigned readChunk_tRNS(LodePNGColorMode* color, const unsigned c... function readChunk_bKGD (line 4432) | static unsigned readChunk_bKGD(LodePNGInfo* info, const unsigned char* d... function readChunk_tEXt (line 4464) | static unsigned readChunk_tEXt(LodePNGInfo* info, const unsigned char* d... function readChunk_zTXt (line 4504) | static unsigned readChunk_zTXt(LodePNGInfo* info, const LodePNGDecoderSe... function readChunk_iTXt (line 4551) | static unsigned readChunk_iTXt(LodePNGInfo* info, const LodePNGDecoderSe... function readChunk_tIME (line 4637) | static unsigned readChunk_tIME(LodePNGInfo* info, const unsigned char* d... function readChunk_pHYs (line 4651) | static unsigned readChunk_pHYs(LodePNGInfo* info, const unsigned char* d... function readChunk_gAMA (line 4662) | static unsigned readChunk_gAMA(LodePNGInfo* info, const unsigned char* d... function readChunk_cHRM (line 4671) | static unsigned readChunk_cHRM(LodePNGInfo* info, const unsigned char* d... function readChunk_sRGB (line 4687) | static unsigned readChunk_sRGB(LodePNGInfo* info, const unsigned char* d... function readChunk_iCCP (line 4696) | static unsigned readChunk_iCCP(LodePNGInfo* info, const LodePNGDecoderSe... function lodepng_inspect_chunk (line 4737) | unsigned lodepng_inspect_chunk(LodePNGState* state, size_t pos, function decodeGeneric (line 4790) | static void decodeGeneric(unsigned char** out, unsigned* w, unsigned* h, function lodepng_decode (line 4984) | unsigned lodepng_decode(unsigned char** out, unsigned* w, unsigned* h, function lodepng_decode_memory (line 5021) | unsigned lodepng_decode_memory(unsigned char** out, unsigned* w, unsigne... function lodepng_decode32 (line 5038) | unsigned lodepng_decode32(unsigned char** out, unsigned* w, unsigned* h,... function lodepng_decode24 (line 5042) | unsigned lodepng_decode24(unsigned char** out, unsigned* w, unsigned* h,... function lodepng_decode_file (line 5047) | unsigned lodepng_decode_file(unsigned char** out, unsigned* w, unsigned*... function lodepng_decode32_file (line 5061) | unsigned lodepng_decode32_file(unsigned char** out, unsigned* w, unsigne... function lodepng_decode24_file (line 5065) | unsigned lodepng_decode24_file(unsigned char** out, unsigned* w, unsigne... function lodepng_decoder_settings_init (line 5070) | void lodepng_decoder_settings_init(LodePNGDecoderSettings* settings) { function lodepng_state_init (line 5088) | void lodepng_state_init(LodePNGState* state) { function lodepng_state_cleanup (line 5100) | void lodepng_state_cleanup(LodePNGState* state) { function lodepng_state_copy (line 5105) | void lodepng_state_copy(LodePNGState* dest, const LodePNGState* source) { function writeSignature (line 5123) | static unsigned writeSignature(ucvector* out) { function addChunk_IHDR (line 5132) | static unsigned addChunk_IHDR(ucvector* out, unsigned w, unsigned h, function addChunk_PLTE (line 5151) | static unsigned addChunk_PLTE(ucvector* out, const LodePNGColorMode* inf... function addChunk_tRNS (line 5168) | static unsigned addChunk_tRNS(ucvector* out, const LodePNGColorMode* inf... function addChunk_IDAT (line 5205) | static unsigned addChunk_IDAT(ucvector* out, const unsigned char* data, ... function addChunk_IEND (line 5219) | static unsigned addChunk_IEND(ucvector* out) { function addChunk_tEXt (line 5225) | static unsigned addChunk_tEXt(ucvector* out, const char* keyword, const ... function addChunk_zTXt (line 5238) | static unsigned addChunk_zTXt(ucvector* out, const char* keyword, const ... function addChunk_iTXt (line 5266) | static unsigned addChunk_iTXt(ucvector* out, unsigned compress, const ch... function addChunk_bKGD (line 5310) | static unsigned addChunk_bKGD(ucvector* out, const LodePNGInfo* info) { function addChunk_tIME (line 5332) | static unsigned addChunk_tIME(ucvector* out, const LodePNGTime* time) { function addChunk_pHYs (line 5346) | static unsigned addChunk_pHYs(ucvector* out, const LodePNGInfo* info) { function addChunk_gAMA (line 5356) | static unsigned addChunk_gAMA(ucvector* out, const LodePNGInfo* info) { function addChunk_cHRM (line 5364) | static unsigned addChunk_cHRM(ucvector* out, const LodePNGInfo* info) { function addChunk_sRGB (line 5379) | static unsigned addChunk_sRGB(ucvector* out, const LodePNGInfo* info) { function addChunk_iCCP (line 5384) | static unsigned addChunk_iCCP(ucvector* out, const LodePNGInfo* info, Lo... function filterScanline (line 5412) | static void filterScanline(unsigned char* out, const unsigned char* scan... function ilog2 (line 5457) | static size_t ilog2(size_t i) { function ilog2i (line 5468) | static size_t ilog2i(size_t i) { function filter (line 5477) | static unsigned filter(unsigned char* out, const unsigned char* in, unsi... function addPaddingBits (line 5671) | static void addPaddingBits(unsigned char* out, const unsigned char* in, function Adam7_interlace (line 5701) | static void Adam7_interlace(unsigned char* out, const unsigned char* in,... function preProcessScanlines (line 5742) | static unsigned preProcessScanlines(unsigned char** out, size_t* outsize... function addUnknownChunks (line 5816) | static unsigned addUnknownChunks(ucvector* out, unsigned char* data, siz... function isGrayICCProfile (line 5826) | static unsigned isGrayICCProfile(const unsigned char* profile, unsigned ... function isRGBICCProfile (line 5840) | static unsigned isRGBICCProfile(const unsigned char* profile, unsigned s... function lodepng_encode (line 5847) | unsigned lodepng_encode(unsigned char** out, size_t* outsize, function lodepng_encode_memory (line 6108) | unsigned lodepng_encode_memory(unsigned char** out, size_t* outsize, con... function lodepng_encode32 (line 6123) | unsigned lodepng_encode32(unsigned char** out, size_t* outsize, const un... function lodepng_encode24 (line 6127) | unsigned lodepng_encode24(unsigned char** out, size_t* outsize, const un... function lodepng_encode_file (line 6132) | unsigned lodepng_encode_file(const char* filename, const unsigned char* ... function lodepng_encode32_file (line 6142) | unsigned lodepng_encode32_file(const char* filename, const unsigned char... function lodepng_encode24_file (line 6146) | unsigned lodepng_encode24_file(const char* filename, const unsigned char... function lodepng_encoder_settings_init (line 6151) | void lodepng_encoder_settings_init(LodePNGEncoderSettings* settings) { type lodepng (line 6306) | namespace lodepng { function load_file (line 6309) | unsigned load_file(std::vector& buffer, const std::stri... function save_file (line 6317) | unsigned save_file(const std::vector& buffer, const std... function decompress (line 6324) | unsigned decompress(std::vector& out, const unsigned ch... function decompress (line 6336) | unsigned decompress(std::vector& out, const std::vector... function compress (line 6343) | unsigned compress(std::vector& out, const unsigned char... function compress (line 6355) | unsigned compress(std::vector& out, const std::vector& out, unsigned& w, unsigned... function decode (line 6400) | unsigned decode(std::vector& out, unsigned& w, unsigned... function decode (line 6405) | unsigned decode(std::vector& out, unsigned& w, unsigned... function decode (line 6418) | unsigned decode(std::vector& out, unsigned& w, unsigned... function decode (line 6425) | unsigned decode(std::vector& out, unsigned& w, unsigned... function encode (line 6438) | unsigned encode(std::vector& out, const unsigned char* ... function encode (line 6450) | unsigned encode(std::vector& out, function encode (line 6457) | unsigned encode(std::vector& out, function encode (line 6470) | unsigned encode(std::vector& out, function encode (line 6478) | unsigned encode(const std::string& filename, function encode (line 6487) | unsigned encode(const std::string& filename, FILE: src/libraries/lodepng/lodepng.h type LodePNGColorType (line 99) | typedef enum LodePNGColorType { function namespace (line 229) | namespace lodepng { type LodePNGDecompressSettings (line 291) | typedef struct LodePNGDecompressSettings LodePNGDecompressSettings; type LodePNGDecompressSettings (line 292) | struct LodePNGDecompressSettings { type LodePNGCompressSettings (line 328) | typedef struct LodePNGCompressSettings LodePNGCompressSettings; type LodePNGCompressSettings (line 329) | struct LodePNGCompressSettings /*deflate = compress*/ { type LodePNGColorMode (line 362) | typedef struct LodePNGColorMode { type LodePNGTime (line 442) | typedef struct LodePNGTime { type LodePNGInfo (line 453) | typedef struct LodePNGInfo { type LodePNGDecoderSettings (line 665) | typedef struct LodePNGDecoderSettings { type LodePNGFilterStrategy (line 702) | typedef enum LodePNGFilterStrategy { type LodePNGColorStats (line 727) | typedef struct LodePNGColorStats { type LodePNGEncoderSettings (line 753) | typedef struct LodePNGEncoderSettings { type LodePNGState (line 789) | typedef struct LodePNGState { function namespace (line 1025) | namespace lodepng { FILE: src/libraries/lua53/lstrlib.c type lua_Unsigned (line 73) | typedef size_t lua_Unsigned; function luaL_buffinit_53 (line 84) | static void luaL_buffinit_53 (lua_State *L, luaL_Buffer_53 *B) { function luaL_addlstring_53 (line 132) | static void luaL_addlstring_53 (luaL_Buffer_53 *B, const char *s, size_t... function lua53_pushresult (line 138) | void lua53_pushresult (luaL_Buffer_53 *B) { function lua53_cleanupbuffer (line 144) | void lua53_cleanupbuffer (luaL_Buffer_53 *B) { function lua_Integer (line 160) | static lua_Integer posrelat (lua_Integer pos, size_t len) { type cD (line 200) | struct cD { type Ftypes (line 211) | typedef union Ftypes { type Header (line 222) | typedef struct Header { type KOption (line 232) | typedef enum KOption { function digit (line 249) | static int digit (int c) { return '0' <= c && c <= '9'; } function getnum (line 251) | static int getnum (const char **fmt, int df) { function getnumlimit (line 268) | static int getnumlimit (Header *h, const char **fmt, int df) { function initheader (line 280) | static void initheader (lua_State *L, Header *h) { function KOption (line 290) | static KOption getoption (Header *h, const char **fmt, int *size) { function KOption (line 337) | static KOption getdetails (Header *h, size_t totalsize, function packint (line 364) | static void packint (luaL_Buffer_53 *b, lua_Unsigned n, function copywithendian (line 385) | static void copywithendian (volatile char *dest, volatile const char *src, function lua53_str_pack (line 399) | void lua53_str_pack (lua_State *L, const char *fmt, int startidx, luaL_B... function lua53_str_packsize (line 482) | int lua53_str_packsize (lua_State *L) { function lua_Integer (line 515) | static lua_Integer unpackint (lua_State *L, const char *str, function lua53_str_unpack (line 541) | int lua53_str_unpack (lua_State *L, const char *fmt, const char *data, s... FILE: src/libraries/lua53/lstrlib.h type luaL_Buffer_53 (line 11) | typedef struct luaL_Buffer_53 { FILE: src/libraries/lua53/lutf8lib.c function lua_Integer (line 54) | static lua_Integer u_posrelat (lua_Integer pos, size_t len) { function utflen (line 95) | static int utflen (lua_State *L) { function codepoint (line 124) | static int codepoint (lua_State *L) { function utf8esc (line 153) | static int utf8esc (char *buff, unsigned long x) { function pushutfchar (line 170) | static void pushutfchar (lua_State *L, int arg) { function utfchar (line 185) | static int utfchar (lua_State *L) { function byteoffset (line 207) | static int byteoffset (lua_State *L) { function iter_aux (line 248) | static int iter_aux (lua_State *L) { function iter_codes (line 272) | static int iter_codes (lua_State *L) { type luaL_Reg (line 290) | struct luaL_Reg function luaopen_luautf8 (line 303) | int luaopen_luautf8 (lua_State *L) { FILE: src/libraries/luahttps/src/android/AndroidClient.cpp function replace (line 14) | static std::string replace(const std::string &str, const std::string &fr... function jstring (line 36) | static jstring newStringUTF(JNIEnv *env, const std::string &str) function getStringUTF (line 43) | static std::string getStringUTF(JNIEnv *env, jstring str) function jclass (line 200) | jclass AndroidClient::getHTTPSClass() const FILE: src/libraries/luahttps/src/android/AndroidClient.h function class (line 11) | class AndroidClient: public HTTPSClient FILE: src/libraries/luahttps/src/android/java/org/love2d/luahttps/LuaHTTPS.java class LuaHTTPS (line 21) | @Keep method LuaHTTPS (line 32) | public LuaHTTPS() { method reset (line 37) | public void reset() { method setUrl (line 46) | @Keep method setPostData (line 51) | @Keep method setMethod (line 56) | @Keep method addHeader (line 61) | @Keep method getInterleavedHeaders (line 66) | @Keep method getResponseCode (line 85) | @Keep method getResponse (line 90) | @Keep method request (line 95) | @Keep method canSendData (line 187) | private boolean canSendData() { FILE: src/libraries/luahttps/src/apple/NSURLClient.h function class (line 9) | class NSURLClient : public HTTPSClient FILE: src/libraries/luahttps/src/common/Connection.h function class (line 6) | class Connection FILE: src/libraries/luahttps/src/common/HTTPRequest.h function class (line 8) | class HTTPRequest FILE: src/libraries/luahttps/src/common/HTTPS.cpp function request (line 72) | HTTPSClient::Reply request(const HTTPSClient::Request &req) FILE: src/libraries/luahttps/src/common/HTTPSClient.h function class (line 7) | class HTTPSClient FILE: src/libraries/luahttps/src/common/LibraryLoader.h function namespace (line 3) | namespace LibraryLoader FILE: src/libraries/luahttps/src/common/PlaintextConnection.cpp function close (line 16) | static void close(int fd) FILE: src/libraries/luahttps/src/common/PlaintextConnection.h function class (line 5) | class PlaintextConnection : public Connection FILE: src/libraries/luahttps/src/generic/CurlClient.cpp type StringReader (line 10) | struct StringReader function toUppercase (line 72) | static char toUppercase(char c) function stringReader (line 78) | static size_t stringReader(char *ptr, size_t size, size_t nmemb, StringR... function stringstreamWriter (line 92) | static size_t stringstreamWriter(char *ptr, size_t size, size_t nmemb, s... function headerWriter (line 99) | static size_t headerWriter(char *ptr, size_t size, size_t nmemb, std::ma... FILE: src/libraries/luahttps/src/generic/CurlClient.h function class (line 12) | class CurlClient : public HTTPSClient FILE: src/libraries/luahttps/src/generic/LinktimeLibraryLoader.cpp type LibraryLoader (line 18) | namespace LibraryLoader function handle (line 20) | handle *OpenLibrary(const char *name) function CloseLibrary (line 29) | void CloseLibrary(handle *) function handle (line 33) | handle* GetCurrentProcessHandle() function function (line 38) | function *GetFunction(handle *handle, const char *name) FILE: src/libraries/luahttps/src/generic/OpenSSLConnection.cpp function TryOpenLibraries (line 10) | static bool TryOpenLibraries(const char *sslName, LibraryLoader::handle ... FILE: src/libraries/luahttps/src/generic/OpenSSLConnection.h function class (line 12) | class OpenSSLConnection : public Connection FILE: src/libraries/luahttps/src/generic/UnixLibraryLoader.cpp type LibraryLoader (line 8) | namespace LibraryLoader function handle (line 10) | handle *OpenLibrary(const char *name) function CloseLibrary (line 15) | void CloseLibrary(handle *handle) function handle (line 21) | handle* GetCurrentProcessHandle() function function (line 26) | function *GetFunction(handle *handle, const char *name) FILE: src/libraries/luahttps/src/lua/main.cpp function str_toupper (line 15) | static int str_toupper(char c) function w_checkstring (line 21) | static std::string w_checkstring(lua_State *L, int idx) function w_pushstring (line 28) | static void w_pushstring(lua_State *L, const std::string &str) function w_readheaders (line 33) | static void w_readheaders(lua_State *L, int idx, HTTPSClient::header_map... function w_optmethod (line 48) | static std::string w_optmethod(lua_State *L, int idx, const std::string ... function w_request (line 64) | static int w_request(lua_State *L) FILE: src/libraries/luahttps/src/windows/SChannelConnection.cpp type Debug (line 30) | struct Debug method Debug (line 33) | Debug &operator<<(const T&) { return *this; } function enqueue (line 37) | static void enqueue(std::vector &buffer, char *data, size_t size) function enqueue_prepend (line 44) | static void enqueue_prepend(std::vector &buffer, char *data, size_... function dequeue (line 53) | static size_t dequeue(std::vector &buffer, char *data, size_t size) function SECURITY_STATUS (line 83) | SECURITY_STATUS InitializeSecurityContext(CredHandle *phCredential, std:... FILE: src/libraries/luahttps/src/windows/SChannelConnection.h type _SecHandle (line 12) | struct _SecHandle function class (line 15) | class SChannelConnection : public Connection FILE: src/libraries/luahttps/src/windows/WinINetClient.cpp class LazyHInternetLoader (line 15) | class LazyHInternetLoader final method LazyHInternetLoader (line 18) | LazyHInternetLoader(): hInternet(nullptr) { } method HINTERNET (line 25) | HINTERNET getInstance() FILE: src/libraries/luahttps/src/windows/WinINetClient.h function class (line 9) | class WinINetClient: public HTTPSClient FILE: src/libraries/luahttps/src/windows/WindowsLibraryLoader.cpp type LibraryLoader (line 10) | namespace LibraryLoader function handle (line 12) | handle *OpenLibrary(const char *name) function CloseLibrary (line 17) | void CloseLibrary(handle *handle) function handle (line 23) | handle* GetCurrentProcessHandle() function function (line 28) | function *GetFunction(handle *handle, const char *name) FILE: src/libraries/luasocket/libluasocket/auxiliar.c function auxiliar_open (line 13) | int auxiliar_open(lua_State *L) { function auxiliar_newclass (line 22) | void auxiliar_newclass(lua_State *L, const char *classname, luaL_Reg *fu... function auxiliar_tostring (line 45) | int auxiliar_tostring(lua_State *L) { function auxiliar_add2group (line 66) | void auxiliar_add2group(lua_State *L, const char *classname, const char ... function auxiliar_checkboolean (line 77) | int auxiliar_checkboolean(lua_State *L, int objidx) { function auxiliar_setclass (line 114) | void auxiliar_setclass(lua_State *L, const char *classname, int objidx) { function auxiliar_typeerror (line 150) | int auxiliar_typeerror (lua_State *L, int narg, const char *tname) { FILE: src/libraries/luasocket/libluasocket/buffer.c function buffer_open (line 32) | int buffer_open(lua_State *L) { function buffer_init (line 40) | void buffer_init(p_buffer buf, p_io io, p_timeout tm) { function buffer_meth_getstats (line 51) | int buffer_meth_getstats(lua_State *L, p_buffer buf) { function buffer_meth_setstats (line 61) | int buffer_meth_setstats(lua_State *L, p_buffer buf) { function buffer_meth_send (line 72) | int buffer_meth_send(lua_State *L, p_buffer buf) { function buffer_meth_receive (line 105) | int buffer_meth_receive(lua_State *L, p_buffer buf) { function buffer_isempty (line 157) | int buffer_isempty(p_buffer buf) { function sendraw (line 168) | static int sendraw(p_buffer buf, const char *data, size_t count, size_t ... function recvraw (line 187) | static int recvraw(p_buffer buf, size_t wanted, luaL_Buffer *b) { function recvall (line 205) | static int recvall(p_buffer buf, luaL_Buffer *b) { function recvline (line 225) | static int recvline(p_buffer buf, luaL_Buffer *b) { function buffer_skip (line 249) | static void buffer_skip(p_buffer buf, size_t count) { function buffer_get (line 260) | static int buffer_get(p_buffer buf, const char **data, size_t *count) { FILE: src/libraries/luasocket/libluasocket/buffer.h type t_buffer (line 26) | typedef struct t_buffer_ { type t_buffer (line 34) | typedef t_buffer *p_buffer; FILE: src/libraries/luasocket/libluasocket/compat.c function luasocket_setfuncs (line 9) | void luasocket_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { FILE: src/libraries/luasocket/libluasocket/except.c type lua_KContext (line 15) | typedef int lua_KContext; function wrap (line 37) | static void wrap(lua_State *L) { function finalize (line 45) | static int finalize(lua_State *L) { function do_nothing (line 56) | static int do_nothing(lua_State *L) { function global_newtry (line 61) | static int global_newtry(lua_State *L) { function unwrap (line 73) | static int unwrap(lua_State *L) { function protected_finish (line 86) | static int protected_finish(lua_State *L, int status, lua_KContext ctx) { function protected_cont (line 95) | static int protected_cont(lua_State *L) { function protected_ (line 104) | static int protected_(lua_State *L) { function global_protect (line 112) | static int global_protect(lua_State *L) { function except_open (line 123) | int except_open(lua_State *L) { FILE: src/libraries/luasocket/libluasocket/ftp.lua.h function namespace (line 21) | namespace love FILE: src/libraries/luasocket/libluasocket/headers.lua.h function namespace (line 21) | namespace love FILE: src/libraries/luasocket/libluasocket/http.lua.h function namespace (line 21) | namespace love FILE: src/libraries/luasocket/libluasocket/inet.c type hostent (line 19) | struct hostent function inet_open (line 35) | int inet_open(lua_State *L) function inet_gethost (line 51) | static int inet_gethost(const char *address, struct hostent **hp) { function inet_global_tohostname (line 63) | static int inet_global_tohostname(lua_State *L) { function inet_global_getnameinfo (line 77) | static int inet_global_getnameinfo(lua_State *L) { function inet_global_toip (line 125) | static int inet_global_toip(lua_State *L) function inet_optfamily (line 140) | int inet_optfamily(lua_State* L, int narg, const char* def) function inet_optsocktype (line 148) | int inet_optsocktype(lua_State* L, int narg, const char* def) function inet_global_getaddrinfo (line 156) | static int inet_global_getaddrinfo(lua_State *L) function inet_global_gethostname (line 219) | static int inet_global_gethostname(lua_State *L) function inet_meth_getpeername (line 239) | int inet_meth_getpeername(lua_State *L, p_socket ps, int family) function inet_meth_getsockname (line 273) | int inet_meth_getsockname(lua_State *L, p_socket ps, int family) function inet_pushresolved (line 309) | static void inet_pushresolved(lua_State *L, struct hostent *hp) type sockaddr_in (line 365) | struct sockaddr_in type sockaddr_in6 (line 373) | struct sockaddr_in6 type in6_addr (line 374) | struct in6_addr type addrinfo (line 389) | struct addrinfo type addrinfo (line 391) | struct addrinfo type sockaddr_in6 (line 439) | struct sockaddr_in6 type sockaddr_in (line 440) | struct sockaddr_in type addrinfo (line 451) | struct addrinfo type addrinfo (line 452) | struct addrinfo function inet_aton (line 494) | int inet_aton(const char *cp, struct in_addr *inp) function inet_pton (line 516) | int inet_pton(int af, const char *src, void *dst) FILE: src/libraries/luasocket/libluasocket/inet.h type addrinfo (line 39) | struct addrinfo type addrinfo (line 41) | struct addrinfo type in_addr (line 44) | struct in_addr FILE: src/libraries/luasocket/libluasocket/io.c function io_init (line 11) | void io_init(p_io io, p_send send, p_recv recv, p_error error, void *ctx) { FILE: src/libraries/luasocket/libluasocket/io.h type t_io (line 51) | typedef struct t_io_ { type t_io (line 57) | typedef t_io *p_io; FILE: src/libraries/luasocket/libluasocket/ltn12.lua.h function namespace (line 21) | namespace love FILE: src/libraries/luasocket/libluasocket/luasocket.c function global_skip (line 56) | static int global_skip(lua_State *L) { function global_unload (line 65) | static int global_unload(lua_State *L) { function base_open (line 74) | static int base_open(lua_State *L) { function LUASOCKET_API (line 99) | LUASOCKET_API int luaopen_socket_core(lua_State *L) { FILE: src/libraries/luasocket/libluasocket/mbox.lua.h function namespace (line 21) | namespace love FILE: src/libraries/luasocket/libluasocket/mime.c type UC (line 13) | typedef unsigned char UC; function LUASOCKET_API (line 170) | LUASOCKET_API int luaopen_mime_core(lua_State *L) function mime_global_wrp (line 194) | static int mime_global_wrp(lua_State *L) function b64setup (line 240) | static void b64setup(UC *unbase) function b64encode (line 260) | static size_t b64encode(UC c, UC *input, size_t size, function b64pad (line 285) | static size_t b64pad(const UC *input, size_t size, function b64decode (line 316) | static size_t b64decode(UC c, UC *input, size_t size, function mime_global_b64 (line 350) | static int mime_global_b64(lua_State *L) function mime_global_unb64 (line 396) | static int mime_global_unb64(lua_State *L) function qpsetup (line 452) | static void qpsetup(UC *cl, UC *unbase) function qpquote (line 506) | static void qpquote(UC c, luaL_Buffer *buffer) function qpencode (line 517) | static size_t qpencode(UC c, UC *input, size_t size, function qppad (line 560) | static size_t qppad(UC *input, size_t size, luaL_Buffer *buffer) function mime_global_qp (line 579) | static int mime_global_qp(lua_State *L) function qpdecode (line 621) | static size_t qpdecode(UC c, UC *input, size_t size, luaL_Buffer *buffer) { function mime_global_unqp (line 655) | static int mime_global_unqp(lua_State *L) function mime_global_qpwrp (line 700) | static int mime_global_qpwrp(lua_State *L) function eolprocess (line 761) | static int eolprocess(int c, int last, const char *marker, function mime_global_eol (line 785) | static int mime_global_eol(lua_State *L) function dot (line 811) | static size_t dot(int c, size_t state, luaL_Buffer *buffer) function mime_global_dot (line 832) | static int mime_global_dot(lua_State *L) FILE: src/libraries/luasocket/libluasocket/mime.lua.h function namespace (line 21) | namespace love FILE: src/libraries/luasocket/libluasocket/options.c function opt_meth_setoption (line 31) | int opt_meth_setoption(lua_State *L, p_opt opt, p_socket ps) function opt_meth_getoption (line 44) | int opt_meth_getoption(lua_State *L, p_opt opt, p_socket ps) function opt_set_bindtodevice (line 59) | int opt_set_bindtodevice(lua_State *L, p_socket ps) function opt_get_bindtodevice (line 69) | int opt_get_bindtodevice(lua_State *L, p_socket ps) function opt_set_reuseaddr (line 86) | int opt_set_reuseaddr(lua_State *L, p_socket ps) function opt_get_reuseaddr (line 91) | int opt_get_reuseaddr(lua_State *L, p_socket ps) function opt_set_reuseport (line 98) | int opt_set_reuseport(lua_State *L, p_socket ps) function opt_get_reuseport (line 103) | int opt_get_reuseport(lua_State *L, p_socket ps) function opt_set_tcp_nodelay (line 110) | int opt_set_tcp_nodelay(lua_State *L, p_socket ps) function opt_get_tcp_nodelay (line 115) | int opt_get_tcp_nodelay(lua_State *L, p_socket ps) function opt_get_tcp_keepidle (line 123) | int opt_get_tcp_keepidle(lua_State *L, p_socket ps) function opt_set_tcp_keepidle (line 128) | int opt_set_tcp_keepidle(lua_State *L, p_socket ps) function opt_get_tcp_keepcnt (line 138) | int opt_get_tcp_keepcnt(lua_State *L, p_socket ps) function opt_set_tcp_keepcnt (line 143) | int opt_set_tcp_keepcnt(lua_State *L, p_socket ps) function opt_get_tcp_keepintvl (line 153) | int opt_get_tcp_keepintvl(lua_State *L, p_socket ps) function opt_set_tcp_keepintvl (line 158) | int opt_set_tcp_keepintvl(lua_State *L, p_socket ps) function opt_set_keepalive (line 166) | int opt_set_keepalive(lua_State *L, p_socket ps) function opt_get_keepalive (line 171) | int opt_get_keepalive(lua_State *L, p_socket ps) function opt_set_dontroute (line 177) | int opt_set_dontroute(lua_State *L, p_socket ps) function opt_get_dontroute (line 182) | int opt_get_dontroute(lua_State *L, p_socket ps) function opt_set_broadcast (line 188) | int opt_set_broadcast(lua_State *L, p_socket ps) function opt_get_broadcast (line 193) | int opt_get_broadcast(lua_State *L, p_socket ps) function opt_set_recv_buf_size (line 199) | int opt_set_recv_buf_size(lua_State *L, p_socket ps) function opt_get_recv_buf_size (line 204) | int opt_get_recv_buf_size(lua_State *L, p_socket ps) function opt_get_send_buf_size (line 210) | int opt_get_send_buf_size(lua_State *L, p_socket ps) function opt_set_send_buf_size (line 215) | int opt_set_send_buf_size(lua_State *L, p_socket ps) function opt_set_tcp_fastopen (line 223) | int opt_set_tcp_fastopen(lua_State *L, p_socket ps) function opt_set_tcp_fastopen_connect (line 230) | int opt_set_tcp_fastopen_connect(lua_State *L, p_socket ps) function opt_set_tcp_defer_accept (line 239) | int opt_set_tcp_defer_accept(lua_State *L, p_socket ps) function opt_set_ip6_unicast_hops (line 246) | int opt_set_ip6_unicast_hops(lua_State *L, p_socket ps) function opt_get_ip6_unicast_hops (line 251) | int opt_get_ip6_unicast_hops(lua_State *L, p_socket ps) function opt_set_ip6_multicast_hops (line 257) | int opt_set_ip6_multicast_hops(lua_State *L, p_socket ps) function opt_get_ip6_multicast_hops (line 262) | int opt_get_ip6_multicast_hops(lua_State *L, p_socket ps) function opt_set_ip_multicast_loop (line 268) | int opt_set_ip_multicast_loop(lua_State *L, p_socket ps) function opt_get_ip_multicast_loop (line 273) | int opt_get_ip_multicast_loop(lua_State *L, p_socket ps) function opt_set_ip6_multicast_loop (line 279) | int opt_set_ip6_multicast_loop(lua_State *L, p_socket ps) function opt_get_ip6_multicast_loop (line 284) | int opt_get_ip6_multicast_loop(lua_State *L, p_socket ps) function opt_set_linger (line 290) | int opt_set_linger(lua_State *L, p_socket ps) function opt_get_linger (line 307) | int opt_get_linger(lua_State *L, p_socket ps) function opt_set_ip_multicast_ttl (line 323) | int opt_set_ip_multicast_ttl(lua_State *L, p_socket ps) function opt_set_ip_multicast_if (line 329) | int opt_set_ip_multicast_if(lua_State *L, p_socket ps) function opt_get_ip_multicast_if (line 340) | int opt_get_ip_multicast_if(lua_State *L, p_socket ps) function opt_set_ip_add_membership (line 354) | int opt_set_ip_add_membership(lua_State *L, p_socket ps) function opt_set_ip_drop_membersip (line 359) | int opt_set_ip_drop_membersip(lua_State *L, p_socket ps) function opt_set_ip6_add_membership (line 365) | int opt_set_ip6_add_membership(lua_State *L, p_socket ps) function opt_set_ip6_drop_membersip (line 370) | int opt_set_ip6_drop_membersip(lua_State *L, p_socket ps) function opt_get_ip6_v6only (line 376) | int opt_get_ip6_v6only(lua_State *L, p_socket ps) function opt_set_ip6_v6only (line 381) | int opt_set_ip6_v6only(lua_State *L, p_socket ps) function opt_get_error (line 387) | int opt_get_error(lua_State *L, p_socket ps) function opt_setmembership (line 403) | static int opt_setmembership(lua_State *L, p_socket ps, int level, int n... function opt_ip6_setmembership (line 424) | static int opt_ip6_setmembership(lua_State *L, p_socket ps, int level, i... function opt_get (line 450) | static function opt_set (line 463) | static function opt_getboolean (line 475) | static int opt_getboolean(lua_State *L, p_socket ps, int level, int name) function opt_setboolean (line 486) | static int opt_setboolean(lua_State *L, p_socket ps, int level, int name) function opt_getint (line 492) | static int opt_getint(lua_State *L, p_socket ps, int level, int name) function opt_setint (line 503) | static int opt_setint(lua_State *L, p_socket ps, int level, int name) FILE: src/libraries/luasocket/libluasocket/options.h type t_opt (line 15) | typedef struct t_opt { type t_opt (line 19) | typedef t_opt *p_opt; FILE: src/libraries/luasocket/libluasocket/select.c function select_open (line 35) | int select_open(lua_State *L) { function global_select (line 52) | static int global_select(lua_State *L) { function t_socket (line 88) | static t_socket getfd(lua_State *L) { function dirty (line 104) | static int dirty(lua_State *L) { function collect_fd (line 117) | static void collect_fd(lua_State *L, int tab, int itab, function check_dirty (line 158) | static int check_dirty(lua_State *L, int tab, int dtab, fd_set *set) { function return_fd (line 183) | static void return_fd(lua_State *L, fd_set *set, t_socket max_fd, function make_assoc (line 196) | static void make_assoc(lua_State *L, int tab) { FILE: src/libraries/luasocket/libluasocket/serial.c function LUASOCKET_API (line 59) | LUASOCKET_API int luaopen_socket_serial(lua_State *L) { function meth_send (line 74) | static int meth_send(lua_State *L) { function meth_receive (line 79) | static int meth_receive(lua_State *L) { function meth_getstats (line 84) | static int meth_getstats(lua_State *L) { function meth_setstats (line 89) | static int meth_setstats(lua_State *L) { function meth_getfd (line 97) | static int meth_getfd(lua_State *L) { function meth_setfd (line 104) | static int meth_setfd(lua_State *L) { function meth_dirty (line 110) | static int meth_dirty(lua_State *L) { function meth_close (line 119) | static int meth_close(lua_State *L) function meth_settimeout (line 131) | static int meth_settimeout(lua_State *L) { function global_create (line 144) | static int global_create(lua_State *L) { FILE: src/libraries/luasocket/libluasocket/smtp.lua.h function namespace (line 21) | namespace love FILE: src/libraries/luasocket/libluasocket/socket.h type SA (line 34) | typedef struct sockaddr SA; type hostent (line 64) | struct hostent type hostent (line 65) | struct hostent FILE: src/libraries/luasocket/libluasocket/socket.lua.h function namespace (line 21) | namespace love FILE: src/libraries/luasocket/libluasocket/tcp.c function tcp_open (line 138) | int tcp_open(lua_State *L) function meth_send (line 159) | static int meth_send(lua_State *L) { function meth_receive (line 164) | static int meth_receive(lua_State *L) { function meth_getstats (line 169) | static int meth_getstats(lua_State *L) { function meth_setstats (line 174) | static int meth_setstats(lua_State *L) { function meth_getoption (line 182) | static int meth_getoption(lua_State *L) function meth_setoption (line 188) | static int meth_setoption(lua_State *L) function meth_getfd (line 197) | static int meth_getfd(lua_State *L) function meth_setfd (line 205) | static int meth_setfd(lua_State *L) function meth_dirty (line 212) | static int meth_dirty(lua_State *L) function meth_accept (line 223) | static int meth_accept(lua_State *L) function meth_bind (line 253) | static int meth_bind(lua_State *L) { function meth_connect (line 276) | static int meth_connect(lua_State *L) { function meth_close (line 303) | static int meth_close(lua_State *L) function meth_getfamily (line 314) | static int meth_getfamily(lua_State *L) function meth_listen (line 332) | static int meth_listen(lua_State *L) function meth_shutdown (line 351) | static int meth_shutdown(lua_State *L) function meth_getpeername (line 365) | static int meth_getpeername(lua_State *L) function meth_getsockname (line 371) | static int meth_getsockname(lua_State *L) function meth_settimeout (line 380) | static int meth_settimeout(lua_State *L) function meth_gettimeout (line 386) | static int meth_gettimeout(lua_State *L) function tcp_create (line 398) | static int tcp_create(lua_State *L, int family) { function global_create (line 424) | static int global_create(lua_State *L) { function global_create4 (line 428) | static int global_create4(lua_State *L) { function global_create6 (line 432) | static int global_create6(lua_State *L) { function global_connect (line 436) | static int global_connect(lua_State *L) { FILE: src/libraries/luasocket/libluasocket/tcp.h type t_tcp (line 23) | typedef struct t_tcp_ { type t_tcp (line 31) | typedef t_tcp *p_tcp; FILE: src/libraries/luasocket/libluasocket/timeout.c function timeout_init (line 47) | void timeout_init(p_timeout tm, double block, double total) { function timeout_get (line 60) | double timeout_get(p_timeout tm) { function timeout_getstart (line 81) | double timeout_getstart(p_timeout tm) { function timeout_getretry (line 93) | double timeout_getretry(p_timeout tm) { function p_timeout (line 113) | p_timeout timeout_markstart(p_timeout tm) { function timeout_gettime (line 124) | double timeout_gettime(void) { function timeout_gettime (line 134) | double timeout_gettime(void) { function timeout_open (line 145) | int timeout_open(lua_State *L) { function timeout_meth_settimeout (line 156) | int timeout_meth_settimeout(lua_State *L, p_timeout tm) { function timeout_meth_gettimeout (line 178) | int timeout_meth_gettimeout(lua_State *L, p_timeout tm) { function timeout_lua_gettime (line 190) | static int timeout_lua_gettime(lua_State *L) function timeout_lua_sleep (line 200) | int timeout_lua_sleep(lua_State *L) function timeout_lua_sleep (line 210) | int timeout_lua_sleep(lua_State *L) FILE: src/libraries/luasocket/libluasocket/timeout.h type t_timeout (line 10) | typedef struct t_timeout_ { type t_timeout (line 15) | typedef t_timeout *p_timeout; FILE: src/libraries/luasocket/libluasocket/tp.lua.h function namespace (line 21) | namespace love FILE: src/libraries/luasocket/libluasocket/udp.c function udp_open (line 123) | int udp_open(lua_State *L) { function meth_send (line 154) | static int meth_send(lua_State *L) { function meth_sendto (line 174) | static int meth_sendto(lua_State *L) { function meth_receive (line 234) | static int meth_receive(lua_State *L) { function meth_receivefrom (line 263) | static int meth_receivefrom(lua_State *L) { function meth_getfamily (line 307) | static int meth_getfamily(lua_State *L) { function meth_getfd (line 321) | static int meth_getfd(lua_State *L) { function meth_setfd (line 328) | static int meth_setfd(lua_State *L) { function meth_dirty (line 334) | static int meth_dirty(lua_State *L) { function meth_getpeername (line 344) | static int meth_getpeername(lua_State *L) { function meth_getsockname (line 349) | static int meth_getsockname(lua_State *L) { function meth_setoption (line 357) | static int meth_setoption(lua_State *L) { function meth_getoption (line 365) | static int meth_getoption(lua_State *L) { function meth_settimeout (line 373) | static int meth_settimeout(lua_State *L) { function meth_gettimeout (line 378) | static int meth_gettimeout(lua_State *L) { function meth_setpeername (line 386) | static int meth_setpeername(lua_State *L) { function meth_close (line 420) | static int meth_close(lua_State *L) { function meth_setsockname (line 430) | static int meth_setsockname(lua_State *L) { function udp_create (line 456) | static int udp_create(lua_State *L, int family) { function global_create (line 478) | static int global_create(lua_State *L) { function global_create4 (line 482) | static int global_create4(lua_State *L) { function global_create6 (line 486) | static int global_create6(lua_State *L) { FILE: src/libraries/luasocket/libluasocket/udp.h type t_udp (line 22) | typedef struct t_udp_ { type t_udp (line 27) | typedef t_udp *p_udp; FILE: src/libraries/luasocket/libluasocket/unix.c function add_alias (line 19) | static void add_alias(lua_State *L, int index, const char *name, const c... function compat_socket_unix_call (line 25) | static int compat_socket_unix_call(lua_State *L) function LUASOCKET_API (line 47) | LUASOCKET_API int luaopen_socket_unix(lua_State *L) FILE: src/libraries/luasocket/libluasocket/unix.h type t_unix (line 16) | typedef struct t_unix_ { type t_unix (line 22) | typedef t_unix *p_unix; FILE: src/libraries/luasocket/libluasocket/unixdgram.c function unixdgram_open (line 90) | int unixdgram_open(lua_State *L) function meth_send (line 116) | static int meth_send(lua_State *L) function meth_sendto (line 137) | static int meth_sendto(lua_State *L) function meth_receive (line 175) | static int meth_receive(lua_State *L) { function meth_receivefrom (line 204) | static int meth_receivefrom(lua_State *L) { function meth_setoption (line 240) | static int meth_setoption(lua_State *L) { function meth_getfd (line 248) | static int meth_getfd(lua_State *L) { function meth_setfd (line 255) | static int meth_setfd(lua_State *L) { function meth_dirty (line 261) | static int meth_dirty(lua_State *L) { type sockaddr_un (line 272) | struct sockaddr_un function meth_bind (line 287) | static int meth_bind(lua_State *L) function meth_getsockname (line 301) | static int meth_getsockname(lua_State *L) type sockaddr_un (line 322) | struct sockaddr_un function meth_connect (line 338) | static int meth_connect(lua_State *L) function meth_close (line 357) | static int meth_close(lua_State *L) function meth_settimeout (line 368) | static int meth_settimeout(lua_State *L) function meth_gettimeout (line 374) | static int meth_gettimeout(lua_State *L) function global_create (line 386) | static int global_create(lua_State *L) FILE: src/libraries/luasocket/libluasocket/unixstream.c function unixstream_open (line 86) | int unixstream_open(lua_State *L) function meth_send (line 108) | static int meth_send(lua_State *L) { function meth_receive (line 113) | static int meth_receive(lua_State *L) { function meth_getstats (line 118) | static int meth_getstats(lua_State *L) { function meth_setstats (line 123) | static int meth_setstats(lua_State *L) { function meth_setoption (line 131) | static int meth_setoption(lua_State *L) { function meth_getfd (line 139) | static int meth_getfd(lua_State *L) { function meth_setfd (line 146) | static int meth_setfd(lua_State *L) { function meth_dirty (line 152) | static int meth_dirty(lua_State *L) { function meth_accept (line 162) | static int meth_accept(lua_State *L) { type sockaddr_un (line 190) | struct sockaddr_un function meth_bind (line 210) | static int meth_bind(lua_State *L) { function meth_getsockname (line 223) | static int meth_getsockname(lua_State *L) type sockaddr_un (line 244) | struct sockaddr_un function meth_connect (line 264) | static int meth_connect(lua_State *L) function meth_close (line 283) | static int meth_close(lua_State *L) function meth_listen (line 294) | static int meth_listen(lua_State *L) function meth_shutdown (line 313) | static int meth_shutdown(lua_State *L) function meth_settimeout (line 327) | static int meth_settimeout(lua_State *L) { function global_create (line 338) | static int global_create(lua_State *L) { FILE: src/libraries/luasocket/libluasocket/url.lua.h function namespace (line 21) | namespace love FILE: src/libraries/luasocket/libluasocket/usocket.c function socket_waitfd (line 26) | int socket_waitfd(p_socket ps, int sw, p_timeout tm) { function socket_waitfd (line 48) | int socket_waitfd(p_socket ps, int sw, p_timeout tm) { function socket_open (line 80) | int socket_open(void) { function socket_close (line 89) | int socket_close(void) { function socket_destroy (line 96) | void socket_destroy(p_socket ps) { function socket_select (line 106) | int socket_select(t_socket n, fd_set *rfds, fd_set *wfds, fd_set *efds, function socket_create (line 123) | int socket_create(p_socket ps, int domain, int type, int protocol) { function socket_bind (line 132) | int socket_bind(p_socket ps, SA *addr, socklen_t len) { function socket_listen (line 143) | int socket_listen(p_socket ps, int backlog) { function socket_shutdown (line 152) | void socket_shutdown(p_socket ps, int how) { function socket_connect (line 159) | int socket_connect(p_socket ps, SA *addr, socklen_t len, p_timeout tm) { function socket_accept (line 181) | int socket_accept(p_socket ps, p_socket pa, SA *addr, socklen_t *len, p_... function socket_send (line 198) | int socket_send(p_socket ps, const char *data, size_t count, function socket_sendto (line 232) | int socket_sendto(p_socket ps, const char *data, size_t count, size_t *s... function socket_recv (line 257) | int socket_recv(p_socket ps, char *data, size_t count, size_t *got, p_ti... function socket_recvfrom (line 279) | int socket_recvfrom(p_socket ps, char *data, size_t count, size_t *got, function socket_write (line 307) | int socket_write(p_socket ps, const char *data, size_t count, function socket_read (line 342) | int socket_read(p_socket ps, char *data, size_t count, size_t *got, p_ti... function socket_setblocking (line 364) | void socket_setblocking(p_socket ps) { function socket_setnonblocking (line 373) | void socket_setnonblocking(p_socket ps) { function socket_gethostbyaddr (line 382) | int socket_gethostbyaddr(const char *addr, socklen_t len, struct hostent... function socket_gethostbyname (line 390) | int socket_gethostbyname(const char *addr, struct hostent **hp) { FILE: src/libraries/luasocket/libluasocket/usocket.h type t_socket (line 53) | typedef int t_socket; type t_socket (line 54) | typedef t_socket *p_socket; type t_sockaddr_storage (line 55) | typedef struct sockaddr_storage t_sockaddr_storage; FILE: src/libraries/luasocket/libluasocket/wsocket.c function socket_open (line 21) | int socket_open(void) { function socket_close (line 37) | int socket_close(void) { function socket_waitfd (line 50) | int socket_waitfd(p_socket ps, int sw, p_timeout tm) { function socket_select (line 78) | int socket_select(t_socket n, fd_set *rfds, fd_set *wfds, fd_set *efds, function socket_destroy (line 93) | void socket_destroy(p_socket ps) { function socket_shutdown (line 104) | void socket_shutdown(p_socket ps, int how) { function socket_create (line 113) | int socket_create(p_socket ps, int domain, int type, int protocol) { function socket_connect (line 122) | int socket_connect(p_socket ps, SA *addr, socklen_t len, p_timeout tm) { function socket_bind (line 151) | int socket_bind(p_socket ps, SA *addr, socklen_t len) { function socket_listen (line 162) | int socket_listen(p_socket ps, int backlog) { function socket_accept (line 173) | int socket_accept(p_socket ps, p_socket pa, SA *addr, socklen_t *len, function socket_send (line 195) | int socket_send(p_socket ps, const char *data, size_t count, function socket_sendto (line 223) | int socket_sendto(p_socket ps, const char *data, size_t count, size_t *s... function socket_recv (line 244) | int socket_recv(p_socket ps, char *data, size_t count, size_t *got, function socket_recvfrom (line 274) | int socket_recvfrom(p_socket ps, char *data, size_t count, size_t *got, function socket_setblocking (line 304) | void socket_setblocking(p_socket ps) { function socket_setnonblocking (line 312) | void socket_setnonblocking(p_socket ps) { function socket_gethostbyaddr (line 320) | int socket_gethostbyaddr(const char *addr, socklen_t len, struct hostent... function socket_gethostbyname (line 326) | int socket_gethostbyname(const char *addr, struct hostent **hp) { FILE: src/libraries/luasocket/libluasocket/wsocket.h type socklen_t (line 14) | typedef int socklen_t; type SOCKADDR_STORAGE (line 15) | typedef SOCKADDR_STORAGE t_sockaddr_storage; type SOCKET (line 16) | typedef SOCKET t_socket; type t_socket (line 17) | typedef t_socket *p_socket; FILE: src/libraries/luasocket/luasocket.cpp function preload (line 42) | static void preload(lua_State* L, const char* name, lua_CFunction func) function preload (line 51) | static void preload(lua_State *L, const char *name, const char *chunknam... type love (line 77) | namespace love type luasocket (line 80) | namespace luasocket function preload (line 83) | int preload(lua_State * L) FILE: src/libraries/luasocket/luasocket.h function namespace (line 27) | namespace love FILE: src/libraries/lz4/lz4.c type BYTE (line 168) | typedef uint8_t BYTE; type U16 (line 169) | typedef uint16_t U16; type U32 (line 170) | typedef uint32_t U32; type S32 (line 171) | typedef int32_t S32; type U64 (line 172) | typedef uint64_t U64; type uptrval (line 173) | typedef uintptr_t uptrval; type BYTE (line 175) | typedef unsigned char BYTE; type U16 (line 176) | typedef unsigned short U16; type U32 (line 177) | typedef unsigned int U32; type S32 (line 178) | typedef signed int S32; type U64 (line 179) | typedef unsigned long long U64; type uptrval (line 180) | typedef size_t uptrval; type U64 (line 184) | typedef U64 reg_t; type reg_t (line 186) | typedef size_t reg_t; function LZ4_isLittleEndian (line 192) | static unsigned LZ4_isLittleEndian(void) function U16 (line 202) | static U16 LZ4_read16(const void* memPtr) { return *(const U16*) memPtr; } function U32 (line 203) | static U32 LZ4_read32(const void* memPtr) { return *(const U32*) memPtr; } function reg_t (line 204) | static reg_t LZ4_read_ARCH(const void* memPtr) { return *(const reg_t*) ... function LZ4_write16 (line 206) | static void LZ4_write16(void* memPtr, U16 value) { *(U16*)memPtr = value; } function LZ4_write32 (line 207) | static void LZ4_write32(void* memPtr, U32 value) { *(U32*)memPtr = value; } type unalign (line 213) | typedef union { U16 u16; U32 u32; reg_t uArch; } __attribute__((packed))... function U16 (line 215) | static U16 LZ4_read16(const void* ptr) { return ((const unalign*)ptr)->u... function U32 (line 216) | static U32 LZ4_read32(const void* ptr) { return ((const unalign*)ptr)->u... function reg_t (line 217) | static reg_t LZ4_read_ARCH(const void* ptr) { return ((const unalign*)pt... function LZ4_write16 (line 219) | static void LZ4_write16(void* memPtr, U16 value) { ((unalign*)memPtr)->u... function LZ4_write32 (line 220) | static void LZ4_write32(void* memPtr, U32 value) { ((unalign*)memPtr)->u... function U16 (line 224) | static U16 LZ4_read16(const void* memPtr) function U32 (line 229) | static U32 LZ4_read32(const void* memPtr) function reg_t (line 234) | static reg_t LZ4_read_ARCH(const void* memPtr) function LZ4_write16 (line 239) | static void LZ4_write16(void* memPtr, U16 value) function LZ4_write32 (line 244) | static void LZ4_write32(void* memPtr, U32 value) function U16 (line 252) | static U16 LZ4_readLE16(const void* memPtr) function LZ4_writeLE16 (line 262) | static void LZ4_writeLE16(void* memPtr, U16 value) function LZ4_copy8 (line 273) | static void LZ4_copy8(void* dst, const void* src) function LZ4_FORCE_O2_INLINE_GCC_PPC64LE (line 279) | LZ4_FORCE_O2_INLINE_GCC_PPC64LE function LZ4_NbCommonBytes (line 343) | static unsigned LZ4_NbCommonBytes (reg_t val) function LZ4_count (line 415) | LZ4_FORCE_INLINE type limitedOutput_directive (line 453) | typedef enum { notLimited = 0, limitedOutput = 1 } limitedOutput_directive; type tableType_t (line 454) | typedef enum { byPtr, byU32, byU16 } tableType_t; type dict_directive (line 456) | typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; type dictIssue_directive (line 457) | typedef enum { noDictIssue = 0, dictSmall } dictIssue_directive; type endCondition_directive (line 459) | typedef enum { endOnOutputSize = 0, endOnInputSize = 1 } endCondition_di... type earlyEnd_directive (line 460) | typedef enum { full = 0, partial = 1 } earlyEnd_directive; function LZ4_versionNumber (line 466) | int LZ4_versionNumber (void) { return LZ4_VERSION_NUMBER; } function LZ4_compressBound (line 468) | int LZ4_compressBound(int isize) { return LZ4_COMPRESSBOUND(isize); } function LZ4_sizeofState (line 469) | int LZ4_sizeofState() { return LZ4_STREAMSIZE; } function U32 (line 475) | static U32 LZ4_hash4(U32 sequence, tableType_t const tableType) function U32 (line 483) | static U32 LZ4_hash5(U64 sequence, tableType_t const tableType) function LZ4_FORCE_INLINE (line 494) | LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void* const p, tableType_t c... function LZ4_putPositionOnHash (line 500) | static void LZ4_putPositionOnHash(const BYTE* p, U32 h, void* tableBase,... function LZ4_FORCE_INLINE (line 510) | LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE* p, void* tableBase, ta... function BYTE (line 516) | static const BYTE* LZ4_getPositionOnHash(U32 h, void* tableBase, tableTy... function LZ4_FORCE_INLINE (line 523) | LZ4_FORCE_INLINE const BYTE* LZ4_getPosition(const BYTE* p, void* tableB... function LZ4_FORCE_INLINE (line 532) | LZ4_FORCE_INLINE int LZ4_compress_generic( function LZ4_compress_fast_extState (line 736) | int LZ4_compress_fast_extState(void* state, const char* source, char* de... function LZ4_compress_fast (line 756) | int LZ4_compress_fast(const char* source, char* dest, int inputSize, int... function LZ4_compress_default (line 774) | int LZ4_compress_default(const char* source, char* dest, int inputSize, ... function LZ4_compress_fast_force (line 782) | int LZ4_compress_fast_force(const char* source, char* dest, int inputSiz... function LZ4_compress_destSize_generic (line 798) | static int LZ4_compress_destSize_generic( function LZ4_compress_destSize_extState (line 954) | static int LZ4_compress_destSize_extState (LZ4_stream_t* state, const ch... function LZ4_compress_destSize (line 969) | int LZ4_compress_destSize(const char* src, char* dst, int* srcSizePtr, i... function LZ4_stream_t (line 992) | LZ4_stream_t* LZ4_createStream(void) function LZ4_resetStream (line 1000) | void LZ4_resetStream (LZ4_stream_t* LZ4_stream) function LZ4_freeStream (line 1006) | int LZ4_freeStream (LZ4_stream_t* LZ4_stream) function LZ4_loadDict (line 1015) | int LZ4_loadDict (LZ4_stream_t* LZ4_dict, const char* dictionary, int di... function LZ4_renormDictT (line 1047) | static void LZ4_renormDictT(LZ4_stream_t_internal* LZ4_dict, const BYTE*... function LZ4_compress_fast_continue (line 1066) | int LZ4_compress_fast_continue (LZ4_stream_t* LZ4_stream, const char* so... function LZ4_compress_forceExtDict (line 1114) | int LZ4_compress_forceExtDict (LZ4_stream_t* LZ4_dict, const char* sourc... function LZ4_saveDict (line 1141) | int LZ4_saveDict (LZ4_stream_t* LZ4_dict, char* safeBuffer, int dictSize) function LZ4_decompress_generic (line 1169) | int LZ4_decompress_generic( function LZ4_FORCE_O2_GCC_PPC64LE (line 1347) | LZ4_FORCE_O2_GCC_PPC64LE function LZ4_FORCE_O2_GCC_PPC64LE (line 1353) | LZ4_FORCE_O2_GCC_PPC64LE function LZ4_FORCE_O2_GCC_PPC64LE (line 1359) | LZ4_FORCE_O2_GCC_PPC64LE function LZ4_streamDecode_t (line 1368) | LZ4_streamDecode_t* LZ4_createStreamDecode(void) function LZ4_freeStreamDecode (line 1374) | int LZ4_freeStreamDecode (LZ4_streamDecode_t* LZ4_stream) function LZ4_setStreamDecode (line 1388) | int LZ4_setStreamDecode (LZ4_streamDecode_t* LZ4_streamDecode, const cha... function LZ4_FORCE_O2_GCC_PPC64LE (line 1405) | LZ4_FORCE_O2_GCC_PPC64LE function LZ4_FORCE_O2_GCC_PPC64LE (line 1432) | LZ4_FORCE_O2_GCC_PPC64LE function LZ4_decompress_usingDict_generic (line 1468) | int LZ4_decompress_usingDict_generic(const char* source, char* dest, int... function LZ4_FORCE_O2_GCC_PPC64LE (line 1480) | LZ4_FORCE_O2_GCC_PPC64LE function LZ4_FORCE_O2_GCC_PPC64LE (line 1486) | LZ4_FORCE_O2_GCC_PPC64LE function LZ4_FORCE_O2_GCC_PPC64LE (line 1493) | LZ4_FORCE_O2_GCC_PPC64LE function LZ4_compress_limitedOutput (line 1504) | int LZ4_compress_limitedOutput(const char* source, char* dest, int input... function LZ4_compress (line 1505) | int LZ4_compress(const char* source, char* dest, int inputSize) { return... function LZ4_compress_limitedOutput_withState (line 1506) | int LZ4_compress_limitedOutput_withState (void* state, const char* src, ... function LZ4_compress_withState (line 1507) | int LZ4_compress_withState (void* state, const char* src, char* dst, int... function LZ4_compress_limitedOutput_continue (line 1508) | int LZ4_compress_limitedOutput_continue (LZ4_stream_t* LZ4_stream, const... function LZ4_compress_continue (line 1509) | int LZ4_compress_continue (LZ4_stream_t* LZ4_stream, const char* source,... function LZ4_uncompress (line 1517) | int LZ4_uncompress (const char* source, char* dest, int outputSize) { re... function LZ4_uncompress_unknownOutputSize (line 1518) | int LZ4_uncompress_unknownOutputSize (const char* source, char* dest, in... function LZ4_sizeofStreamState (line 1523) | int LZ4_sizeofStreamState() { return LZ4_STREAMSIZE; } function LZ4_init (line 1525) | static void LZ4_init(LZ4_stream_t* lz4ds, BYTE* base) function LZ4_resetStreamState (line 1531) | int LZ4_resetStreamState(void* state, char* inputBuffer) function LZ4_decompress_safe_withPrefix64k (line 1554) | int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, in... function LZ4_decompress_fast_withPrefix64k (line 1559) | int LZ4_decompress_fast_withPrefix64k(const char* source, char* dest, in... FILE: src/libraries/lz4/lz4.h type LZ4_stream_t (line 238) | typedef union LZ4_stream_u LZ4_stream_t; type LZ4_streamDecode_t (line 289) | typedef union LZ4_streamDecode_u LZ4_streamDecode_t; type LZ4_stream_t_internal (line 354) | typedef struct { type LZ4_streamDecode_t_internal (line 363) | typedef struct { type LZ4_stream_t_internal (line 372) | typedef struct { type LZ4_streamDecode_t_internal (line 381) | typedef struct { FILE: src/libraries/lz4/lz4hc.c function U32 (line 79) | static U32 LZ4HC_hashPtr(const void* ptr) { return HASH_FUNCTION(LZ4_rea... function LZ4HC_init (line 86) | static void LZ4HC_init (LZ4HC_CCtx_internal* hc4, const BYTE* start) function LZ4_FORCE_INLINE (line 100) | LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE... function LZ4_FORCE_INLINE (line 122) | LZ4_FORCE_INLINE function LZ4HC_countPattern (line 136) | static unsigned LZ4HC_countPattern(const BYTE* ip, const BYTE* const iEn... function LZ4HC_reverseCountPattern (line 168) | static unsigned LZ4HC_reverseCountPattern(const BYTE* ip, const BYTE* co... type repeat_state_e (line 184) | typedef enum { rep_untested, rep_not, rep_confirmed } repeat_state_e; function LZ4_FORCE_INLINE (line 186) | LZ4_FORCE_INLINE int LZ4HC_InsertAndGetWiderMatch ( function LZ4_FORCE_INLINE (line 298) | LZ4_FORCE_INLINE type limitedOutput_directive (line 313) | typedef enum { function LZ4_FORCE_INLINE (line 322) | LZ4_FORCE_INLINE int LZ4HC_encodeSequence ( function LZ4HC_compress_hashChain (line 395) | static int LZ4HC_compress_hashChain ( function LZ4HC_compress_generic (line 612) | static int LZ4HC_compress_generic ( function LZ4_sizeofStateHC (line 641) | int LZ4_sizeofStateHC(void) { return sizeof(LZ4_streamHC_t); } function LZ4_compress_HC_extStateHC (line 643) | int LZ4_compress_HC_extStateHC (void* state, const char* src, char* dst,... function LZ4_compress_HC (line 654) | int LZ4_compress_HC(const char* src, char* dst, int srcSize, int dstCapa... function LZ4_compress_HC_destSize (line 671) | int LZ4_compress_HC_destSize(void* LZ4HC_Data, const char* source, char*... function LZ4_streamHC_t (line 684) | LZ4_streamHC_t* LZ4_createStreamHC(void) { return (LZ4_streamHC_t*)mallo... function LZ4_freeStreamHC (line 685) | int LZ4_freeStreamHC (LZ4_streamHC_t* LZ4_streamHCPtr) { function LZ4_resetStreamHC (line 693) | void LZ4_resetStreamHC (LZ4_streamHC_t* LZ4_streamHCPtr, int compression... function LZ4_setCompressionLevel (line 700) | void LZ4_setCompressionLevel(LZ4_streamHC_t* LZ4_streamHCPtr, int compre... function LZ4_loadDictHC (line 707) | int LZ4_loadDictHC (LZ4_streamHC_t* LZ4_streamHCPtr, const char* diction... function LZ4HC_setExternalDict (line 723) | static void LZ4HC_setExternalDict(LZ4HC_CCtx_internal* ctxPtr, const BYT... function LZ4_compressHC_continue_generic (line 736) | static int LZ4_compressHC_continue_generic (LZ4_streamHC_t* LZ4_streamHC... function LZ4_compress_HC_continue (line 769) | int LZ4_compress_HC_continue (LZ4_streamHC_t* LZ4_streamHCPtr, const cha... function LZ4_compress_HC_continue_destSize (line 777) | int LZ4_compress_HC_continue_destSize (LZ4_streamHC_t* LZ4_streamHCPtr, ... function LZ4_saveDictHC (line 786) | int LZ4_saveDictHC (LZ4_streamHC_t* LZ4_streamHCPtr, char* safeBuffer, i... function LZ4_compressHC (line 810) | int LZ4_compressHC(const char* src, char* dst, int srcSize) { return LZ4... function LZ4_compressHC_limitedOutput (line 811) | int LZ4_compressHC_limitedOutput(const char* src, char* dst, int srcSize... function LZ4_compressHC2 (line 812) | int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel)... function LZ4_compressHC2_limitedOutput (line 813) | int LZ4_compressHC2_limitedOutput(const char* src, char* dst, int srcSiz... function LZ4_compressHC_withStateHC (line 814) | int LZ4_compressHC_withStateHC (void* state, const char* src, char* dst,... function LZ4_compressHC_limitedOutput_withStateHC (line 815) | int LZ4_compressHC_limitedOutput_withStateHC (void* state, const char* s... function LZ4_compressHC2_withStateHC (line 816) | int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst... function LZ4_compressHC2_limitedOutput_withStateHC (line 817) | int LZ4_compressHC2_limitedOutput_withStateHC (void* state, const char* ... function LZ4_compressHC_continue (line 818) | int LZ4_compressHC_continue (LZ4_streamHC_t* ctx, const char* src, char*... function LZ4_compressHC_limitedOutput_continue (line 819) | int LZ4_compressHC_limitedOutput_continue (LZ4_streamHC_t* ctx, const ch... function LZ4_sizeofStreamStateHC (line 823) | int LZ4_sizeofStreamStateHC(void) { return LZ4_STREAMHCSIZE; } function LZ4_resetStreamStateHC (line 825) | int LZ4_resetStreamStateHC(void* state, char* inputBuffer) function LZ4_freeHC (line 843) | int LZ4_freeHC (void* LZ4HC_Data) { function LZ4_compressHC2_continue (line 849) | int LZ4_compressHC2_continue (void* LZ4HC_Data, const char* src, char* d... function LZ4_compressHC2_limitedOutput_continue (line 854) | int LZ4_compressHC2_limitedOutput_continue (void* LZ4HC_Data, const char... FILE: src/libraries/lz4/lz4hc.h type LZ4_streamHC_t (line 87) | typedef union LZ4_streamHC_u LZ4_streamHC_t; type LZ4HC_CCtx_internal (line 144) | typedef struct type LZ4HC_CCtx_internal (line 160) | typedef struct FILE: src/libraries/lz4/lz4opt.h type LZ4HC_optimal_t (line 38) | typedef struct { function LZ4_FORCE_INLINE (line 47) | LZ4_FORCE_INLINE int LZ4HC_literalsPrice(int const litlen) function LZ4_FORCE_INLINE (line 57) | LZ4_FORCE_INLINE int LZ4HC_sequencePrice(int litlen, int mlen) type LZ4HC_match_t (line 73) | typedef struct { function LZ4_FORCE_INLINE (line 78) | LZ4_FORCE_INLINE function LZ4HC_compress_optimal (line 96) | static int LZ4HC_compress_optimal ( FILE: src/libraries/noise1234/noise1234.h function class (line 27) | class Noise1234 { FILE: src/libraries/noise1234/simplexnoise1234.h function class (line 29) | class SimplexNoise1234 { FILE: src/libraries/physfs/physfs.c function __PHYSFS_msvc_vsnprintf (line 16) | int __PHYSFS_msvc_vsnprintf(char *outBuf, size_t size, const char *forma... function __PHYSFS_msvc_snprintf (line 28) | int __PHYSFS_msvc_snprintf(char *outBuf, size_t size, const char *format... type DirHandle (line 42) | typedef struct __PHYSFS_DIRHANDLE__ type FileHandle (line 55) | typedef struct __PHYSFS_FILEHANDLE__ type ErrState (line 68) | typedef struct __PHYSFS_ERRSTATETYPE__ function __PHYSFS_atomicAdd (line 102) | static inline int __PHYSFS_atomicAdd(int *ptrval, const int val) function __PHYSFS_ATOMIC_INCR (line 112) | int __PHYSFS_ATOMIC_INCR(int *ptrval) function __PHYSFS_ATOMIC_DECR (line 117) | int __PHYSFS_ATOMIC_DECR(int *ptrval) type NativeIoInfo (line 128) | typedef struct __PHYSFS_NativeIoInfo function PHYSFS_sint64 (line 135) | static PHYSFS_sint64 nativeIo_read(PHYSFS_Io *io, void *buf, PHYSFS_uint... function PHYSFS_sint64 (line 141) | static PHYSFS_sint64 nativeIo_write(PHYSFS_Io *io, const void *buffer, function nativeIo_seek (line 148) | static int nativeIo_seek(PHYSFS_Io *io, PHYSFS_uint64 offset) function PHYSFS_sint64 (line 154) | static PHYSFS_sint64 nativeIo_tell(PHYSFS_Io *io) function PHYSFS_sint64 (line 160) | static PHYSFS_sint64 nativeIo_length(PHYSFS_Io *io) function PHYSFS_Io (line 166) | static PHYSFS_Io *nativeIo_duplicate(PHYSFS_Io *io) function nativeIo_flush (line 172) | static int nativeIo_flush(PHYSFS_Io *io) function nativeIo_destroy (line 178) | static void nativeIo_destroy(PHYSFS_Io *io) function PHYSFS_Io (line 200) | PHYSFS_Io *__PHYSFS_createNativeIo(const char *path, const int mode) type MemoryIoInfo (line 244) | typedef struct __PHYSFS_MemoryIoInfo function PHYSFS_sint64 (line 254) | static PHYSFS_sint64 memoryIo_read(PHYSFS_Io *io, void *buf, PHYSFS_uint... function PHYSFS_sint64 (line 271) | static PHYSFS_sint64 memoryIo_write(PHYSFS_Io *io, const void *buffer, function memoryIo_seek (line 277) | static int memoryIo_seek(PHYSFS_Io *io, PHYSFS_uint64 offset) function PHYSFS_sint64 (line 285) | static PHYSFS_sint64 memoryIo_tell(PHYSFS_Io *io) function PHYSFS_sint64 (line 291) | static PHYSFS_sint64 memoryIo_length(PHYSFS_Io *io) function PHYSFS_Io (line 297) | static PHYSFS_Io *memoryIo_duplicate(PHYSFS_Io *io) function memoryIo_flush (line 337) | static int memoryIo_flush(PHYSFS_Io *io) { return 1; /* it's read-only.... function memoryIo_destroy (line 339) | static void memoryIo_destroy(PHYSFS_Io *io) function PHYSFS_Io (line 385) | PHYSFS_Io *__PHYSFS_createMemoryIo(const void *buf, PHYSFS_uint64 len, function PHYSFS_sint64 (line 417) | static PHYSFS_sint64 handleIo_read(PHYSFS_Io *io, void *buf, PHYSFS_uint... function PHYSFS_sint64 (line 422) | static PHYSFS_sint64 handleIo_write(PHYSFS_Io *io, const void *buffer, function handleIo_seek (line 428) | static int handleIo_seek(PHYSFS_Io *io, PHYSFS_uint64 offset) function PHYSFS_sint64 (line 433) | static PHYSFS_sint64 handleIo_tell(PHYSFS_Io *io) function PHYSFS_sint64 (line 438) | static PHYSFS_sint64 handleIo_length(PHYSFS_Io *io) function PHYSFS_Io (line 443) | static PHYSFS_Io *handleIo_duplicate(PHYSFS_Io *io) function handleIo_flush (line 503) | static int handleIo_flush(PHYSFS_Io *io) function handleIo_destroy (line 508) | static void handleIo_destroy(PHYSFS_Io *io) function PHYSFS_Io (line 528) | static PHYSFS_Io *__PHYSFS_createHandleIo(PHYSFS_File *f) type EnumStringListCallbackData (line 540) | typedef struct function enumStringListCallback (line 547) | static void enumStringListCallback(void *data, const char *str) function __PHYSFS_bubble_sort (line 594) | static void __PHYSFS_bubble_sort(void *a, size_t lo, size_t hi, function __PHYSFS_quick_sort (line 616) | static void __PHYSFS_quick_sort(void *a, size_t lo, size_t hi, function __PHYSFS_sort (line 654) | void __PHYSFS_sort(void *entries, size_t max, function ErrState (line 667) | static ErrState *findErrorForCurrentThread(void) function PHYSFS_ErrorCode (line 698) | static inline PHYSFS_ErrorCode currentErrorCode(void) function PHYSFS_ErrorCode (line 705) | PHYSFS_ErrorCode PHYSFS_getLastErrorCode(void) function PHYSFS_DECL (line 715) | PHYSFS_DECL const char *PHYSFS_getErrorByCode(PHYSFS_ErrorCode code) function PHYSFS_setErrorCode (line 755) | void PHYSFS_setErrorCode(PHYSFS_ErrorCode errcode) function freeErrorStates (line 794) | static void freeErrorStates(void) function PHYSFS_getLinkedVersion (line 809) | void PHYSFS_getLinkedVersion(PHYSFS_Version *ver) function DirHandle (line 843) | static DirHandle *tryOpenDir(PHYSFS_Io *io, const PHYSFS_Archiver *funcs, function DirHandle (line 872) | static DirHandle *openDirectory(PHYSFS_Io *io, const char *d, int forWri... function sanitizePlatformIndependentPath (line 944) | static int sanitizePlatformIndependentPath(const char *src, char *dst) function dirHandleRootLen (line 986) | static inline size_t dirHandleRootLen(const DirHandle *h) function sanitizePlatformIndependentPathWithRoot (line 991) | static inline int sanitizePlatformIndependentPathWithRoot(const DirHandl... function partOfMountPoint (line 1007) | static int partOfMountPoint(DirHandle *h, char *fname) function DirHandle (line 1035) | static DirHandle *createDirHandle(PHYSFS_Io *io, const char *newDir, function freeDirHandle (line 1087) | static int freeDirHandle(DirHandle *dh, FileHandle *openList) function dirHandleFilesOpen (line 1107) | static int dirHandleFilesOpen(DirHandle *dh, FileHandle *openList) function initializeMutexes (line 1154) | static int initializeMutexes(void) function initStaticArchivers (line 1180) | static int initStaticArchivers(void) function PHYSFS_init (line 1229) | int PHYSFS_init(const char *argv0) function closeFileHandleList (line 1276) | static int closeFileHandleList(FileHandle **list) function freeSearchPath (line 1302) | static void freeSearchPath(void) function archiverInUse (line 1322) | static int archiverInUse(const PHYSFS_Archiver *arc, const DirHandle *list) function doDeregisterArchiver (line 1336) | static int doDeregisterArchiver(const size_t idx) function freeArchivers (line 1363) | static void freeArchivers(void) function doDeinit (line 1378) | static int doDeinit(void) function PHYSFS_deinit (line 1435) | int PHYSFS_deinit(void) function PHYSFS_isInit (line 1442) | int PHYSFS_isInit(void) function PHYSFS_uint32 (line 1457) | PHYSFS_uint32 __PHYSFS_hashString(const char *str) function PHYSFS_uint32 (line 1471) | PHYSFS_uint32 __PHYSFS_hashStringCaseFold(const char *str) function PHYSFS_uint32 (line 1494) | PHYSFS_uint32 __PHYSFS_hashStringCaseFoldUSAscii(const char *str) function doRegisterArchiver (line 1512) | static int doRegisterArchiver(const PHYSFS_Archiver *_archiver) function PHYSFS_registerArchiver (line 1596) | int PHYSFS_registerArchiver(const PHYSFS_Archiver *archiver) function PHYSFS_deregisterArchiver (line 1607) | int PHYSFS_deregisterArchiver(const char *ext) function PHYSFS_ArchiveInfo (line 1630) | const PHYSFS_ArchiveInfo **PHYSFS_supportedArchiveTypes(void) function PHYSFS_freeList (line 1637) | void PHYSFS_freeList(void *list) function PHYSFS_getCdRomDirsCallback (line 1663) | void PHYSFS_getCdRomDirsCallback(PHYSFS_StringCallback callback, void *d... function PHYSFS_setWriteDir (line 1744) | int PHYSFS_setWriteDir(const char *newDir) function PHYSFS_setRoot (line 1769) | int PHYSFS_setRoot(const char *archive, const char *subdir) function doMount (line 1817) | static int doMount(PHYSFS_Io *io, const char *fname, function PHYSFS_mountIo (line 1860) | int PHYSFS_mountIo(PHYSFS_Io *io, const char *fname, function PHYSFS_mountMemory (line 1870) | int PHYSFS_mountMemory(const void *buf, PHYSFS_uint64 len, void (*del)(v... function PHYSFS_mountHandle (line 1895) | int PHYSFS_mountHandle(PHYSFS_File *file, const char *fname, function PHYSFS_mount (line 1918) | int PHYSFS_mount(const char *newDir, const char *mountPoint, int appendT... function PHYSFS_mountRW (line 1925) | int PHYSFS_mountRW(const char *newDir, const char *mountPoint, int appen... function PHYSFS_addToSearchPath (line 1932) | int PHYSFS_addToSearchPath(const char *newDir, int appendToPath) function PHYSFS_removeFromSearchPath (line 1938) | int PHYSFS_removeFromSearchPath(const char *oldDir) function PHYSFS_unmount (line 1944) | int PHYSFS_unmount(const char *oldDir) function PHYSFS_canUnmount (line 1977) | int PHYSFS_canUnmount(const char *oldDir) function PHYSFS_getSearchPathCallback (line 2024) | void PHYSFS_getSearchPathCallback(PHYSFS_StringCallback callback, void *... type setSaneCfgEnumData (line 2037) | typedef struct setSaneCfgEnumData function PHYSFS_EnumerateCallbackResult (line 2045) | static PHYSFS_EnumerateCallbackResult setSaneCfgEnumCallback(void *_data, function PHYSFS_setSaneConfig (line 2081) | int PHYSFS_setSaneConfig(const char *organization, const char *appName, function PHYSFS_permitSymbolicLinks (line 2138) | void PHYSFS_permitSymbolicLinks(int allow) function PHYSFS_symbolicLinksPermitted (line 2144) | int PHYSFS_symbolicLinksPermitted(void) function verifyPath (line 2173) | static int verifyPath(DirHandle *h, char **_fname, int allowMissing) function countPathComponents (line 2259) | static int countPathComponents(const char *path) function DirHandle (line 2287) | static DirHandle *findWriteHandle(const char *_fname) function doMkdir (line 2327) | static int doMkdir(const char *_dname, char *dname, DirHandle *h) function PHYSFS_mkdir (line 2378) | int PHYSFS_mkdir(const char *_dname) function doDelete (line 2401) | static int doDelete(const char *_fname, char *fname, DirHandle *h) function PHYSFS_delete (line 2409) | int PHYSFS_delete(const char *_fname) function DirHandle (line 2429) | static DirHandle *getRealDirHandle(const char *_fname) function locateInStringList (line 2478) | static int locateInStringList(const char *str, function PHYSFS_EnumerateCallbackResult (line 2510) | static PHYSFS_EnumerateCallbackResult enumFilesCallback(void *data, function PHYSFS_EnumerateCallbackResult (line 2580) | static PHYSFS_EnumerateCallbackResult enumerateFromMountPoint(DirHandle *i, type SymlinkFilterData (line 2607) | typedef struct SymlinkFilterData function PHYSFS_EnumerateCallbackResult (line 2616) | static PHYSFS_EnumerateCallbackResult enumCallbackFilterSymLinks(void *_... function PHYSFS_enumerate (line 2658) | int PHYSFS_enumerate(const char *_fn, PHYSFS_EnumerateCallback cb, void ... type LegacyEnumFilesCallbackData (line 2739) | typedef struct function PHYSFS_EnumerateCallbackResult (line 2745) | static PHYSFS_EnumerateCallbackResult enumFilesCallbackAlwaysSucceed(voi... function PHYSFS_enumerateFilesCallback (line 2753) | void PHYSFS_enumerateFilesCallback(const char *fname, function PHYSFS_exists (line 2764) | int PHYSFS_exists(const char *fname) function PHYSFS_sint64 (line 2770) | PHYSFS_sint64 PHYSFS_getLastModTime(const char *fname) function PHYSFS_isDirectory (line 2778) | int PHYSFS_isDirectory(const char *fname) function PHYSFS_isSymbolicLink (line 2786) | int PHYSFS_isSymbolicLink(const char *fname) function PHYSFS_File (line 2794) | static PHYSFS_File *doOpenWrite(const char *_fname, const int appending) function PHYSFS_File (line 2851) | PHYSFS_File *PHYSFS_openWrite(const char *filename) function PHYSFS_File (line 2857) | PHYSFS_File *PHYSFS_openAppend(const char *filename) function PHYSFS_File (line 2863) | PHYSFS_File *PHYSFS_openRead(const char *_fname) function closeHandleInOpenList (line 2923) | static int closeHandleInOpenList(FileHandle **list, FileHandle *handle) function PHYSFS_close (line 2967) | int PHYSFS_close(PHYSFS_File *_handle) function PHYSFS_sint64 (line 2989) | static PHYSFS_sint64 doBufferedRead(FileHandle *fh, void *_buffer, size_... function PHYSFS_sint64 (line 3029) | PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle, void *buffer, function PHYSFS_sint64 (line 3038) | PHYSFS_sint64 PHYSFS_readBytes(PHYSFS_File *handle, void *buffer, function PHYSFS_sint64 (line 3063) | static PHYSFS_sint64 doBufferedWrite(PHYSFS_File *handle, const void *bu... function PHYSFS_sint64 (line 3082) | PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle, const void *buffer, function PHYSFS_sint64 (line 3091) | PHYSFS_sint64 PHYSFS_writeBytes(PHYSFS_File *handle, const void *buffer, function PHYSFS_eof (line 3116) | int PHYSFS_eof(PHYSFS_File *handle) function PHYSFS_sint64 (line 3139) | PHYSFS_sint64 PHYSFS_tell(PHYSFS_File *handle) function PHYSFS_seek (line 3150) | int PHYSFS_seek(PHYSFS_File *handle, PHYSFS_uint64 pos) function PHYSFS_sint64 (line 3176) | PHYSFS_sint64 PHYSFS_fileLength(PHYSFS_File *handle) function PHYSFS_setBuffer (line 3183) | int PHYSFS_setBuffer(PHYSFS_File *handle, PHYSFS_uint64 _bufsize) function PHYSFS_flush (line 3230) | int PHYSFS_flush(PHYSFS_File *handle) function PHYSFS_stat (line 3248) | int PHYSFS_stat(const char *_fname, PHYSFS_Stat *stat) function __PHYSFS_readAll (line 3310) | int __PHYSFS_readAll(PHYSFS_Io *io, void *buf, const size_t _len) function __PHYSFS_smallFree (line 3336) | void __PHYSFS_smallFree(void *ptr) function PHYSFS_setAllocator (line 3349) | int PHYSFS_setAllocator(const PHYSFS_Allocator *a) function PHYSFS_Allocator (line 3360) | const PHYSFS_Allocator *PHYSFS_getAllocator(void) function mallocAllocatorFree (line 3385) | static void mallocAllocatorFree(void *ptr) function setDefaultAllocator (line 3392) | static void setDefaultAllocator(void) function __PHYSFS_DirTreeInit (line 3403) | int __PHYSFS_DirTreeInit(__PHYSFS_DirTree *dt, const size_t entrylen, co... function PHYSFS_uint32 (line 3433) | static PHYSFS_uint32 hashPathName(__PHYSFS_DirTree *dt, const char *name) function __PHYSFS_DirTreeEntry (line 3441) | static __PHYSFS_DirTreeEntry *addAncestors(__PHYSFS_DirTree *dt, char *n... function PHYSFS_EnumerateCallbackResult (line 3527) | PHYSFS_EnumerateCallbackResult __PHYSFS_DirTreeEnumerate(void *opaque, function __PHYSFS_DirTreeDeinit (line 3551) | void __PHYSFS_DirTreeDeinit(__PHYSFS_DirTree *dt) FILE: src/libraries/physfs/physfs.h type PHYSFS_uint8 (line 264) | typedef unsigned char PHYSFS_uint8; type PHYSFS_sint8 (line 270) | typedef signed char PHYSFS_sint8; type PHYSFS_uint16 (line 276) | typedef unsigned short PHYSFS_uint16; type PHYSFS_sint16 (line 282) | typedef signed short PHYSFS_sint16; type PHYSFS_uint32 (line 288) | typedef unsigned int PHYSFS_uint32; type PHYSFS_sint32 (line 294) | typedef signed int PHYSFS_sint32; type PHYSFS_uint32 (line 312) | typedef PHYSFS_uint32 PHYSFS_uint64; type PHYSFS_sint32 (line 313) | typedef PHYSFS_sint32 PHYSFS_sint64; type PHYSFS_sint64 (line 315) | typedef signed __int64 PHYSFS_sint64; type PHYSFS_uint64 (line 316) | typedef unsigned __int64 PHYSFS_uint64; type PHYSFS_uint64 (line 318) | typedef unsigned long long PHYSFS_uint64; type PHYSFS_sint64 (line 319) | typedef signed long long PHYSFS_sint64; type PHYSFS_File (line 368) | typedef struct PHYSFS_File type PHYSFS_ArchiveInfo (line 405) | typedef struct PHYSFS_ArchiveInfo type PHYSFS_Version (line 428) | typedef struct PHYSFS_Version type PHYSFS_AndroidInit (line 499) | typedef struct PHYSFS_AndroidInit type PHYSFS_Allocator (line 2148) | typedef struct PHYSFS_Allocator type PHYSFS_EnumerateCallbackResult (line 2692) | typedef enum PHYSFS_EnumerateCallbackResult type PHYSFS_EnumerateCallbackResult (line 2726) | typedef PHYSFS_EnumerateCallbackResult (*PHYSFS_EnumerateCallback)(void ... type PHYSFS_FileType (line 2871) | typedef enum PHYSFS_FileType type PHYSFS_Stat (line 2896) | typedef struct PHYSFS_Stat type PHYSFS_Io (line 3084) | typedef struct PHYSFS_Io type PHYSFS_ErrorCode (line 3411) | typedef enum PHYSFS_ErrorCode type PHYSFS_Archiver (line 3661) | typedef struct PHYSFS_Archiver FILE: src/libraries/physfs/physfs_archiver_7z.c type SZIPLookToRead (line 16) | typedef struct type SZIPentry (line 24) | typedef struct type SZIPinfo (line 31) | typedef struct function PHYSFS_ErrorCode (line 39) | static PHYSFS_ErrorCode szipErrorCode(const SRes rc) function SZIP_ISzAlloc_Free (line 68) | static void SZIP_ISzAlloc_Free(void *p, void *address) function SRes (line 85) | static SRes SZIP_ISeekInStream_Read(void *p, void *buf, size_t *size) function SRes (line 102) | static SRes SZIP_ISeekInStream_Seek(void *p, Int64 *pos, ESzSeek origin) function szipInitStream (line 141) | static void szipInitStream(SZIPLookToRead *stream, PHYSFS_Io *io) function szipLoadEntry (line 156) | static int szipLoadEntry(SZIPinfo *info, const PHYSFS_uint32 idx) function szipLoadEntries (line 184) | static int szipLoadEntries(SZIPinfo *info) function SZIP_closeArchive (line 201) | static void SZIP_closeArchive(void *opaque) function PHYSFS_Io (line 256) | static PHYSFS_Io *SZIP_openRead(void *opaque, const char *path) function PHYSFS_Io (line 321) | static PHYSFS_Io *SZIP_openWrite(void *opaque, const char *filename) function PHYSFS_Io (line 327) | static PHYSFS_Io *SZIP_openAppend(void *opaque, const char *filename) function SZIP_remove (line 333) | static int SZIP_remove(void *opaque, const char *name) function SZIP_mkdir (line 339) | static int SZIP_mkdir(void *opaque, const char *name) function PHYSFS_uint64 (line 345) | static inline PHYSFS_uint64 lzmasdkTimeToPhysfsTime(const CNtfsFileTime *t) function SZIP_stat (line 354) | static int SZIP_stat(void *opaque, const char *path, PHYSFS_Stat *stat) function SZIP_global_init (line 396) | void SZIP_global_init(void) FILE: src/libraries/physfs/physfs_archiver_dir.c function PHYSFS_EnumerateCallbackResult (line 74) | static PHYSFS_EnumerateCallbackResult DIR_enumerate(void *opaque, function PHYSFS_Io (line 88) | static PHYSFS_Io *doOpen(void *opaque, const char *name, const int mode) function PHYSFS_Io (line 111) | static PHYSFS_Io *DIR_openRead(void *opaque, const char *filename) function PHYSFS_Io (line 117) | static PHYSFS_Io *DIR_openWrite(void *opaque, const char *filename) function PHYSFS_Io (line 123) | static PHYSFS_Io *DIR_openAppend(void *opaque, const char *filename) function DIR_remove (line 129) | static int DIR_remove(void *opaque, const char *name) function DIR_mkdir (line 142) | static int DIR_mkdir(void *opaque, const char *name) function DIR_closeArchive (line 155) | static void DIR_closeArchive(void *opaque) function DIR_stat (line 161) | static int DIR_stat(void *opaque, const char *name, PHYSFS_Stat *stat) FILE: src/libraries/physfs/physfs_archiver_grp.c function grpLoadEntries (line 32) | static int grpLoadEntries(PHYSFS_Io *io, const PHYSFS_uint32 count, void... FILE: src/libraries/physfs/physfs_archiver_hog.c function readui32 (line 50) | static int readui32(PHYSFS_Io *io, PHYSFS_uint32 *val) function hog1LoadEntries (line 58) | static int hog1LoadEntries(PHYSFS_Io *io, void *arc) function hog2LoadEntries (line 83) | static int hog2LoadEntries(PHYSFS_Io *io, void *arc) FILE: src/libraries/physfs/physfs_archiver_iso9660.c function iso9660AddEntry (line 46) | static int iso9660AddEntry(PHYSFS_Io *io, const int joliet, const int is... function iso9660LoadEntries (line 128) | static int iso9660LoadEntries(PHYSFS_Io *io, const int joliet, function parseVolumeDescriptor (line 228) | static int parseVolumeDescriptor(PHYSFS_Io *io, PHYSFS_uint64 *_rootpos, FILE: src/libraries/physfs/physfs_archiver_mvl.c function mvlLoadEntries (line 35) | static int mvlLoadEntries(PHYSFS_Io *io, const PHYSFS_uint32 count, void... FILE: src/libraries/physfs/physfs_archiver_qpak.c function qpakLoadEntries (line 39) | static int qpakLoadEntries(PHYSFS_Io *io, const PHYSFS_uint32 count, voi... FILE: src/libraries/physfs/physfs_archiver_slb.c function slbLoadEntries (line 23) | static int slbLoadEntries(PHYSFS_Io *io, const PHYSFS_uint32 count, void... FILE: src/libraries/physfs/physfs_archiver_unpacked.c type UNPKinfo (line 19) | typedef struct type UNPKentry (line 25) | typedef struct type UNPKfileinfo (line 34) | typedef struct function UNPK_closeArchive (line 42) | void UNPK_closeArchive(void *opaque) function UNPK_abandonArchive (line 56) | void UNPK_abandonArchive(void *opaque) function PHYSFS_sint64 (line 66) | static PHYSFS_sint64 UNPK_read(PHYSFS_Io *io, void *buffer, PHYSFS_uint6... function PHYSFS_sint64 (line 84) | static PHYSFS_sint64 UNPK_write(PHYSFS_Io *io, const void *b, PHYSFS_uin... function PHYSFS_sint64 (line 90) | static PHYSFS_sint64 UNPK_tell(PHYSFS_Io *io) function UNPK_seek (line 96) | static int UNPK_seek(PHYSFS_Io *io, PHYSFS_uint64 offset) function PHYSFS_sint64 (line 111) | static PHYSFS_sint64 UNPK_length(PHYSFS_Io *io) function PHYSFS_Io (line 118) | static PHYSFS_Io *UNPK_duplicate(PHYSFS_Io *_io) function UNPK_flush (line 143) | static int UNPK_flush(PHYSFS_Io *io) { return 1; /* no write support. */ } function UNPK_destroy (line 145) | static void UNPK_destroy(PHYSFS_Io *io) function UNPKentry (line 168) | static inline UNPKentry *findEntry(UNPKinfo *info, const char *path) function PHYSFS_Io (line 174) | PHYSFS_Io *UNPK_openRead(void *opaque, const char *name) function PHYSFS_Io (line 218) | PHYSFS_Io *UNPK_openWrite(void *opaque, const char *name) function PHYSFS_Io (line 224) | PHYSFS_Io *UNPK_openAppend(void *opaque, const char *name) function UNPK_remove (line 230) | int UNPK_remove(void *opaque, const char *name) function UNPK_mkdir (line 236) | int UNPK_mkdir(void *opaque, const char *name) function UNPK_stat (line 242) | int UNPK_stat(void *opaque, const char *path, PHYSFS_Stat *stat) FILE: src/libraries/physfs/physfs_archiver_vdf.c function readui32 (line 28) | static inline int readui32(PHYSFS_Io *io, PHYSFS_uint32 *val) function PHYSFS_sint64 (line 37) | static PHYSFS_sint64 vdfDosTimeToEpoch(const PHYSFS_uint32 dostime) function vdfLoadEntries (line 53) | static int vdfLoadEntries(PHYSFS_Io *io, const PHYSFS_uint32 count, FILE: src/libraries/physfs/physfs_archiver_wad.c function wadLoadEntries (line 50) | static int wadLoadEntries(PHYSFS_Io *io, const PHYSFS_uint32 count, void... FILE: src/libraries/physfs/physfs_archiver_zip.c type ZipResolveType (line 48) | typedef enum type ZIPentry (line 63) | typedef struct _ZIPentry type ZIPinfo (line 83) | typedef struct type ZIPfileinfo (line 94) | typedef struct function zip_entry_is_tradional_crypto (line 127) | static int zip_entry_is_tradional_crypto(const ZIPentry *entry) function zip_entry_ignore_local_header (line 132) | static int zip_entry_ignore_local_header(const ZIPentry *entry) function PHYSFS_uint32 (line 137) | static PHYSFS_uint32 zip_crypto_crc32(const PHYSFS_uint32 crc, const PHY... function zip_update_crypto_keys (line 146) | static void zip_update_crypto_keys(PHYSFS_uint32 *keys, const PHYSFS_uin... function PHYSFS_uint8 (line 154) | static PHYSFS_uint8 zip_decrypt_byte(const PHYSFS_uint32 *keys) function PHYSFS_sint64 (line 160) | static PHYSFS_sint64 zip_read_decrypt(ZIPfileinfo *finfo, void *buf, PHY... function zip_prep_crypto_keys (line 182) | static int zip_prep_crypto_keys(ZIPfileinfo *finfo, const PHYSFS_uint8 *... function voidpf (line 224) | static voidpf zlibPhysfsAlloc(voidpf opaque, uInt items, uInt size) function zlibPhysfsFree (line 232) | static void zlibPhysfsFree(voidpf opaque, voidpf address) function initializeZStream (line 241) | static void initializeZStream(z_stream *pstr) function PHYSFS_ErrorCode (line 250) | static PHYSFS_ErrorCode zlib_error_code(int rc) function zlib_err (line 266) | static int zlib_err(const int rc) function readui64 (line 275) | static int readui64(PHYSFS_Io *io, PHYSFS_uint64 *val) function readui32 (line 286) | static int readui32(PHYSFS_Io *io, PHYSFS_uint32 *val) function readui16 (line 298) | static int readui16(PHYSFS_Io *io, PHYSFS_uint16 *val) function PHYSFS_sint64 (line 307) | static PHYSFS_sint64 ZIP_read(PHYSFS_Io *_io, void *buf, PHYSFS_uint64 len) function PHYSFS_sint64 (line 368) | static PHYSFS_sint64 ZIP_write(PHYSFS_Io *io, const void *b, PHYSFS_uint... function PHYSFS_sint64 (line 374) | static PHYSFS_sint64 ZIP_tell(PHYSFS_Io *io) function ZIP_seek (line 380) | static int ZIP_seek(PHYSFS_Io *_io, PHYSFS_uint64 offset) function PHYSFS_sint64 (line 441) | static PHYSFS_sint64 ZIP_length(PHYSFS_Io *io) function PHYSFS_Io (line 450) | static PHYSFS_Io *ZIP_duplicate(PHYSFS_Io *io) function ZIP_flush (line 497) | static int ZIP_flush(PHYSFS_Io *io) { return 1; /* no write support. */ } function ZIP_destroy (line 499) | static void ZIP_destroy(PHYSFS_Io *io) function PHYSFS_sint64 (line 530) | static PHYSFS_sint64 zip_find_end_of_central_dir(PHYSFS_Io *io, PHYSFS_s... function isZip (line 617) | static int isZip(PHYSFS_Io *io) function zip_convert_dos_path (line 645) | static void zip_convert_dos_path(const PHYSFS_uint16 entryversion, char ... function zip_expand_symlink_path (line 660) | static void zip_expand_symlink_path(char *path) function ZIPentry (line 719) | static inline ZIPentry *zip_find_entry(ZIPinfo *info, const char *path) function ZIPentry (line 733) | static ZIPentry *zip_follow_symlink(PHYSFS_Io *io, ZIPinfo *info, char *... function zip_resolve_symlink (line 754) | static int zip_resolve_symlink(PHYSFS_Io *io, ZIPinfo *info, ZIPentry *e... function zip_parse_local (line 817) | static int zip_parse_local(PHYSFS_Io *io, ZIPentry *entry) function zip_resolve (line 868) | static int zip_resolve(PHYSFS_Io *io, ZIPinfo *info, ZIPentry *entry) function zip_entry_is_symlink (line 920) | static int zip_entry_is_symlink(const ZIPentry *entry) function zip_version_does_symlinks (line 928) | static int zip_version_does_symlinks(PHYSFS_uint32 version) function zip_has_symlink_attr (line 960) | static inline int zip_has_symlink_attr(const ZIPentry *entry, function PHYSFS_sint64 (line 970) | static PHYSFS_sint64 zip_dos_time_to_physfs_time(PHYSFS_uint32 dostime) function ZIPentry (line 996) | static ZIPentry *zip_load_entry(ZIPinfo *info, const int zip64, function zip_load_entries (line 1157) | static int zip_load_entries(ZIPinfo *info, function PHYSFS_sint64 (line 1180) | static PHYSFS_sint64 zip64_find_end_of_central_dir(PHYSFS_Io *io, function zip64_parse_end_of_central_dir (line 1269) | static int zip64_parse_end_of_central_dir(ZIPinfo *info, function zip_parse_end_of_central_dir (line 1364) | static int zip_parse_end_of_central_dir(ZIPinfo *info, function ZIP_closeArchive (line 1453) | static void ZIP_closeArchive(void *opaque) function PHYSFS_Io (line 1512) | static PHYSFS_Io *zip_get_io(PHYSFS_Io *io, ZIPinfo *inf, ZIPentry *entry) function PHYSFS_Io (line 1539) | static PHYSFS_Io *ZIP_openRead(void *opaque, const char *filename) function PHYSFS_Io (line 1632) | static PHYSFS_Io *ZIP_openWrite(void *opaque, const char *filename) function PHYSFS_Io (line 1638) | static PHYSFS_Io *ZIP_openAppend(void *opaque, const char *filename) function ZIP_remove (line 1644) | static int ZIP_remove(void *opaque, const char *name) function ZIP_mkdir (line 1650) | static int ZIP_mkdir(void *opaque, const char *name) function ZIP_stat (line 1656) | static int ZIP_stat(void *opaque, const char *filename, PHYSFS_Stat *stat) FILE: src/libraries/physfs/physfs_byteorder.c function PHYSFS_uint16 (line 15) | static inline PHYSFS_uint16 PHYSFS_Swap16(PHYSFS_uint16 D) function PHYSFS_uint32 (line 21) | static inline PHYSFS_uint32 PHYSFS_Swap32(PHYSFS_uint32 D) function PHYSFS_uint64 (line 28) | static inline PHYSFS_uint64 PHYSFS_Swap64(PHYSFS_uint64 val) { function PHYSFS_uint16 (line 54) | PHYSFS_uint16 PHYSFS_swapULE16(PHYSFS_uint16 x) { return x; } function PHYSFS_sint16 (line 55) | PHYSFS_sint16 PHYSFS_swapSLE16(PHYSFS_sint16 x) { return x; } function PHYSFS_uint32 (line 56) | PHYSFS_uint32 PHYSFS_swapULE32(PHYSFS_uint32 x) { return x; } function PHYSFS_sint32 (line 57) | PHYSFS_sint32 PHYSFS_swapSLE32(PHYSFS_sint32 x) { return x; } function PHYSFS_uint64 (line 58) | PHYSFS_uint64 PHYSFS_swapULE64(PHYSFS_uint64 x) { return x; } function PHYSFS_sint64 (line 59) | PHYSFS_sint64 PHYSFS_swapSLE64(PHYSFS_sint64 x) { return x; } function PHYSFS_uint16 (line 61) | PHYSFS_uint16 PHYSFS_swapUBE16(PHYSFS_uint16 x) { return PHYSFS_Swap16(x... function PHYSFS_sint16 (line 62) | PHYSFS_sint16 PHYSFS_swapSBE16(PHYSFS_sint16 x) { return PHYSFS_Swap16(x... function PHYSFS_uint32 (line 63) | PHYSFS_uint32 PHYSFS_swapUBE32(PHYSFS_uint32 x) { return PHYSFS_Swap32(x... function PHYSFS_sint32 (line 64) | PHYSFS_sint32 PHYSFS_swapSBE32(PHYSFS_sint32 x) { return PHYSFS_Swap32(x... function PHYSFS_uint64 (line 65) | PHYSFS_uint64 PHYSFS_swapUBE64(PHYSFS_uint64 x) { return PHYSFS_Swap64(x... function PHYSFS_sint64 (line 66) | PHYSFS_sint64 PHYSFS_swapSBE64(PHYSFS_sint64 x) { return PHYSFS_Swap64(x... function PHYSFS_uint16 (line 68) | PHYSFS_uint16 PHYSFS_swapULE16(PHYSFS_uint16 x) { return PHYSFS_Swap16(x... function PHYSFS_sint16 (line 69) | PHYSFS_sint16 PHYSFS_swapSLE16(PHYSFS_sint16 x) { return PHYSFS_Swap16(x... function PHYSFS_uint32 (line 70) | PHYSFS_uint32 PHYSFS_swapULE32(PHYSFS_uint32 x) { return PHYSFS_Swap32(x... function PHYSFS_sint32 (line 71) | PHYSFS_sint32 PHYSFS_swapSLE32(PHYSFS_sint32 x) { return PHYSFS_Swap32(x... function PHYSFS_uint64 (line 72) | PHYSFS_uint64 PHYSFS_swapULE64(PHYSFS_uint64 x) { return PHYSFS_Swap64(x... function PHYSFS_sint64 (line 73) | PHYSFS_sint64 PHYSFS_swapSLE64(PHYSFS_sint64 x) { return PHYSFS_Swap64(x... function PHYSFS_uint16 (line 75) | PHYSFS_uint16 PHYSFS_swapUBE16(PHYSFS_uint16 x) { return x; } function PHYSFS_sint16 (line 76) | PHYSFS_sint16 PHYSFS_swapSBE16(PHYSFS_sint16 x) { return x; } function PHYSFS_uint32 (line 77) | PHYSFS_uint32 PHYSFS_swapUBE32(PHYSFS_uint32 x) { return x; } function PHYSFS_sint32 (line 78) | PHYSFS_sint32 PHYSFS_swapSBE32(PHYSFS_sint32 x) { return x; } function PHYSFS_uint64 (line 79) | PHYSFS_uint64 PHYSFS_swapUBE64(PHYSFS_uint64 x) { return x; } function PHYSFS_sint64 (line 80) | PHYSFS_sint64 PHYSFS_swapSBE64(PHYSFS_sint64 x) { return x; } function readAll (line 83) | static inline int readAll(PHYSFS_File *file, void *val, const size_t len) function writeAll (line 111) | static inline int writeAll(PHYSFS_File *f, const void *val, const size_t... FILE: src/libraries/physfs/physfs_casefolding.h type CaseFoldMapping1_32 (line 28) | typedef struct CaseFoldMapping1_32 type CaseFoldMapping1_16 (line 34) | typedef struct CaseFoldMapping1_16 type CaseFoldMapping2_16 (line 40) | typedef struct CaseFoldMapping2_16 type CaseFoldMapping3_16 (line 47) | typedef struct CaseFoldMapping3_16 type CaseFoldHashBucket1_16 (line 55) | typedef struct CaseFoldHashBucket1_16 type CaseFoldHashBucket1_32 (line 61) | typedef struct CaseFoldHashBucket1_32 type CaseFoldHashBucket2_16 (line 67) | typedef struct CaseFoldHashBucket2_16 type CaseFoldHashBucket3_16 (line 73) | typedef struct CaseFoldHashBucket3_16 FILE: src/libraries/physfs/physfs_internal.h type __PHYSFS_DirTreeEntry (line 409) | typedef struct __PHYSFS_DirTreeEntry type __PHYSFS_DirTree (line 418) | typedef struct __PHYSFS_DirTree FILE: src/libraries/physfs/physfs_lzmasdk.h type SRes (line 53) | typedef int SRes; type WRes (line 57) | typedef unsigned WRes; type WRes (line 59) | typedef int WRes; type Byte (line 66) | typedef unsigned char Byte; type Int16 (line 67) | typedef short Int16; type UInt16 (line 68) | typedef unsigned short UInt16; type Int32 (line 71) | typedef long Int32; type UInt32 (line 72) | typedef unsigned long UInt32; type Int32 (line 74) | typedef int Int32; type UInt32 (line 75) | typedef unsigned int UInt32; type Int64 (line 83) | typedef long Int64; type UInt64 (line 84) | typedef unsigned long UInt64; type __int64 (line 89) | typedef __int64 Int64; type UInt64 (line 90) | typedef unsigned __int64 UInt64; type Int64 (line 93) | typedef long long int Int64; type UInt64 (line 94) | typedef unsigned long long int UInt64; type UInt32 (line 101) | typedef UInt32 SizeT; type SizeT (line 103) | typedef size_t SizeT; type Bool (line 106) | typedef int Bool; type IByteIn (line 139) | typedef struct type IByteOut (line 144) | typedef struct type ISeqInStream (line 149) | typedef struct type ISeqOutStream (line 156) | typedef struct type ESzSeek (line 163) | typedef enum type ISeekInStream (line 170) | typedef struct type ILookInStream (line 176) | typedef struct type CLookToRead (line 198) | typedef struct type CSecToLook (line 210) | typedef struct type CSecToRead (line 216) | typedef struct type ICompressProgress (line 222) | typedef struct type ISzAlloc (line 229) | typedef struct type CSzData (line 273) | typedef struct type CSzCoderInfo (line 281) | typedef struct type CSzBond (line 289) | typedef struct type CSzFolder (line 299) | typedef struct type CNtfsFileTime (line 313) | typedef struct type CSzBitUi32s (line 319) | typedef struct type CSzBitUi64s (line 325) | typedef struct type CSzAr (line 336) | typedef struct type CSzArEx (line 360) | typedef struct type Cx86cpuid (line 675) | typedef struct function EXTERN_C_BEGIN (line 717) | EXTERN_C_BEGIN type CBcj2Dec (line 795) | typedef struct function EXTERN_C_BEGIN (line 836) | EXTERN_C_BEGIN type CLzmaProps (line 937) | typedef struct _CLzmaProps type CLzmaDec (line 959) | typedef struct type ELzmaFinishMode (line 988) | typedef enum type ELzmaStatus (line 1009) | typedef enum function EXTERN_C_BEGIN (line 1102) | EXTERN_C_BEGIN type const (line 1182) | typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size... function UInt32 (line 1190) | static UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) function UInt32 (line 1198) | static UInt32 MY_FAST_CALL CrcUpdateT1(UInt32 v, const void *data, size_... function CrcGenerateTable (line 1208) | static void MY_FAST_CALL CrcGenerateTable() function UInt32 (line 1295) | static UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_... function UInt32 (line 1314) | static UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_... function UInt32 (line 1349) | static UInt32 MY_FAST_CALL CrcUpdateT1_BeT4(UInt32 v, const void *data, ... function UInt32 (line 1370) | static UInt32 MY_FAST_CALL CrcUpdateT1_BeT8(UInt32 v, const void *data, ... function UInt32 (line 1420) | static UInt32 CheckFlag(UInt32 flag) function MyCPUID (line 1472) | static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UI... function Bool (line 1532) | static Bool x86cpuid_CheckAndRead(Cx86cpuid *p) function x86cpuid_GetFirm (line 1547) | static int x86cpuid_GetFirm(const Cx86cpuid *p) function Bool (line 1561) | static Bool CPU_Is_InOrder() function SRes (line 1601) | static SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset) function SRes (line 1607) | static SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t ... function SRes (line 1621) | static SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t s... function SRes (line 1626) | static SRes LookToRead_Look_Lookahead(void *pp, const void **buf, size_t... function SRes (line 1644) | static SRes LookToRead_Look_Exact(void *pp, const void **buf, size_t *size) function SRes (line 1663) | static SRes LookToRead_Skip(void *pp, size_t offset) function SRes (line 1670) | static SRes LookToRead_Read(void *pp, void *buf, size_t *size) function SRes (line 1684) | static SRes LookToRead_Seek(void *pp, Int64 *pos, ESzSeek origin) function LookToRead_CreateVTable (line 1691) | static void LookToRead_CreateVTable(CLookToRead *p, int lookahead) function LookToRead_Init (line 1701) | static void LookToRead_Init(CLookToRead *p) type EIdEnum (line 1734) | enum EIdEnum function SRes (line 1771) | static SRes SzBitUi32s_Alloc(CSzBitUi32s *p, size_t num, ISzAlloc *alloc) function SzBitUi32s_Free (line 1786) | static void SzBitUi32s_Free(CSzBitUi32s *p, ISzAlloc *alloc) function SzBitUi64s_Free (line 1794) | static void SzBitUi64s_Free(CSzBitUi64s *p, ISzAlloc *alloc) function SzAr_Init (line 1801) | static void SzAr_Init(CSzAr *p) function SzAr_Free (line 1818) | static void SzAr_Free(CSzAr *p, ISzAlloc *alloc) function SzArEx_Init (line 1835) | static void SzArEx_Init(CSzArEx *p) function SzArEx_Free (line 1858) | static void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc) function TestSignatureCandidate (line 1880) | static int TestSignatureCandidate(const Byte *testBytes) function MY_NO_INLINE (line 1901) | static MY_NO_INLINE SRes ReadNumber(CSzData *sd, UInt64 *value) function MY_NO_INLINE (line 1939) | static MY_NO_INLINE SRes SzReadNumber32(CSzData *sd, UInt32 *value) function SRes (line 1964) | static SRes SkipData(CSzData *sd) function SRes (line 1974) | static SRes WaitId(CSzData *sd, UInt32 id) function SRes (line 1988) | static SRes RememberBitVector(CSzData *sd, UInt32 numItems, const Byte **v) function UInt32 (line 1998) | static UInt32 CountDefinedBits(const Byte *bits, UInt32 numItems) function MY_NO_INLINE (line 2016) | static MY_NO_INLINE SRes ReadBitVector(CSzData *sd, UInt32 numItems, Byt... function MY_NO_INLINE (line 2044) | static MY_NO_INLINE SRes ReadUi32s(CSzData *sd2, UInt32 numItems, CSzBit... function SRes (line 2065) | static SRes ReadBitUi32s(CSzData *sd, UInt32 numItems, CSzBitUi32s *crcs... function SRes (line 2072) | static SRes SkipBitUi32s(CSzData *sd, UInt32 numItems) function SRes (line 2091) | static SRes ReadPackInfo(CSzAr *p, CSzData *sd, ISzAlloc *alloc) function SRes (line 2140) | static SRes SzGetNextFolderItem(CSzFolder *f, CSzData *sd) function MY_NO_INLINE (line 2307) | static MY_NO_INLINE SRes SkipNumbers(CSzData *sd2, UInt32 num) function SRes (line 2342) | static SRes ReadUnpackInfo(CSzAr *p, function UInt64 (line 2551) | static UInt64 SzAr_GetFolderUnpackSize(const CSzAr *p, UInt32 folderIndex) type CSubStreamInfo (line 2557) | typedef struct function SRes (line 2567) | static SRes ReadSubStreamsInfo(CSzAr *p, CSzData *sd, CSubStreamInfo *ssi) function SRes (line 2640) | static SRes SzReadStreamsInfo(CSzAr *p, function SRes (line 2680) | static SRes SzReadAndDecodePackedStreams( function SRes (line 2727) | static SRes SzReadFileNames(const Byte *data, size_t size, UInt32 numFil... function MY_NO_INLINE (line 2756) | static MY_NO_INLINE SRes ReadTime(CSzBitUi64s *p, UInt32 num, function SRes (line 2807) | static SRes SzReadHeader2( function SRes (line 3184) | static SRes SzReadHeader( function SRes (line 3214) | static SRes SzArEx_Open2( function SRes (line 3338) | static SRes SzArEx_Open(CSzArEx *p, ILookInStream *inStream, function SRes (line 3348) | static SRes SzArEx_Extract( function SzArEx_GetFileNameUtf16 (line 3425) | static size_t SzArEx_GetFileNameUtf16(const CSzArEx *p, size_t fileIndex... function Buf_Init (line 3495) | static void Buf_Init(CBuf *p) function Buf_Create (line 3501) | static int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) function Buf_Free (line 3518) | static void Buf_Free(CBuf *p, ISzAlloc *alloc) type CByteInToLook (line 3566) | typedef struct function Byte (line 3578) | static Byte ReadByte(void *pp) function SRes (line 3599) | static SRes SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 i... function SRes (line 3660) | static SRes SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 i... function SRes (line 3720) | static SRes SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 ... function SRes (line 3779) | static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *o... function Bool (line 3798) | static Bool IS_MAIN_METHOD(UInt32 m) function Bool (line 3815) | static Bool IS_SUPPORTED_CODER(const CSzCoderInfo *c) function SRes (line 3825) | static SRes CheckSupportedFolder(const CSzFolder *f) function SRes (line 3896) | static SRes SzFolder_Decode2(const CSzFolder *folder, function SRes (line 4075) | static SRes SzAr_DecodeFolder(const CSzAr *p, UInt32 folderIndex, function Bcj2Dec_Init (line 4140) | static void Bcj2Dec_Init(CBcj2Dec *p) function SRes (line 4153) | static SRes Bcj2Dec_Decode(CBcj2Dec *p) function SizeT (line 4391) | static SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 4418) | static SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 4454) | static SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 4484) | static SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 4531) | static SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *stat... function SizeT (line 4622) | static SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function Delta_Init (line 4687) | static void Delta_Init(Byte *state) function MyMemCpy (line 4694) | static void MyMemCpy(Byte *dest, const Byte *src, unsigned size) function Delta_Decode (line 4701) | static void Delta_Decode(Byte *state, unsigned delta, Byte *data, SizeT ... function LzmaDec_DecodeReal (line 4863) | static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, con... function LzmaDec_WriteRem (line 5238) | static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) function LzmaDec_DecodeReal2 (line 5266) | static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, co... type ELzmaDummy (line 5293) | typedef enum function ELzmaDummy (line 5301) | static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, S... function IF_BIT_0_CHECK (line 5414) | IF_BIT_0_CHECK(probLen) function IF_BIT_0_CHECK (line 5425) | IF_BIT_0_CHECK(probLen) function LzmaDec_InitDicAndState (line 5492) | static void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool init... function LzmaDec_Init (line 5508) | static void LzmaDec_Init(CLzmaDec *p) function LzmaDec_InitStateReal (line 5514) | static void LzmaDec_InitStateReal(CLzmaDec *p) function SRes (line 5526) | static SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte ... function LzmaDec_FreeProbs (line 5661) | static void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) function SRes (line 5667) | static SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned s... function SRes (line 5693) | static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNe... function SRes (line 5707) | static SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsign... type ELzma2State (line 5766) | typedef enum function SRes (line 5780) | static SRes Lzma2Dec_GetOldProps(Byte prop, Byte *props) function SRes (line 5794) | static SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *al... function Lzma2Dec_Init (line 5801) | static void Lzma2Dec_Init(CLzma2Dec *p) function ELzma2State (line 5810) | static ELzma2State Lzma2Dec_UpdateState(CLzma2Dec *p, Byte b) function LzmaDec_UpdateWithUncompressed (line 5871) | static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src,... function SRes (line 5882) | static SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, FILE: src/libraries/physfs/physfs_miniz.h type PHYSFS_uint8 (line 11) | typedef PHYSFS_uint8 mz_uint8; type PHYSFS_sint16 (line 12) | typedef PHYSFS_sint16 mz_int16; type PHYSFS_uint16 (line 13) | typedef PHYSFS_uint16 mz_uint16; type PHYSFS_uint32 (line 14) | typedef PHYSFS_uint32 mz_uint32; type mz_uint (line 15) | typedef unsigned int mz_uint; type PHYSFS_uint64 (line 16) | typedef PHYSFS_uint64 mz_uint64; type mz_ulong (line 19) | typedef unsigned long mz_ulong; type tinfl_decompressor_tag (line 55) | struct tinfl_decompressor_tag type tinfl_decompressor (line 55) | typedef struct tinfl_decompressor_tag tinfl_decompressor; type tinfl_status (line 61) | typedef enum type tinfl_huff_table (line 86) | typedef struct type mz_uint64 (line 97) | typedef mz_uint64 tinfl_bit_buf_t; type mz_uint32 (line 100) | typedef mz_uint32 tinfl_bit_buf_t; type tinfl_decompressor_tag (line 104) | struct tinfl_decompressor_tag function tinfl_status (line 205) | static tinfl_status tinfl_decompress(tinfl_decompressor *r, const mz_uin... type mz_internal_state (line 492) | struct mz_internal_state type mz_stream (line 495) | typedef struct mz_stream_s type mz_stream (line 517) | typedef mz_stream *mz_streamp; type inflate_state (line 520) | typedef struct function mz_inflateInit2 (line 528) | static int mz_inflateInit2(mz_streamp pStream, int window_bits) function mz_inflate (line 559) | static int mz_inflate(mz_streamp pStream, int flush) function mz_inflateEnd (line 650) | static int mz_inflateEnd(mz_streamp pStream) FILE: src/libraries/physfs/physfs_platform_android.c function __PHYSFS_platformInit (line 21) | int __PHYSFS_platformInit(void) function __PHYSFS_platformDeinit (line 27) | void __PHYSFS_platformDeinit(void) function __PHYSFS_platformDetectAvailableCDs (line 37) | void __PHYSFS_platformDetectAvailableCDs(PHYSFS_StringCallback cb, void ... FILE: src/libraries/physfs/physfs_platform_haiku.cpp function __PHYSFS_platformInit (line 29) | int __PHYSFS_platformInit(void) function __PHYSFS_platformDeinit (line 35) | void __PHYSFS_platformDeinit(void) function tryDir (line 78) | static void tryDir(const char *d, PHYSFS_StringCallback callback, void *... function __PHYSFS_platformDetectAvailableCDs (line 128) | void __PHYSFS_platformDetectAvailableCDs(PHYSFS_StringCallback cb, void ... function team_id (line 134) | static team_id getTeamID(void) FILE: src/libraries/physfs/physfs_platform_os2.c function PHYSFS_ErrorCode (line 40) | static PHYSFS_ErrorCode errcodeFromAPIRET(const APIRET rc) function prepUnicodeSupport (line 264) | static void prepUnicodeSupport(void) function __PHYSFS_platformInit (line 295) | int __PHYSFS_platformInit(void) function __PHYSFS_platformDeinit (line 302) | void __PHYSFS_platformDeinit(void) function discIsInserted (line 314) | static int discIsInserted(ULONG drive) function isCdRomDrive (line 328) | static int isCdRomDrive(ULONG drive) function __PHYSFS_platformDetectAvailableCDs (line 356) | void __PHYSFS_platformDetectAvailableCDs(PHYSFS_StringCallback cb, void ... function PHYSFS_EnumerateCallbackResult (line 421) | PHYSFS_EnumerateCallbackResult __PHYSFS_platformEnumerate(const char *di... function __PHYSFS_platformMkDir (line 533) | int __PHYSFS_platformMkDir(const char *filename) function HFILE (line 545) | static HFILE openFile(const char *filename, const ULONG flags, const ULO... function PHYSFS_sint64 (line 613) | PHYSFS_sint64 __PHYSFS_platformRead(void *opaque, void *buf, PHYSFS_uint... function PHYSFS_sint64 (line 624) | PHYSFS_sint64 __PHYSFS_platformWrite(void *opaque, const void *buf, function __PHYSFS_platformSeek (line 636) | int __PHYSFS_platformSeek(void *opaque, PHYSFS_uint64 pos) function PHYSFS_sint64 (line 651) | PHYSFS_sint64 __PHYSFS_platformTell(void *opaque) function PHYSFS_sint64 (line 661) | PHYSFS_sint64 __PHYSFS_platformFileLength(void *opaque) function __PHYSFS_platformFlush (line 671) | int __PHYSFS_platformFlush(void *opaque) function __PHYSFS_platformClose (line 679) | void __PHYSFS_platformClose(void *opaque) function __PHYSFS_platformDelete (line 685) | int __PHYSFS_platformDelete(const char *path) function PHYSFS_sint64 (line 706) | PHYSFS_sint64 os2TimeToUnixTime(const FDATE *date, const FTIME *time) function __PHYSFS_platformStat (line 724) | int __PHYSFS_platformStat(const char *filename, PHYSFS_Stat *stat, const... function __PHYSFS_platformDestroyMutex (line 792) | void __PHYSFS_platformDestroyMutex(void *mutex) function __PHYSFS_platformGrabMutex (line 798) | int __PHYSFS_platformGrabMutex(void *mutex) function __PHYSFS_platformReleaseMutex (line 805) | void __PHYSFS_platformReleaseMutex(void *mutex) FILE: src/libraries/physfs/physfs_platform_posix.c function PHYSFS_ErrorCode (line 27) | static PHYSFS_ErrorCode errcodeFromErrnoError(const int err) function PHYSFS_ErrorCode (line 53) | static inline PHYSFS_ErrorCode errcodeFromErrno(void) type passwd (line 62) | struct passwd type stat (line 94) | struct stat function PHYSFS_EnumerateCallbackResult (line 119) | PHYSFS_EnumerateCallbackResult __PHYSFS_platformEnumerate(const char *di... function __PHYSFS_platformMkDir (line 150) | int __PHYSFS_platformMkDir(const char *path) function set_CLOEXEC (line 159) | static inline void set_CLOEXEC(int fildes) function PHYSFS_sint64 (line 233) | PHYSFS_sint64 __PHYSFS_platformRead(void *opaque, void *buffer, function PHYSFS_sint64 (line 252) | PHYSFS_sint64 __PHYSFS_platformWrite(void *opaque, const void *buffer, function __PHYSFS_platformSeek (line 271) | int __PHYSFS_platformSeek(void *opaque, PHYSFS_uint64 pos) function PHYSFS_sint64 (line 280) | PHYSFS_sint64 __PHYSFS_platformTell(void *opaque) function PHYSFS_sint64 (line 290) | PHYSFS_sint64 __PHYSFS_platformFileLength(void *opaque) function __PHYSFS_platformFlush (line 299) | int __PHYSFS_platformFlush(void *opaque) function __PHYSFS_platformClose (line 313) | void __PHYSFS_platformClose(void *opaque) function __PHYSFS_platformDelete (line 324) | int __PHYSFS_platformDelete(const char *path) function __PHYSFS_platformStat (line 331) | int __PHYSFS_platformStat(const char *fname, PHYSFS_Stat *st, const int ... type PthreadMutex (line 370) | typedef struct function __PHYSFS_platformDestroyMutex (line 402) | void __PHYSFS_platformDestroyMutex(void *mutex) function __PHYSFS_platformGrabMutex (line 415) | int __PHYSFS_platformGrabMutex(void *mutex) function __PHYSFS_platformReleaseMutex (line 431) | void __PHYSFS_platformReleaseMutex(void *mutex) FILE: src/libraries/physfs/physfs_platform_qnx.c function __PHYSFS_platformInit (line 23) | int __PHYSFS_platformInit(void) function __PHYSFS_platformDeinit (line 29) | void __PHYSFS_platformDeinit(void) function checkPathForCD (line 98) | static void checkPathForCD(const char *path, PHYSFS_StringCallback cb, v... function checkDevForCD (line 130) | static void checkDevForCD(const char *dev, PHYSFS_StringCallback cb, voi... function __PHYSFS_platformDetectAvailableCDs (line 152) | void __PHYSFS_platformDetectAvailableCDs(PHYSFS_StringCallback cb, void ... FILE: src/libraries/physfs/physfs_platform_unix.c function __PHYSFS_platformInit (line 63) | int __PHYSFS_platformInit(void) function __PHYSFS_platformDeinit (line 69) | void __PHYSFS_platformDeinit(void) function __PHYSFS_platformDetectAvailableCDs (line 75) | void __PHYSFS_platformDetectAvailableCDs(PHYSFS_StringCallback cb, void ... FILE: src/libraries/physfs/physfs_platform_windows.c function PHYSFS_uint64 (line 72) | static PHYSFS_uint64 wStrLen(const WCHAR *wstr) function HANDLE (line 102) | static inline HANDLE winFindFirstFileW(const WCHAR *path, LPWIN32_FIND_D... function BOOL (line 112) | static inline BOOL winInitializeCriticalSection(LPCRITICAL_SECTION lpcs) function HANDLE (line 122) | static inline HANDLE winCreateFileW(const WCHAR *wfname, const DWORD mode, function BOOL (line 134) | static BOOL winSetFilePointer(HANDLE h, const PHYSFS_sint64 pos, function PHYSFS_sint64 (line 159) | static PHYSFS_sint64 winGetFileSize(HANDLE h) function PHYSFS_ErrorCode (line 176) | static PHYSFS_ErrorCode errcodeFromWinApiError(const DWORD err) function PHYSFS_ErrorCode (line 225) | static inline PHYSFS_ErrorCode errcodeFromWinApi(void) type LPDWORD (line 239) | typedef BOOL (WINAPI *fnSTEM)(DWORD, LPDWORD b); function DWORD (line 241) | static DWORD pollDiscDrives(void) function LRESULT (line 284) | static LRESULT CALLBACK detectCDWndProc(HWND hwnd, UINT msg, function DWORD (line 310) | static DWORD WINAPI detectCDThread(LPVOID arg) function detectAvailableCDs (line 365) | static void detectAvailableCDs(PHYSFS_StringCallback cb, void *data) function deinitCDThread (line 405) | static void deinitCDThread(void) function __PHYSFS_platformDetectAvailableCDs (line 419) | void __PHYSFS_platformDetectAvailableCDs(PHYSFS_StringCallback cb, void ... type LPWSTR (line 553) | typedef BOOL (WINAPI *fnGetUserProfDirW)(HANDLE, LPWSTR, LPDWORD); function __PHYSFS_platformInit (line 616) | int __PHYSFS_platformInit(void) function __PHYSFS_platformDeinit (line 622) | void __PHYSFS_platformDeinit(void) function PHYSFS_EnumerateCallbackResult (line 634) | PHYSFS_EnumerateCallbackResult __PHYSFS_platformEnumerate(const char *di... function __PHYSFS_platformMkDir (line 699) | int __PHYSFS_platformMkDir(const char *path) function HANDLE (line 711) | static HANDLE doOpen(const char *fname, DWORD mode, DWORD creation) function PHYSFS_sint64 (line 759) | PHYSFS_sint64 __PHYSFS_platformRead(void *opaque, void *buf, PHYSFS_uint... function PHYSFS_sint64 (line 783) | PHYSFS_sint64 __PHYSFS_platformWrite(void *opaque, const void *buffer, function __PHYSFS_platformSeek (line 808) | int __PHYSFS_platformSeek(void *opaque, PHYSFS_uint64 pos) function PHYSFS_sint64 (line 817) | PHYSFS_sint64 __PHYSFS_platformTell(void *opaque) function PHYSFS_sint64 (line 826) | PHYSFS_sint64 __PHYSFS_platformFileLength(void *opaque) function __PHYSFS_platformFlush (line 835) | int __PHYSFS_platformFlush(void *opaque) function __PHYSFS_platformClose (line 843) | void __PHYSFS_platformClose(void *opaque) function doPlatformDelete (line 850) | static int doPlatformDelete(LPWSTR wpath) function __PHYSFS_platformDelete (line 865) | int __PHYSFS_platformDelete(const char *path) function __PHYSFS_platformDestroyMutex (line 893) | void __PHYSFS_platformDestroyMutex(void *mutex) function __PHYSFS_platformGrabMutex (line 900) | int __PHYSFS_platformGrabMutex(void *mutex) function __PHYSFS_platformReleaseMutex (line 907) | void __PHYSFS_platformReleaseMutex(void *mutex) function PHYSFS_sint64 (line 913) | static PHYSFS_sint64 FileTimeToPhysfsTime(const FILETIME *ft) function isSymlink (line 954) | static int isSymlink(const WCHAR *wpath, const DWORD attr) function __PHYSFS_platformStat (line 971) | int __PHYSFS_platformStat(const char *filename, PHYSFS_Stat *st, const i... FILE: src/libraries/physfs/physfs_unicode.c function PHYSFS_uint32 (line 38) | PHYSFS_uint32 __PHYSFS_utf8codepoint(const char **_str) function PHYSFS_uint32 (line 193) | static inline PHYSFS_uint32 utf8codepoint(const char **_str) function PHYSFS_uint32 (line 198) | static PHYSFS_uint32 utf16codepoint(const PHYSFS_uint16 **_str) function PHYSFS_uint32 (line 226) | static PHYSFS_uint32 utf32codepoint(const PHYSFS_uint32 **_str) function PHYSFS_utf8ToUcs4 (line 241) | void PHYSFS_utf8ToUcs4(const char *src, PHYSFS_uint32 *dst, PHYSFS_uint6... function PHYSFS_utf8ToUcs2 (line 259) | void PHYSFS_utf8ToUcs2(const char *src, PHYSFS_uint16 *dst, PHYSFS_uint6... function PHYSFS_utf8ToUtf16 (line 281) | void PHYSFS_utf8ToUtf16(const char *src, PHYSFS_uint16 *dst, PHYSFS_uint... function utf8fromcodepoint (line 312) | static void utf8fromcodepoint(PHYSFS_uint32 cp, char **_dst, PHYSFS_uint... function PHYSFS_utf8FromUcs4 (line 401) | void PHYSFS_utf8FromUcs4(const PHYSFS_uint32 *src, char *dst, PHYSFS_uin... function PHYSFS_utf8FromUcs2 (line 406) | void PHYSFS_utf8FromUcs2(const PHYSFS_uint16 *src, char *dst, PHYSFS_uin... function PHYSFS_utf8FromLatin1 (line 412) | void PHYSFS_utf8FromLatin1(const char *src, char *dst, PHYSFS_uint64 len) function PHYSFS_utf8FromUtf16 (line 420) | void PHYSFS_utf8FromUtf16(const PHYSFS_uint16 *src, char *dst, PHYSFS_ui... function PHYSFS_caseFold (line 438) | int PHYSFS_caseFold(const PHYSFS_uint32 from, PHYSFS_uint32 *to) function PHYSFS_utf8stricmp (line 554) | int PHYSFS_utf8stricmp(const char *str1, const char *str2) function PHYSFS_utf16stricmp (line 559) | int PHYSFS_utf16stricmp(const PHYSFS_uint16 *str1, const PHYSFS_uint16 *... function PHYSFS_ucs4stricmp (line 564) | int PHYSFS_ucs4stricmp(const PHYSFS_uint32 *str1, const PHYSFS_uint32 *s... FILE: src/libraries/spirv_cross/GLSL.std.450.h type GLSLstd450 (line 16) | enum GLSLstd450 { FILE: src/libraries/spirv_cross/include/spirv_cross/barrier.hpp type spirv_cross (line 24) | namespace spirv_cross class Barrier (line 26) | class Barrier method Barrier (line 29) | Barrier() method set_release_divisor (line 35) | void set_release_divisor(unsigned divisor) method memoryBarrier (line 40) | static inline void memoryBarrier() method reset_counter (line 45) | void reset_counter() method wait (line 51) | void wait() FILE: src/libraries/spirv_cross/include/spirv_cross/external_interface.h type spirv_cross_shader_t (line 27) | typedef struct spirv_cross_shader spirv_cross_shader_t; type spirv_cross_interface (line 29) | struct spirv_cross_interface type spirv_cross_interface (line 46) | struct spirv_cross_interface type spirv_cross_builtin (line 48) | typedef enum spirv_cross_builtin { type spirv_cross_format (line 64) | enum spirv_cross_format type spirv_cross_wrap (line 74) | enum spirv_cross_wrap type spirv_cross_filter (line 82) | enum spirv_cross_filter type spirv_cross_mipfilter (line 90) | enum spirv_cross_mipfilter type spirv_cross_miplevel (line 99) | struct spirv_cross_miplevel type spirv_cross_sampler_info (line 106) | struct spirv_cross_sampler_info type spirv_cross_sampler_2d_t (line 119) | typedef struct spirv_cross_sampler_2d spirv_cross_sampler_2d_t; type spirv_cross_sampler_info (line 120) | struct spirv_cross_sampler_info FILE: src/libraries/spirv_cross/include/spirv_cross/image.hpp type spirv_cross (line 31) | namespace spirv_cross type image2DBase (line 34) | struct image2DBase method T (line 37) | inline virtual T load(glm::ivec2 coord) const method store (line 41) | inline virtual void store(glm::ivec2 coord, const T &v) function T (line 51) | inline T imageLoad(const image2DBase &image, glm::ivec2 coord) function imageStore (line 57) | void imageStore(image2DBase &image, glm::ivec2 coord, const T &value) FILE: src/libraries/spirv_cross/include/spirv_cross/internal_interface.hpp type internal (line 41) | namespace internal type Interface (line 48) | struct Interface method Interface (line 56) | Interface() method T (line 60) | T &get() type Interface (line 71) | struct Interface method Interface (line 79) | Interface() method T (line 83) | T *get() type PointerInterface (line 94) | struct PointerInterface method PointerInterface (line 106) | PointerInterface() method T (line 111) | T &get() type DereferenceAdaptor (line 122) | struct DereferenceAdaptor method DereferenceAdaptor (line 124) | DereferenceAdaptor(T **ptr) method T (line 128) | T &operator[](unsigned index) const type PointerInterface (line 138) | struct PointerInterface method PointerInterface (line 149) | PointerInterface() method get (line 154) | DereferenceAdaptor get() type Resource (line 166) | struct Resource : PointerInterface type UniformConstant (line 172) | struct UniformConstant : Interface type StageInput (line 176) | struct StageInput : Interface type StageOutput (line 180) | struct StageOutput : Interface type PushConstant (line 184) | struct PushConstant : Interface type spirv_cross_shader (line 189) | struct spirv_cross_shader type PPSize (line 191) | struct PPSize method PPSize (line 193) | PPSize() type PPSizeResource (line 202) | struct PPSizeResource method PPSizeResource (line 204) | PPSizeResource() method register_builtin (line 223) | void register_builtin(spirv_cross_builtin builtin, const U &value) method set_builtin (line 231) | void set_builtin(spirv_cross_builtin builtin, void *data, size_t size) method register_resource (line 240) | void register_resource(const internal::Resource &value, unsigned se... method register_stage_input (line 252) | void register_stage_input(const internal::StageInput &value, unsign... method register_stage_output (line 262) | void register_stage_output(const internal::StageOutput &value, unsi... method register_uniform_constant (line 272) | void register_uniform_constant(const internal::UniformConstant &val... method register_push_constant (line 282) | void register_push_constant(const internal::PushConstant &value) method set_stage_input (line 290) | void set_stage_input(unsigned location, void *data, size_t size) method set_stage_output (line 299) | void set_stage_output(unsigned location, void *data, size_t size) method set_uniform_constant (line 308) | void set_uniform_constant(unsigned location, void *data, size_t size) method set_push_constant (line 317) | void set_push_constant(void *data, size_t size) method set_resource (line 325) | void set_resource(unsigned set, unsigned binding, void **data, size_t ... type spirv_cross (line 340) | namespace spirv_cross type BaseShader (line 343) | struct BaseShader : spirv_cross_shader method invoke (line 345) | void invoke() type FragmentResources (line 351) | struct FragmentResources method init (line 354) | void init(spirv_cross_shader &s) type FragmentShader (line 362) | struct FragmentShader : BaseShader> method main (line 364) | inline void main() method FragmentShader (line 369) | FragmentShader() type VertexResources (line 379) | struct VertexResources method init (line 382) | void init(spirv_cross_shader &s) type VertexShader (line 390) | struct VertexShader : BaseShader> method main (line 392) | inline void main() method VertexShader (line 397) | VertexShader() type TessEvaluationResources (line 407) | struct TessEvaluationResources method init (line 409) | inline void init(spirv_cross_shader &) type TessEvaluationShader (line 415) | struct TessEvaluationShader : BaseShader> method main (line 417) | inline void main() method TessEvaluationShader (line 422) | TessEvaluationShader() type TessControlResources (line 432) | struct TessControlResources method init (line 434) | inline void init(spirv_cross_shader &) type TessControlShader (line 440) | struct TessControlShader : BaseShader> method main (line 442) | inline void main() method TessControlShader (line 447) | TessControlShader() type GeometryResources (line 457) | struct GeometryResources method init (line 459) | inline void init(spirv_cross_shader &) type GeometryShader (line 465) | struct GeometryShader : BaseShader> method main (line 467) | inline void main() method GeometryShader (line 472) | GeometryShader() type ComputeResources (line 482) | struct ComputeResources method init (line 486) | void init(spirv_cross_shader &s) type ComputePrivateResources (line 498) | struct ComputePrivateResources type ComputeShader (line 509) | struct ComputeShader : BaseShader &samp, const glm::vec2 &uv, fl... FILE: src/libraries/spirv_cross/include/spirv_cross/thread_group.hpp type spirv_cross (line 25) | namespace spirv_cross class ThreadGroup (line 28) | class ThreadGroup method ThreadGroup (line 31) | ThreadGroup(T *impl) method run (line 37) | void run() method wait (line 43) | void wait() type Thread (line 50) | struct Thread type State (line 52) | enum State method start (line 60) | void start(T *impl) method wait (line 81) | void wait() method run (line 87) | void run() FILE: src/libraries/spirv_cross/spirv.hpp type spv (line 50) | namespace spv { type SourceLanguage (line 63) | enum SourceLanguage { type ExecutionModel (line 75) | enum ExecutionModel { type AddressingModel (line 102) | enum AddressingModel { type MemoryModel (line 111) | enum MemoryModel { type ExecutionMode (line 120) | enum ExecutionMode { type StorageClass (line 202) | enum StorageClass { type Dim (line 237) | enum Dim { type SamplerAddressingMode (line 248) | enum SamplerAddressingMode { type SamplerFilterMode (line 257) | enum SamplerFilterMode { type ImageFormat (line 263) | enum ImageFormat { type ImageChannelOrder (line 309) | enum ImageChannelOrder { type ImageChannelDataType (line 333) | enum ImageChannelDataType { type ImageOperandsShift (line 354) | enum ImageOperandsShift { type ImageOperandsMask (line 378) | enum ImageOperandsMask { type FPFastMathModeShift (line 402) | enum FPFastMathModeShift { type FPFastMathModeMask (line 413) | enum FPFastMathModeMask { type FPRoundingMode (line 424) | enum FPRoundingMode { type LinkageType (line 432) | enum LinkageType { type AccessQualifier (line 439) | enum AccessQualifier { type FunctionParameterAttribute (line 446) | enum FunctionParameterAttribute { type Decoration (line 458) | enum Decoration { type BuiltIn (line 574) | enum BuiltIn { type SelectionControlShift (line 704) | enum SelectionControlShift { type SelectionControlMask (line 710) | enum SelectionControlMask { type LoopControlShift (line 716) | enum LoopControlShift { type LoopControlMask (line 737) | enum LoopControlMask { type FunctionControlShift (line 758) | enum FunctionControlShift { type FunctionControlMask (line 767) | enum FunctionControlMask { type MemorySemanticsShift (line 776) | enum MemorySemanticsShift { type MemorySemanticsMask (line 797) | enum MemorySemanticsMask { type MemoryAccessShift (line 818) | enum MemoryAccessShift { type MemoryAccessMask (line 833) | enum MemoryAccessMask { type Scope (line 848) | enum Scope { type GroupOperation (line 860) | enum GroupOperation { type KernelEnqueueFlags (line 871) | enum KernelEnqueueFlags { type KernelProfilingInfoShift (line 878) | enum KernelProfilingInfoShift { type KernelProfilingInfoMask (line 883) | enum KernelProfilingInfoMask { type Capability (line 888) | enum Capability { type RayFlagsShift (line 1117) | enum RayFlagsShift { type RayFlagsMask (line 1131) | enum RayFlagsMask { type RayQueryIntersection (line 1145) | enum RayQueryIntersection { type RayQueryCommittedIntersectionType (line 1151) | enum RayQueryCommittedIntersectionType { type RayQueryCandidateIntersectionType (line 1158) | enum RayQueryCandidateIntersectionType { type FragmentShadingRateShift (line 1164) | enum FragmentShadingRateShift { type FragmentShadingRateMask (line 1172) | enum FragmentShadingRateMask { type FPDenormMode (line 1180) | enum FPDenormMode { type FPOperationMode (line 1186) | enum FPOperationMode { type QuantizationModes (line 1192) | enum QuantizationModes { type OverflowModes (line 1204) | enum OverflowModes { type PackedVectorFormat (line 1212) | enum PackedVectorFormat { type Op (line 1218) | enum Op { function HasResultAndType (line 1896) | inline void HasResultAndType(Op opcode, bool *hasResult, bool *hasResu... function ImageOperandsMask (line 2565) | inline ImageOperandsMask operator|(ImageOperandsMask a, ImageOperandsM... function FPFastMathModeMask (line 2566) | inline FPFastMathModeMask operator|(FPFastMathModeMask a, FPFastMathMo... function SelectionControlMask (line 2567) | inline SelectionControlMask operator|(SelectionControlMask a, Selectio... function LoopControlMask (line 2568) | inline LoopControlMask operator|(LoopControlMask a, LoopControlMask b)... function FunctionControlMask (line 2569) | inline FunctionControlMask operator|(FunctionControlMask a, FunctionCo... function MemorySemanticsMask (line 2570) | inline MemorySemanticsMask operator|(MemorySemanticsMask a, MemorySema... function MemoryAccessMask (line 2571) | inline MemoryAccessMask operator|(MemoryAccessMask a, MemoryAccessMask... function KernelProfilingInfoMask (line 2572) | inline KernelProfilingInfoMask operator|(KernelProfilingInfoMask a, Ke... function RayFlagsMask (line 2573) | inline RayFlagsMask operator|(RayFlagsMask a, RayFlagsMask b) { return... function FragmentShadingRateMask (line 2574) | inline FragmentShadingRateMask operator|(FragmentShadingRateMask a, Fr... FILE: src/libraries/spirv_cross/spirv_cfg.cpp type SPIRV_CROSS_NAMESPACE (line 31) | namespace SPIRV_CROSS_NAMESPACE FILE: src/libraries/spirv_cross/spirv_cfg.hpp type SPIRV_CROSS_NAMESPACE (line 30) | namespace SPIRV_CROSS_NAMESPACE class Compiler (line 32) | class Compiler class CFG (line 33) | class CFG method Compiler (line 38) | Compiler &get_compiler() method Compiler (line 43) | const Compiler &get_compiler() const method SPIRFunction (line 48) | const SPIRFunction &get_function() const method get_immediate_dominator (line 53) | uint32_t get_immediate_dominator(uint32_t block) const method is_reachable (line 62) | bool is_reachable(uint32_t block) const method get_visit_order (line 67) | uint32_t get_visit_order(uint32_t block) const method walk_from (line 97) | void walk_from(std::unordered_set &seen_blocks, uint32_t b... type VisitOrder (line 115) | struct VisitOrder class DominatorBuilder (line 149) | class DominatorBuilder method get_dominator (line 155) | uint32_t get_dominator() const FILE: src/libraries/spirv_cross/spirv_common.hpp type inner (line 54) | namespace inner function join_helper (line 57) | void join_helper(StringStream<> &stream, T &&t) function join_helper (line 63) | void join_helper(StringStream<> &stream, T &&t, Ts &&... ts) class Bitset (line 70) | class Bitset method Bitset (line 73) | Bitset() = default; method Bitset (line 74) | explicit inline Bitset(uint64_t lower_) method get (line 79) | inline bool get(uint32_t bit) const method set (line 87) | inline void set(uint32_t bit) method clear (line 95) | inline void clear(uint32_t bit) method get_lower (line 103) | inline uint64_t get_lower() const method reset (line 108) | inline void reset() method merge_and (line 114) | inline void merge_and(const Bitset &other) method merge_or (line 124) | inline void merge_or(const Bitset &other) method for_each_bit (line 152) | void for_each_bit(const Op &op) const method empty (line 176) | inline bool empty() const function join (line 191) | std::string join(Ts &&... ts) function merge (line 198) | inline std::string merge(const SmallVector &list, const cha... function convert_to_string (line 213) | inline std::string convert_to_string(const T &t) function convert_to_string (line 218) | static inline std::string convert_to_string(int32_t value) function convert_to_string (line 229) | static inline std::string convert_to_string(int64_t value, const std::st... function fixup_radix_point (line 255) | static inline void fixup_radix_point(char *str, char radix_point) function convert_to_string (line 270) | inline std::string convert_to_string(float t, char locale_radix_point) function convert_to_string (line 284) | inline std::string convert_to_string(double t, char locale_radix_point) class FloatFormatter (line 304) | class FloatFormatter type ValueSaver (line 313) | struct ValueSaver method ValueSaver (line 315) | explicit ValueSaver(T ¤t_) method release (line 321) | void release() type Instruction (line 335) | struct Instruction method is_embedded (line 344) | inline bool is_embedded() const type EmbeddedInstruction (line 350) | struct EmbeddedInstruction : Instruction type Types (line 355) | enum Types class TypedID (line 375) | class TypedID method TypedID (line 421) | TypedID() = default; method TypedID (line 422) | TypedID(uint32_t id_) method TypedID (line 427) | explicit TypedID(const TypedID &other) class TypedID (line 378) | class TypedID method TypedID (line 381) | TypedID() = default; method TypedID (line 382) | TypedID(uint32_t id_) method TypedID (line 388) | TypedID(const TypedID &other) method TypedID (line 394) | TypedID &operator=(const TypedID &other) class TypedID (line 418) | class TypedID method TypedID (line 421) | TypedID() = default; method TypedID (line 422) | TypedID(uint32_t id_) method TypedID (line 427) | explicit TypedID(const TypedID &other) type IVariant (line 449) | struct IVariant method IVariant (line 456) | IVariant() = default; method IVariant (line 457) | IVariant(const IVariant&) = default; method IVariant (line 458) | IVariant &operator=(const IVariant&) = default; function SPIRUndef (line 474) | explicit SPIRUndef(TypeID basetype_) function SPIRString (line 490) | explicit SPIRString(std::string str_) function SPIRCombinedImageSampler (line 508) | SPIRCombinedImageSampler(TypeID type_, VariableID image_, VariableID sam... function SPIRConstantOp (line 528) | SPIRConstantOp(TypeID result_type, spv::Op op, const uint32_t *args, uin... function SPIRType (line 552) | explicit SPIRType(spv::Op op_) : op(op_) {} type BaseType (line 554) | enum BaseType type ImageType (line 614) | struct ImageType type Extension (line 648) | enum Extension function SPIRExtension (line 662) | explicit SPIRExtension(Extension ext_) type SPIREntryPoint (line 673) | struct SPIREntryPoint method SPIREntryPoint (line 675) | SPIREntryPoint(FunctionID self_, spv::ExecutionModel execution_model, ... method SPIREntryPoint (line 682) | SPIREntryPoint() = default; type WorkgroupSize (line 690) | struct WorkgroupSize function SPIRExpression (line 711) | SPIRExpression(std::string expr, TypeID expression_type_, bool immutable_) function SPIRFunctionPrototype (line 766) | explicit SPIRFunctionPrototype(TypeID return_type_) type Terminator (line 784) | enum Terminator type Merge (line 800) | enum Merge type Hints (line 807) | enum Hints type Method (line 816) | enum Method type ContinueBlockType (line 823) | enum ContinueBlockType type Phi (line 868) | struct Phi type Case (line 886) | struct Case function SPIRFunction (line 936) | SPIRFunction(TypeID return_type_, TypeID function_type_) type Parameter (line 942) | struct Parameter type CombinedImageSamplerParameter (line 965) | struct CombinedImageSamplerParameter type EntryLine (line 988) | struct EntryLine function add_local_variable (line 995) | void add_local_variable(VariableID id) function add_parameter (line 1000) | void add_parameter(TypeID parameter_type, ID id, bool alias_global_varia... function SPIRAccessChain (line 1037) | SPIRAccessChain(TypeID basetype_, spv::StorageClass storage_, std::strin... function SPIRVariable (line 1078) | SPIRVariable() = default; function SPIRVariable (line 1079) | SPIRVariable(TypeID basetype_, spv::StorageClass storage_, ID initialize... type SPIRConstant (line 1129) | struct SPIRConstant : IVariant type ConstantVector (line 1147) | struct ConstantVector method ConstantVector (line 1154) | ConstantVector() type ConstantMatrix (line 1160) | struct ConstantMatrix method f16_to_f32 (line 1168) | static inline float f16_to_f32(uint16_t u16_value) method specialization_constant_id (line 1220) | inline uint32_t specialization_constant_id(uint32_t col, uint32_t row)... method specialization_constant_id (line 1225) | inline uint32_t specialization_constant_id(uint32_t col) const method scalar (line 1230) | inline uint32_t scalar(uint32_t col = 0, uint32_t row = 0) const method scalar_i16 (line 1235) | inline int16_t scalar_i16(uint32_t col = 0, uint32_t row = 0) const method scalar_u16 (line 1240) | inline uint16_t scalar_u16(uint32_t col = 0, uint32_t row = 0) const method scalar_i8 (line 1245) | inline int8_t scalar_i8(uint32_t col = 0, uint32_t row = 0) const method scalar_u8 (line 1250) | inline uint8_t scalar_u8(uint32_t col = 0, uint32_t row = 0) const method scalar_f16 (line 1255) | inline float scalar_f16(uint32_t col = 0, uint32_t row = 0) const method scalar_f32 (line 1260) | inline float scalar_f32(uint32_t col = 0, uint32_t row = 0) const method scalar_i32 (line 1265) | inline int32_t scalar_i32(uint32_t col = 0, uint32_t row = 0) const method scalar_f64 (line 1270) | inline double scalar_f64(uint32_t col = 0, uint32_t row = 0) const method scalar_i64 (line 1275) | inline int64_t scalar_i64(uint32_t col = 0, uint32_t row = 0) const method scalar_u64 (line 1280) | inline uint64_t scalar_u64(uint32_t col = 0, uint32_t row = 0) const method ConstantVector (line 1285) | inline const ConstantVector &vector() const method ConstantVector (line 1154) | ConstantVector() method vector_size (line 1290) | inline uint32_t vector_size() const method columns (line 1295) | inline uint32_t columns() const method make_null (line 1300) | inline void make_null(const SPIRType &constant_type_) method constant_is_null (line 1308) | inline bool constant_is_null() const method SPIRConstant (line 1323) | explicit SPIRConstant(uint32_t constant_type_) method SPIRConstant (line 1328) | SPIRConstant() = default; method SPIRConstant (line 1330) | SPIRConstant(TypeID constant_type_, const uint32_t *elements, uint32_t... method SPIRConstant (line 1341) | SPIRConstant(TypeID constant_type_, uint32_t v0, bool specialized) method SPIRConstant (line 1351) | SPIRConstant(TypeID constant_type_, uint64_t v0, bool specialized) method SPIRConstant (line 1361) | SPIRConstant(TypeID constant_type_, const SPIRConstant *const *vector_... type ObjectPoolGroup (line 1417) | struct ObjectPoolGroup class Variant (line 1422) | class Variant method Variant (line 1425) | explicit Variant(ObjectPoolGroup *group_) method Variant (line 1437) | Variant(Variant &&other) SPIRV_CROSS_NOEXCEPT method Variant (line 1444) | Variant(const Variant &variant) = delete; method Variant (line 1447) | Variant &operator=(Variant &&other) SPIRV_CROSS_NOEXCEPT method Variant (line 1467) | Variant &operator=(const Variant &other) method set (line 1489) | void set(IVariant *val, Types new_type) method T (line 1508) | T *allocate_and_set(Types new_type, Ts &&... ts) method T (line 1516) | T &get() method T (line 1526) | const T &get() const method Types (line 1535) | Types get_type() const method ID (line 1540) | ID get_id() const method empty (line 1545) | bool empty() const method reset (line 1550) | void reset() method set_allow_type_rewrite (line 1558) | void set_allow_type_rewrite() method T (line 1571) | T &variant_get(Variant &var) method T (line 1577) | const T &variant_get(const Variant &var) method T (line 1583) | T &variant_set(Variant &var, P &&... args) type AccessChainMeta (line 1589) | struct AccessChainMeta type ExtendedDecorations (line 1600) | enum ExtendedDecorations type Meta (line 1674) | struct Meta type Decoration (line 1676) | struct Decoration type Extended (line 1700) | struct Extended method Extended (line 1702) | Extended() class Hasher (line 1733) | class Hasher method u32 (line 1736) | inline void u32(uint32_t value) method get (line 1741) | inline uint64_t get() const method type_is_floating_point (line 1750) | static inline bool type_is_floating_point(const SPIRType &type) method type_is_integral (line 1755) | static inline bool type_is_integral(const SPIRType &type) method to_signed_basetype (line 1762) | static inline SPIRType::BaseType to_signed_basetype(uint32_t width) method to_unsigned_basetype (line 1779) | static inline SPIRType::BaseType to_unsigned_basetype(uint32_t width) method opcode_is_sign_invariant (line 1797) | static inline bool opcode_is_sign_invariant(spv::Op opcode) method opcode_can_promote_integer_implicitly (line 1817) | static inline bool opcode_can_promote_integer_implicitly(spv::Op opcode) type SetBindingPair (line 1844) | struct SetBindingPair type LocationComponentPair (line 1860) | struct LocationComponentPair type StageSetBinding (line 1876) | struct StageSetBinding type InternalHasher (line 1888) | struct InternalHasher type hash> (line 1928) | struct hash> FILE: src/libraries/spirv_cross/spirv_cpp.cpp function string (line 312) | string CompilerCPP::compile() function string (line 444) | string CompilerCPP::argument_decl(const SPIRFunction::Parameter &arg) function string (line 461) | string CompilerCPP::variable_decl(const SPIRType &type, const string &na... FILE: src/libraries/spirv_cross/spirv_cpp.hpp type SPIRV_CROSS_NAMESPACE (line 30) | namespace SPIRV_CROSS_NAMESPACE class CompilerCPP (line 32) | class CompilerCPP : public CompilerGLSL method CompilerCPP (line 35) | explicit CompilerCPP(std::vector spirv_) method CompilerCPP (line 40) | CompilerCPP(const uint32_t *ir_, size_t word_count) method CompilerCPP (line 45) | explicit CompilerCPP(const ParsedIR &ir_) method CompilerCPP (line 50) | explicit CompilerCPP(ParsedIR &&ir_) method set_interface_name (line 62) | void set_interface_name(std::string name) FILE: src/libraries/spirv_cross/spirv_cross.cpp function string (line 73) | string Compiler::compile() function string (line 222) | string Compiler::to_name(uint32_t id, bool allow_alias) const function SPIRVariable (line 306) | SPIRVariable *Compiler::maybe_get_backing_variable(uint32_t chain) function SPIRType (line 488) | const SPIRType &Compiler::expression_type(uint32_t id) const function storage_class_is_interface (line 529) | static inline bool storage_class_is_interface(spv::StorageClass storage) function ShaderResources (line 648) | ShaderResources Compiler::get_shader_resources() const function ShaderResources (line 653) | ShaderResources Compiler::get_shader_resources(const unordered_set (line 85) | class AlignedBuffer method T (line 88) | T *data() class VectorView (line 96) | class VectorView method T (line 99) | T &operator[](size_t i) SPIRV_CROSS_NOEXCEPT method T (line 104) | const T &operator[](size_t i) const SPIRV_CROSS_NOEXCEPT method T (line 119) | T *data() SPIRV_CROSS_NOEXCEPT method T (line 124) | const T *data() const SPIRV_CROSS_NOEXCEPT method T (line 129) | T *begin() SPIRV_CROSS_NOEXCEPT method T (line 134) | T *end() SPIRV_CROSS_NOEXCEPT method T (line 139) | const T *begin() const SPIRV_CROSS_NOEXCEPT method T (line 144) | const T *end() const SPIRV_CROSS_NOEXCEPT method T (line 149) | T &front() SPIRV_CROSS_NOEXCEPT method T (line 154) | const T &front() const SPIRV_CROSS_NOEXCEPT method T (line 159) | T &back() SPIRV_CROSS_NOEXCEPT method T (line 164) | const T &back() const SPIRV_CROSS_NOEXCEPT method VectorView (line 191) | VectorView(const VectorView &) = delete; method VectorView (line 195) | VectorView() = default; class SmallVector (line 205) | class SmallVector : public VectorView method SmallVector (line 208) | SmallVector() SPIRV_CROSS_NOEXCEPT method SmallVector (line 215) | SmallVector(const U *arg_list_begin, const U *arg_list_end) SPIRV_CR... method SmallVector (line 225) | SmallVector(std::initializer_list init) SPIRV_CROSS_NOEXCEPT : Sm... method SmallVector (line 230) | explicit SmallVector(const U (&init)[M]) SPIRV_CROSS_NOEXCEPT : Smal... method SmallVector (line 234) | SmallVector(SmallVector &&other) SPIRV_CROSS_NOEXCEPT : SmallVector() method SmallVector (line 239) | SmallVector &operator=(SmallVector &&other) SPIRV_CROSS_NOEXCEPT method SmallVector (line 269) | SmallVector(const SmallVector &other) SPIRV_CROSS_NOEXCEPT : SmallVe... method SmallVector (line 274) | SmallVector &operator=(const SmallVector &other) SPIRV_CROSS_NOEXCEPT method SmallVector (line 287) | explicit SmallVector(size_t count) SPIRV_CROSS_NOEXCEPT : SmallVector() method push_back (line 306) | void push_back(const T &t) SPIRV_CROSS_NOEXCEPT method emplace_back (line 329) | void emplace_back(Ts &&... ts) SPIRV_CROSS_NOEXCEPT method reserve (line 336) | void reserve(size_t count) SPIRV_CROSS_NOEXCEPT method insert (line 384) | void insert(T *itr, const T *insert_begin, const T *insert_end) SPIR... method insert (line 485) | void insert(T *itr, const T &value) SPIRV_CROSS_NOEXCEPT method T (line 490) | T *erase(T *itr) SPIRV_CROSS_NOEXCEPT method erase (line 497) | void erase(T *start_erase, T *end_erase) SPIRV_CROSS_NOEXCEPT method resize (line 511) | void resize(size_t new_size) SPIRV_CROSS_NOEXCEPT class ObjectPoolBase (line 553) | class ObjectPoolBase class ObjectPool (line 561) | class ObjectPool : public ObjectPoolBase method ObjectPool (line 564) | explicit ObjectPool(unsigned start_object_count_ = 16) method T (line 570) | T *allocate(P &&... p) method deallocate (line 591) | void deallocate(T *ptr) method deallocate_opaque (line 597) | void deallocate_opaque(void *ptr) override method clear (line 602) | void clear() type MallocDeleter (line 611) | struct MallocDeleter class StringStream (line 624) | class StringStream method StringStream (line 627) | StringStream() method StringStream (line 638) | StringStream(const StringStream &) = delete; method StringStream (line 642) | StringStream &operator<<(const T &t) method StringStream (line 650) | StringStream &operator<<(uint32_t v) method StringStream (line 657) | StringStream &operator<<(char c) method StringStream (line 663) | StringStream &operator<<(const std::string &s) method StringStream (line 669) | StringStream &operator<<(const char *s) method StringStream (line 676) | StringStream &operator<<(const char (&s)[N]) method str (line 682) | std::string str() const method reset (line 697) | void reset() type Buffer (line 712) | struct Buffer method append (line 722) | void append(const char *s, size_t len) FILE: src/libraries/spirv_cross/spirv_cross_error_handling.hpp type SPIRV_CROSS_NAMESPACE (line 40) | namespace SPIRV_CROSS_NAMESPACE function report_and_abort (line 46) | __declspec(noreturn) class CompilerError (line 62) | class CompilerError : public std::runtime_error method CompilerError (line 65) | explicit CompilerError(const std::string &str) FILE: src/libraries/spirv_cross/spirv_cross_parsed_ir.cpp type SPIRV_CROSS_NAMESPACE (line 31) | namespace SPIRV_CROSS_NAMESPACE function ParsedIR (line 60) | ParsedIR &ParsedIR::operator=(ParsedIR &&other) SPIRV_CROSS_NOEXCEPT function ParsedIR (line 97) | ParsedIR &ParsedIR::operator=(const ParsedIR &other) function is_alpha (line 146) | static bool is_alpha(char c) function is_numeric (line 151) | static bool is_numeric(char c) function is_alphanumeric (line 156) | static bool is_alphanumeric(char c) function is_valid_identifier (line 161) | static bool is_valid_identifier(const string &name) function is_reserved_prefix (line 187) | static bool is_reserved_prefix(const string &name) function is_reserved_identifier (line 196) | static bool is_reserved_identifier(const string &name, bool member, bo... function string (line 246) | static string make_unreserved_identifier(const string &name) function string (line 279) | static string ensure_valid_identifier(const string &name) function string (line 299) | const string &ParsedIR::get_name(ID id) const function string (line 308) | const string &ParsedIR::get_member_name(TypeID id, uint32_t index) const function Bitset (line 553) | Bitset ParsedIR::get_buffer_block_type_flags(const SPIRType &type) const function Bitset (line 564) | Bitset ParsedIR::get_buffer_block_flags(const SPIRVariable &var) const function Bitset (line 585) | const Bitset &ParsedIR::get_member_decoration_bitset(TypeID id, uint32... function string (line 650) | const string &ParsedIR::get_decoration_string(ID id, Decoration decora... function Bitset (line 793) | const Bitset &ParsedIR::get_decoration_bitset(ID id) const function string (line 823) | const string &ParsedIR::get_member_decoration_string(TypeID id, uint32... function Meta (line 973) | const Meta *ParsedIR::find_meta(ID id) const function Meta (line 982) | Meta *ParsedIR::find_meta(ID id) FILE: src/libraries/spirv_cross/spirv_cross_parsed_ir.hpp type SPIRV_CROSS_NAMESPACE (line 31) | namespace SPIRV_CROSS_NAMESPACE class ParsedIR (line 39) | class ParsedIR type BlockMetaFlagBits (line 95) | enum BlockMetaFlagBits type Source (line 112) | struct Source method Source (line 119) | Source() = default; class LoopLock (line 161) | class LoopLock method LoopLock (line 165) | LoopLock(const LoopLock &) = delete; method for_each_typed_id (line 187) | void for_each_typed_id(const Op &op) method for_each_typed_id (line 198) | void for_each_typed_id(const Op &op) const method reset_all_of_type (line 209) | void reset_all_of_type() method T (line 236) | T &get(uint32_t id) method T (line 242) | const T &get(uint32_t id) const FILE: src/libraries/spirv_cross/spirv_cross_util.cpp type spirv_cross_util (line 30) | namespace spirv_cross_util function rename_interface_variable (line 32) | void rename_interface_variable(Compiler &compiler, const SmallVector pls_format_to_basetype(Pls... function pls_format_to_components (line 251) | static uint32_t pls_format_to_components(PlsFormat format) function string (line 665) | string CompilerGLSL::compile() function string (line 1261) | string CompilerGLSL::to_interpolation_qualifiers(const Bitset &flags) function string (line 1331) | string CompilerGLSL::layout_for_member(const SPIRType &type, uint32_t in... function string (line 1920) | string CompilerGLSL::layout_for_variable(const SPIRVariable &var) function string (line 2173) | string CompilerGLSL::buffer_to_packing_standard(const SPIRType &type, bo... function string (line 2814) | string CompilerGLSL::constant_value_macro_name(uint32_t id) function string (line 3061) | string CompilerGLSL::remap_swizzle(const SPIRType &out_type, uint32_t in... function is_block_builtin (line 3137) | static bool is_block_builtin(BuiltIn builtin) type TypeInfo (line 4068) | struct TypeInfo function string (line 4820) | string CompilerGLSL::to_func_call_arg(const SPIRFunction::Parameter &, u... function string (line 4926) | string CompilerGLSL::unpack_expression_type(string expr_str, const SPIRT... function string (line 4994) | string CompilerGLSL::enclose_expression(const string &expr) function string (line 5005) | string CompilerGLSL::dereference_expression(const SPIRType &expr_type, c... function string (line 5023) | string CompilerGLSL::address_of_expression(const std::string &expr) function string (line 5044) | string CompilerGLSL::to_enclosed_expression(uint32_t id, bool register_e... function string (line 5051) | string CompilerGLSL::to_unpacked_row_major_matrix_expression(uint32_t id) function string (line 5058) | string CompilerGLSL::to_unpacked_expression(uint32_t id, bool register_e... function string (line 5077) | string CompilerGLSL::to_enclosed_unpacked_expression(uint32_t id, bool r... function string (line 5082) | string CompilerGLSL::to_dereferenced_expression(uint32_t id, bool regist... function string (line 5091) | string CompilerGLSL::to_pointer_expression(uint32_t id, bool register_ex... function string (line 5100) | string CompilerGLSL::to_enclosed_pointer_expression(uint32_t id, bool re... function string (line 5109) | string CompilerGLSL::to_extract_component_expression(uint32_t id, uint32... function string (line 5118) | string CompilerGLSL::to_extract_constant_composite_expression(uint32_t r... function string (line 5156) | string CompilerGLSL::to_rerolled_array_expression(const SPIRType &parent... function string (line 5201) | string CompilerGLSL::to_composite_constructor_expression(const SPIRType ... function string (line 5250) | string CompilerGLSL::to_non_uniform_aware_expression(uint32_t id) function string (line 5260) | string CompilerGLSL::to_expression(uint32_t id, bool register_expression... function TypeID (line 5479) | TypeID CompilerGLSL::get_composite_member_type(TypeID type_id, uint32_t ... function string (line 5493) | string CompilerGLSL::constant_op_expression(const SPIRConstantOp &cop) function string (line 5757) | string CompilerGLSL::constant_expression(const SPIRConstant &c, function string (line 5922) | string CompilerGLSL::convert_half_to_string(const SPIRConstant &c, uint3... function string (line 5957) | string CompilerGLSL::convert_float_to_string(const SPIRConstant &c, uint... function string (line 6114) | string CompilerGLSL::constant_expression_vector(const SPIRConstant &c, u... function SPIRExpression (line 6507) | SPIRExpression &CompilerGLSL::emit_uninitialized_temporary_expression(ui... function string (line 6547) | string CompilerGLSL::declare_temporary(uint32_t result_type, uint32_t re... function SPIRExpression (line 6603) | SPIRExpression &CompilerGLSL::emit_op(uint32_t result_type, uint32_t res... function SPIRType (line 6733) | SPIRType CompilerGLSL::binary_op_bitcast_helper(string &cast_op0, string... function string (line 7127) | string CompilerGLSL::legacy_tex_op(const std::string &op, const SPIRType... function string (line 7316) | string CompilerGLSL::to_ternary_expression(const SPIRType &restype, uint... function string (line 7396) | string CompilerGLSL::to_combined_image_sampler(VariableID image_id, Vari... function image_opcode_is_sample_no_dref (line 7522) | static inline bool image_opcode_is_sample_no_dref(Op op) function string (line 7910) | string CompilerGLSL::to_function_name(const TextureFunctionNameArguments... function string (line 8014) | string CompilerGLSL::to_function_args(const TextureFunctionArguments &ar... function Op (line 8267) | Op CompilerGLSL::get_remapped_spirv_op(Op op) const function GLSLstd450 (line 8300) | GLSLstd450 CompilerGLSL::get_remapped_glsl_op(GLSLstd450 std450_op) const type AMDShaderBallot (line 8947) | enum AMDShaderBallot type AMDShaderExplicitVertexParameter (line 8990) | enum AMDShaderExplicitVertexParameter type AMDShaderTrinaryMinMax (line 9014) | enum AMDShaderTrinaryMinMax type AMDGCNShader (line 9060) | enum AMDGCNShader function string (line 9392) | string CompilerGLSL::bitcast_glsl_op(const SPIRType &out_type, const SPI... function string (line 9504) | string CompilerGLSL::bitcast_glsl(const SPIRType &result_type, uint32_t ... function string (line 9538) | string CompilerGLSL::builtin_to_glsl(BuiltIn builtin, StorageClass storage) function string (line 9953) | string CompilerGLSL::access_chain_internal(uint32_t base, const uint32_t... function string (line 10496) | string CompilerGLSL::to_flattened_struct_member(const string &basename, ... function string (line 10503) | string CompilerGLSL::access_chain(uint32_t base, const uint32_t *indices... function string (line 10557) | string CompilerGLSL::load_flattened_struct(const string &basename, const... function string (line 11141) | string CompilerGLSL::variable_decl_function_local(SPIRVariable &var) function string (line 11293) | string CompilerGLSL::build_composite_combiner(uint32_t return_type, cons... function opcode_is_precision_sensitive_operation (line 11716) | static bool opcode_is_precision_sensitive_operation(Op op) function opcode_is_precision_forwarding_instruction (line 11768) | static bool opcode_is_precision_forwarding_instruction(Op op, uint32_t &... function string (line 14925) | string CompilerGLSL::to_member_name(const SPIRType &type, uint32_t index) function string (line 14940) | string CompilerGLSL::to_member_reference(uint32_t, const SPIRType &type,... function string (line 14945) | string CompilerGLSL::to_multi_member_reference(const SPIRType &type, con... function string (line 15023) | string CompilerGLSL::convert_row_major_matrix(string exp_str, const SPIR... function string (line 15078) | string CompilerGLSL::variable_decl(const SPIRType &type, const string &n... function string (line 15117) | string CompilerGLSL::flags_to_qualifiers_glsl(const SPIRType &type, cons... function string (line 15184) | string CompilerGLSL::to_precision_qualifiers_glsl(uint32_t id) function string (line 15236) | string CompilerGLSL::to_qualifiers_glsl(uint32_t id) function string (line 15284) | string CompilerGLSL::argument_decl(const SPIRFunction::Parameter &arg) function string (line 15301) | string CompilerGLSL::to_initializer_expression(const SPIRVariable &var) function string (line 15306) | string CompilerGLSL::to_zero_initialized_expression(uint32_t type_id) function string (line 15337) | string CompilerGLSL::variable_decl(const SPIRVariable &variable) function string (line 15376) | string CompilerGLSL::pls_decl(const PlsRemap &var) function string (line 15416) | string CompilerGLSL::to_array_size(const SPIRType &type, uint32_t index) function string (line 15439) | string CompilerGLSL::type_to_array_glsl(const SPIRType &type) function string (line 15486) | string CompilerGLSL::image_type_glsl(const SPIRType &type, uint32_t id) function string (line 15611) | string CompilerGLSL::type_to_glsl_constructor(const SPIRType &type) function string (line 15636) | string CompilerGLSL::type_to_glsl(const SPIRType &type, uint32_t id) function string (line 16459) | string CompilerGLSL::emit_continue_block(uint32_t continue_block, bool f... function string (line 16527) | string CompilerGLSL::emit_for_loop_initializers(const SPIRBlock &block) function Instruction (line 17647) | const Instruction *CompilerGLSL::get_next_instruction_in_block(const Ins... function SPIRVariable (line 18211) | const SPIRVariable *CompilerGLSL::find_subpass_input_by_attachment_index... function SPIRVariable (line 18224) | const SPIRVariable *CompilerGLSL::find_color_output_by_location(uint32_t... function StorageClass (line 18689) | StorageClass CompilerGLSL::get_expression_effective_storage_class(uint32... FILE: src/libraries/spirv_cross/spirv_glsl.hpp type SPIRV_CROSS_NAMESPACE (line 33) | namespace SPIRV_CROSS_NAMESPACE type PlsFormat (line 35) | enum PlsFormat type PlsRemap (line 55) | struct PlsRemap type AccessChainFlagBits (line 61) | enum AccessChainFlagBits class CompilerGLSL (line 73) | class CompilerGLSL : public Compiler type Options (line 76) | struct Options type Precision (line 157) | enum Precision type VertexOptions (line 165) | struct VertexOptions type FragmentOptions (line 184) | struct FragmentOptions method remap_pixel_local_storage (line 193) | void remap_pixel_local_storage(std::vector inputs, std::ve... method CompilerGLSL (line 205) | explicit CompilerGLSL(std::vector spirv_) method CompilerGLSL (line 211) | CompilerGLSL(const uint32_t *ir_, size_t word_count) method CompilerGLSL (line 217) | explicit CompilerGLSL(const ParsedIR &ir_) method CompilerGLSL (line 223) | explicit CompilerGLSL(ParsedIR &&ir_) method Options (line 229) | const Options &get_common_options() const type Precision (line 157) | enum Precision type VertexOptions (line 165) | struct VertexOptions type FragmentOptions (line 184) | struct FragmentOptions method set_common_options (line 234) | void set_common_options(const Options &opts) method set_float_formatter (line 293) | void set_float_formatter(FloatFormatter *formatter) type ShaderSubgroupSupportHelper (line 299) | struct ShaderSubgroupSupportHelper type Candidate (line 302) | enum Candidate type Feature (line 322) | enum Feature type Result (line 366) | struct Result type TemporaryCopy (line 401) | struct TemporaryCopy type TextureFunctionBaseArguments (line 452) | struct TextureFunctionBaseArguments method TextureFunctionBaseArguments (line 455) | TextureFunctionBaseArguments() = default; type TextureFunctionNameArguments (line 461) | struct TextureFunctionNameArguments method TextureFunctionNameArguments (line 464) | TextureFunctionNameArguments() = default; type TextureFunctionArguments (line 472) | struct TextureFunctionArguments method TextureFunctionArguments (line 475) | TextureFunctionArguments() = default; method statement_inner (line 503) | inline void statement_inner(T &&t) method statement_inner (line 510) | inline void statement_inner(T &&t, Ts &&... ts) method statement (line 518) | inline void statement(Ts &&... ts) method statement_no_indent (line 543) | inline void statement_no_indent(Ts &&... ts) type BackendVariations (line 604) | struct BackendVariations method is_legacy (line 908) | inline bool is_legacy() const method is_legacy_es (line 913) | inline bool is_legacy_es() const method is_legacy_desktop (line 918) | inline bool is_legacy_desktop() const type Polyfill (line 923) | enum Polyfill : uint32_t FILE: src/libraries/spirv_cross/spirv_hlsl.cpp type ImageFormatNormalizedState (line 34) | enum class ImageFormatNormalizedState function ImageFormatNormalizedState (line 41) | static ImageFormatNormalizedState image_format_to_normalized_state(Image... function image_format_to_components (line 69) | static unsigned image_format_to_components(ImageFormat fmt) function string (line 128) | static string image_format_to_type(ImageFormat fmt, SPIRType::BaseType b... function string (line 249) | string CompilerHLSL::image_type_hlsl_modern(const SPIRType &type, uint32... function string (line 321) | string CompilerHLSL::image_type_hlsl_legacy(const SPIRType &type, uint32... function string (line 388) | string CompilerHLSL::image_type_hlsl(const SPIRType &type, uint32_t id) function string (line 399) | string CompilerHLSL::type_to_glsl(const SPIRType &type, uint32_t id) function string (line 942) | string CompilerHLSL::to_interpolation_qualifiers(const Bitset &flags) type IOVariable (line 1694) | struct IOVariable function string (line 2578) | string CompilerHLSL::layout_for_member(const SPIRType &type, uint32_t in... function string (line 2841) | string CompilerHLSL::to_sampler_expression(uint32_t id) function string (line 2869) | string CompilerHLSL::to_func_call_arg(const SPIRFunction::Parameter &arg... function string (line 2888) | string CompilerHLSL::get_inner_entry_point_name() const function string (line 3896) | string CompilerHLSL::to_resource_binding(const SPIRVariable &var) function string (line 3999) | string CompilerHLSL::to_resource_binding_sampler(const SPIRVariable &var) function string (line 4046) | string CompilerHLSL::to_resource_register(HLSLBindingFlagBits flag, char... function string (line 4137) | string CompilerHLSL::bitcast_glsl_op(const SPIRType &out_type, const SPI... function string (line 4820) | string CompilerHLSL::write_access_chain_value(uint32_t value, const Smal... function VariableID (line 6571) | VariableID CompilerHLSL::remap_num_workgroups_builtin() function string (line 6654) | string CompilerHLSL::compile() function string (line 6749) | string CompilerHLSL::get_unique_identifier() FILE: src/libraries/spirv_cross/spirv_hlsl.hpp type SPIRV_CROSS_NAMESPACE (line 30) | namespace SPIRV_CROSS_NAMESPACE type HLSLVertexAttributeRemap (line 33) | struct HLSLVertexAttributeRemap type RootConstants (line 42) | struct RootConstants type HLSLBindingFlagBits (line 52) | enum HLSLBindingFlagBits type HLSLResourceBinding (line 88) | struct HLSLResourceBinding type Binding (line 94) | struct Binding type HLSLAuxBinding (line 101) | enum HLSLAuxBinding class CompilerHLSL (line 106) | class CompilerHLSL : public CompilerGLSL type Options (line 109) | struct Options method CompilerHLSL (line 155) | explicit CompilerHLSL(std::vector spirv_) method CompilerHLSL (line 160) | CompilerHLSL(const uint32_t *ir_, size_t size) method CompilerHLSL (line 165) | explicit CompilerHLSL(const ParsedIR &ir_) method CompilerHLSL (line 170) | explicit CompilerHLSL(ParsedIR &&ir_) method Options (line 175) | const Options &get_hlsl_options() const method set_hlsl_options (line 180) | void set_hlsl_options(const Options &opts) type TextureSizeVariants (line 317) | struct TextureSizeVariants method TextureSizeVariants (line 320) | TextureSizeVariants() type TextureQueryVariantDim (line 335) | enum TextureQueryVariantDim type TextureQueryVariantType (line 350) | enum TextureQueryVariantType type BitcastType (line 358) | enum BitcastType FILE: src/libraries/spirv_cross/spirv_msl.cpp function string (line 1097) | static string create_sampler_address(const char *prefix, MSLSamplerAddre... function SPIRType (line 1116) | SPIRType &CompilerMSL::get_stage_in_struct_type() function SPIRType (line 1122) | SPIRType &CompilerMSL::get_stage_out_struct_type() function SPIRType (line 1128) | SPIRType &CompilerMSL::get_patch_stage_in_struct_type() function SPIRType (line 1134) | SPIRType &CompilerMSL::get_patch_stage_out_struct_type() function SPIRType (line 1147) | SPIRType &CompilerMSL::get_uint_type() function string (line 1479) | string CompilerMSL::compile() function string (line 3443) | string CompilerMSL::to_tesc_invocation_id() function expression_ends_with (line 5231) | static bool expression_ends_with(const string &expr_str, const std::stri... function string (line 5242) | string CompilerMSL::unpack_expression_type(string expr_str, const SPIRTy... function string (line 7459) | static string inject_top_level_storage_qualifier(const string &expr, con... function string (line 7766) | string CompilerMSL::to_ptr_expression(uint32_t id, bool register_express... function storage_class_array_is_thread (line 9751) | static bool storage_class_array_is_thread(StorageClass storage) type AMDShaderTrinaryMinMax (line 10517) | enum AMDShaderTrinaryMinMax function needs_chroma_reconstruction (line 10704) | static bool needs_chroma_reconstruction(const MSLConstexprSampler *const... function string (line 10712) | string CompilerMSL::to_function_name(const TextureFunctionNameArguments ... function string (line 10860) | string CompilerMSL::convert_to_f32(const string &expr, uint32_t components) function sampling_type_needs_f32_conversion (line 10869) | static inline bool sampling_type_needs_f32_conversion(const SPIRType &type) function string (line 10876) | string CompilerMSL::to_function_args(const TextureFunctionArguments &arg... function string (line 11422) | string CompilerMSL::round_fp_tex_coords(string tex_coords, bool coord_is... function string (line 11429) | string CompilerMSL::to_component_argument(uint32_t id) function string (line 11455) | string CompilerMSL::to_texture_op(const Instruction &i, bool sparse, boo... function string (line 11633) | static string create_swizzle(MSLComponentSwizzle swizzle) function string (line 11658) | string CompilerMSL::to_func_call_arg(const SPIRFunction::Parameter &arg,... function string (line 11809) | string CompilerMSL::to_sampler_expression(uint32_t id) function string (line 11829) | string CompilerMSL::to_swizzle_expression(uint32_t id) function string (line 11851) | string CompilerMSL::to_buffer_size_expression(uint32_t id) function string (line 11920) | string CompilerMSL::convert_row_major_matrix(string exp_str, const SPIRT... function string (line 11951) | string CompilerMSL::to_struct_member(const SPIRType &type, uint32_t memb... function string (line 12118) | string CompilerMSL::member_attribute_qualifier(const SPIRType &type, uin... function string (line 12483) | string CompilerMSL::member_location_attribute_qualifier(const SPIRType &... function string (line 12612) | string CompilerMSL::func_type_decl(SPIRType &type) function string (line 12683) | string CompilerMSL::get_argument_address_space(const SPIRVariable &argum... function string (line 12689) | string CompilerMSL::get_type_address_space(const SPIRType &type, uint32_... function string (line 12822) | string CompilerMSL::entry_point_arg_stage_in() function string (line 13186) | string CompilerMSL::entry_point_args_argument_buffer(bool append_comma) function MSLConstexprSampler (line 13239) | const MSLConstexprSampler *CompilerMSL::find_constexpr_sampler(uint32_t ... type Resource (line 13266) | struct Resource function string (line 13571) | string CompilerMSL::entry_point_args_classic(bool append_comma) function string (line 14356) | string CompilerMSL::argument_decl(const SPIRFunction::Parameter &arg) function string (line 14624) | string CompilerMSL::to_name(uint32_t id, bool allow_alias) const function string (line 14636) | string CompilerMSL::append_member_name(const string &qualifier, const SP... function string (line 14652) | string CompilerMSL::ensure_valid_name(string name, string pfx) function string (line 14996) | string CompilerMSL::to_member_reference(uint32_t base, const SPIRType &t... function string (line 15022) | string CompilerMSL::to_qualifiers_glsl(uint32_t id) function string (line 15038) | string CompilerMSL::type_to_glsl(const SPIRType &type, uint32_t id, bool... function string (line 15247) | string CompilerMSL::type_to_glsl(const SPIRType &type, uint32_t id) function string (line 15252) | string CompilerMSL::type_to_array_glsl(const SPIRType &type) function string (line 15270) | string CompilerMSL::constant_op_expression(const SPIRConstantOp &cop) function string (line 15367) | string CompilerMSL::image_type_glsl(const SPIRType &type, uint32_t id) function SPIRType (line 16473) | SPIRType CompilerMSL::get_presumed_input_type(const SPIRType &ib_type, u... function string (line 17544) | string CompilerMSL::to_initializer_expression(const SPIRVariable &var) function string (line 17564) | string CompilerMSL::to_zero_initialized_expression(uint32_t) type Resource (line 17604) | struct Resource function MSLResourceBinding (line 18008) | MSLResourceBinding &CompilerMSL::get_argument_buffer_resource(uint32_t d... function string (line 18155) | string CompilerMSL::additional_fixed_sample_mask_str() const FILE: src/libraries/spirv_cross/spirv_msl.hpp type SPIRV_CROSS_NAMESPACE (line 34) | namespace SPIRV_CROSS_NAMESPACE type MSLShaderVariableFormat (line 40) | enum MSLShaderVariableFormat type MSLShaderVariableRate (line 63) | enum MSLShaderVariableRate type MSLShaderInterfaceVariable (line 76) | struct MSLShaderInterfaceVariable type MSLResourceBinding (line 105) | struct MSLResourceBinding type MSLSamplerCoord (line 117) | enum MSLSamplerCoord type MSLSamplerFilter (line 124) | enum MSLSamplerFilter type MSLSamplerMipFilter (line 131) | enum MSLSamplerMipFilter type MSLSamplerAddress (line 139) | enum MSLSamplerAddress type MSLSamplerCompareFunc (line 149) | enum MSLSamplerCompareFunc type MSLSamplerBorderColor (line 162) | enum MSLSamplerBorderColor type MSLFormatResolution (line 170) | enum MSLFormatResolution type MSLChromaLocation (line 178) | enum MSLChromaLocation type MSLComponentSwizzle (line 185) | enum MSLComponentSwizzle type MSLSamplerYCbCrModelConversion (line 197) | enum MSLSamplerYCbCrModelConversion type MSLSamplerYCbCrRange (line 207) | enum MSLSamplerYCbCrRange type MSLConstexprSampler (line 214) | struct MSLConstexprSampler method MSLConstexprSampler (line 245) | MSLConstexprSampler() method swizzle_is_identity (line 250) | bool swizzle_is_identity() const method swizzle_has_one_or_zero (line 255) | bool swizzle_has_one_or_zero() const class CompilerMSL (line 294) | class CompilerMSL : public CompilerGLSL type Options (line 298) | struct Options type ArgumentBuffersTier (line 348) | enum class ArgumentBuffersTier type IndexType (line 459) | enum class IndexType method is_ios (line 522) | bool is_ios() const method is_macos (line 527) | bool is_macos() const method use_quadgroup_operation (line 532) | bool use_quadgroup_operation() const method set_msl_version (line 537) | void set_msl_version(uint32_t major, uint32_t minor = 0, uint32_t ... method supports_msl_version (line 542) | bool supports_msl_version(uint32_t major, uint32_t minor = 0, uint... method make_msl_version (line 547) | static uint32_t make_msl_version(uint32_t major, uint32_t minor = ... method Options (line 553) | const Options &get_msl_options() const type ArgumentBuffersTier (line 348) | enum class ArgumentBuffersTier type IndexType (line 459) | enum class IndexType method is_ios (line 522) | bool is_ios() const method is_macos (line 527) | bool is_macos() const method use_quadgroup_operation (line 532) | bool use_quadgroup_operation() const method set_msl_version (line 537) | void set_msl_version(uint32_t major, uint32_t minor = 0, uint32_t ... method supports_msl_version (line 542) | bool supports_msl_version(uint32_t major, uint32_t minor = 0, uint... method make_msl_version (line 547) | static uint32_t make_msl_version(uint32_t major, uint32_t minor = ... method set_msl_options (line 558) | void set_msl_options(const Options &opts) method get_is_rasterization_disabled (line 565) | bool get_is_rasterization_disabled() const method needs_swizzle_buffer (line 574) | bool needs_swizzle_buffer() const method needs_buffer_size_buffer (line 581) | bool needs_buffer_size_buffer() const method buffer_requires_array_length (line 586) | bool buffer_requires_array_length(VariableID id) const method needs_view_mask_buffer (line 593) | bool needs_view_mask_buffer() const method needs_dispatch_base_buffer (line 600) | bool needs_dispatch_base_buffer() const method needs_output_buffer (line 607) | bool needs_output_buffer() const method needs_patch_output_buffer (line 614) | bool needs_patch_output_buffer() const method needs_input_threadgroup_mem (line 621) | bool needs_input_threadgroup_mem() const type SPVFuncImpl (line 745) | enum SPVFuncImpl : uint8_t type InterfaceBlockMeta (line 921) | struct InterfaceBlockMeta type LocationMeta (line 923) | struct LocationMeta type TriState (line 1159) | enum class TriState method needs_manual_helper_invocation_updates (line 1252) | bool needs_manual_helper_invocation_updates() const method needs_frag_discard_checks (line 1256) | bool needs_frag_discard_checks() const method has_additional_fixed_sample_mask (line 1262) | bool has_additional_fixed_sample_mask() const { return msl_options.a... type OpCodePreprocessor (line 1266) | struct OpCodePreprocessor : OpcodeHandler method OpCodePreprocessor (line 1268) | OpCodePreprocessor(CompilerMSL &compiler_) type SampledImageScanner (line 1292) | struct SampledImageScanner : OpcodeHandler method SampledImageScanner (line 1294) | SampledImageScanner(CompilerMSL &compiler_) type MemberSorter (line 1307) | struct MemberSorter type SortAspect (line 1309) | enum SortAspect FILE: src/libraries/spirv_cross/spirv_parser.cpp type SPIRV_CROSS_NAMESPACE (line 30) | namespace SPIRV_CROSS_NAMESPACE function decoration_is_string (line 42) | static bool decoration_is_string(Decoration decoration) function swap_endian (line 54) | static inline uint32_t swap_endian(uint32_t v) function is_valid_spirv_version (line 59) | static bool is_valid_spirv_version(uint32_t version) function string (line 161) | static string extract_string(const vector &spirv, uint32_t o... FILE: src/libraries/spirv_cross/spirv_parser.hpp type SPIRV_CROSS_NAMESPACE (line 30) | namespace SPIRV_CROSS_NAMESPACE class Parser (line 32) | class Parser method ParsedIR (line 40) | ParsedIR &get_parsed_ir() method T (line 56) | T &set(uint32_t id, P &&... args) method T (line 65) | T &get(uint32_t id) method T (line 71) | T *maybe_get(uint32_t id) method T (line 80) | const T &get(uint32_t id) const method T (line 86) | const T *maybe_get(uint32_t id) const FILE: src/libraries/spirv_cross/spirv_reflect.cpp type simple_json (line 32) | namespace simple_json type Type (line 34) | enum class Type class Stream (line 43) | class Stream method set_current_locale_radix_character (line 51) | void set_current_locale_radix_character(char c) method str (line 73) | std::string str() const method statement_indent (line 79) | inline void statement_indent() method statement_inner (line 86) | inline void statement_inner(T &&t) method statement_inner (line 92) | inline void statement_inner(T &&t, Ts &&... ts) method statement (line 99) | inline void statement(Ts &&... ts) method statement_no_return (line 107) | void statement_no_return(Ts &&... ts) function string (line 272) | string CompilerReflection::compile() function naturally_emit_type (line 286) | static bool naturally_emit_type(const SPIRType &type) function string (line 452) | string CompilerReflection::execution_model_to_str(spv::ExecutionModel mo... function string (line 692) | string CompilerReflection::to_member_name(const SPIRType &type, uint32_t... FILE: src/libraries/spirv_cross/spirv_reflect.hpp type simple_json (line 30) | namespace simple_json class Stream (line 32) | class Stream type SPIRV_CROSS_NAMESPACE (line 35) | namespace SPIRV_CROSS_NAMESPACE class CompilerReflection (line 37) | class CompilerReflection : public CompilerGLSL method CompilerReflection (line 42) | explicit CompilerReflection(std::vector spirv_) method CompilerReflection (line 48) | CompilerReflection(const uint32_t *ir_, size_t word_count) method CompilerReflection (line 54) | explicit CompilerReflection(const ParsedIR &ir_) method CompilerReflection (line 60) | explicit CompilerReflection(ParsedIR &&ir_) FILE: src/libraries/stb/stb_image.h type stbi_uc (line 387) | typedef unsigned char stbi_uc; type stbi_us (line 388) | typedef unsigned short stbi_us; type stbi_io_callbacks (line 411) | typedef struct type stbi__uint16 (line 642) | typedef unsigned short stbi__uint16; type stbi__int16 (line 643) | typedef signed short stbi__int16; type stbi__uint32 (line 644) | typedef unsigned int stbi__uint32; type stbi__int32 (line 645) | typedef signed int stbi__int32; type stbi__uint16 (line 648) | typedef uint16_t stbi__uint16; type stbi__int16 (line 649) | typedef int16_t stbi__int16; type stbi__uint32 (line 650) | typedef uint32_t stbi__uint32; type stbi__int32 (line 651) | typedef int32_t stbi__int32; function stbi__cpuid3 (line 732) | static int stbi__cpuid3(void) function stbi__sse2_available (line 754) | static int stbi__sse2_available(void) function stbi__sse2_available (line 765) | static int stbi__sse2_available(void) type stbi__context (line 805) | typedef struct function stbi__start_mem (line 826) | static void stbi__start_mem(stbi__context *s, stbi_uc const *buffer, int... function stbi__start_callbacks (line 836) | static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c... function stbi__stdio_read (line 850) | static int stbi__stdio_read(void *user, char *data, int size) function stbi__stdio_skip (line 855) | static void stbi__stdio_skip(void *user, int n) function stbi__stdio_eof (line 865) | static int stbi__stdio_eof(void *user) function stbi__start_file (line 877) | static void stbi__start_file(stbi__context *s, FILE *f) function stbi__rewind (line 886) | static void stbi__rewind(stbi__context *s) type stbi__result_info (line 901) | typedef struct function STBIDEF (line 972) | STBIDEF const char *stbi_failure_reason(void) function stbi__err (line 978) | static int stbi__err(const char *str) function stbi__addsizes_valid (line 1002) | static int stbi__addsizes_valid(int a, int b) function stbi__mul2sizes_valid (line 1014) | static int stbi__mul2sizes_valid(int a, int b) function stbi__mad2sizes_valid (line 1024) | static int stbi__mad2sizes_valid(int a, int b, int add) function stbi__mad3sizes_valid (line 1031) | static int stbi__mad3sizes_valid(int a, int b, int c, int add) function stbi__mad4sizes_valid (line 1039) | static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) function stbi__addints_valid (line 1070) | static int stbi__addints_valid(int a, int b) function stbi__mul2shorts_valid (line 1078) | static int stbi__mul2shorts_valid(int a, int b) function STBIDEF (line 1101) | STBIDEF void stbi_image_free(void *retval_from_stbi_load) function STBIDEF (line 1116) | STBIDEF void stbi_set_flip_vertically_on_load(int flag_true_if_should_flip) function STBIDEF (line 1126) | STBIDEF void stbi_set_flip_vertically_on_load_thread(int flag_true_if_sh... function stbi_uc (line 1190) | static stbi_uc *stbi__convert_16_to_8(stbi__uint16 *orig, int w, int h, ... function stbi__uint16 (line 1206) | static stbi__uint16 *stbi__convert_8_to_16(stbi_uc *orig, int w, int h, ... function stbi__vertical_flip (line 1222) | static void stbi__vertical_flip(void *image, int w, int h, int bytes_per... function stbi__vertical_flip_slices (line 1247) | static void stbi__vertical_flip_slices(void *image, int w, int h, int z,... function stbi__uint16 (line 1286) | static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, ... function stbi__float_postprocess (line 1314) | static void stbi__float_postprocess(float *result, int *x, int *y, int *... function STBIDEF (line 1331) | STBIDEF int stbi_convert_wchar_to_utf8(char *buffer, size_t bufferlen, c... function FILE (line 1337) | static FILE *stbi__fopen(char const *filename, char const *mode) function STBIDEF (line 1366) | STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *co... function STBIDEF (line 1376) | STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp,... function STBIDEF (line 1389) | STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, in... function STBIDEF (line 1402) | STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int ... function STBIDEF (line 1415) | STBIDEF stbi_us *stbi_load_16_from_memory(stbi_uc const *buffer, int len... function STBIDEF (line 1422) | STBIDEF stbi_us *stbi_load_16_from_callbacks(stbi_io_callbacks const *cl... function STBIDEF (line 1429) | STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, i... function STBIDEF (line 1436) | STBIDEF stbi_uc *stbi_load_from_callbacks(stbi_io_callbacks const *clbk,... function STBIDEF (line 1444) | STBIDEF stbi_uc *stbi_load_gif_from_memory(stbi_uc const *buffer, int le... function STBIDEF (line 1478) | STBIDEF float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, in... function STBIDEF (line 1485) | STBIDEF float *stbi_loadf_from_callbacks(stbi_io_callbacks const *clbk, ... function STBIDEF (line 1493) | STBIDEF float *stbi_loadf(char const *filename, int *x, int *y, int *com... function STBIDEF (line 1503) | STBIDEF float *stbi_loadf_from_file(FILE *f, int *x, int *y, int *comp, ... function STBIDEF (line 1517) | STBIDEF int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 1531) | STBIDEF int stbi_is_hdr (char const *filename) function STBIDEF (line 1542) | STBIDEF int stbi_is_hdr_from_file(FILE *f) function STBIDEF (line 1559) | STBIDEF int stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clb... function STBIDEF (line 1575) | STBIDEF void stbi_ldr_to_hdr_gamma(float gamma) { stbi__l2h_gamma = ga... function STBIDEF (line 1576) | STBIDEF void stbi_ldr_to_hdr_scale(float scale) { stbi__l2h_scale = sc... function STBIDEF (line 1581) | STBIDEF void stbi_hdr_to_ldr_gamma(float gamma) { stbi__h2l_gamma_i = ... function STBIDEF (line 1582) | STBIDEF void stbi_hdr_to_ldr_scale(float scale) { stbi__h2l_scale_i = ... function stbi__refill_buffer (line 1597) | static void stbi__refill_buffer(stbi__context *s) function stbi_inline (line 1614) | stbi_inline static stbi_uc stbi__get8(stbi__context *s) function stbi_inline (line 1628) | stbi_inline static int stbi__at_eof(stbi__context *s) function stbi__skip (line 1644) | static void stbi__skip(stbi__context *s, int n) function stbi__getn (line 1666) | static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) function stbi__get16be (line 1694) | static int stbi__get16be(stbi__context *s) function stbi__uint32 (line 1704) | static stbi__uint32 stbi__get32be(stbi__context *s) function stbi__get16le (line 1714) | static int stbi__get16le(stbi__context *s) function stbi__uint32 (line 1722) | static stbi__uint32 stbi__get32le(stbi__context *s) function stbi_uc (line 1746) | static stbi_uc stbi__compute_y(int r, int g, int b) function stbi__uint16 (line 1803) | static stbi__uint16 stbi__compute_y_16(int r, int g, int b) function stbi__uint16 (line 1812) | static stbi__uint16 *stbi__convert_format16(stbi__uint16 *data, int img_... function stbi_uc (line 1884) | static stbi_uc *stbi__hdr_to_ldr(float *data, int x, int y, int comp) type stbi__huffman (line 1938) | typedef struct type stbi__jpeg (line 1949) | typedef struct function stbi__build_huffman (line 2003) | static int stbi__build_huffman(stbi__huffman *h, int *count) function stbi__build_fast_ac (line 2050) | static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h) function stbi__grow_buffer_unsafe (line 2075) | static void stbi__grow_buffer_unsafe(stbi__jpeg *j) function stbi_inline (line 2097) | stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffm... function stbi_inline (line 2153) | stbi_inline static int stbi__extend_receive(stbi__jpeg *j, int n) function stbi_inline (line 2169) | stbi_inline static int stbi__jpeg_get_bits(stbi__jpeg *j, int n) function stbi_inline (line 2181) | stbi_inline static int stbi__jpeg_get_bit(stbi__jpeg *j) function stbi__jpeg_decode_block (line 2210) | static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__... function stbi__jpeg_decode_block_prog_dc (line 2265) | static int stbi__jpeg_decode_block_prog_dc(stbi__jpeg *j, short data[64]... function stbi__jpeg_decode_block_prog_ac (line 2295) | static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64]... function stbi_inline (line 2416) | stbi_inline static stbi_uc stbi__clamp(int x) function stbi__idct_block (line 2467) | static void stbi__idct_block(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2530) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2711) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi_uc (line 2919) | static stbi_uc stbi__get_marker(stbi__jpeg *j) function stbi__jpeg_reset (line 2936) | static void stbi__jpeg_reset(stbi__jpeg *j) function stbi__parse_entropy_coded_data (line 2949) | static int stbi__parse_entropy_coded_data(stbi__jpeg *z) function stbi__jpeg_dequantize (line 3073) | static void stbi__jpeg_dequantize(short *data, stbi__uint16 *dequant) function stbi__jpeg_finish (line 3080) | static void stbi__jpeg_finish(stbi__jpeg *z) function stbi__process_marker (line 3099) | static int stbi__process_marker(stbi__jpeg *z, int m) function stbi__process_scan_header (line 3203) | static int stbi__process_scan_header(stbi__jpeg *z) function stbi__free_jpeg_components (line 3242) | static int stbi__free_jpeg_components(stbi__jpeg *z, int ncomp, int why) function stbi__process_frame_header (line 3264) | static int stbi__process_frame_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_header (line 3365) | static int stbi__decode_jpeg_header(stbi__jpeg *z, int scan) function stbi_uc (line 3389) | static stbi_uc stbi__skip_jpeg_junk_at_end(stbi__jpeg *j) function stbi__decode_jpeg_image (line 3412) | static int stbi__decode_jpeg_image(stbi__jpeg *j) type stbi_uc (line 3451) | typedef stbi_uc *(*resample_row_func)(stbi_uc *out, stbi_uc *in0, stbi_u... function stbi_uc (line 3456) | static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *... function stbi_uc (line 3465) | static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, s... function stbi_uc (line 3475) | static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3505) | static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3530) | static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_n... function stbi_uc (line 3646) | static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_nea... function stbi__YCbCr_to_RGB_row (line 3660) | static void stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const... function stbi__YCbCr_to_RGB_simd (line 3686) | static void stbi__YCbCr_to_RGB_simd(stbi_uc *out, stbi_uc const *y, stbi... function stbi__setup_jpeg (line 3821) | static void stbi__setup_jpeg(stbi__jpeg *j) function stbi__cleanup_jpeg (line 3843) | static void stbi__cleanup_jpeg(stbi__jpeg *j) type stbi__resample (line 3848) | typedef struct function stbi_uc (line 3859) | static stbi_uc stbi__blinn_8x8(stbi_uc x, stbi_uc y) function stbi_uc (line 3865) | static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, i... function stbi__jpeg_test (line 4042) | static int stbi__jpeg_test(stbi__context *s) function stbi__jpeg_info_raw (line 4056) | static int stbi__jpeg_info_raw(stbi__jpeg *j, int *x, int *y, int *comp) function stbi__jpeg_info (line 4068) | static int stbi__jpeg_info(stbi__context *s, int *x, int *y, int *comp) type stbi__zhuffman (line 4097) | typedef struct function stbi_inline (line 4107) | stbi_inline static int stbi__bitreverse16(int n) function stbi_inline (line 4116) | stbi_inline static int stbi__bit_reverse(int v, int bits) function stbi__zbuild_huffman (line 4124) | static int stbi__zbuild_huffman(stbi__zhuffman *z, const stbi_uc *sizeli... type stbi__zbuf (line 4177) | typedef struct function stbi_inline (line 4192) | stbi_inline static int stbi__zeof(stbi__zbuf *z) function stbi_inline (line 4197) | stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z) function stbi__fill_bits (line 4202) | static void stbi__fill_bits(stbi__zbuf *z) function stbi__zreceive (line 4214) | int stbi__zreceive(stbi__zbuf *z, int n) function stbi__zhuffman_decode_slowpath (line 4224) | static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) function stbi_inline (line 4243) | stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffm... function stbi__zexpand (line 4273) | static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to m... function stbi__parse_huffman_block (line 4309) | static int stbi__parse_huffman_block(stbi__zbuf *a) function stbi__compute_huffman_codes (line 4359) | static int stbi__compute_huffman_codes(stbi__zbuf *a) function stbi__parse_uncompressed_block (line 4409) | static int stbi__parse_uncompressed_block(stbi__zbuf *a) function stbi__parse_zlib_header (line 4438) | static int stbi__parse_zlib_header(stbi__zbuf *a) function stbi__parse_zlib (line 4481) | static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) function stbi__do_zlib (line 4510) | static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, i... function STBIDEF (line 4520) | STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int ... function STBIDEF (line 4536) | STBIDEF char *stbi_zlib_decode_malloc(char const *buffer, int len, int *... function STBIDEF (line 4541) | STBIDEF char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *b... function STBIDEF (line 4557) | STBIDEF int stbi_zlib_decode_buffer(char *obuffer, int olen, char const ... function STBIDEF (line 4568) | STBIDEF char *stbi_zlib_decode_noheader_malloc(char const *buffer, int l... function STBIDEF (line 4584) | STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, co... type stbi__pngchunk (line 4607) | typedef struct function stbi__pngchunk (line 4613) | static stbi__pngchunk stbi__get_chunk_header(stbi__context *s) function stbi__check_png_header (line 4621) | static int stbi__check_png_header(stbi__context *s) type stbi__png (line 4630) | typedef struct function stbi__paeth (line 4657) | static int stbi__paeth(int a, int b, int c) function stbi__create_png_alpha_expand8 (line 4675) | static void stbi__create_png_alpha_expand8(stbi_uc *dest, stbi_uc *src, ... function stbi__create_png_image_raw (line 4696) | static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__... function stbi__create_png_image (line 4861) | static int stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stb... function stbi__compute_transparency (line 4906) | static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int o... function stbi__compute_transparency16 (line 4931) | static int stbi__compute_transparency16(stbi__png *z, stbi__uint16 tc[3]... function stbi__expand_png_palette (line 4956) | static int stbi__expand_png_palette(stbi__png *a, stbi_uc *palette, int ... function STBIDEF (line 4996) | STBIDEF void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpr... function STBIDEF (line 5001) | STBIDEF void stbi_convert_iphone_png_to_rgb(int flag_true_if_should_conv... function STBIDEF (line 5013) | STBIDEF void stbi_set_unpremultiply_on_load_thread(int flag_true_if_shou... function STBIDEF (line 5019) | STBIDEF void stbi_convert_iphone_png_to_rgb_thread(int flag_true_if_shou... function stbi__de_iphone (line 5033) | static void stbi__de_iphone(stbi__png *z) function stbi__parse_png_file (line 5078) | static int stbi__parse_png_file(stbi__png *z, int scan, int req_comp) function stbi__png_test (line 5302) | static int stbi__png_test(stbi__context *s) function stbi__png_info_raw (line 5310) | static int stbi__png_info_raw(stbi__png *p, int *x, int *y, int *comp) function stbi__png_info (line 5322) | static int stbi__png_info(stbi__context *s, int *x, int *y, int *comp) function stbi__png_is16 (line 5329) | static int stbi__png_is16(stbi__context *s) function stbi__bmp_test_raw (line 5346) | static int stbi__bmp_test_raw(stbi__context *s) function stbi__bmp_test (line 5361) | static int stbi__bmp_test(stbi__context *s) function stbi__high_bit (line 5370) | static int stbi__high_bit(unsigned int z) function stbi__bitcount (line 5382) | static int stbi__bitcount(unsigned int a) function stbi__shiftsigned (line 5395) | static int stbi__shiftsigned(unsigned int v, int shift, int bits) type stbi__bmp_data (line 5415) | typedef struct function stbi__bmp_set_mask_defaults (line 5422) | static int stbi__bmp_set_mask_defaults(stbi__bmp_data *info, int compress) function stbi__tga_get_comp (line 5739) | static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_r... function stbi__tga_info (line 5755) | static int stbi__tga_info(stbi__context *s, int *x, int *y, int *comp) function stbi__tga_test (line 5820) | static int stbi__tga_test(stbi__context *s) function stbi__tga_read_rgb16 (line 5852) | static void stbi__tga_read_rgb16(stbi__context *s, stbi_uc* out) function stbi__psd_test (line 6081) | static int stbi__psd_test(stbi__context *s) function stbi__psd_decode_rle (line 6088) | static int stbi__psd_decode_rle(stbi__context *s, stbi_uc *p, int pixelC... function stbi__pic_is4 (line 6336) | static int stbi__pic_is4(stbi__context *s,const char *str) function stbi__pic_test_core (line 6346) | static int stbi__pic_test_core(stbi__context *s) type stbi__pic_packet (line 6362) | typedef struct function stbi_uc (line 6367) | static stbi_uc *stbi__readval(stbi__context *s, int channel, stbi_uc *dest) function stbi__copyval (line 6381) | static void stbi__copyval(int channel,stbi_uc *dest,const stbi_uc *src) function stbi_uc (line 6390) | static stbi_uc *stbi__pic_load_core(stbi__context *s,int width,int heigh... function stbi__pic_test (line 6541) | static int stbi__pic_test(stbi__context *s) type stbi__gif_lzw (line 6553) | typedef struct type stbi__gif (line 6560) | typedef struct function stbi__gif_test_raw (line 6580) | static int stbi__gif_test_raw(stbi__context *s) function stbi__gif_test (line 6590) | static int stbi__gif_test(stbi__context *s) function stbi__gif_parse_colortable (line 6597) | static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256... function stbi__gif_header (line 6608) | static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, i... function stbi__gif_info_raw (line 6639) | static int stbi__gif_info_raw(stbi__context *s, int *x, int *y, int *comp) function stbi__out_gif_code (line 6654) | static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) function stbi_uc (line 6691) | static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) function stbi_uc (line 6778) | static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int ... function stbi__gif_info (line 7077) | static int stbi__gif_info(stbi__context *s, int *x, int *y, int *comp) function stbi__hdr_test_core (line 7087) | static int stbi__hdr_test_core(stbi__context *s, const char *signature) function stbi__hdr_test (line 7097) | static int stbi__hdr_test(stbi__context* s) function stbi__hdr_convert (line 7131) | static void stbi__hdr_convert(float *output, stbi_uc *input, int req_comp) function stbi__hdr_info (line 7289) | static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_info (line 7335) | static int stbi__bmp_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_info (line 7359) | static int stbi__psd_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_is16 (line 7394) | static int stbi__psd_is16(stbi__context *s) function stbi__pic_info (line 7423) | static int stbi__pic_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pnm_test (line 7494) | static int stbi__pnm_test(stbi__context *s) function stbi__pnm_isspace (line 7543) | static int stbi__pnm_isspace(char c) function stbi__pnm_skip_whitespace (line 7548) | static void stbi__pnm_skip_whitespace(stbi__context *s, char *c) function stbi__pnm_isdigit (line 7562) | static int stbi__pnm_isdigit(char c) function stbi__pnm_getinteger (line 7567) | static int stbi__pnm_getinteger(stbi__context *s, char *c) function stbi__pnm_info (line 7581) | static int stbi__pnm_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pnm_is16 (line 7624) | static int stbi__pnm_is16(stbi__context *s) function stbi__info_main (line 7632) | static int stbi__info_main(stbi__context *s, int *x, int *y, int *comp) function stbi__is_16_main (line 7674) | static int stbi__is_16_main(stbi__context *s) function STBIDEF (line 7691) | STBIDEF int stbi_info(char const *filename, int *x, int *y, int *comp) function STBIDEF (line 7701) | STBIDEF int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) function STBIDEF (line 7712) | STBIDEF int stbi_is_16_bit(char const *filename) function STBIDEF (line 7722) | STBIDEF int stbi_is_16_bit_from_file(FILE *f) function STBIDEF (line 7734) | STBIDEF int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x... function STBIDEF (line 7741) | STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *u... function STBIDEF (line 7748) | STBIDEF int stbi_is_16_bit_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 7755) | STBIDEF int stbi_is_16_bit_from_callbacks(stbi_io_callbacks const *c, vo... FILE: src/libraries/tinyexr/tinyexr.h type EXRVersion (line 150) | typedef struct _EXRVersion { type EXRAttribute (line 158) | typedef struct _EXRAttribute { type EXRChannelInfo (line 166) | typedef struct _EXRChannelInfo { type EXRTile (line 175) | typedef struct _EXRTile { type EXRHeader (line 187) | typedef struct _EXRHeader { type EXRMultiPartHeader (line 230) | typedef struct _EXRMultiPartHeader { type EXRImage (line 236) | typedef struct _EXRImage { type EXRMultiPartImage (line 250) | typedef struct _EXRMultiPartImage { type DeepImage (line 256) | typedef struct _DeepImage { type tinyexr_uint64 (line 505) | typedef uint64_t tinyexr_uint64; type tinyexr_int64 (line 506) | typedef int64_t tinyexr_int64; type tinyexr_uint64 (line 514) | typedef unsigned long long tinyexr_uint64; type tinyexr_int64 (line 515) | typedef long long tinyexr_int64; type mz_ulong (line 908) | typedef unsigned long mz_ulong; type mz_internal_state (line 994) | struct mz_internal_state type mz_stream (line 997) | typedef struct mz_stream_s { type mz_stream (line 1019) | typedef mz_stream *mz_streamp; type Byte (line 1152) | typedef unsigned char Byte; type uInt (line 1153) | typedef unsigned int uInt; type mz_ulong (line 1154) | typedef mz_ulong uLong; type Byte (line 1155) | typedef Byte Bytef; type uInt (line 1156) | typedef uInt uIntf; type charf (line 1157) | typedef char charf; type intf (line 1158) | typedef int intf; type uLong (line 1160) | typedef uLong uLongf; type mz_uint8 (line 1228) | typedef unsigned char mz_uint8; type mz_int16 (line 1229) | typedef signed short mz_int16; type mz_uint16 (line 1230) | typedef unsigned short mz_uint16; type mz_uint32 (line 1231) | typedef unsigned int mz_uint32; type mz_uint (line 1232) | typedef unsigned int mz_uint; type mz_int64 (line 1233) | typedef long long mz_int64; type mz_uint64 (line 1234) | typedef unsigned long long mz_uint64; type mz_bool (line 1235) | typedef int mz_bool; type mz_zip_archive_file_stat (line 1258) | typedef struct { type mz_zip_internal_state_tag (line 1284) | struct mz_zip_internal_state_tag type mz_zip_internal_state (line 1285) | typedef struct mz_zip_internal_state_tag mz_zip_internal_state; type mz_zip_mode (line 1287) | typedef enum { type mz_zip_archive (line 1294) | typedef struct mz_zip_archive_tag { type mz_zip_flags (line 1315) | typedef enum { type tinfl_decompressor_tag (line 1570) | struct tinfl_decompressor_tag type tinfl_decompressor (line 1571) | typedef struct tinfl_decompressor_tag tinfl_decompressor; type tinfl_status (line 1577) | typedef enum { type tinfl_huff_table (line 1616) | typedef struct { type mz_uint64 (line 1627) | typedef mz_uint64 tinfl_bit_buf_t; type mz_uint32 (line 1630) | typedef mz_uint32 tinfl_bit_buf_t; type tinfl_decompressor_tag (line 1634) | struct tinfl_decompressor_tag { type mz_bool (line 1735) | typedef mz_bool (*tdefl_put_buf_func_ptr)(const void *pBuf, int len, type tdefl_status (line 1782) | typedef enum { type tdefl_flush (line 1790) | typedef enum { type tdefl_compressor (line 1798) | typedef struct { function mz_ulong (line 1932) | mz_ulong mz_adler32(mz_ulong adler, const unsigned char *ptr, size_t buf... function mz_ulong (line 1958) | mz_ulong mz_crc32(mz_ulong crc, const mz_uint8 *ptr, size_t buf_len) { function mz_free (line 1974) | void mz_free(void *p) { MZ_FREE(p); } function def_free_func (line 1982) | static void def_free_func(void *opaque, void *address) { function mz_deflateInit (line 1994) | int mz_deflateInit(mz_streamp pStream, int level) { function mz_deflateInit2 (line 1999) | int mz_deflateInit2(mz_streamp pStream, int level, int method, int windo... function mz_deflateReset (line 2035) | int mz_deflateReset(mz_streamp pStream) { function mz_deflate (line 2045) | int mz_deflate(mz_streamp pStream, int flush) { function mz_deflateEnd (line 2098) | int mz_deflateEnd(mz_streamp pStream) { function mz_ulong (line 2107) | mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len) { function mz_compress2 (line 2115) | int mz_compress2(unsigned char *pDest, mz_ulong *pDest_len, function mz_compress (line 2142) | int mz_compress(unsigned char *pDest, mz_ulong *pDest_len, function mz_ulong (line 2148) | mz_ulong mz_compressBound(mz_ulong source_len) { type inflate_state (line 2152) | typedef struct { function mz_inflateInit2 (line 2160) | int mz_inflateInit2(mz_streamp pStream, int window_bits) { function mz_inflateInit (line 2193) | int mz_inflateInit(mz_streamp pStream) { function mz_inflate (line 2197) | int mz_inflate(mz_streamp pStream, int flush) { function mz_inflateEnd (line 2314) | int mz_inflateEnd(mz_streamp pStream) { function mz_uncompress (line 2323) | int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len, function tinfl_status (line 2517) | tinfl_status tinfl_decompress(tinfl_decompressor *r, function tinfl_decompress_mem_to_mem (line 2987) | size_t tinfl_decompress_mem_to_mem(void *pOut_buf, size_t out_buf_len, function tinfl_decompress_mem_to_callback (line 3002) | int tinfl_decompress_mem_to_callback(const void *pIn_buf, size_t *pIn_bu... type tdefl_sym_freq (line 3143) | typedef struct { function tdefl_sym_freq (line 3146) | static tdefl_sym_freq *tdefl_radix_sort_syms(mz_uint num_syms, function tdefl_calculate_minimum_redundancy (line 3180) | static void tdefl_calculate_minimum_redundancy(tdefl_sym_freq *A, int n) { function tdefl_huffman_enforce_max_code_size (line 3227) | static void tdefl_huffman_enforce_max_code_size(int *pNum_codes, function tdefl_optimize_huffman_table (line 3249) | static void tdefl_optimize_huffman_table(tdefl_compressor *d, int table_... function tdefl_start_dynamic_block (line 3357) | static void tdefl_start_dynamic_block(tdefl_compressor *d) { function tdefl_start_static_block (line 3440) | static void tdefl_start_static_block(tdefl_compressor *d) { function mz_bool (line 3463) | static mz_bool tdefl_compress_lz_codes(tdefl_compressor *d) { function mz_bool (line 3556) | static mz_bool tdefl_compress_lz_codes(tdefl_compressor *d) { function mz_bool (line 3600) | static mz_bool tdefl_compress_block(tdefl_compressor *d, mz_bool static_... function tdefl_flush_block (line 3608) | static int tdefl_flush_block(tdefl_compressor *d, int flush) { function MZ_FORCEINLINE (line 3740) | static MZ_FORCEINLINE void tdefl_find_match( function MZ_FORCEINLINE (line 3795) | static MZ_FORCEINLINE void tdefl_find_match( function mz_bool (line 3838) | static mz_bool tdefl_compress_fast(tdefl_compressor *d) { function MZ_FORCEINLINE (line 4019) | static MZ_FORCEINLINE void tdefl_record_literal(tdefl_compressor *d, function MZ_FORCEINLINE (line 4031) | static MZ_FORCEINLINE void tdefl_record_match(tdefl_compressor *d, function mz_bool (line 4062) | static mz_bool tdefl_compress_normal(tdefl_compressor *d) { function tdefl_status (line 4204) | static tdefl_status tdefl_flush_output_buffer(tdefl_compressor *d) { function tdefl_status (line 4225) | tdefl_status tdefl_compress(tdefl_compressor *d, const void *pIn_buf, function tdefl_status (line 4290) | tdefl_status tdefl_compress_buffer(tdefl_compressor *d, const void *pIn_... function tdefl_status (line 4296) | tdefl_status tdefl_init(tdefl_compressor *d, function tdefl_status (line 4333) | tdefl_status tdefl_get_prev_return_status(tdefl_compressor *d) { function mz_uint32 (line 4337) | mz_uint32 tdefl_get_adler32(tdefl_compressor *d) { return d->m_adler32; } function mz_bool (line 4339) | mz_bool tdefl_compress_mem_to_output(const void *pBuf, size_t buf_len, type tdefl_output_buffer (line 4356) | typedef struct { function mz_bool (line 4362) | static mz_bool tdefl_output_buffer_putter(const void *pBuf, int len, function tdefl_compress_mem_to_mem (line 4399) | size_t tdefl_compress_mem_to_mem(void *pOut_buf, size_t out_buf_len, function mz_uint (line 4420) | mz_uint tdefl_create_comp_flags_from_zip_params(int level, int window_bits, function FILE (line 4589) | static FILE *mz_fopen(const char *pFilename, const char *pMode) { function FILE (line 4594) | static FILE *mz_freopen(const char *pPath, const char *pMode, FILE *pStr... type mz_zip_array (line 4735) | typedef struct { type mz_zip_internal_state_tag (line 4741) | struct mz_zip_internal_state_tag { function MZ_FORCEINLINE (line 4756) | static MZ_FORCEINLINE void mz_zip_array_clear(mz_zip_archive *pZip, function mz_bool (line 4762) | static mz_bool mz_zip_array_ensure_capacity(mz_zip_archive *pZip, function MZ_FORCEINLINE (line 4782) | static MZ_FORCEINLINE mz_bool mz_zip_array_reserve(mz_zip_archive *pZip, function MZ_FORCEINLINE (line 4793) | static MZ_FORCEINLINE mz_bool mz_zip_array_resize(mz_zip_archive *pZip, function MZ_FORCEINLINE (line 4805) | static MZ_FORCEINLINE mz_bool mz_zip_array_ensure_room(mz_zip_archive *p... function MZ_FORCEINLINE (line 4811) | static MZ_FORCEINLINE mz_bool mz_zip_array_push_back(mz_zip_archive *pZip, function time_t (line 4824) | static time_t mz_zip_dos_to_time_t(int dos_time, int dos_date) { function mz_zip_time_to_dos_time (line 4837) | static void mz_zip_time_to_dos_time(time_t time, mz_uint16 *pDOS_time, function mz_bool (line 4859) | static mz_bool mz_zip_get_file_modified_time(const char *pFilename, function mz_bool (line 4876) | static mz_bool mz_zip_set_file_times(const char *pFilename, time_t acces... function mz_bool (line 4886) | static mz_bool mz_zip_reader_init_internal(mz_zip_archive *pZip, function MZ_FORCEINLINE (line 4914) | static MZ_FORCEINLINE mz_bool function mz_zip_reader_sort_central_dir_offsets_by_filename (line 4951) | static void mz_zip_reader_sort_central_dir_offsets_by_filename( function mz_bool (line 4997) | static mz_bool mz_zip_reader_read_central_dir(mz_zip_archive *pZip, function mz_bool (line 5126) | mz_bool mz_zip_reader_init(mz_zip_archive *pZip, mz_uint64 size, function mz_zip_mem_read_func (line 5138) | static size_t mz_zip_mem_read_func(void *pOpaque, mz_uint64 file_ofs, function mz_bool (line 5148) | mz_bool mz_zip_reader_init_mem(mz_zip_archive *pZip, const void *pMem, function mz_zip_file_read_func (line 5168) | static size_t mz_zip_file_read_func(void *pOpaque, mz_uint64 file_ofs, function mz_bool (line 5179) | mz_bool mz_zip_reader_init_file(mz_zip_archive *pZip, const char *pFilen... function mz_uint (line 5205) | mz_uint mz_zip_reader_get_num_files(mz_zip_archive *pZip) { function MZ_FORCEINLINE (line 5209) | static MZ_FORCEINLINE const mz_uint8 *mz_zip_reader_get_cdh( function mz_bool (line 5220) | mz_bool mz_zip_reader_is_file_encrypted(mz_zip_archive *pZip, function mz_bool (line 5229) | mz_bool mz_zip_reader_is_file_a_directory(mz_zip_archive *pZip, function mz_bool (line 5254) | mz_bool mz_zip_reader_file_stat(mz_zip_archive *pZip, mz_uint file_index, function mz_uint (line 5299) | mz_uint mz_zip_reader_get_filename(mz_zip_archive *pZip, mz_uint file_in... function MZ_FORCEINLINE (line 5316) | static MZ_FORCEINLINE mz_bool mz_zip_reader_string_equal(const char *pA, function MZ_FORCEINLINE (line 5327) | static MZ_FORCEINLINE int mz_zip_reader_filename_compare( function mz_zip_reader_locate_file_binary_search (line 5348) | static int mz_zip_reader_locate_file_binary_search(mz_zip_archive *pZip, function mz_zip_reader_locate_file (line 5373) | int mz_zip_reader_locate_file(mz_zip_archive *pZip, const char *pName, function mz_bool (line 5424) | mz_bool mz_zip_reader_extract_to_mem_no_alloc(mz_zip_archive *pZip, function mz_bool (line 5565) | mz_bool mz_zip_reader_extract_file_to_mem_no_alloc( function mz_bool (line 5575) | mz_bool mz_zip_reader_extract_to_mem(mz_zip_archive *pZip, mz_uint file_... function mz_bool (line 5582) | mz_bool mz_zip_reader_extract_file_to_mem(mz_zip_archive *pZip, function mz_bool (line 5633) | mz_bool mz_zip_reader_extract_to_callback(mz_zip_archive *pZip, function mz_bool (line 5810) | mz_bool mz_zip_reader_extract_file_to_callback(mz_zip_archive *pZip, function mz_zip_file_write_callback (line 5821) | static size_t mz_zip_file_write_callback(void *pOpaque, mz_uint64 ofs, function mz_bool (line 5827) | mz_bool mz_zip_reader_extract_to_file(mz_zip_archive *pZip, mz_uint file... function mz_bool (line 5847) | mz_bool mz_zip_reader_end(mz_zip_archive *pZip) { function mz_bool (line 5874) | mz_bool mz_zip_reader_extract_file_to_file(mz_zip_archive *pZip, function mz_write_le16 (line 5889) | static void mz_write_le16(mz_uint8 *p, mz_uint16 v) { function mz_write_le32 (line 5893) | static void mz_write_le32(mz_uint8 *p, mz_uint32 v) { function mz_bool (line 5902) | mz_bool mz_zip_writer_init(mz_zip_archive *pZip, mz_uint64 existing_size) { function mz_zip_heap_write_func (line 5935) | static size_t mz_zip_heap_write_func(void *pOpaque, mz_uint64 file_ofs, function mz_bool (line 5963) | mz_bool mz_zip_writer_init_heap(mz_zip_archive *pZip, function mz_zip_file_write_func (line 5982) | static size_t mz_zip_file_write_func(void *pOpaque, mz_uint64 file_ofs, function mz_bool (line 5993) | mz_bool mz_zip_writer_init_file(mz_zip_archive *pZip, const char *pFilen... function mz_bool (line 6022) | mz_bool mz_zip_writer_init_from_reader(mz_zip_archive *pZip, function mz_bool (line 6074) | mz_bool mz_zip_writer_add_mem(mz_zip_archive *pZip, const char *pArchive... type mz_zip_writer_add_state (line 6081) | typedef struct { function mz_bool (line 6087) | static mz_bool mz_zip_writer_add_put_buf_callback(const void *pBuf, int ... function mz_bool (line 6099) | static mz_bool mz_zip_writer_create_local_dir_header( function mz_bool (line 6120) | static mz_bool mz_zip_writer_create_central_dir_header( function mz_bool (line 6145) | static mz_bool mz_zip_writer_add_to_central_dir( function mz_bool (line 6189) | static mz_bool mz_zip_writer_validate_archive_name(const char *pArchive_... function mz_uint (line 6201) | static mz_uint mz_zip_writer_compute_padding_needed_for_file_alignment( function mz_bool (line 6210) | static mz_bool mz_zip_writer_write_zeros(mz_zip_archive *pZip, function mz_bool (line 6224) | mz_bool mz_zip_writer_add_mem_ex(mz_zip_archive *pZip, function mz_bool (line 6397) | mz_bool mz_zip_writer_add_file(mz_zip_archive *pZip, const char *pArchiv... function mz_bool (line 6590) | mz_bool mz_zip_writer_add_from_zip_reader(mz_zip_archive *pZip, function mz_bool (line 6738) | mz_bool mz_zip_writer_finalize_archive(mz_zip_archive *pZip) { function mz_bool (line 6791) | mz_bool mz_zip_writer_finalize_heap_archive(mz_zip_archive *pZip, void *... function mz_bool (line 6804) | mz_bool mz_zip_writer_end(mz_zip_archive *pZip) { function mz_bool (line 6836) | mz_bool mz_zip_add_mem_to_archive_file_in_place( function SetErrorMessage (line 6979) | static void SetErrorMessage(const std::string &msg, const char **err) { function cpy2 (line 6991) | static void cpy2(unsigned short *dst_val, const unsigned short *src_val) { function swap2 (line 6999) | static void swap2(unsigned short *val) { function cpy4 (line 7016) | static void cpy4(int *dst_val, const int *src_val) { function cpy4 (line 7026) | static void cpy4(unsigned int *dst_val, const unsigned int *src_val) { function cpy4 (line 7036) | static void cpy4(float *dst_val, const float *src_val) { function swap4 (line 7049) | static void swap4(unsigned int *val) { function cpy8 (line 7065) | static void cpy8(tinyexr::tinyexr_uint64 *dst_val, const tinyexr::tinyex... function swap8 (line 7080) | static void swap8(tinyexr::tinyexr_uint64 *val) { function FP32 (line 7141) | static FP32 half_to_float(FP16 h) { function FP16 (line 7164) | static FP16 float_to_half_full(FP32 f) { function ReadAttribute (line 7242) | static bool ReadAttribute(std::string *name, std::string *type, function WriteAttributeToMemory (line 7304) | static void WriteAttributeToMemory(std::vector *out, type ChannelInfo (line 7317) | typedef struct { type HeaderInfo (line 7326) | typedef struct { function ReadChannelInfo (line 7380) | static bool ReadChannelInfo(std::vector &channels, function WriteChannelInfo (line 7427) | static void WriteChannelInfo(std::vector &data, function CompressZip (line 7469) | static void CompressZip(unsigned char *dst, function DecompressZip (line 7550) | static bool DecompressZip(unsigned char *dst, function rleCompress (line 7643) | static int rleCompress(int inLength, const char in[], signed char out[]) { function rleUncompress (line 7694) | static int rleUncompress(int inLength, int maxLength, const signed char ... function CompressRle (line 7731) | static void CompressRle(unsigned char *dst, function DecompressRle (line 7798) | static bool DecompressRle(unsigned char *dst, type PIZChannelData (line 7891) | struct PIZChannelData { function wenc14 (line 7917) | inline void wenc14(unsigned short a, unsigned short b, unsigned short &l, function wdec14 (line 7929) | inline void wdec14(unsigned short l, unsigned short h, unsigned short &a, function wenc16 (line 7955) | inline void wenc16(unsigned short a, unsigned short b, unsigned short &l, function wdec16 (line 7969) | inline void wdec16(unsigned short l, unsigned short h, unsigned short &a, function wav2Encode (line 7983) | static void wav2Encode( function wav2Decode (line 8092) | static void wav2Decode( type HufDec (line 8226) | struct HufDec { // short code long code function hufLength (line 8233) | inline long long hufLength(long long code) { return code & 63; } function hufCode (line 8235) | inline long long hufCode(long long code) { return code >> 6; } function outputBits (line 8237) | inline void outputBits(int nBits, long long bits, long long &c, int &lc, function getBits (line 8247) | inline long long getBits(int nBits, long long &c, int &lc, const char *&... function hufCanonicalCodeTable (line 8277) | static void hufCanonicalCodeTable(long long hcode[HUF_ENCSIZE]) { type FHeapCompare (line 8327) | struct FHeapCompare { function hufBuildEncTable (line 8331) | static void hufBuildEncTable( function hufPackEncTable (line 8514) | static void hufPackEncTable( function hufUnpackEncTable (line 8559) | static bool hufUnpackEncTable( function hufClearDecTable (line 8621) | static void hufClearDecTable(HufDec *hdecod) // io: (allocated by caller) function hufBuildDecTable (line 8640) | static bool hufBuildDecTable(const long long *hcode, // i : encoding table function hufFreeDecTable (line 8728) | static void hufFreeDecTable(HufDec *hdecod) // io: Decoding table function outputCode (line 8742) | inline void outputCode(long long code, long long &c, int &lc, char *&out) { function sendCode (line 8746) | inline void sendCode(long long sCode, int runCount, long long runCode, function hufEncode (line 8768) | static int hufEncode // return: output size (in bits) function getCode (line 8850) | static bool getCode(int po, int rlc, long long &c, int &lc, const char *... function hufDecode (line 8889) | static bool hufDecode(const long long *hcode, // i : encoding table function countFrequencies (line 9005) | static void countFrequencies(std::vector &freq, function writeUInt (line 9012) | static void writeUInt(char buf[4], unsigned int i) { function readUInt (line 9021) | static unsigned int readUInt(const char buf[4]) { function hufCompress (line 9032) | static int hufCompress(const unsigned short raw[], int nRaw, function hufUncompress (line 9062) | static bool hufUncompress(const char compressed[], int nCompressed, function bitmapFromData (line 9128) | static void bitmapFromData(const unsigned short data[/*nData*/], int nData, function forwardLutFromBitmap (line 9150) | static unsigned short forwardLutFromBitmap( function reverseLutFromBitmap (line 9164) | static unsigned short reverseLutFromBitmap( function applyLut (line 9179) | static void applyLut(const unsigned short lut[USHORT_RANGE], function CompressPiz (line 9192) | static bool CompressPiz(unsigned char *outPtr, unsigned int *outSize, function DecompressPiz (line 9312) | static bool DecompressPiz(unsigned char *outPtr, const unsigned char *in... type ZFPCompressionParam (line 9432) | struct ZFPCompressionParam { function FindZFPCompressionParam (line 9446) | bool FindZFPCompressionParam(ZFPCompressionParam *param, function DecompressZfp (line 9496) | static bool DecompressZfp(float *dst, int dst_width, int dst_num_lines, function CompressZfp (line 9567) | bool CompressZfp(std::vector *outBuf, unsigned int *outSize, function DecodePixelData (line 9637) | static bool DecodePixelData(/* out */ unsigned char **out_images, function DecodeTiledPixelData (line 10255) | static void DecodeTiledPixelData( function ComputeChannelLayout (line 10288) | static bool ComputeChannelLayout(std::vector *channel_offset_list, function ParseEXRHeader (line 10359) | static int ParseEXRHeader(HeaderInfo *info, bool *empty_header, function ConvertHeader (line 10667) | static void ConvertHeader(EXRHeader *exr_header, const HeaderInfo &info) { function DecodeChunk (line 10750) | static int DecodeChunk(EXRImage *exr_image, const EXRHeader *exr_header, function ReconstructLineOffsets (line 11027) | static bool ReconstructLineOffsets( function DecodeEXRImage (line 11061) | static int DecodeEXRImage(EXRImage *exr_image, const EXRHeader *exr_header, function LoadEXR (line 11215) | int LoadEXR(float **out_rgba, int *width, int *height, const char *filen... function IsEXR (line 11418) | int IsEXR(const char *filename) { function ParseEXRHeaderFromMemory (line 11429) | int ParseEXRHeaderFromMemory(EXRHeader *exr_header, const EXRVersion *ve... function LoadEXRFromMemory (line 11470) | int LoadEXRFromMemory(float **out_rgba, int *width, int *height, function LoadEXRImageFromFile (line 11659) | int LoadEXRImageFromFile(EXRImage *exr_image, const EXRHeader *exr_header, function LoadEXRImageFromMemory (line 11702) | int LoadEXRImageFromMemory(EXRImage *exr_image, const EXRHeader *exr_hea... function SaveEXRImageToMemory (line 11725) | size_t SaveEXRImageToMemory(const EXRImage *exr_image, function SaveEXRImageToFile (line 12231) | int SaveEXRImageToFile(const EXRImage *exr_image, const EXRHeader *exr_h... function InitEXRImage (line 12671) | void InitEXRImage(EXRImage *exr_image) { function FreeEXRErrorMessage (line 12686) | void FreeEXRErrorMessage(const char *msg) { function InitEXRHeader (line 12693) | void InitEXRHeader(EXRHeader *exr_header) { function FreeEXRHeader (line 12701) | int FreeEXRHeader(EXRHeader *exr_header) { function FreeEXRImage (line 12731) | int FreeEXRImage(EXRImage *exr_image) { function ParseEXRHeaderFromFile (line 12763) | int ParseEXRHeaderFromFile(EXRHeader *exr_header, const EXRVersion *exr_... function ParseEXRMultipartHeaderFromMemory (line 12806) | int ParseEXRMultipartHeaderFromMemory(EXRHeader ***exr_headers, function ParseEXRMultipartHeaderFromFile (line 12881) | int ParseEXRMultipartHeaderFromFile(EXRHeader ***exr_headers, int *num_h... function ParseEXRVersionFromMemory (line 12925) | int ParseEXRVersionFromMemory(EXRVersion *version, const unsigned char *... function ParseEXRVersionFromFile (line 12982) | int ParseEXRVersionFromFile(EXRVersion *version, const char *filename) { function LoadEXRMultipartImageFromMemory (line 13018) | int LoadEXRMultipartImageFromMemory(EXRImage *exr_images, function LoadEXRMultipartImageFromFile (line 13115) | int LoadEXRMultipartImageFromFile(EXRImage *exr_images, function SaveEXR (line 13155) | int SaveEXR(const float *data, int width, int height, int components, FILE: src/libraries/utf8/utf8/checked.h function namespace (line 34) | namespace utf8 function output_iterator (line 130) | output_iterator replace_invalid(octet_iterator start, octet_iterator end... function operator (line 284) | uint32_t operator * () const function operator (line 295) | bool operator != (const iterator& rhs) const function iterator (line 304) | iterator operator ++ (int) function iterator (line 315) | iterator operator -- (int) FILE: src/libraries/utf8/utf8/core.h function namespace (line 33) | namespace utf8 FILE: src/libraries/utf8/utf8/unchecked.h function namespace (line 33) | namespace utf8 FILE: src/libraries/vk_video/vulkan_video_codec_av1std.h type StdVideoAV1Profile (line 47) | typedef enum StdVideoAV1Profile { type StdVideoAV1Level (line 55) | typedef enum StdVideoAV1Level { type StdVideoAV1FrameType (line 84) | typedef enum StdVideoAV1FrameType { type StdVideoAV1ReferenceName (line 93) | typedef enum StdVideoAV1ReferenceName { type StdVideoAV1InterpolationFilter (line 106) | typedef enum StdVideoAV1InterpolationFilter { type StdVideoAV1TxMode (line 116) | typedef enum StdVideoAV1TxMode { type StdVideoAV1FrameRestorationType (line 124) | typedef enum StdVideoAV1FrameRestorationType { type StdVideoAV1ColorPrimaries (line 133) | typedef enum StdVideoAV1ColorPrimaries { type StdVideoAV1TransferCharacteristics (line 152) | typedef enum StdVideoAV1TransferCharacteristics { type StdVideoAV1MatrixCoefficients (line 176) | typedef enum StdVideoAV1MatrixCoefficients { type StdVideoAV1ChromaSamplePosition (line 196) | typedef enum StdVideoAV1ChromaSamplePosition { type StdVideoAV1ColorConfigFlags (line 204) | typedef struct StdVideoAV1ColorConfigFlags { type StdVideoAV1ColorConfig (line 212) | typedef struct StdVideoAV1ColorConfig { type StdVideoAV1TimingInfoFlags (line 224) | typedef struct StdVideoAV1TimingInfoFlags { type StdVideoAV1TimingInfo (line 229) | typedef struct StdVideoAV1TimingInfo { type StdVideoAV1LoopFilterFlags (line 236) | typedef struct StdVideoAV1LoopFilterFlags { type StdVideoAV1LoopFilter (line 242) | typedef struct StdVideoAV1LoopFilter { type StdVideoAV1QuantizationFlags (line 252) | typedef struct StdVideoAV1QuantizationFlags { type StdVideoAV1Quantization (line 258) | typedef struct StdVideoAV1Quantization { type StdVideoAV1Segmentation (line 271) | typedef struct StdVideoAV1Segmentation { type StdVideoAV1TileInfoFlags (line 276) | typedef struct StdVideoAV1TileInfoFlags { type StdVideoAV1TileInfo (line 281) | typedef struct StdVideoAV1TileInfo { type StdVideoAV1CDEF (line 294) | typedef struct StdVideoAV1CDEF { type StdVideoAV1LoopRestoration (line 303) | typedef struct StdVideoAV1LoopRestoration { type StdVideoAV1GlobalMotion (line 308) | typedef struct StdVideoAV1GlobalMotion { type StdVideoAV1FilmGrainFlags (line 313) | typedef struct StdVideoAV1FilmGrainFlags { type StdVideoAV1FilmGrain (line 321) | typedef struct StdVideoAV1FilmGrain { type StdVideoAV1SequenceHeaderFlags (line 349) | typedef struct StdVideoAV1SequenceHeaderFlags { type StdVideoAV1SequenceHeader (line 372) | typedef struct StdVideoAV1SequenceHeader { FILE: src/libraries/vk_video/vulkan_video_codec_av1std_decode.h type StdVideoDecodeAV1PictureInfoFlags (line 30) | typedef struct StdVideoDecodeAV1PictureInfoFlags { type StdVideoDecodeAV1PictureInfo (line 63) | typedef struct StdVideoDecodeAV1PictureInfo { type StdVideoDecodeAV1ReferenceInfoFlags (line 90) | typedef struct StdVideoDecodeAV1ReferenceInfoFlags { type StdVideoDecodeAV1ReferenceInfo (line 96) | typedef struct StdVideoDecodeAV1ReferenceInfo { FILE: src/libraries/vk_video/vulkan_video_codec_av1std_encode.h type StdVideoEncodeAV1DecoderModelInfo (line 30) | typedef struct StdVideoEncodeAV1DecoderModelInfo { type StdVideoEncodeAV1ExtensionHeader (line 38) | typedef struct StdVideoEncodeAV1ExtensionHeader { type StdVideoEncodeAV1OperatingPointInfoFlags (line 43) | typedef struct StdVideoEncodeAV1OperatingPointInfoFlags { type StdVideoEncodeAV1OperatingPointInfo (line 50) | typedef struct StdVideoEncodeAV1OperatingPointInfo { type StdVideoEncodeAV1PictureInfoFlags (line 60) | typedef struct StdVideoEncodeAV1PictureInfoFlags { type StdVideoEncodeAV1PictureInfo (line 93) | typedef struct StdVideoEncodeAV1PictureInfo { type StdVideoEncodeAV1ReferenceInfoFlags (line 123) | typedef struct StdVideoEncodeAV1ReferenceInfoFlags { type StdVideoEncodeAV1ReferenceInfo (line 129) | typedef struct StdVideoEncodeAV1ReferenceInfo { FILE: src/libraries/vk_video/vulkan_video_codec_h264std.h type StdVideoH264ChromaFormatIdc (line 34) | typedef enum StdVideoH264ChromaFormatIdc { type StdVideoH264ProfileIdc (line 43) | typedef enum StdVideoH264ProfileIdc { type StdVideoH264LevelIdc (line 52) | typedef enum StdVideoH264LevelIdc { type StdVideoH264PocType (line 76) | typedef enum StdVideoH264PocType { type StdVideoH264AspectRatioIdc (line 84) | typedef enum StdVideoH264AspectRatioIdc { type StdVideoH264WeightedBipredIdc (line 107) | typedef enum StdVideoH264WeightedBipredIdc { type StdVideoH264ModificationOfPicNumsIdc (line 115) | typedef enum StdVideoH264ModificationOfPicNumsIdc { type StdVideoH264MemMgmtControlOp (line 124) | typedef enum StdVideoH264MemMgmtControlOp { type StdVideoH264CabacInitIdc (line 136) | typedef enum StdVideoH264CabacInitIdc { type StdVideoH264DisableDeblockingFilterIdc (line 144) | typedef enum StdVideoH264DisableDeblockingFilterIdc { type StdVideoH264SliceType (line 152) | typedef enum StdVideoH264SliceType { type StdVideoH264PictureType (line 160) | typedef enum StdVideoH264PictureType { type StdVideoH264NonVclNaluType (line 169) | typedef enum StdVideoH264NonVclNaluType { type StdVideoH264SpsVuiFlags (line 180) | typedef struct StdVideoH264SpsVuiFlags { type StdVideoH264HrdParameters (line 195) | typedef struct StdVideoH264HrdParameters { type StdVideoH264SequenceParameterSetVui (line 209) | typedef struct StdVideoH264SequenceParameterSetVui { type StdVideoH264SpsFlags (line 228) | typedef struct StdVideoH264SpsFlags { type StdVideoH264ScalingLists (line 247) | typedef struct StdVideoH264ScalingLists { type StdVideoH264SequenceParameterSet (line 254) | typedef struct StdVideoH264SequenceParameterSet { type StdVideoH264PpsFlags (line 282) | typedef struct StdVideoH264PpsFlags { type StdVideoH264PictureParameterSet (line 293) | typedef struct StdVideoH264PictureParameterSet { FILE: src/libraries/vk_video/vulkan_video_codec_h264std_decode.h type StdVideoDecodeH264FieldOrderCount (line 32) | typedef enum StdVideoDecodeH264FieldOrderCount { type StdVideoDecodeH264PictureInfoFlags (line 38) | typedef struct StdVideoDecodeH264PictureInfoFlags { type StdVideoDecodeH264PictureInfo (line 47) | typedef struct StdVideoDecodeH264PictureInfo { type StdVideoDecodeH264ReferenceInfoFlags (line 58) | typedef struct StdVideoDecodeH264ReferenceInfoFlags { type StdVideoDecodeH264ReferenceInfo (line 65) | typedef struct StdVideoDecodeH264ReferenceInfo { FILE: src/libraries/vk_video/vulkan_video_codec_h264std_encode.h type StdVideoEncodeH264WeightTableFlags (line 30) | typedef struct StdVideoEncodeH264WeightTableFlags { type StdVideoEncodeH264WeightTable (line 37) | typedef struct StdVideoEncodeH264WeightTable { type StdVideoEncodeH264SliceHeaderFlags (line 51) | typedef struct StdVideoEncodeH264SliceHeaderFlags { type StdVideoEncodeH264PictureInfoFlags (line 57) | typedef struct StdVideoEncodeH264PictureInfoFlags { type StdVideoEncodeH264ReferenceInfoFlags (line 66) | typedef struct StdVideoEncodeH264ReferenceInfoFlags { type StdVideoEncodeH264ReferenceListsInfoFlags (line 71) | typedef struct StdVideoEncodeH264ReferenceListsInfoFlags { type StdVideoEncodeH264RefListModEntry (line 77) | typedef struct StdVideoEncodeH264RefListModEntry { type StdVideoEncodeH264RefPicMarkingEntry (line 83) | typedef struct StdVideoEncodeH264RefPicMarkingEntry { type StdVideoEncodeH264ReferenceListsInfo (line 91) | typedef struct StdVideoEncodeH264ReferenceListsInfo { type StdVideoEncodeH264PictureInfo (line 106) | typedef struct StdVideoEncodeH264PictureInfo { type StdVideoEncodeH264ReferenceInfo (line 119) | typedef struct StdVideoEncodeH264ReferenceInfo { type StdVideoEncodeH264SliceHeader (line 129) | typedef struct StdVideoEncodeH264SliceHeader { FILE: src/libraries/vk_video/vulkan_video_codec_h265std.h type StdVideoH265ChromaFormatIdc (line 49) | typedef enum StdVideoH265ChromaFormatIdc { type StdVideoH265ProfileIdc (line 58) | typedef enum StdVideoH265ProfileIdc { type StdVideoH265LevelIdc (line 68) | typedef enum StdVideoH265LevelIdc { type StdVideoH265SliceType (line 86) | typedef enum StdVideoH265SliceType { type StdVideoH265PictureType (line 94) | typedef enum StdVideoH265PictureType { type StdVideoH265AspectRatioIdc (line 103) | typedef enum StdVideoH265AspectRatioIdc { type StdVideoH265DecPicBufMgr (line 125) | typedef struct StdVideoH265DecPicBufMgr { type StdVideoH265SubLayerHrdParameters (line 131) | typedef struct StdVideoH265SubLayerHrdParameters { type StdVideoH265HrdFlags (line 139) | typedef struct StdVideoH265HrdFlags { type StdVideoH265HrdParameters (line 149) | typedef struct StdVideoH265HrdParameters { type StdVideoH265VpsFlags (line 167) | typedef struct StdVideoH265VpsFlags { type StdVideoH265ProfileTierLevelFlags (line 174) | typedef struct StdVideoH265ProfileTierLevelFlags { type StdVideoH265ProfileTierLevel (line 182) | typedef struct StdVideoH265ProfileTierLevel { type StdVideoH265VideoParameterSet (line 188) | typedef struct StdVideoH265VideoParameterSet { type StdVideoH265ScalingLists (line 203) | typedef struct StdVideoH265ScalingLists { type StdVideoH265SpsVuiFlags (line 212) | typedef struct StdVideoH265SpsVuiFlags { type StdVideoH265SequenceParameterSetVui (line 233) | typedef struct StdVideoH265SequenceParameterSetVui { type StdVideoH265PredictorPaletteEntries (line 262) | typedef struct StdVideoH265PredictorPaletteEntries { type StdVideoH265SpsFlags (line 266) | typedef struct StdVideoH265SpsFlags { type StdVideoH265ShortTermRefPicSetFlags (line 299) | typedef struct StdVideoH265ShortTermRefPicSetFlags { type StdVideoH265ShortTermRefPicSet (line 304) | typedef struct StdVideoH265ShortTermRefPicSet { type StdVideoH265LongTermRefPicsSps (line 321) | typedef struct StdVideoH265LongTermRefPicsSps { type StdVideoH265SequenceParameterSet (line 326) | typedef struct StdVideoH265SequenceParameterSet { type StdVideoH265PpsFlags (line 368) | typedef struct StdVideoH265PpsFlags { type StdVideoH265PictureParameterSet (line 402) | typedef struct StdVideoH265PictureParameterSet { FILE: src/libraries/vk_video/vulkan_video_codec_h265std_decode.h type StdVideoDecodeH265PictureInfoFlags (line 31) | typedef struct StdVideoDecodeH265PictureInfoFlags { type StdVideoDecodeH265PictureInfo (line 38) | typedef struct StdVideoDecodeH265PictureInfo { type StdVideoDecodeH265ReferenceInfoFlags (line 52) | typedef struct StdVideoDecodeH265ReferenceInfoFlags { type StdVideoDecodeH265ReferenceInfo (line 57) | typedef struct StdVideoDecodeH265ReferenceInfo { FILE: src/libraries/vk_video/vulkan_video_codec_h265std_encode.h type StdVideoEncodeH265WeightTableFlags (line 30) | typedef struct StdVideoEncodeH265WeightTableFlags { type StdVideoEncodeH265WeightTable (line 37) | typedef struct StdVideoEncodeH265WeightTable { type StdVideoEncodeH265SliceSegmentHeaderFlags (line 51) | typedef struct StdVideoEncodeH265SliceSegmentHeaderFlags { type StdVideoEncodeH265SliceSegmentHeader (line 67) | typedef struct StdVideoEncodeH265SliceSegmentHeader { type StdVideoEncodeH265ReferenceListsInfoFlags (line 85) | typedef struct StdVideoEncodeH265ReferenceListsInfoFlags { type StdVideoEncodeH265ReferenceListsInfo (line 91) | typedef struct StdVideoEncodeH265ReferenceListsInfo { type StdVideoEncodeH265PictureInfoFlags (line 101) | typedef struct StdVideoEncodeH265PictureInfoFlags { type StdVideoEncodeH265LongTermRefPics (line 114) | typedef struct StdVideoEncodeH265LongTermRefPics { type StdVideoEncodeH265PictureInfo (line 124) | typedef struct StdVideoEncodeH265PictureInfo { type StdVideoEncodeH265ReferenceInfoFlags (line 139) | typedef struct StdVideoEncodeH265ReferenceInfoFlags { type StdVideoEncodeH265ReferenceInfo (line 145) | typedef struct StdVideoEncodeH265ReferenceInfo { FILE: src/libraries/vma/vk_mem_alloc.h type VmaAllocatorCreateFlagBits (line 349) | typedef enum VmaAllocatorCreateFlagBits type VkFlags (line 488) | typedef VkFlags VmaAllocatorCreateFlags; type VmaMemoryUsage (line 498) | typedef enum VmaMemoryUsage type VmaAllocationCreateFlagBits (line 580) | typedef enum VmaAllocationCreateFlagBits type VkFlags (line 714) | typedef VkFlags VmaAllocationCreateFlags; type VmaPoolCreateFlagBits (line 717) | typedef enum VmaPoolCreateFlagBits type VkFlags (line 759) | typedef VkFlags VmaPoolCreateFlags; type VmaDefragmentationFlagBits (line 762) | typedef enum VmaDefragmentationFlagBits type VkFlags (line 793) | typedef VkFlags VmaDefragmentationFlags; type VmaDefragmentationMoveOperation (line 796) | typedef enum VmaDefragmentationMoveOperation type VmaVirtualBlockCreateFlagBits (line 814) | typedef enum VmaVirtualBlockCreateFlagBits type VkFlags (line 837) | typedef VkFlags VmaVirtualBlockCreateFlags; type VmaVirtualAllocationCreateFlagBits (line 840) | typedef enum VmaVirtualAllocationCreateFlagBits type VkFlags (line 866) | typedef VkFlags VmaVirtualAllocationCreateFlags; function VK_DEFINE_HANDLE (line 887) | VK_DEFINE_HANDLE(VmaAllocator) type VmaVulkanFunctions (line 1014) | typedef struct VmaVulkanFunctions type VmaAllocatorCreateInfo (line 1067) | typedef struct VmaAllocatorCreateInfo type VmaAllocatorInfo (line 1148) | typedef struct VmaAllocatorInfo type VmaStatistics (line 1179) | typedef struct VmaStatistics type VmaDetailedStatistics (line 1219) | typedef struct VmaDetailedStatistics type VmaTotalStatistics (line 1241) | typedef struct VmaTotalStatistics type VmaBudget (line 1253) | typedef struct VmaBudget type VmaAllocationCreateInfo (line 1290) | typedef struct VmaAllocationCreateInfo type VmaPoolCreateInfo (line 1341) | typedef struct VmaPoolCreateInfo type VmaAllocationInfo (line 1409) | typedef struct VmaAllocationInfo type VmaAllocationInfo2 (line 1469) | typedef struct VmaAllocationInfo2 type VmaDefragmentationInfo (line 1499) | typedef struct VmaDefragmentationInfo type VmaDefragmentationMove (line 1528) | typedef struct VmaDefragmentationMove type VmaDefragmentationPassMoveInfo (line 1547) | typedef struct VmaDefragmentationPassMoveInfo type VmaDefragmentationStats (line 1578) | typedef struct VmaDefragmentationStats type VmaVirtualBlockCreateInfo (line 1598) | typedef struct VmaVirtualBlockCreateInfo type VmaVirtualAllocationCreateInfo (line 1619) | typedef struct VmaVirtualAllocationCreateInfo type VmaVirtualAllocationInfo (line 1642) | typedef struct VmaVirtualAllocationInfo function vma_aligned_free (line 3028) | static void vma_aligned_free(void* ptr) function vma_aligned_free (line 3033) | static void vma_aligned_free(void* VMA_NULLABLE ptr) function VmaUint32ToStr (line 3118) | static inline void VmaUint32ToStr(char* VMA_NOT_NULL outStr, size_t strL... function VmaUint64ToStr (line 3122) | static inline void VmaUint64ToStr(char* VMA_NOT_NULL outStr, size_t strL... function VmaPtrToStr (line 3126) | static inline void VmaPtrToStr(char* VMA_NOT_NULL outStr, size_t strLen,... function class (line 3133) | class VmaMutex function class (line 3152) | class VmaRWMutex function class (line 3168) | class VmaRWMutex function class (line 3184) | class VmaRWMutex type VmaSuballocationType (line 3354) | enum VmaSuballocationType type VMA_CACHE_OPERATION (line 3365) | enum VMA_CACHE_OPERATION type class (line 3371) | enum class type VmaMutexLock (line 3387) | struct VmaMutexLock type VmaMutexLockRead (line 3388) | struct VmaMutexLockRead type VmaMutexLockWrite (line 3389) | struct VmaMutexLockWrite type VmaDedicatedAllocationListItemTraits (line 3425) | struct VmaDedicatedAllocationListItemTraits type VmaSuballocation (line 3428) | struct VmaSuballocation type VmaSuballocationOffsetLess (line 3429) | struct VmaSuballocationOffsetLess type VmaSuballocationOffsetGreater (line 3430) | struct VmaSuballocationOffsetGreater type VmaSuballocationItemSizeLess (line 3431) | struct VmaSuballocationItemSizeLess type VmaList (line 3433) | typedef VmaList> Vma... type VmaAllocationRequest (line 3435) | struct VmaAllocationRequest type VmaPoolListItemTraits (line 3443) | struct VmaPoolListItemTraits type VmaCurrentBudgetData (line 3445) | struct VmaCurrentBudgetData function VmaCountBitsSet (line 3467) | static inline uint32_t VmaCountBitsSet(uint32_t v) function VmaBitScanLSB (line 3481) | static inline uint8_t VmaBitScanLSB(uint64_t mask) function VmaBitScanLSB (line 3507) | static inline uint8_t VmaBitScanLSB(uint32_t mask) function VmaBitScanMSB (line 3533) | static inline uint8_t VmaBitScanMSB(uint64_t mask) function VmaBitScanMSB (line 3558) | static inline uint8_t VmaBitScanMSB(uint32_t mask) function VmaIsPow2 (line 3589) | bool VmaIsPow2(T x) function T (line 3597) | inline T VmaAlignUp(T val, T alignment) function T (line 3606) | inline T VmaAlignDown(T val, T alignment) function T (line 3614) | inline T VmaRoundDiv(T x, T y) function T (line 3621) | inline T VmaDivideRoundingUp(T x, T y) function VmaNextPow2 (line 3627) | static inline uint32_t VmaNextPow2(uint32_t v) function VmaNextPow2 (line 3639) | static inline uint64_t VmaNextPow2(uint64_t v) function VmaPrevPow2 (line 3653) | static inline uint32_t VmaPrevPow2(uint32_t v) function VmaPrevPow2 (line 3664) | static inline uint64_t VmaPrevPow2(uint64_t v) function VmaStrIsEmpty (line 3676) | static inline bool VmaStrIsEmpty(const char* pStr) function VmaBlocksOnSamePage (line 3688) | static inline bool VmaBlocksOnSamePage( function VmaIsBufferImageGranularityConflict (line 3708) | static inline bool VmaIsBufferImageGranularityConflict( function VmaWriteMagicValue (line 3743) | static void VmaWriteMagicValue(void* pData, VkDeviceSize offset) function VmaValidateMagicValue (line 3757) | static bool VmaValidateMagicValue(const void* pData, VkDeviceSize offset) function VmaFillGpuDefragmentationBufferCreateInfo (line 3777) | static void VmaFillGpuDefragmentationBufferCreateInfo(VkBufferCreateInfo... function IterT (line 3796) | IterT VmaBinaryFindFirstNotLess(IterT beg, IterT end, const KeyT& key, c... function VmaValidatePointerArray (line 3833) | bool VmaValidatePointerArray(uint32_t count, const T* arr) function VmaPnextChainPushFront (line 3854) | inline void VmaPnextChainPushFront(MainT* mainStruct, NewT* newStruct) function FindT (line 3862) | inline const FindT* VmaPnextChainFind(const MainT* mainStruct, VkStructu... function VmaBufferImageUsage (line 3876) | struct VmaBufferImageUsage function Contains (line 3896) | bool Contains(BaseType flag) const { return (Value & flag) != 0; } function FindMemoryPreferences (line 3938) | static bool FindMemoryPreferences( function VmaFree (line 4110) | static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, v... function T (line 4124) | T* VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) function T (line 4130) | T* VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, s... function vma_delete (line 4140) | void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) function vma_delete_array (line 4147) | void vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks,... function VmaFreeString (line 4185) | static void VmaFreeString(const VkAllocationCallbacks* allocs, char* str) function VmaClearStatistics (line 4227) | static void VmaClearStatistics(VmaStatistics& outStats) function VmaAddStatistics (line 4235) | static void VmaAddStatistics(VmaStatistics& inoutStats, const VmaStatist... function VmaClearDetailedStatistics (line 4243) | static void VmaClearDetailedStatistics(VmaDetailedStatistics& outStats) function VmaAddDetailedStatisticsAllocation (line 4253) | static void VmaAddDetailedStatisticsAllocation(VmaDetailedStatistics& in... function VmaAddDetailedStatisticsUnusedRange (line 4261) | static void VmaAddDetailedStatisticsUnusedRange(VmaDetailedStatistics& i... function VmaAddDetailedStatistics (line 4268) | static void VmaAddDetailedStatistics(VmaDetailedStatistics& inoutStats, ... function VmaMutexLock (line 4282) | struct VmaMutexLock function VmaMutexLockRead (line 4298) | struct VmaMutexLockRead function VmaMutexLockWrite (line 4314) | struct VmaMutexLockWrite function Commit (line 4351) | void Commit() { m_Atomic = VMA_NULL; } function T (line 4352) | T Increment(AtomicT* atomic) type T (line 4369) | typedef T value_type; function m_pCallbacks (line 4371) | VmaStlAllocator(const VkAllocationCallbacks* pCallbacks) : m_pCallbacks(... function T (line 4377) | T* allocate(size_t n) { return VmaAllocateArray(m_pCallbacks, n); } function deallocate (line 4378) | void deallocate(T* p, size_t n) { VmaFree(m_pCallbacks, p); } type T (line 4402) | typedef T* iterator; type T (line 4403) | typedef const T* const_iterator; function T (line 4416) | T* data() { return m_pArray; } function T (line 4419) | const T* data() const { return m_pArray; } function T (line 4420) | const T& front() const { VMA_HEAVY_ASSERT(m_Count > 0); return m_pArray[... function iterator (line 4423) | iterator begin() { return m_pArray; } function iterator (line 4424) | iterator end() { return m_pArray + m_Count; } function pop_front (line 4430) | void pop_front() { VMA_HEAVY_ASSERT(m_Count > 0); remove(0); } function pop_back (line 4431) | void pop_back() { VMA_HEAVY_ASSERT(m_Count > 0); resize(size() - 1); } function push_front (line 4432) | void push_front(const T& src) { insert(0, src); } function clear (line 4437) | void clear() { resize(0); } function T (line 4443) | const T& operator[](size_t index) const { VMA_HEAVY_ASSERT(index < m_Cou... type T (line 4619) | typedef T* iterator; function T (line 4631) | T* data() { return m_Count > N ? m_DynamicArray.data() : m_StaticArray; } function T (line 4634) | const T* data() const { return m_Count > N ? m_DynamicArray.data() : m_S... function T (line 4635) | const T& front() const { VMA_HEAVY_ASSERT(m_Count > 0); return data()[0]; } function iterator (line 4638) | iterator begin() { return data(); } function iterator (line 4639) | iterator end() { return data() + m_Count; } function pop_front (line 4641) | void pop_front() { VMA_HEAVY_ASSERT(m_Count > 0); remove(0); } function pop_back (line 4642) | void pop_back() { VMA_HEAVY_ASSERT(m_Count > 0); resize(size() - 1); } function push_front (line 4643) | void push_front(const T& src) { insert(0, src); } function T (line 4652) | const T& operator[](size_t index) const { VMA_HEAVY_ASSERT(index < m_Cou... type ItemBlock (line 4784) | struct ItemBlock function ItemType (line 4916) | ItemType* Front() { return m_pFront; } function ItemType (line 4917) | ItemType* Back() { return m_pBack; } function ItemType (line 4918) | const ItemType* Front() const { return m_pFront; } function ItemType (line 4919) | const ItemType* Back() const { return m_pBack; } function class (line 5173) | class iterator function class (line 5199) | class reverse_iterator function class (line 5225) | class const_iterator function class (line 5253) | class const_reverse_iterator function m_RawList (line 5282) | VmaList(const AllocatorT& allocator) : m_RawList(allocator.m_pCallbacks) {} function iterator (line 5287) | iterator begin() { return iterator(&m_RawList, m_RawList.Front()); } function iterator (line 5288) | iterator end() { return iterator(&m_RawList, VMA_NULL); } function reverse_iterator (line 5296) | reverse_iterator rbegin() { return reverse_iterator(&m_RawList, m_RawLis... function reverse_iterator (line 5297) | reverse_iterator rend() { return reverse_iterator(&m_RawList, VMA_NULL); } function push_back (line 5305) | void push_back(const T& value) { m_RawList.PushBack(value); } function iterator (line 5306) | iterator insert(iterator it, const T& value) { return iterator(&m_RawLis... function clear (line 5308) | void clear() { m_RawList.Clear(); } function erase (line 5309) | void erase(iterator it) { m_RawList.Remove(it.m_pItem); } function ItemType (line 5395) | static ItemType* GetPrev(const ItemType* item) { return ItemTypeTraits::... function ItemType (line 5396) | static ItemType* GetNext(const ItemType* item) { return ItemTypeTraits::... function ItemType (line 5408) | ItemType* Front() { return m_Front; } function ItemType (line 5409) | ItemType* Back() { return m_Back; } function ItemType (line 5410) | const ItemType* Front() const { return m_Front; } function ItemType (line 5411) | const ItemType* Back() const { return m_Back; } function class (line 5627) | class VmaStringBuilder function Add (line 5648) | void VmaStringBuilder::Add(const char* pStr) function AddNumber (line 5659) | void VmaStringBuilder::AddNumber(uint32_t num) function AddNumber (line 5672) | void VmaStringBuilder::AddNumber(uint64_t num) function AddPointer (line 5685) | void VmaStringBuilder::AddPointer(const void* ptr) function class (line 5699) | class VmaJsonWriter function BeginObject (line 5785) | void VmaJsonWriter::BeginObject(bool singleLine) function EndObject (line 5799) | void VmaJsonWriter::EndObject() function BeginArray (line 5810) | void VmaJsonWriter::BeginArray(bool singleLine) function EndArray (line 5824) | void VmaJsonWriter::EndArray() function WriteString (line 5835) | void VmaJsonWriter::WriteString(const char* pStr) function BeginString (line 5841) | void VmaJsonWriter::BeginString(const char* pStr) function ContinueString (line 5854) | void VmaJsonWriter::ContinueString(const char* pStr) function ContinueString (line 5897) | void VmaJsonWriter::ContinueString(uint32_t n) function ContinueString (line 5903) | void VmaJsonWriter::ContinueString(uint64_t n) function ContinueString_Pointer (line 5909) | void VmaJsonWriter::ContinueString_Pointer(const void* ptr) function EndString (line 5915) | void VmaJsonWriter::EndString(const char* pStr) function WriteNumber (line 5926) | void VmaJsonWriter::WriteNumber(uint32_t n) function WriteNumber (line 5933) | void VmaJsonWriter::WriteNumber(uint64_t n) function WriteBool (line 5940) | void VmaJsonWriter::WriteBool(bool b) function WriteNull (line 5947) | void VmaJsonWriter::WriteNull() function BeginValue (line 5954) | void VmaJsonWriter::BeginValue(bool isString) function WriteIndent (line 5983) | void VmaJsonWriter::WriteIndent(bool oneLess) function VmaPrintDetailedStatistics (line 6002) | static void VmaPrintDetailedStatistics(VmaJsonWriter& json, const VmaDet... function class (line 6037) | class VmaMappingHysteresis function class (line 6136) | class VmaWin32Handle function HANDLE (line 6186) | HANDLE Duplicate(HANDLE hTargetProcess = VMA_NULL) const noexcept function class (line 6204) | class VmaWin32Handle function class (line 6222) | class VmaDeviceMemoryBlock type VmaDedicatedAllocationListItemTraits (line 6443) | struct VmaDedicatedAllocationListItemTraits function ItemType (line 6457) | static ItemType*& AccessPrev(ItemType* item) function ItemType (line 6462) | static ItemType*& AccessNext(ItemType* item) function class (line 6475) | class VmaDedicatedAllocationList function Validate (line 6516) | bool VmaDedicatedAllocationList::Validate() function AddDetailedStatistics (line 6531) | void VmaDedicatedAllocationList::AddDetailedStatistics(VmaDetailedStatis... function AddStatistics (line 6542) | void VmaDedicatedAllocationList::AddStatistics(VmaStatistics& inoutStats) function BuildStatsString (line 6559) | void VmaDedicatedAllocationList::BuildStatsString(VmaJsonWriter& json) function IsEmpty (line 6574) | bool VmaDedicatedAllocationList::IsEmpty() function Register (line 6580) | void VmaDedicatedAllocationList::Register(VmaAllocation alloc) function Unregister (line 6586) | void VmaDedicatedAllocationList::Unregister(VmaAllocation alloc) type VmaSuballocation (line 6599) | struct VmaSuballocation type VmaSuballocationOffsetLess (line 6608) | struct VmaSuballocationOffsetLess type VmaSuballocationOffsetGreater (line 6616) | struct VmaSuballocationOffsetGreater function const (line 6624) | struct VmaSuballocationItemSizeLess type VmaAllocationRequest (line 6645) | struct VmaAllocationRequest function class (line 6661) | class VmaBlockMetadata function DebugLogAllocation (line 6762) | void VmaBlockMetadata::DebugLogAllocation(VkDeviceSize offset, VkDeviceS... function PrintDetailedMap_Begin (line 6791) | void VmaBlockMetadata::PrintDetailedMap_Begin(class VmaJsonWriter& json, function PrintDetailedMap_Allocation (line 6810) | void VmaBlockMetadata::PrintDetailedMap_Allocation(class VmaJsonWriter& ... function PrintDetailedMap_UnusedRange (line 6838) | void VmaBlockMetadata::PrintDetailedMap_UnusedRange(class VmaJsonWriter&... function PrintDetailedMap_End (line 6855) | void VmaBlockMetadata::PrintDetailedMap_End(class VmaJsonWriter& json) c... function class (line 6865) | class VmaBlockBufferImageGranularity final function Init (line 6933) | void VmaBlockBufferImageGranularity::Init(const VkAllocationCallbacks* p... function Destroy (line 6943) | void VmaBlockBufferImageGranularity::Destroy(const VkAllocationCallbacks... function RoundupAllocRequest (line 6952) | void VmaBlockBufferImageGranularity::RoundupAllocRequest(VmaSuballocatio... function CheckConflictAndAlignUp (line 6969) | bool VmaBlockBufferImageGranularity::CheckConflictAndAlignUp(VkDeviceSiz... function AllocPages (line 6997) | void VmaBlockBufferImageGranularity::AllocPages(uint8_t allocType, VkDev... function FreePages (line 7010) | void VmaBlockBufferImageGranularity::FreePages(VkDeviceSize offset, VkDe... function Clear (line 7028) | void VmaBlockBufferImageGranularity::Clear() function Validate (line 7046) | bool VmaBlockBufferImageGranularity::Validate(ValidationContext& ctx, function FinishValidation (line 7065) | bool VmaBlockBufferImageGranularity::FinishValidation(ValidationContext&... function OffsetToPageIndex (line 7082) | uint32_t VmaBlockBufferImageGranularity::OffsetToPageIndex(VkDeviceSize ... function AllocPage (line 7087) | void VmaBlockBufferImageGranularity::AllocPage(RegionInfo& page, uint8_t... function VkDeviceSize (line 7187) | VkDeviceSize GetAllocationOffset(VmaAllocHandle allocHandle) const overr... function Validate (line 7190) | bool Validate() const override; function ShouldCompact1st (line 7269) | bool ShouldCompact1st() const; function AddDetailedStatistics (line 7467) | void VmaBlockMetadata_Linear::AddDetailedStatistics(VmaDetailedStatistic... function AddStatistics (line 7628) | void VmaBlockMetadata_Linear::AddStatistics(VmaStatistics& inoutStats) c... function PrintDetailedMap (line 7746) | void VmaBlockMetadata_Linear::PrintDetailedMap(class VmaJsonWriter& json... function CreateAllocationRequest (line 8062) | bool VmaBlockMetadata_Linear::CreateAllocationRequest( function VkResult (line 8086) | VkResult VmaBlockMetadata_Linear::CheckCorruption(const void* pBlockData) function Alloc (line 8120) | void VmaBlockMetadata_Linear::Alloc( function Free (line 8187) | void VmaBlockMetadata_Linear::Free(VmaAllocHandle allocHandle) function GetAllocationInfo (line 8276) | void VmaBlockMetadata_Linear::GetAllocationInfo(VmaAllocHandle allocHand... function VmaAllocHandle (line 8296) | VmaAllocHandle VmaBlockMetadata_Linear::GetNextAllocation(VmaAllocHandle... function VkDeviceSize (line 8303) | VkDeviceSize VmaBlockMetadata_Linear::GetNextFreeRegionSize(VmaAllocHand... function Clear (line 8310) | void VmaBlockMetadata_Linear::Clear() function SetAllocationUserData (line 8322) | void VmaBlockMetadata_Linear::SetAllocationUserData(VmaAllocHandle alloc... function DebugLogAllAllocations (line 8328) | void VmaBlockMetadata_Linear::DebugLogAllAllocations() const function ShouldCompact1st (line 8379) | bool VmaBlockMetadata_Linear::ShouldCompact1st() const function CreateAllocationRequest_LowerAddress (line 8491) | bool VmaBlockMetadata_Linear::CreateAllocationRequest_LowerAddress( function CreateAllocationRequest_UpperAddress (line 8669) | bool VmaBlockMetadata_Linear::CreateAllocationRequest_UpperAddress( function class (line 8792) | class VmaBlockMetadata_TLSF : public VmaBlockMetadata function Init (line 8933) | void VmaBlockMetadata_TLSF::Init(VkDeviceSize size) function Validate (line 8963) | bool VmaBlockMetadata_TLSF::Validate() const function AddDetailedStatistics (line 9061) | void VmaBlockMetadata_TLSF::AddDetailedStatistics(VmaDetailedStatistics&... function AddStatistics (line 9077) | void VmaBlockMetadata_TLSF::AddStatistics(VmaStatistics& inoutStats) const function PrintDetailedMap (line 9086) | void VmaBlockMetadata_TLSF::PrintDetailedMap(class VmaJsonWriter& json) ... function CreateAllocationRequest (line 9123) | bool VmaBlockMetadata_TLSF::CreateAllocationRequest( function VkResult (line 9285) | VkResult VmaBlockMetadata_TLSF::CheckCorruption(const void* pBlockData) function Alloc (line 9302) | void VmaBlockMetadata_TLSF::Alloc( function Free (line 9428) | void VmaBlockMetadata_TLSF::Free(VmaAllocHandle allocHandle) function GetAllocationInfo (line 9467) | void VmaBlockMetadata_TLSF::GetAllocationInfo(VmaAllocHandle allocHandle... function VmaAllocHandle (line 9497) | VmaAllocHandle VmaBlockMetadata_TLSF::GetNextAllocation(VmaAllocHandle p... function VkDeviceSize (line 9510) | VkDeviceSize VmaBlockMetadata_TLSF::GetNextFreeRegionSize(VmaAllocHandle... function Clear (line 9520) | void VmaBlockMetadata_TLSF::Clear() function SetAllocationUserData (line 9541) | void VmaBlockMetadata_TLSF::SetAllocationUserData(VmaAllocHandle allocHa... function SizeToMemoryClass (line 9555) | uint8_t VmaBlockMetadata_TLSF::SizeToMemoryClass(VkDeviceSize size) const function SizeToSecondIndex (line 9562) | uint16_t VmaBlockMetadata_TLSF::SizeToSecondIndex(VkDeviceSize size, uin... function GetListIndex (line 9574) | uint32_t VmaBlockMetadata_TLSF::GetListIndex(uint8_t memoryClass, uint16... function GetListIndex (line 9586) | uint32_t VmaBlockMetadata_TLSF::GetListIndex(VkDeviceSize size) const function RemoveFreeBlock (line 9592) | void VmaBlockMetadata_TLSF::RemoveFreeBlock(Block* block) function InsertFreeBlock (line 9621) | void VmaBlockMetadata_TLSF::InsertFreeBlock(Block* block) function MergeBlock (line 9644) | void VmaBlockMetadata_TLSF::MergeBlock(Block* block, Block* prev) function CheckBlock (line 9679) | bool VmaBlockMetadata_TLSF::CheckBlock( function VmaDeviceMemoryBlock (line 9763) | VmaDeviceMemoryBlock* GetBlock(size_t index) const { return m_Blocks[ind... function IsCorruptionDetectionEnabled (line 9770) | bool IsCorruptionDetectionEnabled() const; function VkDeviceSize (line 9810) | VkDeviceSize CalcMaxBlockSize() const; function SetId (line 9938) | struct VmaPool_T type VmaPoolListItemTraits (line 9969) | struct VmaPoolListItemTraits function ItemType (line 9975) | static ItemType*& AccessPrev(ItemType* item) { return item->m_PrevPool; } function ItemType (line 9976) | static ItemType*& AccessNext(ItemType* item) { return item->m_NextPool; } type VmaCurrentBudgetData (line 9981) | struct VmaCurrentBudgetData function AddAllocation (line 10026) | void VmaCurrentBudgetData::AddAllocation(uint32_t heapIndex, VkDeviceSiz... function RemoveAllocation (line 10035) | void VmaCurrentBudgetData::RemoveAllocation(uint32_t heapIndex, VkDevice... function class (line 10052) | class VmaAllocationObjectAllocator function Free (line 10074) | void VmaAllocationObjectAllocator::Free(VmaAllocation hAlloc) function IsEmpty (line 10082) | struct VmaVirtualBlock_T function SetAllocationUserData (line 10095) | void SetAllocationUserData(VmaVirtualAllocation allocation, void* userDa... function Clear (line 10096) | void Clear() { m_Metadata->Clear(); } function VkAllocationCallbacks (line 10147) | const VkAllocationCallbacks* VmaVirtualBlock_T::GetAllocationCallbacks()... function GetAllocationInfo (line 10152) | void VmaVirtualBlock_T::GetAllocationInfo(VmaVirtualAllocation allocatio... function VkResult (line 10157) | VkResult VmaVirtualBlock_T::Allocate(const VmaVirtualAllocationCreateInf... function GetStatistics (line 10183) | void VmaVirtualBlock_T::GetStatistics(VmaStatistics& outStats) const function CalculateDetailedStatistics (line 10189) | void VmaVirtualBlock_T::CalculateDetailedStatistics(VmaDetailedStatistic... function BuildStatsString (line 10196) | void VmaVirtualBlock_T::BuildStatsString(bool detailedMap, VmaStringBuil... function GetVulkanFunctions (line 10223) | struct VmaAllocator_T function MemoryTypeIndexToHeapIndex (line 10283) | uint32_t MemoryTypeIndexToHeapIndex(uint32_t memTypeIndex) const function IsMemoryTypeNonCoherent (line 10289) | bool IsMemoryTypeNonCoherent(uint32_t memTypeIndex) const function VkDeviceSize (line 10295) | VkDeviceSize GetMemoryTypeMinAlignment(uint32_t memTypeIndex) const function VkExternalMemoryHandleTypeFlagsKHR (line 10427) | VkExternalMemoryHandleTypeFlagsKHR GetExternalMemoryHandleTypeFlags(uint... type VmaIntrusiveLinkedList (line 10444) | typedef VmaIntrusiveLinkedList PoolList; function CalculateGpuDefragmentationMemoryTypeBits (line 10535) | uint32_t CalculateGpuDefragmentationMemoryTypeBits() const; function VmaFree (line 10555) | static void VmaFree(VmaAllocator hAllocator, void* ptr) function T (line 10561) | T* VmaAllocate(VmaAllocator hAllocator) function T (line 10567) | T* VmaAllocateArray(VmaAllocator hAllocator, size_t count) function vma_delete (line 10573) | void vma_delete(VmaAllocator hAllocator, T* ptr) function vma_delete_array (line 10583) | void vma_delete_array(VmaAllocator hAllocator, T* ptr, size_t count) function Init (line 10609) | void VmaDeviceMemoryBlock::Init( function Destroy (line 10644) | void VmaDeviceMemoryBlock::Destroy(VmaAllocator allocator) function PostAlloc (line 10662) | void VmaDeviceMemoryBlock::PostAlloc(VmaAllocator hAllocator) function PostFree (line 10668) | void VmaDeviceMemoryBlock::PostFree(VmaAllocator hAllocator) function VkResult (line 10690) | VkResult VmaDeviceMemoryBlock::CheckCorruption(VmaAllocator hAllocator) function VkResult (line 10706) | VkResult VmaDeviceMemoryBlock::Map(VmaAllocator hAllocator, uint32_t cou... function Unmap (line 10749) | void VmaDeviceMemoryBlock::Unmap(VmaAllocator hAllocator, uint32_t count) function VkResult (line 10774) | VkResult VmaDeviceMemoryBlock::WriteMagicValueAfterAllocation(VmaAllocat... function VkResult (line 10791) | VkResult VmaDeviceMemoryBlock::ValidateMagicValueAfterAllocation(VmaAllo... function VkResult (line 10811) | VkResult VmaDeviceMemoryBlock::BindBufferMemory( function VkResult (line 10828) | VkResult VmaDeviceMemoryBlock::BindImageMemory( function VkResult (line 10846) | VkResult VmaDeviceMemoryBlock::CreateWin32Handle(const VmaAllocator hAll... function InitBlockAllocation (line 10878) | void VmaAllocation_T::InitBlockAllocation( function InitDedicatedAllocation (line 10903) | void VmaAllocation_T::InitDedicatedAllocation( function Destroy (line 10934) | void VmaAllocation_T::Destroy(VmaAllocator allocator) function SetName (line 10944) | void VmaAllocation_T::SetName(VmaAllocator hAllocator, const char* pName) function SwapBlockAllocation (line 10954) | uint8_t VmaAllocation_T::SwapBlockAllocation(VmaAllocator hAllocator, Vm... function VmaAllocHandle (line 10973) | VmaAllocHandle VmaAllocation_T::GetAllocHandle() const function VkDeviceSize (line 10987) | VkDeviceSize VmaAllocation_T::GetOffset() const function VmaPool (line 11001) | VmaPool VmaAllocation_T::GetParentPool() const function VkDeviceMemory (line 11015) | VkDeviceMemory VmaAllocation_T::GetMemory() const function BlockAllocMap (line 11055) | void VmaAllocation_T::BlockAllocMap() function BlockAllocUnmap (line 11070) | void VmaAllocation_T::BlockAllocUnmap() function VkResult (line 11084) | VkResult VmaAllocation_T::DedicatedAllocMap(VmaAllocator hAllocator, voi... function DedicatedAllocUnmap (line 11124) | void VmaAllocation_T::DedicatedAllocUnmap(VmaAllocator hAllocator) function PrintParameters (line 11147) | void VmaAllocation_T::PrintParameters(class VmaJsonWriter& json) const function VkResult (line 11171) | VkResult VmaAllocation_T::GetWin32Handle(VmaAllocator hAllocator, HANDLE... function EnsureExtraData (line 11189) | void VmaAllocation_T::EnsureExtraData(VmaAllocator hAllocator) function FreeName (line 11197) | void VmaAllocation_T::FreeName(VmaAllocator hAllocator) function VkResult (line 11245) | VkResult VmaBlockVector::CreateMinBlocks() function AddStatistics (line 11258) | void VmaBlockVector::AddStatistics(VmaStatistics& inoutStats) function AddDetailedStatistics (line 11272) | void VmaBlockVector::AddDetailedStatistics(VmaDetailedStatistics& inoutS... function IsEmpty (line 11286) | bool VmaBlockVector::IsEmpty() function IsCorruptionDetectionEnabled (line 11292) | bool VmaBlockVector::IsCorruptionDetectionEnabled() const function VkResult (line 11348) | VkResult VmaBlockVector::AllocatePage( function Free (line 11552) | void VmaBlockVector::Free(const VmaAllocation hAllocation) function VkDeviceSize (line 11629) | VkDeviceSize VmaBlockVector::CalcMaxBlockSize() const function Remove (line 11643) | void VmaBlockVector::Remove(VmaDeviceMemoryBlock* pBlock) function IncrementallySortBlocks (line 11656) | void VmaBlockVector::IncrementallySortBlocks() function SortByFreeSize (line 11674) | void VmaBlockVector::SortByFreeSize() function VkResult (line 11683) | VkResult VmaBlockVector::AllocateFromBlock( function VkResult (line 11709) | VkResult VmaBlockVector::CommitAllocationRequest( function VkResult (line 11762) | VkResult VmaBlockVector::CreateBlock(VkDeviceSize blockSize, size_t* pNe... function HasEmptyBlock (line 11829) | bool VmaBlockVector::HasEmptyBlock() function PrintDetailedMap (line 11843) | void VmaBlockVector::PrintDetailedMap(class VmaJsonWriter& json) function VkResult (line 11866) | VkResult VmaBlockVector::CheckCorruption() function VkResult (line 11976) | VkResult VmaDefragmentationContext_T::DefragmentPassBegin(VmaDefragmenta... function ComputeDefragmentation_Fast (line 12406) | bool VmaDefragmentationContext_T::ComputeDefragmentation_Fast(VmaBlockVe... function ComputeDefragmentation_Balanced (line 12443) | bool VmaDefragmentationContext_T::ComputeDefragmentation_Balanced(VmaBlo... function ComputeDefragmentation_Full (line 12539) | bool VmaDefragmentationContext_T::ComputeDefragmentation_Full(VmaBlockVe... function ComputeDefragmentation_Extensive (line 12610) | bool VmaDefragmentationContext_T::ComputeDefragmentation_Extensive(VmaBl... function UpdateVectorStatistics (line 12798) | void VmaDefragmentationContext_T::UpdateVectorStatistics(VmaBlockVector&... function MoveDataToFreeBlocks (line 12819) | bool VmaDefragmentationContext_T::MoveDataToFreeBlocks(VmaSuballocationT... function SetName (line 12898) | void VmaPool_T::SetName(const char* pName) function VkResult (line 13108) | VkResult VmaAllocator_T::Init(const VmaAllocatorCreateInfo* pCreateInfo) function ImportVulkanFunctions (line 13132) | void VmaAllocator_T::ImportVulkanFunctions(const VmaVulkanFunctions* pVu... function ImportVulkanFunctions_Static (line 13152) | void VmaAllocator_T::ImportVulkanFunctions_Static() function ImportVulkanFunctions_Custom (line 13204) | void VmaAllocator_T::ImportVulkanFunctions_Custom(const VmaVulkanFunctio... function ImportVulkanFunctions_Dynamic (line 13257) | void VmaAllocator_T::ImportVulkanFunctions_Dynamic() function ValidateVulkanFunctions (line 13369) | void VmaAllocator_T::ValidateVulkanFunctions() function VkDeviceSize (line 13426) | VkDeviceSize VmaAllocator_T::CalcPreferredBlockSize(uint32_t memTypeIndex) function VkResult (line 13434) | VkResult VmaAllocator_T::AllocateMemoryOfType( function VkResult (line 13581) | VkResult VmaAllocator_T::AllocateDedicatedMemory( function VkResult (line 13728) | VkResult VmaAllocator_T::AllocateDedicatedMemoryPage( function GetBufferMemoryRequirements (line 13781) | void VmaAllocator_T::GetBufferMemoryRequirements( function GetImageMemoryRequirements (line 13813) | void VmaAllocator_T::GetImageMemoryRequirements( function VkResult (line 13845) | VkResult VmaAllocator_T::FindMemoryTypeIndex( function VkResult (line 13901) | VkResult VmaAllocator_T::CalcMemTypeParams( function VkResult (line 13928) | VkResult VmaAllocator_T::CalcAllocationParams( function VkResult (line 13997) | VkResult VmaAllocator_T::AllocateMemory( function FreeMemory (line 14086) | void VmaAllocator_T::FreeMemory( function CalculateStatistics (line 14132) | void VmaAllocator_T::CalculateStatistics(VmaTotalStatistics* pStats) function GetHeapBudgets (line 14184) | void VmaAllocator_T::GetHeapBudgets(VmaBudget* outBudgets, uint32_t firs... function GetAllocationInfo (line 14240) | void VmaAllocator_T::GetAllocationInfo(VmaAllocation hAllocation, VmaAll... function GetAllocationInfo2 (line 14251) | void VmaAllocator_T::GetAllocationInfo2(VmaAllocation hAllocation, VmaAl... function VkResult (line 14270) | VkResult VmaAllocator_T::CreatePool(const VmaPoolCreateInfo* pCreateInfo... function DestroyPool (line 14323) | void VmaAllocator_T::DestroyPool(VmaPool pool) function GetPoolStatistics (line 14334) | void VmaAllocator_T::GetPoolStatistics(VmaPool pool, VmaStatistics* pPoo... function CalculatePoolStatistics (line 14341) | void VmaAllocator_T::CalculatePoolStatistics(VmaPool pool, VmaDetailedSt... function SetCurrentFrameIndex (line 14348) | void VmaAllocator_T::SetCurrentFrameIndex(uint32_t frameIndex) function VkResult (line 14360) | VkResult VmaAllocator_T::CheckPoolCorruption(VmaPool hPool) function VkResult (line 14365) | VkResult VmaAllocator_T::CheckCorruption(uint32_t memoryTypeBits) function VkResult (line 14414) | VkResult VmaAllocator_T::AllocateVulkanMemory(const VkMemoryAllocateInfo... function FreeVulkanMemory (line 14477) | void VmaAllocator_T::FreeVulkanMemory(uint32_t memoryType, VkDeviceSize ... function VkResult (line 14495) | VkResult VmaAllocator_T::BindVulkanBuffer( function VkResult (line 14526) | VkResult VmaAllocator_T::BindVulkanImage( function VkResult (line 14557) | VkResult VmaAllocator_T::Map(VmaAllocation hAllocation, void** ppData) function Unmap (line 14581) | void VmaAllocator_T::Unmap(VmaAllocation hAllocation) function VkResult (line 14600) | VkResult VmaAllocator_T::BindBufferMemory( function VkResult (line 14625) | VkResult VmaAllocator_T::BindImageMemory( function VkResult (line 14650) | VkResult VmaAllocator_T::FlushOrInvalidateAllocation( function VkResult (line 14676) | VkResult VmaAllocator_T::FlushOrInvalidateAllocations( function VkResult (line 14717) | VkResult VmaAllocator_T::CopyMemoryToAllocation( function VkResult (line 14734) | VkResult VmaAllocator_T::CopyAllocationToMemory( function FreeDedicatedMemory (line 14754) | void VmaAllocator_T::FreeDedicatedMemory(const VmaAllocation allocation) function CalculateGpuDefragmentationMemoryTypeBits (line 14792) | uint32_t VmaAllocator_T::CalculateGpuDefragmentationMemoryTypeBits() const function GetFlushOrInvalidateRange (line 14839) | bool VmaAllocator_T::GetFlushOrInvalidateRange( function UpdateVulkanBudget (line 14903) | void VmaAllocator_T::UpdateVulkanBudget() function FillAllocation (line 14942) | void VmaAllocator_T::FillAllocation(const VmaAllocation hAllocation, uin... function GetGpuDefragmentationMemoryTypeBits (line 14963) | uint32_t VmaAllocator_T::GetGpuDefragmentationMemoryTypeBits() function PrintDetailedMap (line 14975) | void VmaAllocator_T::PrintDetailedMap(VmaJsonWriter& json) function VMA_CALL_POST (line 15067) | VMA_CALL_POST vmaCreateAllocator( function VMA_CALL_POST (line 15085) | VMA_CALL_POST vmaDestroyAllocator( function VMA_CALL_POST (line 15096) | VMA_CALL_POST vmaGetAllocatorInfo(VmaAllocator allocator, VmaAllocatorIn... function VMA_CALL_POST (line 15104) | VMA_CALL_POST vmaGetPhysicalDeviceProperties( function VMA_CALL_POST (line 15112) | VMA_CALL_POST vmaGetMemoryProperties( function VMA_CALL_POST (line 15120) | VMA_CALL_POST vmaGetMemoryTypeProperties( function VMA_CALL_POST (line 15130) | VMA_CALL_POST vmaSetCurrentFrameIndex( function VMA_CALL_POST (line 15141) | VMA_CALL_POST vmaCalculateStatistics( function VMA_CALL_POST (line 15150) | VMA_CALL_POST vmaGetHeapBudgets( function VMA_CALL_POST (line 15161) | VMA_CALL_POST vmaBuildStatsString( function VMA_CALL_POST (line 15348) | VMA_CALL_POST vmaFreeStatsString( function VMA_CALL_POST (line 15364) | VMA_CALL_POST vmaFindMemoryTypeIndex( function VMA_CALL_POST (line 15377) | VMA_CALL_POST vmaFindMemoryTypeIndexForBufferInfo( function VMA_CALL_POST (line 15429) | VMA_CALL_POST vmaFindMemoryTypeIndexForImageInfo( function VMA_CALL_POST (line 15483) | VMA_CALL_POST vmaCreatePool( function VMA_CALL_POST (line 15497) | VMA_CALL_POST vmaDestroyPool( function VMA_CALL_POST (line 15515) | VMA_CALL_POST vmaGetPoolStatistics( function VMA_CALL_POST (line 15527) | VMA_CALL_POST vmaCalculatePoolStatistics( function VMA_CALL_POST (line 15539) | VMA_CALL_POST vmaCheckPoolCorruption(VmaAllocator allocator, VmaPool pool) function VMA_CALL_POST (line 15550) | VMA_CALL_POST vmaGetPoolName( function VMA_CALL_POST (line 15564) | VMA_CALL_POST vmaSetPoolName( function VMA_CALL_POST (line 15578) | VMA_CALL_POST vmaAllocateMemory( function VMA_CALL_POST (line 15611) | VMA_CALL_POST vmaAllocateMemoryPages( function VMA_CALL_POST (line 15653) | VMA_CALL_POST vmaAllocateMemoryForBuffer( function VMA_CALL_POST (line 15693) | VMA_CALL_POST vmaAllocateMemoryForImage( function VMA_CALL_POST (line 15732) | VMA_CALL_POST vmaFreeMemory( function VMA_CALL_POST (line 15752) | VMA_CALL_POST vmaFreeMemoryPages( function VMA_CALL_POST (line 15771) | VMA_CALL_POST vmaGetAllocationInfo( function VMA_CALL_POST (line 15783) | VMA_CALL_POST vmaGetAllocationInfo2( function VMA_CALL_POST (line 15795) | VMA_CALL_POST vmaSetAllocationUserData( function VMA_CALL_POST (line 15807) | VMA_CALL_POST vmaSetAllocationName( function VMA_CALL_POST (line 15815) | VMA_CALL_POST vmaGetAllocationMemoryProperties( function VMA_CALL_POST (line 15825) | VMA_CALL_POST vmaMapMemory( function VMA_CALL_POST (line 15837) | VMA_CALL_POST vmaUnmapMemory( function VMA_CALL_POST (line 15848) | VMA_CALL_POST vmaFlushAllocation( function VMA_CALL_POST (line 15863) | VMA_CALL_POST vmaInvalidateAllocation( function VMA_CALL_POST (line 15878) | VMA_CALL_POST vmaFlushAllocations( function VMA_CALL_POST (line 15901) | VMA_CALL_POST vmaInvalidateAllocations( function VMA_CALL_POST (line 15924) | VMA_CALL_POST vmaCopyMemoryToAllocation( function VMA_CALL_POST (line 15945) | VMA_CALL_POST vmaCopyAllocationToMemory( function VMA_CALL_POST (line 15966) | VMA_CALL_POST vmaCheckCorruption( function VMA_CALL_POST (line 15979) | VMA_CALL_POST vmaBeginDefragmentation( function VMA_CALL_POST (line 16001) | VMA_CALL_POST vmaEndDefragmentation( function VMA_CALL_POST (line 16196) | VMA_CALL_POST vmaCreateBufferWithAlignment( function VMA_CALL_POST (line 16291) | VMA_CALL_POST vmaCreateAliasingBuffer( function VMA_CALL_POST (line 16300) | VMA_CALL_POST vmaCreateAliasingBuffer2( function VMA_CALL_POST (line 16346) | VMA_CALL_POST vmaDestroyBuffer( function VMA_CALL_POST (line 16375) | VMA_CALL_POST vmaCreateImage( function VMA_CALL_POST (line 16467) | VMA_CALL_POST vmaCreateAliasingImage( function VMA_CALL_POST (line 16476) | VMA_CALL_POST vmaCreateAliasingImage2( function VMA_CALL_POST (line 16519) | VMA_CALL_POST vmaDestroyImage( function VMA_CALL_POST (line 16547) | VMA_CALL_POST vmaCreateVirtualBlock( function VMA_CALL_POST (line 16565) | VMA_CALL_POST vmaDestroyVirtualBlock(VmaVirtualBlock VMA_NULLABLE virtua... function VMA_CALL_POST (line 16576) | VMA_CALL_POST vmaIsVirtualBlockEmpty(VmaVirtualBlock VMA_NOT_NULL virtua... function VMA_CALL_POST (line 16584) | VMA_CALL_POST vmaGetVirtualAllocationInfo(VmaVirtualBlock VMA_NOT_NULL v... function VMA_CALL_POST (line 16593) | VMA_CALL_POST vmaVirtualAllocate(VmaVirtualBlock VMA_NOT_NULL virtualBlock, function VMA_CALL_POST (line 16603) | VMA_CALL_POST vmaVirtualFree(VmaVirtualBlock VMA_NOT_NULL virtualBlock, ... function VMA_CALL_POST (line 16614) | VMA_CALL_POST vmaClearVirtualBlock(VmaVirtualBlock VMA_NOT_NULL virtualB... function VMA_CALL_POST (line 16622) | VMA_CALL_POST vmaSetVirtualAllocationUserData(VmaVirtualBlock VMA_NOT_NU... function VMA_CALL_POST (line 16631) | VMA_CALL_POST vmaGetVirtualBlockStatistics(VmaVirtualBlock VMA_NOT_NULL ... function VMA_CALL_POST (line 16640) | VMA_CALL_POST vmaCalculateVirtualBlockStatistics(VmaVirtualBlock VMA_NOT... function VMA_CALL_POST (line 16651) | VMA_CALL_POST vmaBuildVirtualBlockStatsString(VmaVirtualBlock VMA_NOT_NU... function VMA_CALL_POST (line 16662) | VMA_CALL_POST vmaFreeVirtualBlockStatsString(VmaVirtualBlock VMA_NOT_NUL... function VMA_CALL_POST (line 16673) | VMA_CALL_POST vmaGetMemoryWin32Handle(VmaAllocator VMA_NOT_NULL allocator, FILE: src/libraries/volk/volk.c type HINSTANCE__ (line 7) | struct HINSTANCE__ type HINSTANCE (line 8) | typedef HINSTANCE HMODULE; type __int64 (line 12) | typedef __int64 (__stdcall* FARPROC)(void); type VolkDeviceTable (line 52) | struct VolkDeviceTable function PFN_vkVoidFunction (line 54) | static PFN_vkVoidFunction vkGetInstanceProcAddrStub(void* context, const... function PFN_vkVoidFunction (line 59) | static PFN_vkVoidFunction vkGetDeviceProcAddrStub(void* context, const c... function PFN_vkVoidFunction (line 64) | static PFN_vkVoidFunction nullProcAddrStub(void* context, const char* name) function VkResult (line 71) | VkResult volkInitialize(void) function volkInitializeCustom (line 117) | void volkInitializeCustom(PFN_vkGetInstanceProcAddr handler) function volkFinalize (line 125) | void volkFinalize(void) function volkGetInstanceVersion (line 146) | uint32_t volkGetInstanceVersion(void) function volkLoadInstance (line 160) | void volkLoadInstance(VkInstance instance) function volkLoadInstanceOnly (line 167) | void volkLoadInstanceOnly(VkInstance instance) function VkInstance (line 173) | VkInstance volkGetLoadedInstance(void) function volkLoadDevice (line 178) | void volkLoadDevice(VkDevice device) function VkDevice (line 184) | VkDevice volkGetLoadedDevice(void) function volkLoadDeviceTable (line 189) | void volkLoadDeviceTable(struct VolkDeviceTable* table, VkDevice device) function volkGenLoadLoader (line 194) | static void volkGenLoadLoader(void* context, PFN_vkVoidFunction (*load)(... function volkGenLoadInstance (line 208) | static void volkGenLoadInstance(void* context, PFN_vkVoidFunction (*load... function volkGenLoadDevice (line 429) | static void volkGenLoadDevice(void* context, PFN_vkVoidFunction (*load)(... function volkGenLoadDeviceTable (line 1357) | static void volkGenLoadDeviceTable(struct VolkDeviceTable* table, void* ... FILE: src/libraries/volk/volk.h type DWORD (line 36) | typedef unsigned long DWORD; type wchar_t (line 37) | typedef const wchar_t* LPCWSTR; type HINSTANCE__ (line 39) | struct HINSTANCE__ type HWND__ (line 40) | struct HWND__ type HMONITOR__ (line 41) | struct HMONITOR__ type SECURITY_ATTRIBUTES (line 42) | typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES; type VolkDeviceTable (line 58) | struct VolkDeviceTable type VolkDeviceTable (line 125) | struct VolkDeviceTable type VolkDeviceTable (line 130) | struct VolkDeviceTable FILE: src/libraries/vulkanheaders/vk_icd.h type VK_LOADER_DATA (line 85) | typedef union { function set_loader_magic_value (line 90) | static inline void set_loader_magic_value(void *pNewObject) { function valid_loader_magic_value (line 95) | static inline bool valid_loader_magic_value(void *pNewObject) { type VkIcdWsiPlatform (line 104) | typedef enum { type VkIcdSurfaceBase (line 123) | typedef struct { type VkIcdSurfaceMir (line 128) | typedef struct { type VkIcdSurfaceWayland (line 136) | typedef struct { type VkIcdSurfaceWin32 (line 144) | typedef struct { type VkIcdSurfaceXcb (line 152) | typedef struct { type VkIcdSurfaceXlib (line 160) | typedef struct { type VkIcdSurfaceDirectFB (line 168) | typedef struct { type VkIcdSurfaceAndroid (line 176) | typedef struct { type VkIcdSurfaceMacOS (line 183) | typedef struct { type VkIcdSurfaceIOS (line 190) | typedef struct { type VkIcdSurfaceGgp (line 197) | typedef struct { type VkIcdSurfaceDisplay (line 203) | typedef struct { type VkIcdSurfaceHeadless (line 214) | typedef struct { type VkIcdSurfaceMetal (line 219) | typedef struct { type VkIcdSurfaceVi (line 226) | typedef struct { type VkIcdSurfaceScreen (line 233) | typedef struct { type VkIcdSurfaceImagePipe (line 241) | typedef struct { FILE: src/libraries/vulkanheaders/vk_layer.h type VkNegotiateLayerStructType (line 33) | typedef enum VkNegotiateLayerStructType { type VkNegotiateLayerInterface (line 39) | typedef struct VkNegotiateLayerInterface { type VkLayerFunction (line 62) | typedef enum VkLayerFunction_ { type VkLayerInstanceLink (line 69) | typedef struct VkLayerInstanceLink_ { type VkLayerDeviceInfo (line 82) | typedef struct VkLayerDeviceInfo_ { type const (line 91) | typedef VkResult (VKAPI_PTR *PFN_vkLayerCreateDevice)(VkInstance instanc... type VkLoaderFlagBits (line 95) | typedef enum VkLoaderFeastureFlagBits { type VkFlags (line 98) | typedef VkFlags VkLoaderFeatureFlags; type VkLayerInstanceCreateInfo (line 100) | typedef struct { type VkLayerDeviceLink (line 115) | typedef struct VkLayerDeviceLink_ { type VkLayerDeviceCreateInfo (line 121) | typedef struct { type VkChainType (line 137) | typedef enum VkChainType { type VkChainHeader (line 144) | typedef struct VkChainHeader { type VkEnumerateInstanceExtensionPropertiesChain (line 150) | typedef struct VkEnumerateInstanceExtensionPropertiesChain { type VkEnumerateInstanceLayerPropertiesChain (line 163) | typedef struct VkEnumerateInstanceLayerPropertiesChain { type VkEnumerateInstanceVersionChain (line 175) | typedef struct VkEnumerateInstanceVersionChain { FILE: src/libraries/vulkanheaders/vulkan.hpp type HINSTANCE__ (line 46) | struct HINSTANCE__ function VULKAN_HPP_CONSTEXPR (line 101) | VULKAN_HPP_CONSTEXPR ArrayWrapper1D() VULKAN_HPP_NOEXCEPT : std::array const & data ) VUL... function VULKAN_HPP_CONSTEXPR_14 (line 106) | VULKAN_HPP_CONSTEXPR_14 ArrayWrapper1D( std::string const & data ) VULKA... function VULKAN_HPP_CONSTEXPR_14 (line 113) | VULKAN_HPP_CONSTEXPR_14 ArrayWrapper1D( std::string_view data ) VULKAN_H... function VULKAN_HPP_CONSTEXPR_14 (line 157) | VULKAN_HPP_CONSTEXPR_14 void copy( char const * data, size_t len ) VULKA... class ArrayWrapper2D (line 260) | class ArrayWrapper2D : public std::array, N> method VULKAN_HPP_CONSTEXPR (line 263) | VULKAN_HPP_CONSTEXPR ArrayWrapper2D() VULKAN_HPP_NOEXCEPT : std::array... method VULKAN_HPP_CONSTEXPR (line 265) | VULKAN_HPP_CONSTEXPR ArrayWrapper2D( std::array, N> c... class ArrayProxy (line 273) | class ArrayProxy method ArrayProxy (line 288) | ArrayProxy( T const & value ) VULKAN_HPP_NOEXCEPT method ArrayProxy (line 294) | ArrayProxy( uint32_t count, T const * ptr ) VULKAN_HPP_NOEXCEPT method ArrayProxy (line 301) | ArrayProxy( T const ( &ptr )[C] ) VULKAN_HPP_NOEXCEPT method ArrayProxy (line 312) | ArrayProxy( std::initializer_list const & list ) VULKAN_HPP_NOEXCEPT method ArrayProxy (line 319) | ArrayProxy( std::initializer_list::type>... method ArrayProxy (line 334) | ArrayProxy( V const & v ) VULKAN_HPP_NOEXCEPT method T (line 340) | const T * begin() const VULKAN_HPP_NOEXCEPT method T (line 345) | const T * end() const VULKAN_HPP_NOEXCEPT method T (line 350) | const T & front() const VULKAN_HPP_NOEXCEPT method T (line 356) | const T & back() const VULKAN_HPP_NOEXCEPT method T (line 372) | T const * data() const VULKAN_HPP_NOEXCEPT class ArrayProxyNoTemporaries (line 383) | class ArrayProxyNoTemporaries method ArrayProxyNoTemporaries (line 399) | ArrayProxyNoTemporaries( B && value ) VULKAN_HPP_NOEXCEPT method ArrayProxyNoTemporaries (line 405) | ArrayProxyNoTemporaries( uint32_t count, T * ptr ) VULKAN_HPP_NOEXCEPT method ArrayProxyNoTemporaries (line 412) | ArrayProxyNoTemporaries( T ( &ptr )[C] ) VULKAN_HPP_NOEXCEPT method ArrayProxyNoTemporaries (line 419) | ArrayProxyNoTemporaries( T ( &&ptr )[C] ) = delete; method ArrayProxyNoTemporaries (line 427) | ArrayProxyNoTemporaries( V && v ) VULKAN_HPP_NOEXCEPT method ArrayProxyNoTemporaries (line 438) | ArrayProxyNoTemporaries( V && v ) VULKAN_HPP_NOEXCEPT method T (line 444) | const T * begin() const VULKAN_HPP_NOEXCEPT method T (line 449) | const T * end() const VULKAN_HPP_NOEXCEPT method T (line 454) | const T & front() const VULKAN_HPP_NOEXCEPT method T (line 460) | const T & back() const VULKAN_HPP_NOEXCEPT method T (line 476) | T * data() const VULKAN_HPP_NOEXCEPT class StridedArrayProxy (line 487) | class StridedArrayProxy : protected ArrayProxy method StridedArrayProxy (line 492) | StridedArrayProxy( uint32_t count, T const * ptr, uint32_t stride ) VU... method T (line 501) | const T * end() const VULKAN_HPP_NOEXCEPT method T (line 508) | const T & back() const VULKAN_HPP_NOEXCEPT method stride (line 518) | uint32_t stride() const class Optional (line 528) | class Optional method Optional (line 531) | Optional( RefType & reference ) VULKAN_HPP_NOEXCEPT method Optional (line 536) | Optional( RefType * ptr ) VULKAN_HPP_NOEXCEPT method Optional (line 541) | Optional( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method RefType (line 551) | RefType const * operator->() const VULKAN_HPP_NOEXCEPT type StructExtends (line 566) | struct StructExtends type IsPartOfStructureChain (line 575) | struct IsPartOfStructureChain type IsPartOfStructureChain (line 581) | struct IsPartOfStructureChain type StructureChainContains (line 587) | struct StructureChainContains type StructureChainContains<0, T, ChainElements...> (line 594) | struct StructureChainContains<0, T, ChainElements...> type StructureChainValidation (line 600) | struct StructureChainValidation type StructureChainValidation<0, ChainElements...> (line 609) | struct StructureChainValidation<0, ChainElements...> class StructureChain (line 615) | class StructureChain : public std::tuple method StructureChain (line 620) | StructureChain() VULKAN_HPP_NOEXCEPT method StructureChain (line 626) | StructureChain( StructureChain const & rhs ) VULKAN_HPP_NOEXCEPT : std... method StructureChain (line 635) | StructureChain( ChainElements const &... elems ) VULKAN_HPP_NOEXCEPT :... method StructureChain (line 641) | StructureChain & operator=( StructureChain const & rhs ) VULKAN_HPP_NO... method T (line 652) | T & get() VULKAN_HPP_NOEXCEPT method T (line 658) | T const & get() const VULKAN_HPP_NOEXCEPT method VULKAN_HPP_NOEXCEPT (line 664) | std::tuple get() VULKAN_HPP_NOEXCEPT method VULKAN_HPP_NOEXCEPT (line 670) | std::tuple get() const VULKAN_H... method StructureChain (line 677) | StructureChain & assign( const T & rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_NOEXCEPT (line 687) | typename std::enable_if::type link() VULKAN_HPP_NOEX... method VULKAN_HPP_NOEXCEPT (line 769) | typename std::enable_if::type link() VULKAN_HPP_NOEX... method link (line 773) | void link( void * dstBase, void const * srcBase, VkBaseOutStructure * ... method unlink (line 785) | void unlink( VkBaseOutStructure const * pNext ) VULKAN_HPP_NOEXCEPT type ChainElementIndex::value, void>::type, First, Types...> (line 728) | struct ChainElementIndex::value, void>::type, First, Types...> (line 734) | struct ChainElementIndex::value, void>::type, First, Types...> (line 740) | struct ChainElementIndex (line 6479) | struct is_error_code_enum : public true_... class UniqueHandleTraits (line 826) | class UniqueHandleTraits class UniqueHandle (line 829) | class UniqueHandle : public UniqueHandleTraits::deleter method UniqueHandle (line 837) | UniqueHandle() : Deleter(), m_value() {} method UniqueHandle (line 839) | explicit UniqueHandle( Type const & value, Deleter const & deleter = D... method UniqueHandle (line 845) | UniqueHandle( UniqueHandle const & ) = delete; method UniqueHandle (line 847) | UniqueHandle( UniqueHandle && other ) VULKAN_HPP_NOEXCEPT method UniqueHandle (line 861) | UniqueHandle & operator=( UniqueHandle const & ) = delete; method UniqueHandle (line 863) | UniqueHandle & operator=( UniqueHandle && other ) VULKAN_HPP_NOEXCEPT method Type (line 882) | Type const * operator->() const VULKAN_HPP_NOEXCEPT method Type (line 887) | Type * operator->() VULKAN_HPP_NOEXCEPT method Type (line 892) | Type const & operator*() const VULKAN_HPP_NOEXCEPT method Type (line 897) | Type & operator*() VULKAN_HPP_NOEXCEPT method Type (line 902) | const Type & get() const VULKAN_HPP_NOEXCEPT method Type (line 907) | Type & get() VULKAN_HPP_NOEXCEPT method reset (line 912) | void reset( Type const & value = Type() ) VULKAN_HPP_NOEXCEPT method Type (line 924) | Type release() VULKAN_HPP_NOEXCEPT method swap (line 931) | void swap( UniqueHandle & rhs ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_INLINE (line 942) | VULKAN_HPP_INLINE std::vector uniqueT... function VULKAN_HPP_INLINE (line 950) | VULKAN_HPP_INLINE void swap( UniqueHandle & lhs, UniqueH... function DispatchLoaderBase (line 962) | DispatchLoaderBase() = default; function m_valid (line 965) | m_valid( false ) function getVkHeaderVersion (line 971) | size_t getVkHeaderVersion() const class DispatchLoaderStatic (line 984) | class DispatchLoaderStatic : public DispatchLoaderBase method VkResult (line 989) | VkResult method vkDestroyInstance (line 995) | void vkDestroyInstance( VkInstance instance, const VkAllocationCallbac... method VkResult (line 1000) | VkResult vkEnumeratePhysicalDevices( VkInstance instance, uint32_t * p... method vkGetPhysicalDeviceFeatures (line 1005) | void vkGetPhysicalDeviceFeatures( VkPhysicalDevice physicalDevice, VkP... method vkGetPhysicalDeviceFormatProperties (line 1010) | void vkGetPhysicalDeviceFormatProperties( VkPhysicalDevice physica... method VkResult (line 1017) | VkResult vkGetPhysicalDeviceImageFormatProperties( VkPhysicalDevice ... method vkGetPhysicalDeviceProperties (line 1028) | void vkGetPhysicalDeviceProperties( VkPhysicalDevice physicalDevice, V... method vkGetPhysicalDeviceQueueFamilyProperties (line 1033) | void vkGetPhysicalDeviceQueueFamilyProperties( VkPhysicalDevice ... method vkGetPhysicalDeviceMemoryProperties (line 1040) | void vkGetPhysicalDeviceMemoryProperties( VkPhysicalDevice ... method PFN_vkVoidFunction (line 1046) | PFN_vkVoidFunction vkGetInstanceProcAddr( VkInstance instance, const c... method PFN_vkVoidFunction (line 1051) | PFN_vkVoidFunction vkGetDeviceProcAddr( VkDevice device, const char * ... method VkResult (line 1056) | VkResult vkCreateDevice( VkPhysicalDevice physicalDevice, method vkDestroyDevice (line 1064) | void vkDestroyDevice( VkDevice device, const VkAllocationCallbacks * p... method VkResult (line 1069) | VkResult vkEnumerateInstanceExtensionProperties( const char * ... method VkResult (line 1076) | VkResult vkEnumerateDeviceExtensionProperties( VkPhysicalDevice ... method VkResult (line 1084) | VkResult vkEnumerateInstanceLayerProperties( uint32_t * pPropertyCount... method VkResult (line 1089) | VkResult vkEnumerateDeviceLayerProperties( VkPhysicalDevice physica... method vkGetDeviceQueue (line 1096) | void vkGetDeviceQueue( VkDevice device, uint32_t queueFamilyIndex, uin... method VkResult (line 1101) | VkResult vkQueueSubmit( VkQueue queue, uint32_t submitCount, const VkS... method VkResult (line 1106) | VkResult vkQueueWaitIdle( VkQueue queue ) const VULKAN_HPP_NOEXCEPT method VkResult (line 1111) | VkResult vkDeviceWaitIdle( VkDevice device ) const VULKAN_HPP_NOEXCEPT method VkResult (line 1116) | VkResult vkAllocateMemory( VkDevice device, method vkFreeMemory (line 1124) | void vkFreeMemory( VkDevice device, VkDeviceMemory memory, const VkAll... method VkResult (line 1129) | VkResult vkMapMemory( VkDevice device, VkDeviceMemory memory, VkDevice... method vkUnmapMemory (line 1135) | void vkUnmapMemory( VkDevice device, VkDeviceMemory memory ) const VUL... method VkResult (line 1140) | VkResult vkFlushMappedMemoryRanges( VkDevice device, uint32_t memoryRa... method VkResult (line 1145) | VkResult vkInvalidateMappedMemoryRanges( VkDevice device, uint32_t mem... method vkGetDeviceMemoryCommitment (line 1150) | void vkGetDeviceMemoryCommitment( VkDevice device, VkDeviceMemory memo... method VkResult (line 1155) | VkResult vkBindBufferMemory( VkDevice device, VkBuffer buffer, VkDevic... method VkResult (line 1160) | VkResult vkBindImageMemory( VkDevice device, VkImage image, VkDeviceMe... method vkGetBufferMemoryRequirements (line 1165) | void vkGetBufferMemoryRequirements( VkDevice device, VkBuffer buffer, ... method vkGetImageMemoryRequirements (line 1170) | void vkGetImageMemoryRequirements( VkDevice device, VkImage image, VkM... method vkGetImageSparseMemoryRequirements (line 1175) | void vkGetImageSparseMemoryRequirements( VkDevice ... method vkGetPhysicalDeviceSparseImageFormatProperties (line 1183) | void vkGetPhysicalDeviceSparseImageFormatProperties( VkPhysicalDevice ... method VkResult (line 1195) | VkResult vkQueueBindSparse( VkQueue queue, uint32_t bindInfoCount, con... method VkResult (line 1200) | VkResult vkCreateFence( VkDevice device, method vkDestroyFence (line 1208) | void vkDestroyFence( VkDevice device, VkFence fence, const VkAllocatio... method VkResult (line 1213) | VkResult vkResetFences( VkDevice device, uint32_t fenceCount, const Vk... method VkResult (line 1218) | VkResult vkGetFenceStatus( VkDevice device, VkFence fence ) const VULK... method VkResult (line 1223) | VkResult vkWaitForFences( VkDevice device, uint32_t fenceCount, const ... method VkResult (line 1228) | VkResult vkCreateSemaphore( VkDevice device, method vkDestroySemaphore (line 1236) | void vkDestroySemaphore( VkDevice device, VkSemaphore semaphore, const... method VkResult (line 1241) | VkResult vkCreateEvent( VkDevice device, method vkDestroyEvent (line 1249) | void vkDestroyEvent( VkDevice device, VkEvent event, const VkAllocatio... method VkResult (line 1254) | VkResult vkGetEventStatus( VkDevice device, VkEvent event ) const VULK... method VkResult (line 1259) | VkResult vkSetEvent( VkDevice device, VkEvent event ) const VULKAN_HPP... method VkResult (line 1264) | VkResult vkResetEvent( VkDevice device, VkEvent event ) const VULKAN_H... method VkResult (line 1269) | VkResult vkCreateQueryPool( VkDevice device, method vkDestroyQueryPool (line 1277) | void vkDestroyQueryPool( VkDevice device, VkQueryPool queryPool, const... method VkResult (line 1282) | VkResult vkGetQueryPoolResults( VkDevice device, method VkResult (line 1294) | VkResult vkCreateBuffer( VkDevice device, method vkDestroyBuffer (line 1302) | void vkDestroyBuffer( VkDevice device, VkBuffer buffer, const VkAlloca... method VkResult (line 1307) | VkResult vkCreateBufferView( VkDevice device, method vkDestroyBufferView (line 1315) | void vkDestroyBufferView( VkDevice device, VkBufferView bufferView, co... method VkResult (line 1320) | VkResult vkCreateImage( VkDevice device, method vkDestroyImage (line 1328) | void vkDestroyImage( VkDevice device, VkImage image, const VkAllocatio... method vkGetImageSubresourceLayout (line 1333) | void vkGetImageSubresourceLayout( VkDevice device, method VkResult (line 1341) | VkResult vkCreateImageView( VkDevice device, method vkDestroyImageView (line 1349) | void vkDestroyImageView( VkDevice device, VkImageView imageView, const... method VkResult (line 1354) | VkResult vkCreateShaderModule( VkDevice device, method vkDestroyShaderModule (line 1362) | void vkDestroyShaderModule( VkDevice device, VkShaderModule shaderModu... method VkResult (line 1367) | VkResult vkCreatePipelineCache( VkDevice device, method vkDestroyPipelineCache (line 1375) | void vkDestroyPipelineCache( VkDevice device, VkPipelineCache pipeline... method VkResult (line 1380) | VkResult vkGetPipelineCacheData( VkDevice device, VkPipelineCache pipe... method VkResult (line 1385) | VkResult method VkResult (line 1391) | VkResult vkCreateGraphicsPipelines( VkDevice ... method VkResult (line 1401) | VkResult vkCreateComputePipelines( VkDevice ... method vkDestroyPipeline (line 1411) | void vkDestroyPipeline( VkDevice device, VkPipeline pipeline, const Vk... method VkResult (line 1416) | VkResult vkCreatePipelineLayout( VkDevice de... method vkDestroyPipelineLayout (line 1424) | void vkDestroyPipelineLayout( VkDevice device, VkPipelineLayout pipeli... method VkResult (line 1429) | VkResult vkCreateSampler( VkDevice device, method vkDestroySampler (line 1437) | void vkDestroySampler( VkDevice device, VkSampler sampler, const VkAll... method VkResult (line 1442) | VkResult vkCreateDescriptorSetLayout( VkDevice ... method vkDestroyDescriptorSetLayout (line 1450) | void vkDestroyDescriptorSetLayout( VkDevice device, method VkResult (line 1457) | VkResult vkCreateDescriptorPool( VkDevice de... method vkDestroyDescriptorPool (line 1465) | void vkDestroyDescriptorPool( VkDevice device, VkDescriptorPool descri... method VkResult (line 1470) | VkResult vkResetDescriptorPool( VkDevice device, VkDescriptorPool desc... method VkResult (line 1475) | VkResult vkAllocateDescriptorSets( VkDevice ... method VkResult (line 1482) | VkResult vkFreeDescriptorSets( VkDevice device, method vkUpdateDescriptorSets (line 1490) | void vkUpdateDescriptorSets( VkDevice device, method VkResult (line 1499) | VkResult vkCreateFramebuffer( VkDevice device, method vkDestroyFramebuffer (line 1507) | void vkDestroyFramebuffer( VkDevice device, VkFramebuffer framebuffer,... method VkResult (line 1512) | VkResult vkCreateRenderPass( VkDevice device, method vkDestroyRenderPass (line 1520) | void vkDestroyRenderPass( VkDevice device, VkRenderPass renderPass, co... method vkGetRenderAreaGranularity (line 1525) | void vkGetRenderAreaGranularity( VkDevice device, VkRenderPass renderP... method VkResult (line 1530) | VkResult vkCreateCommandPool( VkDevice device, method vkDestroyCommandPool (line 1538) | void vkDestroyCommandPool( VkDevice device, VkCommandPool commandPool,... method VkResult (line 1543) | VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPoo... method VkResult (line 1548) | VkResult vkAllocateCommandBuffers( VkDevice ... method vkFreeCommandBuffers (line 1555) | void vkFreeCommandBuffers( VkDevice device, method VkResult (line 1563) | VkResult vkBeginCommandBuffer( VkCommandBuffer commandBuffer, const Vk... method VkResult (line 1568) | VkResult vkEndCommandBuffer( VkCommandBuffer commandBuffer ) const VUL... method VkResult (line 1573) | VkResult vkResetCommandBuffer( VkCommandBuffer commandBuffer, VkComman... method vkCmdBindPipeline (line 1578) | void vkCmdBindPipeline( VkCommandBuffer commandBuffer, VkPipelineBindP... method vkCmdSetViewport (line 1583) | void vkCmdSetViewport( VkCommandBuffer commandBuffer, method vkCmdSetScissor (line 1591) | void vkCmdSetScissor( VkCommandBuffer commandBuffer, uint32_t firstSci... method vkCmdSetLineWidth (line 1596) | void vkCmdSetLineWidth( VkCommandBuffer commandBuffer, float lineWidth... method vkCmdSetDepthBias (line 1601) | void vkCmdSetDepthBias( VkCommandBuffer commandBuffer, method vkCmdSetBlendConstants (line 1609) | void vkCmdSetBlendConstants( VkCommandBuffer commandBuffer, const floa... method vkCmdSetDepthBounds (line 1614) | void vkCmdSetDepthBounds( VkCommandBuffer commandBuffer, float minDept... method vkCmdSetStencilCompareMask (line 1619) | void vkCmdSetStencilCompareMask( VkCommandBuffer commandBuffer, VkSten... method vkCmdSetStencilWriteMask (line 1624) | void vkCmdSetStencilWriteMask( VkCommandBuffer commandBuffer, VkStenci... method vkCmdSetStencilReference (line 1629) | void vkCmdSetStencilReference( VkCommandBuffer commandBuffer, VkStenci... method vkCmdBindDescriptorSets (line 1634) | void vkCmdBindDescriptorSets( VkCommandBuffer commandBuffer, method vkCmdBindIndexBuffer (line 1647) | void vkCmdBindIndexBuffer( VkCommandBuffer commandBuffer, VkBuffer buf... method vkCmdBindVertexBuffers (line 1652) | void vkCmdBindVertexBuffers( VkCommandBuffer commandBuffer, method vkCmdDraw (line 1661) | void vkCmdDraw( VkCommandBuffer commandBuffer, uint32_t vertexCount, u... method vkCmdDrawIndexed (line 1667) | void vkCmdDrawIndexed( VkCommandBuffer commandBuffer, method vkCmdDrawIndirect (line 1677) | void method vkCmdDrawIndexedIndirect (line 1683) | void vkCmdDrawIndexedIndirect( VkCommandBuffer commandBuffer, VkBuffer... method vkCmdDispatch (line 1689) | void vkCmdDispatch( VkCommandBuffer commandBuffer, uint32_t groupCount... method vkCmdDispatchIndirect (line 1694) | void vkCmdDispatchIndirect( VkCommandBuffer commandBuffer, VkBuffer bu... method vkCmdCopyBuffer (line 1699) | void vkCmdCopyBuffer( VkCommandBuffer commandBuffer, VkBuffer srcBuffe... method vkCmdCopyImage (line 1705) | void vkCmdCopyImage( VkCommandBuffer commandBuffer, method vkCmdBlitImage (line 1716) | void vkCmdBlitImage( VkCommandBuffer commandBuffer, method vkCmdCopyBufferToImage (line 1728) | void vkCmdCopyBufferToImage( VkCommandBuffer commandBuffer, method vkCmdCopyImageToBuffer (line 1738) | void vkCmdCopyImageToBuffer( VkCommandBuffer commandBuffer, method vkCmdUpdateBuffer (line 1748) | void vkCmdUpdateBuffer( VkCommandBuffer commandBuffer, VkBuffer dstBuf... method vkCmdFillBuffer (line 1754) | void method vkCmdClearColorImage (line 1760) | void vkCmdClearColorImage( VkCommandBuffer commandBuffer, method vkCmdClearDepthStencilImage (line 1770) | void vkCmdClearDepthStencilImage( VkCommandBuffer com... method vkCmdClearAttachments (line 1780) | void vkCmdClearAttachments( VkCommandBuffer commandBuffer, method vkCmdResolveImage (line 1789) | void vkCmdResolveImage( VkCommandBuffer commandBuffer, method vkCmdSetEvent (line 1800) | void vkCmdSetEvent( VkCommandBuffer commandBuffer, VkEvent event, VkPi... method vkCmdResetEvent (line 1805) | void vkCmdResetEvent( VkCommandBuffer commandBuffer, VkEvent event, Vk... method vkCmdWaitEvents (line 1810) | void vkCmdWaitEvents( VkCommandBuffer commandBuffer, method vkCmdPipelineBarrier (line 1835) | void vkCmdPipelineBarrier( VkCommandBuffer commandBuffer, method vkCmdBeginQuery (line 1858) | void vkCmdBeginQuery( VkCommandBuffer commandBuffer, VkQueryPool query... method vkCmdEndQuery (line 1863) | void vkCmdEndQuery( VkCommandBuffer commandBuffer, VkQueryPool queryPo... method vkCmdResetQueryPool (line 1868) | void vkCmdResetQueryPool( VkCommandBuffer commandBuffer, VkQueryPool q... method vkCmdWriteTimestamp (line 1873) | void vkCmdWriteTimestamp( VkCommandBuffer commandBuffer, method vkCmdCopyQueryPoolResults (line 1881) | void vkCmdCopyQueryPoolResults( VkCommandBuffer commandBuffer, method vkCmdPushConstants (line 1893) | void vkCmdPushConstants( VkCommandBuffer commandBuffer, method vkCmdBeginRenderPass (line 1903) | void vkCmdBeginRenderPass( VkCommandBuffer commandBuffer, method vkCmdNextSubpass (line 1910) | void vkCmdNextSubpass( VkCommandBuffer commandBuffer, VkSubpassContent... method vkCmdEndRenderPass (line 1915) | void vkCmdEndRenderPass( VkCommandBuffer commandBuffer ) const VULKAN_... method vkCmdExecuteCommands (line 1920) | void vkCmdExecuteCommands( VkCommandBuffer commandBuffer, uint32_t com... method VkResult (line 1927) | VkResult vkEnumerateInstanceVersion( uint32_t * pApiVersion ) const VU... method VkResult (line 1932) | VkResult vkBindBufferMemory2( VkDevice device, uint32_t bindInfoCount,... method VkResult (line 1937) | VkResult vkBindImageMemory2( VkDevice device, uint32_t bindInfoCount, ... method vkGetDeviceGroupPeerMemoryFeatures (line 1942) | void vkGetDeviceGroupPeerMemoryFeatures( VkDevice de... method vkCmdSetDeviceMask (line 1951) | void vkCmdSetDeviceMask( VkCommandBuffer commandBuffer, uint32_t devic... method vkCmdDispatchBase (line 1956) | void vkCmdDispatchBase( VkCommandBuffer commandBuffer, method VkResult (line 1967) | VkResult vkEnumeratePhysicalDeviceGroups( VkInstance ... method vkGetImageMemoryRequirements2 (line 1974) | void vkGetImageMemoryRequirements2( VkDevice ... method vkGetBufferMemoryRequirements2 (line 1981) | void vkGetBufferMemoryRequirements2( VkDevice ... method vkGetImageSparseMemoryRequirements2 (line 1988) | void vkGetImageSparseMemoryRequirements2( VkDevice ... method vkGetPhysicalDeviceFeatures2 (line 1996) | void vkGetPhysicalDeviceFeatures2( VkPhysicalDevice physicalDevice, Vk... method vkGetPhysicalDeviceProperties2 (line 2001) | void vkGetPhysicalDeviceProperties2( VkPhysicalDevice physicalDevice, ... method vkGetPhysicalDeviceFormatProperties2 (line 2006) | void vkGetPhysicalDeviceFormatProperties2( VkPhysicalDevice physi... method VkResult (line 2013) | VkResult vkGetPhysicalDeviceImageFormatProperties2( VkPhysicalDevice ... method vkGetPhysicalDeviceQueueFamilyProperties2 (line 2020) | void vkGetPhysicalDeviceQueueFamilyProperties2( VkPhysicalDevice ... method vkGetPhysicalDeviceMemoryProperties2 (line 2027) | void vkGetPhysicalDeviceMemoryProperties2( VkPhysicalDevice ... method vkGetPhysicalDeviceSparseImageFormatProperties2 (line 2033) | void vkGetPhysicalDeviceSparseImageFormatProperties2( VkPhysicalDevice... method vkTrimCommandPool (line 2041) | void vkTrimCommandPool( VkDevice device, VkCommandPool commandPool, Vk... method vkGetDeviceQueue2 (line 2046) | void vkGetDeviceQueue2( VkDevice device, const VkDeviceQueueInfo2 * pQ... method VkResult (line 2051) | VkResult vkCreateSamplerYcbcrConversion( VkDevice ... method vkDestroySamplerYcbcrConversion (line 2059) | void vkDestroySamplerYcbcrConversion( VkDevice de... method VkResult (line 2066) | VkResult vkCreateDescriptorUpdateTemplate( VkDevice ... method vkDestroyDescriptorUpdateTemplate (line 2074) | void vkDestroyDescriptorUpdateTemplate( VkDevice ... method vkUpdateDescriptorSetWithTemplate (line 2081) | void vkUpdateDescriptorSetWithTemplate( VkDevice dev... method vkGetPhysicalDeviceExternalBufferProperties (line 2089) | void vkGetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice ... method vkGetPhysicalDeviceExternalFenceProperties (line 2096) | void vkGetPhysicalDeviceExternalFenceProperties( VkPhysicalDevice ... method vkGetPhysicalDeviceExternalSemaphoreProperties (line 2103) | void vkGetPhysicalDeviceExternalSemaphoreProperties( VkPhysicalDevice ... method vkGetDescriptorSetLayoutSupport (line 2110) | void vkGetDescriptorSetLayoutSupport( VkDevice ... method vkCmdDrawIndirectCount (line 2119) | void vkCmdDrawIndirectCount( VkCommandBuffer commandBuffer, method vkCmdDrawIndexedIndirectCount (line 2130) | void vkCmdDrawIndexedIndirectCount( VkCommandBuffer commandBuffer, method VkResult (line 2141) | VkResult vkCreateRenderPass2( VkDevice device, method vkCmdBeginRenderPass2 (line 2149) | void vkCmdBeginRenderPass2( VkCommandBuffer commandBuffer, method vkCmdNextSubpass2 (line 2156) | void vkCmdNextSubpass2( VkCommandBuffer commandBuffer, method vkCmdEndRenderPass2 (line 2163) | void vkCmdEndRenderPass2( VkCommandBuffer commandBuffer, const VkSubpa... method vkResetQueryPool (line 2168) | void vkResetQueryPool( VkDevice device, VkQueryPool queryPool, uint32_... method VkResult (line 2173) | VkResult vkGetSemaphoreCounterValue( VkDevice device, VkSemaphore sema... method VkResult (line 2178) | VkResult vkWaitSemaphores( VkDevice device, const VkSemaphoreWaitInfo ... method VkResult (line 2183) | VkResult vkSignalSemaphore( VkDevice device, const VkSemaphoreSignalIn... method VkDeviceAddress (line 2188) | VkDeviceAddress vkGetBufferDeviceAddress( VkDevice device, const VkBuf... method vkGetBufferOpaqueCaptureAddress (line 2193) | uint64_t vkGetBufferOpaqueCaptureAddress( VkDevice device, const VkBuf... method vkGetDeviceMemoryOpaqueCaptureAddress (line 2198) | uint64_t vkGetDeviceMemoryOpaqueCaptureAddress( VkDevice device, const... method VkResult (line 2205) | VkResult vkGetPhysicalDeviceToolProperties( VkPhysicalDevice ... method VkResult (line 2212) | VkResult vkCreatePrivateDataSlot( VkDevice ... method vkDestroyPrivateDataSlot (line 2220) | void vkDestroyPrivateDataSlot( VkDevice device, VkPrivateDataSlot priv... method VkResult (line 2225) | VkResult vkSetPrivateData( VkDevice device, VkObjectType objectType, u... method vkGetPrivateData (line 2231) | void vkGetPrivateData( VkDevice device, VkObjectType objectType, uint6... method vkCmdSetEvent2 (line 2237) | void vkCmdSetEvent2( VkCommandBuffer commandBuffer, VkEvent event, con... method vkCmdResetEvent2 (line 2242) | void vkCmdResetEvent2( VkCommandBuffer commandBuffer, VkEvent event, V... method vkCmdWaitEvents2 (line 2247) | void vkCmdWaitEvents2( VkCommandBuffer commandBuffer, method vkCmdPipelineBarrier2 (line 2255) | void vkCmdPipelineBarrier2( VkCommandBuffer commandBuffer, const VkDep... method vkCmdWriteTimestamp2 (line 2260) | void vkCmdWriteTimestamp2( VkCommandBuffer commandBuffer, VkPipelineSt... method VkResult (line 2265) | VkResult vkQueueSubmit2( VkQueue queue, uint32_t submitCount, const Vk... method vkCmdCopyBuffer2 (line 2270) | void vkCmdCopyBuffer2( VkCommandBuffer commandBuffer, const VkCopyBuff... method vkCmdCopyImage2 (line 2275) | void vkCmdCopyImage2( VkCommandBuffer commandBuffer, const VkCopyImage... method vkCmdCopyBufferToImage2 (line 2280) | void vkCmdCopyBufferToImage2( VkCommandBuffer commandBuffer, const VkC... method vkCmdCopyImageToBuffer2 (line 2285) | void vkCmdCopyImageToBuffer2( VkCommandBuffer commandBuffer, const VkC... method vkCmdBlitImage2 (line 2290) | void vkCmdBlitImage2( VkCommandBuffer commandBuffer, const VkBlitImage... method vkCmdResolveImage2 (line 2295) | void vkCmdResolveImage2( VkCommandBuffer commandBuffer, const VkResolv... method vkCmdBeginRendering (line 2300) | void vkCmdBeginRendering( VkCommandBuffer commandBuffer, const VkRende... method vkCmdEndRendering (line 2305) | void vkCmdEndRendering( VkCommandBuffer commandBuffer ) const VULKAN_H... method vkCmdSetCullMode (line 2310) | void vkCmdSetCullMode( VkCommandBuffer commandBuffer, VkCullModeFlags ... method vkCmdSetFrontFace (line 2315) | void vkCmdSetFrontFace( VkCommandBuffer commandBuffer, VkFrontFace fro... method vkCmdSetPrimitiveTopology (line 2320) | void vkCmdSetPrimitiveTopology( VkCommandBuffer commandBuffer, VkPrimi... method vkCmdSetViewportWithCount (line 2325) | void vkCmdSetViewportWithCount( VkCommandBuffer commandBuffer, uint32_... method vkCmdSetScissorWithCount (line 2330) | void vkCmdSetScissorWithCount( VkCommandBuffer commandBuffer, uint32_t... method vkCmdBindVertexBuffers2 (line 2335) | void vkCmdBindVertexBuffers2( VkCommandBuffer commandBuffer, method vkCmdSetDepthTestEnable (line 2346) | void vkCmdSetDepthTestEnable( VkCommandBuffer commandBuffer, VkBool32 ... method vkCmdSetDepthWriteEnable (line 2351) | void vkCmdSetDepthWriteEnable( VkCommandBuffer commandBuffer, VkBool32... method vkCmdSetDepthCompareOp (line 2356) | void vkCmdSetDepthCompareOp( VkCommandBuffer commandBuffer, VkCompareO... method vkCmdSetDepthBoundsTestEnable (line 2361) | void vkCmdSetDepthBoundsTestEnable( VkCommandBuffer commandBuffer, VkB... method vkCmdSetStencilTestEnable (line 2366) | void vkCmdSetStencilTestEnable( VkCommandBuffer commandBuffer, VkBool3... method vkCmdSetStencilOp (line 2371) | void vkCmdSetStencilOp( VkCommandBuffer commandBuffer, method vkCmdSetRasterizerDiscardEnable (line 2381) | void vkCmdSetRasterizerDiscardEnable( VkCommandBuffer commandBuffer, V... method vkCmdSetDepthBiasEnable (line 2386) | void vkCmdSetDepthBiasEnable( VkCommandBuffer commandBuffer, VkBool32 ... method vkCmdSetPrimitiveRestartEnable (line 2391) | void vkCmdSetPrimitiveRestartEnable( VkCommandBuffer commandBuffer, Vk... method vkGetDeviceBufferMemoryRequirements (line 2396) | void vkGetDeviceBufferMemoryRequirements( VkDevice ... method vkGetDeviceImageMemoryRequirements (line 2403) | void vkGetDeviceImageMemoryRequirements( VkDevice ... method vkGetDeviceImageSparseMemoryRequirements (line 2410) | void vkGetDeviceImageSparseMemoryRequirements( VkDevice ... method vkCmdSetLineStipple (line 2420) | void vkCmdSetLineStipple( VkCommandBuffer commandBuffer, uint32_t line... method VkResult (line 2425) | VkResult vkMapMemory2( VkDevice device, const VkMemoryMapInfo * pMemor... method VkResult (line 2430) | VkResult vkUnmapMemory2( VkDevice device, const VkMemoryUnmapInfo * pM... method vkCmdBindIndexBuffer2 (line 2435) | void vkCmdBindIndexBuffer2( VkCommandBuffer commandBuffer, VkBuffer bu... method vkGetRenderingAreaGranularity (line 2441) | void vkGetRenderingAreaGranularity( VkDevice device, const VkRendering... method vkGetDeviceImageSubresourceLayout (line 2446) | void vkGetDeviceImageSubresourceLayout( VkDevice ... method vkGetImageSubresourceLayout2 (line 2453) | void vkGetImageSubresourceLayout2( VkDevice device, method vkCmdPushDescriptorSet (line 2461) | void vkCmdPushDescriptorSet( VkCommandBuffer commandBuffer, method vkCmdPushDescriptorSetWithTemplate (line 2471) | void vkCmdPushDescriptorSetWithTemplate( VkCommandBuffer co... method vkCmdSetRenderingAttachmentLocations (line 2480) | void vkCmdSetRenderingAttachmentLocations( VkCommandBuffer ... method vkCmdSetRenderingInputAttachmentIndices (line 2486) | void vkCmdSetRenderingInputAttachmentIndices( VkCommandBuffer ... method vkCmdBindDescriptorSets2 (line 2492) | void vkCmdBindDescriptorSets2( VkCommandBuffer commandBuffer, const Vk... method vkCmdPushConstants2 (line 2497) | void vkCmdPushConstants2( VkCommandBuffer commandBuffer, const VkPushC... method vkCmdPushDescriptorSet2 (line 2502) | void vkCmdPushDescriptorSet2( VkCommandBuffer commandBuffer, const VkP... method vkCmdPushDescriptorSetWithTemplate2 (line 2507) | void vkCmdPushDescriptorSetWithTemplate2( VkCommandBuffer ... method VkResult (line 2513) | VkResult vkCopyMemoryToImage( VkDevice device, const VkCopyMemoryToIma... method VkResult (line 2518) | VkResult vkCopyImageToMemory( VkDevice device, const VkCopyImageToMemo... method VkResult (line 2523) | VkResult vkCopyImageToImage( VkDevice device, const VkCopyImageToImage... method VkResult (line 2528) | VkResult method vkDestroySurfaceKHR (line 2536) | void vkDestroySurfaceKHR( VkInstance instance, VkSurfaceKHR surface, c... method VkResult (line 2541) | VkResult vkGetPhysicalDeviceSurfaceSupportKHR( VkPhysicalDevice physic... method VkResult (line 2549) | VkResult vkGetPhysicalDeviceSurfaceCapabilitiesKHR( VkPhysicalDevice ... method VkResult (line 2556) | VkResult vkGetPhysicalDeviceSurfaceFormatsKHR( VkPhysicalDevice ph... method VkResult (line 2564) | VkResult vkGetPhysicalDeviceSurfacePresentModesKHR( VkPhysicalDevice ... method VkResult (line 2574) | VkResult vkCreateSwapchainKHR( VkDevice device, method vkDestroySwapchainKHR (line 2582) | void vkDestroySwapchainKHR( VkDevice device, VkSwapchainKHR swapchain,... method VkResult (line 2587) | VkResult vkGetSwapchainImagesKHR( VkDevice device, method VkResult (line 2595) | VkResult vkAcquireNextImageKHR( method VkResult (line 2601) | VkResult vkQueuePresentKHR( VkQueue queue, const VkPresentInfoKHR * pP... method VkResult (line 2606) | VkResult vkGetDeviceGroupPresentCapabilitiesKHR( VkDevice ... method VkResult (line 2612) | VkResult method VkResult (line 2618) | VkResult vkGetPhysicalDevicePresentRectanglesKHR( VkPhysicalDevice phy... method VkResult (line 2626) | VkResult vkAcquireNextImage2KHR( VkDevice device, const VkAcquireNextI... method VkResult (line 2633) | VkResult vkGetPhysicalDeviceDisplayPropertiesKHR( VkPhysicalDevice ... method VkResult (line 2640) | VkResult vkGetPhysicalDeviceDisplayPlanePropertiesKHR( VkPhysicalDevic... method VkResult (line 2647) | VkResult vkGetDisplayPlaneSupportedDisplaysKHR( VkPhysicalDevice physi... method VkResult (line 2655) | VkResult vkGetDisplayModePropertiesKHR( VkPhysicalDevice p... method VkResult (line 2663) | VkResult vkCreateDisplayModeKHR( VkPhysicalDevice ph... method VkResult (line 2672) | VkResult vkGetDisplayPlaneCapabilitiesKHR( VkPhysicalDevice ... method VkResult (line 2680) | VkResult vkCreateDisplayPlaneSurfaceKHR( VkInstance ... method VkResult (line 2690) | VkResult vkCreateSharedSwapchainsKHR( VkDevice ... method VkResult (line 2702) | VkResult vkCreateXlibSurfaceKHR( VkInstance in... method VkBool32 (line 2710) | VkBool32 vkGetPhysicalDeviceXlibPresentationSupportKHR( VkPhysicalDevi... method VkResult (line 2722) | VkResult vkCreateXcbSurfaceKHR( VkInstance inst... method VkBool32 (line 2730) | VkBool32 vkGetPhysicalDeviceXcbPresentationSupportKHR( VkPhysicalDevic... method VkResult (line 2742) | VkResult vkCreateWaylandSurfaceKHR( VkInstance ... method VkBool32 (line 2750) | VkBool32 vkGetPhysicalDeviceWaylandPresentationSupportKHR( VkPhysicalD... method VkResult (line 2761) | VkResult vkCreateAndroidSurfaceKHR( VkInstance ... method VkResult (line 2773) | VkResult vkCreateWin32SurfaceKHR( VkInstance ... method VkBool32 (line 2781) | VkBool32 vkGetPhysicalDeviceWin32PresentationSupportKHR( VkPhysicalDev... method VkResult (line 2789) | VkResult vkCreateDebugReportCallbackEXT( VkInstance ... method vkDestroyDebugReportCallbackEXT (line 2797) | void vkDestroyDebugReportCallbackEXT( VkInstance in... method vkDebugReportMessageEXT (line 2804) | void vkDebugReportMessageEXT( VkInstance instance, method VkResult (line 2818) | VkResult vkDebugMarkerSetObjectTagEXT( VkDevice device, const VkDebugM... method VkResult (line 2823) | VkResult vkDebugMarkerSetObjectNameEXT( VkDevice device, const VkDebug... method vkCmdDebugMarkerBeginEXT (line 2828) | void vkCmdDebugMarkerBeginEXT( VkCommandBuffer commandBuffer, const Vk... method vkCmdDebugMarkerEndEXT (line 2833) | void vkCmdDebugMarkerEndEXT( VkCommandBuffer commandBuffer ) const VUL... method vkCmdDebugMarkerInsertEXT (line 2838) | void vkCmdDebugMarkerInsertEXT( VkCommandBuffer commandBuffer, const V... method VkResult (line 2845) | VkResult vkGetPhysicalDeviceVideoCapabilitiesKHR( VkPhysicalDevice ... method VkResult (line 2852) | VkResult vkGetPhysicalDeviceVideoFormatPropertiesKHR( VkPhysicalDevice... method VkResult (line 2860) | VkResult vkCreateVideoSessionKHR( VkDevice ... method vkDestroyVideoSessionKHR (line 2868) | void vkDestroyVideoSessionKHR( VkDevice device, VkVideoSessionKHR vide... method VkResult (line 2873) | VkResult vkGetVideoSessionMemoryRequirementsKHR( VkDevice ... method VkResult (line 2881) | VkResult vkBindVideoSessionMemoryKHR( VkDevice ... method VkResult (line 2889) | VkResult vkCreateVideoSessionParametersKHR( VkDevice ... method VkResult (line 2897) | VkResult vkUpdateVideoSessionParametersKHR( VkDevice ... method vkDestroyVideoSessionParametersKHR (line 2904) | void vkDestroyVideoSessionParametersKHR( VkDevice ... method vkCmdBeginVideoCodingKHR (line 2911) | void vkCmdBeginVideoCodingKHR( VkCommandBuffer commandBuffer, const Vk... method vkCmdEndVideoCodingKHR (line 2916) | void vkCmdEndVideoCodingKHR( VkCommandBuffer commandBuffer, const VkVi... method vkCmdControlVideoCodingKHR (line 2921) | void vkCmdControlVideoCodingKHR( VkCommandBuffer commandBuffer, const ... method vkCmdDecodeVideoKHR (line 2928) | void vkCmdDecodeVideoKHR( VkCommandBuffer commandBuffer, const VkVideo... method vkCmdBindTransformFeedbackBuffersEXT (line 2935) | void vkCmdBindTransformFeedbackBuffersEXT( VkCommandBuffer comman... method vkCmdBeginTransformFeedbackEXT (line 2945) | void vkCmdBeginTransformFeedbackEXT( VkCommandBuffer commandBuffer, method vkCmdEndTransformFeedbackEXT (line 2954) | void vkCmdEndTransformFeedbackEXT( VkCommandBuffer commandBuffer, method vkCmdBeginQueryIndexedEXT (line 2963) | void vkCmdBeginQueryIndexedEXT( VkCommandBuffer commandBuffer, VkQuery... method vkCmdEndQueryIndexedEXT (line 2969) | void vkCmdEndQueryIndexedEXT( VkCommandBuffer commandBuffer, VkQueryPo... method vkCmdDrawIndirectByteCountEXT (line 2974) | void vkCmdDrawIndirectByteCountEXT( VkCommandBuffer commandBuffer, method VkResult (line 2987) | VkResult vkCreateCuModuleNVX( VkDevice device, method VkResult (line 2995) | VkResult vkCreateCuFunctionNVX( VkDevice device, method vkDestroyCuModuleNVX (line 3003) | void vkDestroyCuModuleNVX( VkDevice device, VkCuModuleNVX module, cons... method vkDestroyCuFunctionNVX (line 3008) | void vkDestroyCuFunctionNVX( VkDevice device, VkCuFunctionNVX function... method vkCmdCuLaunchKernelNVX (line 3013) | void vkCmdCuLaunchKernelNVX( VkCommandBuffer commandBuffer, const VkCu... method vkGetImageViewHandleNVX (line 3020) | uint32_t vkGetImageViewHandleNVX( VkDevice device, const VkImageViewHa... method vkGetImageViewHandle64NVX (line 3025) | uint64_t vkGetImageViewHandle64NVX( VkDevice device, const VkImageView... method VkResult (line 3030) | VkResult vkGetImageViewAddressNVX( VkDevice device, VkImageView imageV... method vkCmdDrawIndirectCountAMD (line 3037) | void vkCmdDrawIndirectCountAMD( VkCommandBuffer commandBuffer, method vkCmdDrawIndexedIndirectCountAMD (line 3048) | void vkCmdDrawIndexedIndirectCountAMD( VkCommandBuffer commandBuffer, method VkResult (line 3061) | VkResult vkGetShaderInfoAMD( VkDevice device, method vkCmdBeginRenderingKHR (line 3073) | void vkCmdBeginRenderingKHR( VkCommandBuffer commandBuffer, const VkRe... method vkCmdEndRenderingKHR (line 3078) | void vkCmdEndRenderingKHR( VkCommandBuffer commandBuffer ) const VULKA... method VkResult (line 3086) | VkResult vkCreateStreamDescriptorSurfaceGGP( VkInstance ... method VkResult (line 3097) | VkResult method VkResult (line 3114) | VkResult vkGetMemoryWin32HandleNV( VkDevice d... method vkGetPhysicalDeviceFeatures2KHR (line 3125) | void vkGetPhysicalDeviceFeatures2KHR( VkPhysicalDevice physicalDevice,... method vkGetPhysicalDeviceProperties2KHR (line 3130) | void vkGetPhysicalDeviceProperties2KHR( VkPhysicalDevice physicalDevic... method vkGetPhysicalDeviceFormatProperties2KHR (line 3135) | void vkGetPhysicalDeviceFormatProperties2KHR( VkPhysicalDevice ph... method VkResult (line 3142) | VkResult vkGetPhysicalDeviceImageFormatProperties2KHR( VkPhysicalDevic... method vkGetPhysicalDeviceQueueFamilyProperties2KHR (line 3149) | void vkGetPhysicalDeviceQueueFamilyProperties2KHR( VkPhysicalDevice ... method vkGetPhysicalDeviceMemoryProperties2KHR (line 3156) | void vkGetPhysicalDeviceMemoryProperties2KHR( VkPhysicalDevice ... method vkGetPhysicalDeviceSparseImageFormatProperties2KHR (line 3162) | void vkGetPhysicalDeviceSparseImageFormatProperties2KHR( VkPhysicalDev... method vkGetDeviceGroupPeerMemoryFeaturesKHR (line 3172) | void vkGetDeviceGroupPeerMemoryFeaturesKHR( VkDevice ... method vkCmdSetDeviceMaskKHR (line 3181) | void vkCmdSetDeviceMaskKHR( VkCommandBuffer commandBuffer, uint32_t de... method vkCmdDispatchBaseKHR (line 3186) | void vkCmdDispatchBaseKHR( VkCommandBuffer commandBuffer, method VkResult (line 3200) | VkResult vkCreateViSurfaceNN( VkInstance instance, method vkTrimCommandPoolKHR (line 3211) | void vkTrimCommandPoolKHR( VkDevice device, VkCommandPool commandPool,... method VkResult (line 3218) | VkResult vkEnumeratePhysicalDeviceGroupsKHR( VkInstance ... method vkGetPhysicalDeviceExternalBufferPropertiesKHR (line 3227) | void vkGetPhysicalDeviceExternalBufferPropertiesKHR( VkPhysicalDevice ... method VkResult (line 3237) | VkResult method VkResult (line 3243) | VkResult vkGetMemoryWin32HandlePropertiesKHR( VkDevice ... method VkResult (line 3254) | VkResult vkGetMemoryFdKHR( VkDevice device, const VkMemoryGetFdInfoKHR... method VkResult (line 3259) | VkResult vkGetMemoryFdPropertiesKHR( VkDevice ... method vkGetPhysicalDeviceExternalSemaphorePropertiesKHR (line 3269) | void vkGetPhysicalDeviceExternalSemaphorePropertiesKHR( VkPhysicalDevi... method VkResult (line 3279) | VkResult vkImportSemaphoreWin32HandleKHR( VkDevice ... method VkResult (line 3285) | VkResult vkGetSemaphoreWin32HandleKHR( VkDevice ... method VkResult (line 3295) | VkResult vkImportSemaphoreFdKHR( VkDevice device, const VkImportSemaph... method VkResult (line 3300) | VkResult vkGetSemaphoreFdKHR( VkDevice device, const VkSemaphoreGetFdI... method vkCmdPushDescriptorSetKHR (line 3307) | void vkCmdPushDescriptorSetKHR( VkCommandBuffer commandBu... method vkCmdPushDescriptorSetWithTemplateKHR (line 3317) | void vkCmdPushDescriptorSetWithTemplateKHR( VkCommandBuffer ... method vkCmdBeginConditionalRenderingEXT (line 3328) | void vkCmdBeginConditionalRenderingEXT( VkCommandBuffer ... method vkCmdEndConditionalRenderingEXT (line 3334) | void vkCmdEndConditionalRenderingEXT( VkCommandBuffer commandBuffer ) ... method VkResult (line 3341) | VkResult vkCreateDescriptorUpdateTemplateKHR( VkDevice ... method vkDestroyDescriptorUpdateTemplateKHR (line 3349) | void vkDestroyDescriptorUpdateTemplateKHR( VkDevice ... method vkUpdateDescriptorSetWithTemplateKHR (line 3356) | void vkUpdateDescriptorSetWithTemplateKHR( VkDevice ... method vkCmdSetViewportWScalingNV (line 3366) | void vkCmdSetViewportWScalingNV( VkCommandBuffer commandB... method VkResult (line 3376) | VkResult vkReleaseDisplayEXT( VkPhysicalDevice physicalDevice, VkDispl... method VkResult (line 3384) | VkResult vkAcquireXlibDisplayEXT( VkPhysicalDevice physicalDevice, Dis... method VkResult (line 3389) | VkResult method VkResult (line 3398) | VkResult vkGetPhysicalDeviceSurfaceCapabilities2EXT( VkPhysicalDevice ... method VkResult (line 3407) | VkResult vkDisplayPowerControlEXT( VkDevice device, VkDisplayKHR displ... method VkResult (line 3412) | VkResult vkRegisterDeviceEventEXT( VkDevice device, method VkResult (line 3420) | VkResult vkRegisterDisplayEventEXT( VkDevice device, method VkResult (line 3429) | VkResult vkGetSwapchainCounterEXT( VkDevice device, method VkResult (line 3439) | VkResult vkGetRefreshCycleDurationGOOGLE( VkDevice ... method VkResult (line 3446) | VkResult vkGetPastPresentationTimingGOOGLE( VkDevice ... method vkCmdSetDiscardRectangleEXT (line 3456) | void vkCmdSetDiscardRectangleEXT( VkCommandBuffer commandBuffer, method vkCmdSetDiscardRectangleEnableEXT (line 3464) | void vkCmdSetDiscardRectangleEnableEXT( VkCommandBuffer commandBuffer,... method vkCmdSetDiscardRectangleModeEXT (line 3469) | void vkCmdSetDiscardRectangleModeEXT( VkCommandBuffer commandBuffer, V... method vkSetHdrMetadataEXT (line 3476) | void vkSetHdrMetadataEXT( VkDevice device, method VkResult (line 3486) | VkResult vkCreateRenderPass2KHR( VkDevice device, method vkCmdBeginRenderPass2KHR (line 3494) | void vkCmdBeginRenderPass2KHR( VkCommandBuffer commandBu... method vkCmdNextSubpass2KHR (line 3501) | void vkCmdNextSubpass2KHR( VkCommandBuffer commandBuffer, method vkCmdEndRenderPass2KHR (line 3508) | void vkCmdEndRenderPass2KHR( VkCommandBuffer commandBuffer, const VkSu... method VkResult (line 3515) | VkResult vkGetSwapchainStatusKHR( VkDevice device, VkSwapchainKHR swap... method vkGetPhysicalDeviceExternalFencePropertiesKHR (line 3522) | void vkGetPhysicalDeviceExternalFencePropertiesKHR( VkPhysicalDevice ... method VkResult (line 3532) | VkResult vkImportFenceWin32HandleKHR( VkDevice device, const VkImportF... method VkResult (line 3537) | VkResult vkGetFenceWin32HandleKHR( VkDevice device, const VkFenceGetWi... method VkResult (line 3545) | VkResult vkImportFenceFdKHR( VkDevice device, const VkImportFenceFdInf... method VkResult (line 3550) | VkResult vkGetFenceFdKHR( VkDevice device, const VkFenceGetFdInfoKHR *... method VkResult (line 3557) | VkResult method vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR (line 3568) | void vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( VkPhysic... method VkResult (line 3575) | VkResult vkAcquireProfilingLockKHR( VkDevice device, const VkAcquirePr... method vkReleaseProfilingLockKHR (line 3580) | void vkReleaseProfilingLockKHR( VkDevice device ) const VULKAN_HPP_NOE... method VkResult (line 3587) | VkResult vkGetPhysicalDeviceSurfaceCapabilities2KHR( VkPhysicalDevice ... method VkResult (line 3594) | VkResult vkGetPhysicalDeviceSurfaceFormats2KHR( VkPhysicalDevice ... method VkResult (line 3604) | VkResult vkGetPhysicalDeviceDisplayProperties2KHR( VkPhysicalDevice ... method VkResult (line 3611) | VkResult vkGetPhysicalDeviceDisplayPlaneProperties2KHR( VkPhysicalDevi... method VkResult (line 3618) | VkResult vkGetDisplayModeProperties2KHR( VkPhysicalDevice ... method VkResult (line 3626) | VkResult vkGetDisplayPlaneCapabilities2KHR( VkPhysicalDevice ... method VkResult (line 3636) | VkResult vkCreateIOSSurfaceMVK( VkInstance inst... method VkResult (line 3648) | VkResult vkCreateMacOSSurfaceMVK( VkInstance ... method VkResult (line 3659) | VkResult vkSetDebugUtilsObjectNameEXT( VkDevice device, const VkDebugU... method VkResult (line 3664) | VkResult vkSetDebugUtilsObjectTagEXT( VkDevice device, const VkDebugUt... method vkQueueBeginDebugUtilsLabelEXT (line 3669) | void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtils... method vkQueueEndDebugUtilsLabelEXT (line 3674) | void vkQueueEndDebugUtilsLabelEXT( VkQueue queue ) const VULKAN_HPP_NO... method vkQueueInsertDebugUtilsLabelEXT (line 3679) | void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtil... method vkCmdBeginDebugUtilsLabelEXT (line 3684) | void vkCmdBeginDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, cons... method vkCmdEndDebugUtilsLabelEXT (line 3689) | void vkCmdEndDebugUtilsLabelEXT( VkCommandBuffer commandBuffer ) const... method vkCmdInsertDebugUtilsLabelEXT (line 3694) | void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, con... method VkResult (line 3699) | VkResult vkCreateDebugUtilsMessengerEXT( VkInstance ... method vkDestroyDebugUtilsMessengerEXT (line 3707) | void vkDestroyDebugUtilsMessengerEXT( VkInstance in... method vkSubmitDebugUtilsMessageEXT (line 3714) | void vkSubmitDebugUtilsMessageEXT( VkInstance ... method VkResult (line 3725) | VkResult vkGetAndroidHardwareBufferPropertiesANDROID( VkDevice ... method VkResult (line 3732) | VkResult vkGetMemoryAndroidHardwareBufferANDROID( VkDevice ... method VkResult (line 3743) | VkResult vkCreateExecutionGraphPipelinesAMDX( VkDevice ... method VkResult (line 3753) | VkResult vkGetExecutionGraphPipelineScratchSizeAMDX( VkDevice ... method VkResult (line 3760) | VkResult vkGetExecutionGraphPipelineNodeIndexAMDX( VkDevice ... method vkCmdInitializeGraphScratchMemoryAMDX (line 3768) | void vkCmdInitializeGraphScratchMemoryAMDX( VkCommandBuffer commandBuf... method vkCmdDispatchGraphAMDX (line 3776) | void vkCmdDispatchGraphAMDX( VkCommandBuffer comm... method vkCmdDispatchGraphIndirectAMDX (line 3784) | void vkCmdDispatchGraphIndirectAMDX( VkCommandBuffer ... method vkCmdDispatchGraphIndirectCountAMDX (line 3792) | void vkCmdDispatchGraphIndirectCountAMDX( VkCommandBuffer commandBuffer, method vkCmdSetSampleLocationsEXT (line 3803) | void vkCmdSetSampleLocationsEXT( VkCommandBuffer commandBuffer, const ... method vkGetPhysicalDeviceMultisamplePropertiesEXT (line 3808) | void vkGetPhysicalDeviceMultisamplePropertiesEXT( VkPhysicalDevice ... method vkGetImageMemoryRequirements2KHR (line 3817) | void vkGetImageMemoryRequirements2KHR( VkDevice ... method vkGetBufferMemoryRequirements2KHR (line 3824) | void vkGetBufferMemoryRequirements2KHR( VkDevice ... method vkGetImageSparseMemoryRequirements2KHR (line 3831) | void vkGetImageSparseMemoryRequirements2KHR( VkDevice ... method VkResult (line 3841) | VkResult vkCreateAccelerationStructureKHR( VkDevice ... method vkDestroyAccelerationStructureKHR (line 3849) | void vkDestroyAccelerationStructureKHR( VkDevice ... method vkCmdBuildAccelerationStructuresKHR (line 3856) | void vkCmdBuildAccelerationStructuresKHR( VkCommandBuffer ... method vkCmdBuildAccelerationStructuresIndirectKHR (line 3864) | void vkCmdBuildAccelerationStructuresIndirectKHR( VkCommandBuffer ... method VkResult (line 3875) | VkResult vkBuildAccelerationStructuresKHR( VkDevice ... method VkResult (line 3884) | VkResult vkCopyAccelerationStructureKHR( VkDevice ... method VkResult (line 3891) | VkResult vkCopyAccelerationStructureToMemoryKHR( VkDevice ... method VkResult (line 3898) | VkResult vkCopyMemoryToAccelerationStructureKHR( VkDevice ... method VkResult (line 3905) | VkResult vkWriteAccelerationStructuresPropertiesKHR( VkDevice ... method vkCmdCopyAccelerationStructureKHR (line 3916) | void vkCmdCopyAccelerationStructureKHR( VkCommandBuffer commandBuffer,... method vkCmdCopyAccelerationStructureToMemoryKHR (line 3921) | void vkCmdCopyAccelerationStructureToMemoryKHR( VkCommandBuffer ... method vkCmdCopyMemoryToAccelerationStructureKHR (line 3927) | void vkCmdCopyMemoryToAccelerationStructureKHR( VkCommandBuffer ... method VkDeviceAddress (line 3933) | VkDeviceAddress vkGetAccelerationStructureDeviceAddressKHR( VkDevice ... method vkCmdWriteAccelerationStructuresPropertiesKHR (line 3939) | void vkCmdWriteAccelerationStructuresPropertiesKHR( VkCommandBuffer ... method vkGetDeviceAccelerationStructureCompatibilityKHR (line 3950) | void vkGetDeviceAccelerationStructureCompatibilityKHR( VkDevice ... method vkGetAccelerationStructureBuildSizesKHR (line 3957) | void vkGetAccelerationStructureBuildSizesKHR( VkDevice ... method vkCmdTraceRaysKHR (line 3968) | void vkCmdTraceRaysKHR( VkCommandBuffer comman... method VkResult (line 3981) | VkResult vkCreateRayTracingPipelinesKHR( VkDevice ... method VkResult (line 3992) | VkResult vkGetRayTracingShaderGroupHandlesKHR( method VkResult (line 3998) | VkResult vkGetRayTracingCaptureReplayShaderGroupHandlesKHR( method vkCmdTraceRaysIndirectKHR (line 4004) | void vkCmdTraceRaysIndirectKHR( VkCommandBuffer ... method VkDeviceSize (line 4015) | VkDeviceSize vkGetRayTracingShaderGroupStackSizeKHR( VkDevice ... method vkCmdSetRayTracingPipelineStackSizeKHR (line 4023) | void vkCmdSetRayTracingPipelineStackSizeKHR( VkCommandBuffer commandBu... method VkResult (line 4030) | VkResult vkCreateSamplerYcbcrConversionKHR( VkDevice ... method vkDestroySamplerYcbcrConversionKHR (line 4038) | void vkDestroySamplerYcbcrConversionKHR( VkDevice ... method VkResult (line 4047) | VkResult vkBindBufferMemory2KHR( VkDevice device, uint32_t bindInfoCou... method VkResult (line 4052) | VkResult vkBindImageMemory2KHR( VkDevice device, uint32_t bindInfoCoun... method VkResult (line 4059) | VkResult vkGetImageDrmFormatModifierPropertiesEXT( VkDevice ... method VkResult (line 4068) | VkResult vkCreateValidationCacheEXT( VkDevice ... method vkDestroyValidationCacheEXT (line 4076) | void method VkResult (line 4082) | VkResult vkMergeValidationCachesEXT( VkDevice device, method VkResult (line 4090) | VkResult vkGetValidationCacheDataEXT( VkDevice device, VkValidationCac... method vkCmdBindShadingRateImageNV (line 4097) | void vkCmdBindShadingRateImageNV( VkCommandBuffer commandBuffer, VkIma... method vkCmdSetViewportShadingRatePaletteNV (line 4102) | void vkCmdSetViewportShadingRatePaletteNV( VkCommandBuffer ... method vkCmdSetCoarseSampleOrderNV (line 4110) | void vkCmdSetCoarseSampleOrderNV( VkCommandBuffer ... method VkResult (line 4120) | VkResult vkCreateAccelerationStructureNV( VkDevice ... method vkDestroyAccelerationStructureNV (line 4128) | void vkDestroyAccelerationStructureNV( VkDevice d... method vkGetAccelerationStructureMemoryRequirementsNV (line 4135) | void vkGetAccelerationStructureMemoryRequirementsNV( VkDevice ... method VkResult (line 4142) | VkResult vkBindAccelerationStructureMemoryNV( VkDevice ... method vkCmdBuildAccelerationStructureNV (line 4149) | void vkCmdBuildAccelerationStructureNV( VkCommandBuffer ... method vkCmdCopyAccelerationStructureNV (line 4162) | void vkCmdCopyAccelerationStructureNV( VkCommandBuffer ... method vkCmdTraceRaysNV (line 4170) | void vkCmdTraceRaysNV( VkCommandBuffer commandBuffer, method VkResult (line 4203) | VkResult vkCreateRayTracingPipelinesNV( VkDevice ... method VkResult (line 4213) | VkResult vkGetRayTracingShaderGroupHandlesNV( method VkResult (line 4219) | VkResult vkGetAccelerationStructureHandleNV( VkDevice ... method vkCmdWriteAccelerationStructuresPropertiesNV (line 4227) | void vkCmdWriteAccelerationStructuresPropertiesNV( VkCommandBuffer ... method VkResult (line 4238) | VkResult vkCompileDeferredNV( VkDevice device, VkPipeline pipeline, ui... method vkGetDescriptorSetLayoutSupportKHR (line 4245) | void vkGetDescriptorSetLayoutSupportKHR( VkDevice ... method vkCmdDrawIndirectCountKHR (line 4254) | void vkCmdDrawIndirectCountKHR( VkCommandBuffer commandBuffer, method vkCmdDrawIndexedIndirectCountKHR (line 4265) | void vkCmdDrawIndexedIndirectCountKHR( VkCommandBuffer commandBuffer, method VkResult (line 4278) | VkResult vkGetMemoryHostPointerPropertiesEXT( VkDevice ... method vkCmdWriteBufferMarkerAMD (line 4288) | void vkCmdWriteBufferMarkerAMD( VkCommandBuffer commandBuffer, method vkCmdWriteBufferMarker2AMD (line 4297) | void vkCmdWriteBufferMarker2AMD( method VkResult (line 4305) | VkResult vkGetPhysicalDeviceCalibrateableTimeDomainsEXT( VkPhysicalDev... method VkResult (line 4312) | VkResult vkGetCalibratedTimestampsEXT( VkDevice ... method vkCmdDrawMeshTasksNV (line 4323) | void vkCmdDrawMeshTasksNV( VkCommandBuffer commandBuffer, uint32_t tas... method vkCmdDrawMeshTasksIndirectNV (line 4328) | void vkCmdDrawMeshTasksIndirectNV( VkCommandBuffer commandBuffer, VkBu... method vkCmdDrawMeshTasksIndirectCountNV (line 4334) | void vkCmdDrawMeshTasksIndirectCountNV( VkCommandBuffer commandBuffer, method vkCmdSetExclusiveScissorEnableNV (line 4347) | void vkCmdSetExclusiveScissorEnableNV( VkCommandBuffer commandBuffer, method vkCmdSetExclusiveScissorNV (line 4355) | void vkCmdSetExclusiveScissorNV( VkCommandBuffer commandBuffer, method vkCmdSetCheckpointNV (line 4365) | void vkCmdSetCheckpointNV( VkCommandBuffer commandBuffer, const void *... method vkGetQueueCheckpointDataNV (line 4370) | void vkGetQueueCheckpointDataNV( VkQueue queue, uint32_t * pCheckpoint... method vkGetQueueCheckpointData2NV (line 4375) | void vkGetQueueCheckpointData2NV( VkQueue queue, uint32_t * pCheckpoin... method VkResult (line 4382) | VkResult vkGetSemaphoreCounterValueKHR( VkDevice device, VkSemaphore s... method VkResult (line 4387) | VkResult vkWaitSemaphoresKHR( VkDevice device, const VkSemaphoreWaitIn... method VkResult (line 4392) | VkResult vkSignalSemaphoreKHR( VkDevice device, const VkSemaphoreSigna... method VkResult (line 4399) | VkResult vkInitializePerformanceApiINTEL( VkDevice device, const VkIni... method vkUninitializePerformanceApiINTEL (line 4404) | void vkUninitializePerformanceApiINTEL( VkDevice device ) const VULKAN... method VkResult (line 4409) | VkResult vkCmdSetPerformanceMarkerINTEL( VkCommandBuffer commandBuffer... method VkResult (line 4414) | VkResult vkCmdSetPerformanceStreamMarkerINTEL( VkCommandBuffer ... method VkResult (line 4420) | VkResult vkCmdSetPerformanceOverrideINTEL( VkCommandBuffer commandBuff... method VkResult (line 4425) | VkResult vkAcquirePerformanceConfigurationINTEL( VkDevice ... method VkResult (line 4432) | VkResult vkReleasePerformanceConfigurationINTEL( VkDevice device, VkPe... method VkResult (line 4437) | VkResult vkQueueSetPerformanceConfigurationINTEL( VkQueue queue, VkPer... method VkResult (line 4442) | VkResult method vkSetLocalDimmingAMD (line 4450) | void vkSetLocalDimmingAMD( VkDevice device, VkSwapchainKHR swapChain, ... method VkResult (line 4458) | VkResult vkCreateImagePipeSurfaceFUCHSIA( VkInstance ... method VkResult (line 4470) | VkResult vkCreateMetalSurfaceEXT( VkInstance ... method VkResult (line 4481) | VkResult vkGetPhysicalDeviceFragmentShadingRatesKHR( VkPhysicalDevice ... method vkCmdSetFragmentShadingRateKHR (line 4488) | void vkCmdSetFragmentShadingRateKHR( VkCommandBuffer ... method vkCmdSetRenderingAttachmentLocationsKHR (line 4497) | void vkCmdSetRenderingAttachmentLocationsKHR( VkCommandBuffer ... method vkCmdSetRenderingInputAttachmentIndicesKHR (line 4503) | void vkCmdSetRenderingInputAttachmentIndicesKHR( VkCommandBuffer ... method VkDeviceAddress (line 4511) | VkDeviceAddress vkGetBufferDeviceAddressEXT( VkDevice device, const Vk... method VkResult (line 4518) | VkResult vkGetPhysicalDeviceToolPropertiesEXT( VkPhysicalDevice ... method VkResult (line 4527) | VkResult vkWaitForPresentKHR( VkDevice device, VkSwapchainKHR swapchai... method VkResult (line 4534) | VkResult vkGetPhysicalDeviceCooperativeMatrixPropertiesNV( VkPhysicalD... method VkResult (line 4543) | VkResult vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinatio... method VkResult (line 4552) | VkResult vkGetPhysicalDeviceSurfacePresentModes2EXT( VkPhysicalDevice ... method VkResult (line 4560) | VkResult vkAcquireFullScreenExclusiveModeEXT( VkDevice device, VkSwapc... method VkResult (line 4565) | VkResult vkReleaseFullScreenExclusiveModeEXT( VkDevice device, VkSwapc... method VkResult (line 4570) | VkResult vkGetDeviceGroupSurfacePresentModes2EXT( VkDevice ... method VkResult (line 4580) | VkResult vkCreateHeadlessSurfaceEXT( VkInstance ... method VkDeviceAddress (line 4590) | VkDeviceAddress vkGetBufferDeviceAddressKHR( VkDevice device, const Vk... method vkGetBufferOpaqueCaptureAddressKHR (line 4595) | uint64_t vkGetBufferOpaqueCaptureAddressKHR( VkDevice device, const Vk... method vkGetDeviceMemoryOpaqueCaptureAddressKHR (line 4600) | uint64_t vkGetDeviceMemoryOpaqueCaptureAddressKHR( VkDevice device, co... method vkCmdSetLineStippleEXT (line 4607) | void vkCmdSetLineStippleEXT( VkCommandBuffer commandBuffer, uint32_t l... method vkResetQueryPoolEXT (line 4614) | void vkResetQueryPoolEXT( VkDevice device, VkQueryPool queryPool, uint... method vkCmdSetCullModeEXT (line 4621) | void vkCmdSetCullModeEXT( VkCommandBuffer commandBuffer, VkCullModeFla... method vkCmdSetFrontFaceEXT (line 4626) | void vkCmdSetFrontFaceEXT( VkCommandBuffer commandBuffer, VkFrontFace ... method vkCmdSetPrimitiveTopologyEXT (line 4631) | void vkCmdSetPrimitiveTopologyEXT( VkCommandBuffer commandBuffer, VkPr... method vkCmdSetViewportWithCountEXT (line 4636) | void vkCmdSetViewportWithCountEXT( VkCommandBuffer commandBuffer, uint... method vkCmdSetScissorWithCountEXT (line 4641) | void vkCmdSetScissorWithCountEXT( VkCommandBuffer commandBuffer, uint3... method vkCmdBindVertexBuffers2EXT (line 4646) | void vkCmdBindVertexBuffers2EXT( VkCommandBuffer commandBuffer, method vkCmdSetDepthTestEnableEXT (line 4657) | void vkCmdSetDepthTestEnableEXT( VkCommandBuffer commandBuffer, VkBool... method vkCmdSetDepthWriteEnableEXT (line 4662) | void vkCmdSetDepthWriteEnableEXT( VkCommandBuffer commandBuffer, VkBoo... method vkCmdSetDepthCompareOpEXT (line 4667) | void vkCmdSetDepthCompareOpEXT( VkCommandBuffer commandBuffer, VkCompa... method vkCmdSetDepthBoundsTestEnableEXT (line 4672) | void vkCmdSetDepthBoundsTestEnableEXT( VkCommandBuffer commandBuffer, ... method vkCmdSetStencilTestEnableEXT (line 4677) | void vkCmdSetStencilTestEnableEXT( VkCommandBuffer commandBuffer, VkBo... method vkCmdSetStencilOpEXT (line 4682) | void vkCmdSetStencilOpEXT( VkCommandBuffer commandBuffer, method VkResult (line 4694) | VkResult vkCreateDeferredOperationKHR( VkDevice d... method vkDestroyDeferredOperationKHR (line 4701) | void method vkGetDeferredOperationMaxConcurrencyKHR (line 4707) | uint32_t vkGetDeferredOperationMaxConcurrencyKHR( VkDevice device, VkD... method VkResult (line 4712) | VkResult vkGetDeferredOperationResultKHR( VkDevice device, VkDeferredO... method VkResult (line 4717) | VkResult vkDeferredOperationJoinKHR( VkDevice device, VkDeferredOperat... method VkResult (line 4724) | VkResult vkGetPipelineExecutablePropertiesKHR( VkDevice ... method VkResult (line 4732) | VkResult vkGetPipelineExecutableStatisticsKHR( VkDevice ... method VkResult (line 4740) | VkResult method VkResult (line 4751) | VkResult vkCopyMemoryToImageEXT( VkDevice device, const VkCopyMemoryTo... method VkResult (line 4756) | VkResult vkCopyImageToMemoryEXT( VkDevice device, const VkCopyImageToM... method VkResult (line 4761) | VkResult vkCopyImageToImageEXT( VkDevice device, const VkCopyImageToIm... method VkResult (line 4766) | VkResult method vkGetImageSubresourceLayout2EXT (line 4772) | void vkGetImageSubresourceLayout2EXT( VkDevice device, method VkResult (line 4782) | VkResult vkMapMemory2KHR( VkDevice device, const VkMemoryMapInfo * pMe... method VkResult (line 4787) | VkResult vkUnmapMemory2KHR( VkDevice device, const VkMemoryUnmapInfo *... method VkResult (line 4794) | VkResult vkReleaseSwapchainImagesEXT( VkDevice device, const VkRelease... method vkGetGeneratedCommandsMemoryRequirementsNV (line 4801) | void vkGetGeneratedCommandsMemoryRequirementsNV( VkDevice ... method vkCmdPreprocessGeneratedCommandsNV (line 4808) | void vkCmdPreprocessGeneratedCommandsNV( VkCommandBuffer ... method vkCmdExecuteGeneratedCommandsNV (line 4814) | void vkCmdExecuteGeneratedCommandsNV( VkCommandBuffer ... method vkCmdBindPipelineShaderGroupNV (line 4821) | void vkCmdBindPipelineShaderGroupNV( VkCommandBuffer commandBuffer, method VkResult (line 4829) | VkResult vkCreateIndirectCommandsLayoutNV( VkDevice ... method vkDestroyIndirectCommandsLayoutNV (line 4837) | void vkDestroyIndirectCommandsLayoutNV( VkDevice ... method vkCmdSetDepthBias2EXT (line 4846) | void vkCmdSetDepthBias2EXT( VkCommandBuffer commandBuffer, const VkDep... method VkResult (line 4853) | VkResult vkAcquireDrmDisplayEXT( VkPhysicalDevice physicalDevice, int3... method VkResult (line 4858) | VkResult vkGetDrmDisplayEXT( VkPhysicalDevice physicalDevice, int32_t ... method VkResult (line 4865) | VkResult vkCreatePrivateDataSlotEXT( VkDevice ... method vkDestroyPrivateDataSlotEXT (line 4873) | void vkDestroyPrivateDataSlotEXT( VkDevice device, VkPrivateDataSlot p... method VkResult (line 4878) | VkResult vkSetPrivateDataEXT( VkDevice device, VkObjectType objectType... method vkGetPrivateDataEXT (line 4884) | void vkGetPrivateDataEXT( VkDevice device, VkObjectType objectType, ui... method VkResult (line 4892) | VkResult method VkResult (line 4900) | VkResult vkGetEncodedVideoSessionParametersKHR( VkDevice ... method vkCmdEncodeVideoKHR (line 4909) | void vkCmdEncodeVideoKHR( VkCommandBuffer commandBuffer, const VkVideo... method VkResult (line 4917) | VkResult vkCreateCudaModuleNV( VkDevice device, method VkResult (line 4925) | VkResult vkGetCudaModuleCacheNV( VkDevice device, VkCudaModuleNV modul... method VkResult (line 4930) | VkResult vkCreateCudaFunctionNV( VkDevice de... method vkDestroyCudaModuleNV (line 4938) | void vkDestroyCudaModuleNV( VkDevice device, VkCudaModuleNV module, co... method vkDestroyCudaFunctionNV (line 4943) | void vkDestroyCudaFunctionNV( VkDevice device, VkCudaFunctionNV functi... method vkCmdCudaLaunchKernelNV (line 4948) | void vkCmdCudaLaunchKernelNV( VkCommandBuffer commandBuffer, const VkC... method vkExportMetalObjectsEXT (line 4957) | void vkExportMetalObjectsEXT( VkDevice device, VkExportMetalObjectsInf... method vkCmdSetEvent2KHR (line 4965) | void vkCmdSetEvent2KHR( VkCommandBuffer commandBuffer, VkEvent event, ... method vkCmdResetEvent2KHR (line 4970) | void vkCmdResetEvent2KHR( VkCommandBuffer commandBuffer, VkEvent event... method vkCmdWaitEvents2KHR (line 4975) | void vkCmdWaitEvents2KHR( VkCommandBuffer commandBuffer, method vkCmdPipelineBarrier2KHR (line 4983) | void vkCmdPipelineBarrier2KHR( VkCommandBuffer commandBuffer, const Vk... method vkCmdWriteTimestamp2KHR (line 4988) | void method VkResult (line 4994) | VkResult vkQueueSubmit2KHR( VkQueue queue, uint32_t submitCount, const... method vkGetDescriptorSetLayoutSizeEXT (line 5001) | void vkGetDescriptorSetLayoutSizeEXT( VkDevice device, VkDescriptorSet... method vkGetDescriptorSetLayoutBindingOffsetEXT (line 5006) | void vkGetDescriptorSetLayoutBindingOffsetEXT( VkDevice d... method vkGetDescriptorEXT (line 5014) | void vkGetDescriptorEXT( VkDevice device, const VkDescriptorGetInfoEXT... method vkCmdBindDescriptorBuffersEXT (line 5019) | void vkCmdBindDescriptorBuffersEXT( VkCommandBuffer ... method vkCmdSetDescriptorBufferOffsetsEXT (line 5026) | void vkCmdSetDescriptorBufferOffsetsEXT( VkCommandBuffer commandB... method vkCmdBindDescriptorBufferEmbeddedSamplersEXT (line 5037) | void vkCmdBindDescriptorBufferEmbeddedSamplersEXT( VkCommandBuffer ... method VkResult (line 5045) | VkResult method VkResult (line 5051) | VkResult method VkResult (line 5057) | VkResult vkGetImageViewOpaqueCaptureDescriptorDataEXT( VkDevice ... method VkResult (line 5064) | VkResult vkGetSamplerOpaqueCaptureDescriptorDataEXT( VkDevice ... method VkResult (line 5071) | VkResult vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT( VkD... method vkCmdSetFragmentShadingRateEnumNV (line 5080) | void vkCmdSetFragmentShadingRateEnumNV( VkCommandBuffer ... method vkCmdDrawMeshTasksEXT (line 5089) | void vkCmdDrawMeshTasksEXT( VkCommandBuffer commandBuffer, uint32_t gr... method vkCmdDrawMeshTasksIndirectEXT (line 5094) | void vkCmdDrawMeshTasksIndirectEXT( VkCommandBuffer commandBuffer, VkB... method vkCmdDrawMeshTasksIndirectCountEXT (line 5100) | void vkCmdDrawMeshTasksIndirectCountEXT( VkCommandBuffer commandBuffer, method vkCmdCopyBuffer2KHR (line 5113) | void vkCmdCopyBuffer2KHR( VkCommandBuffer commandBuffer, const VkCopyB... method vkCmdCopyImage2KHR (line 5118) | void vkCmdCopyImage2KHR( VkCommandBuffer commandBuffer, const VkCopyIm... method vkCmdCopyBufferToImage2KHR (line 5123) | void vkCmdCopyBufferToImage2KHR( VkCommandBuffer commandBuffer, const ... method vkCmdCopyImageToBuffer2KHR (line 5128) | void vkCmdCopyImageToBuffer2KHR( VkCommandBuffer commandBuffer, const ... method vkCmdBlitImage2KHR (line 5133) | void vkCmdBlitImage2KHR( VkCommandBuffer commandBuffer, const VkBlitIm... method vkCmdResolveImage2KHR (line 5138) | void vkCmdResolveImage2KHR( VkCommandBuffer commandBuffer, const VkRes... method VkResult (line 5145) | VkResult vkGetDeviceFaultInfoEXT( VkDevice device, VkDeviceFaultCounts... method VkResult (line 5153) | VkResult vkAcquireWinrtDisplayNV( VkPhysicalDevice physicalDevice, VkD... method VkResult (line 5158) | VkResult vkGetWinrtDisplayNV( VkPhysicalDevice physicalDevice, uint32_... method VkResult (line 5167) | VkResult vkCreateDirectFBSurfaceEXT( VkInstance ... method VkBool32 (line 5175) | VkBool32 vkGetPhysicalDeviceDirectFBPresentationSupportEXT( VkPhysical... method vkCmdSetVertexInputEXT (line 5185) | void vkCmdSetVertexInputEXT( VkCommandBuffer ... method VkResult (line 5198) | VkResult vkGetMemoryZirconHandleFUCHSIA( VkDevice ... method VkResult (line 5205) | VkResult vkGetMemoryZirconHandlePropertiesFUCHSIA( VkDevice ... method VkResult (line 5217) | VkResult method VkResult (line 5224) | VkResult vkGetSemaphoreZirconHandleFUCHSIA( VkDevice ... method VkResult (line 5235) | VkResult vkCreateBufferCollectionFUCHSIA( VkDevice ... method VkResult (line 5243) | VkResult vkSetBufferCollectionImageConstraintsFUCHSIA( VkDevice ... method VkResult (line 5250) | VkResult vkSetBufferCollectionBufferConstraintsFUCHSIA( VkDevice ... method vkDestroyBufferCollectionFUCHSIA (line 5257) | void vkDestroyBufferCollectionFUCHSIA( VkDevice d... method VkResult (line 5264) | VkResult vkGetBufferCollectionPropertiesFUCHSIA( VkDevice ... method VkResult (line 5274) | VkResult method vkCmdSubpassShadingHUAWEI (line 5280) | void vkCmdSubpassShadingHUAWEI( VkCommandBuffer commandBuffer ) const ... method vkCmdBindInvocationMaskHUAWEI (line 5287) | void vkCmdBindInvocationMaskHUAWEI( VkCommandBuffer commandBuffer, VkI... method VkResult (line 5294) | VkResult vkGetMemoryRemoteAddressNV( VkDevice ... method VkResult (line 5303) | VkResult vkGetPipelinePropertiesEXT( VkDevice device, method vkCmdSetPatchControlPointsEXT (line 5312) | void vkCmdSetPatchControlPointsEXT( VkCommandBuffer commandBuffer, uin... method vkCmdSetRasterizerDiscardEnableEXT (line 5317) | void vkCmdSetRasterizerDiscardEnableEXT( VkCommandBuffer commandBuffer... method vkCmdSetDepthBiasEnableEXT (line 5322) | void vkCmdSetDepthBiasEnableEXT( VkCommandBuffer commandBuffer, VkBool... method vkCmdSetLogicOpEXT (line 5327) | void vkCmdSetLogicOpEXT( VkCommandBuffer commandBuffer, VkLogicOp logi... method vkCmdSetPrimitiveRestartEnableEXT (line 5332) | void vkCmdSetPrimitiveRestartEnableEXT( VkCommandBuffer commandBuffer,... method VkResult (line 5340) | VkResult vkCreateScreenSurfaceQNX( VkInstance ... method VkBool32 (line 5348) | VkBool32 vkGetPhysicalDeviceScreenPresentationSupportQNX( VkPhysicalDe... method vkCmdSetColorWriteEnableEXT (line 5358) | void vkCmdSetColorWriteEnableEXT( VkCommandBuffer commandBuffer, uint3... method vkCmdTraceRaysIndirect2KHR (line 5365) | void vkCmdTraceRaysIndirect2KHR( VkCommandBuffer commandBuffer, VkDevi... method vkCmdDrawMultiEXT (line 5372) | void vkCmdDrawMultiEXT( VkCommandBuffer commandBuffer, method vkCmdDrawMultiIndexedEXT (line 5382) | void vkCmdDrawMultiIndexedEXT( VkCommandBuffer comma... method VkResult (line 5395) | VkResult vkCreateMicromapEXT( VkDevice device, method vkDestroyMicromapEXT (line 5403) | void vkDestroyMicromapEXT( VkDevice device, VkMicromapEXT micromap, co... method vkCmdBuildMicromapsEXT (line 5408) | void vkCmdBuildMicromapsEXT( VkCommandBuffer commandBuffer, uint32_t i... method VkResult (line 5413) | VkResult vkBuildMicromapsEXT( VkDevice device, method VkResult (line 5421) | VkResult vkCopyMicromapEXT( VkDevice device, VkDeferredOperationKHR de... method VkResult (line 5426) | VkResult vkCopyMicromapToMemoryEXT( VkDevice ... method VkResult (line 5433) | VkResult vkCopyMemoryToMicromapEXT( VkDevice ... method VkResult (line 5440) | VkResult vkWriteMicromapsPropertiesEXT( VkDevice device, method vkCmdCopyMicromapEXT (line 5451) | void vkCmdCopyMicromapEXT( VkCommandBuffer commandBuffer, const VkCopy... method vkCmdCopyMicromapToMemoryEXT (line 5456) | void vkCmdCopyMicromapToMemoryEXT( VkCommandBuffer commandBuffer, cons... method vkCmdCopyMemoryToMicromapEXT (line 5461) | void vkCmdCopyMemoryToMicromapEXT( VkCommandBuffer commandBuffer, cons... method vkCmdWriteMicromapsPropertiesEXT (line 5466) | void vkCmdWriteMicromapsPropertiesEXT( VkCommandBuffer commandBu... method vkGetDeviceMicromapCompatibilityEXT (line 5476) | void vkGetDeviceMicromapCompatibilityEXT( VkDevice ... method vkGetMicromapBuildSizesEXT (line 5483) | void vkGetMicromapBuildSizesEXT( VkDevice d... method vkCmdDrawClusterHUAWEI (line 5493) | void vkCmdDrawClusterHUAWEI( VkCommandBuffer commandBuffer, uint32_t g... method vkCmdDrawClusterIndirectHUAWEI (line 5498) | void vkCmdDrawClusterIndirectHUAWEI( VkCommandBuffer commandBuffer, Vk... method vkSetDeviceMemoryPriorityEXT (line 5505) | void vkSetDeviceMemoryPriorityEXT( VkDevice device, VkDeviceMemory mem... method vkGetDeviceBufferMemoryRequirementsKHR (line 5512) | void vkGetDeviceBufferMemoryRequirementsKHR( VkDevice ... method vkGetDeviceImageMemoryRequirementsKHR (line 5519) | void vkGetDeviceImageMemoryRequirementsKHR( VkDevice ... method vkGetDeviceImageSparseMemoryRequirementsKHR (line 5526) | void vkGetDeviceImageSparseMemoryRequirementsKHR( VkDevice ... method vkGetDescriptorSetLayoutHostMappingInfoVALVE (line 5536) | void vkGetDescriptorSetLayoutHostMappingInfoVALVE( VkDevice ... method vkGetDescriptorSetHostMappingVALVE (line 5543) | void vkGetDescriptorSetHostMappingVALVE( VkDevice device, VkDescriptor... method vkCmdCopyMemoryIndirectNV (line 5550) | void vkCmdCopyMemoryIndirectNV( VkCommandBuffer commandBuffer, method vkCmdCopyMemoryToImageIndirectNV (line 5558) | void vkCmdCopyMemoryToImageIndirectNV( VkCommandBuffer ... method vkCmdDecompressMemoryNV (line 5571) | void vkCmdDecompressMemoryNV( VkCommandBuffer comma... method vkCmdDecompressMemoryIndirectCountNV (line 5578) | void vkCmdDecompressMemoryIndirectCountNV( VkCommandBuffer commandBuffer, method vkGetPipelineIndirectMemoryRequirementsNV (line 5588) | void vkGetPipelineIndirectMemoryRequirementsNV( VkDevice ... method vkCmdUpdatePipelineIndirectBufferNV (line 5595) | void vkCmdUpdatePipelineIndirectBufferNV( VkCommandBuffer commandB... method VkDeviceAddress (line 5602) | VkDeviceAddress vkGetPipelineIndirectDeviceAddressNV( VkDevice device,... method vkCmdSetDepthClampEnableEXT (line 5609) | void vkCmdSetDepthClampEnableEXT( VkCommandBuffer commandBuffer, VkBoo... method vkCmdSetPolygonModeEXT (line 5614) | void vkCmdSetPolygonModeEXT( VkCommandBuffer commandBuffer, VkPolygonM... method vkCmdSetRasterizationSamplesEXT (line 5619) | void vkCmdSetRasterizationSamplesEXT( VkCommandBuffer commandBuffer, V... method vkCmdSetSampleMaskEXT (line 5624) | void vkCmdSetSampleMaskEXT( VkCommandBuffer commandBuffer, VkSampleCou... method vkCmdSetAlphaToCoverageEnableEXT (line 5629) | void vkCmdSetAlphaToCoverageEnableEXT( VkCommandBuffer commandBuffer, ... method vkCmdSetAlphaToOneEnableEXT (line 5634) | void vkCmdSetAlphaToOneEnableEXT( VkCommandBuffer commandBuffer, VkBoo... method vkCmdSetLogicOpEnableEXT (line 5639) | void vkCmdSetLogicOpEnableEXT( VkCommandBuffer commandBuffer, VkBool32... method vkCmdSetColorBlendEnableEXT (line 5644) | void vkCmdSetColorBlendEnableEXT( VkCommandBuffer commandBuffer, method vkCmdSetColorBlendEquationEXT (line 5652) | void vkCmdSetColorBlendEquationEXT( VkCommandBuffer co... method vkCmdSetColorWriteMaskEXT (line 5660) | void vkCmdSetColorWriteMaskEXT( VkCommandBuffer commandB... method vkCmdSetTessellationDomainOriginEXT (line 5668) | void vkCmdSetTessellationDomainOriginEXT( VkCommandBuffer commandBuffe... method vkCmdSetRasterizationStreamEXT (line 5673) | void vkCmdSetRasterizationStreamEXT( VkCommandBuffer commandBuffer, ui... method vkCmdSetConservativeRasterizationModeEXT (line 5678) | void vkCmdSetConservativeRasterizationModeEXT( VkCommandBuffer ... method vkCmdSetExtraPrimitiveOverestimationSizeEXT (line 5684) | void vkCmdSetExtraPrimitiveOverestimationSizeEXT( VkCommandBuffer comm... method vkCmdSetDepthClipEnableEXT (line 5689) | void vkCmdSetDepthClipEnableEXT( VkCommandBuffer commandBuffer, VkBool... method vkCmdSetSampleLocationsEnableEXT (line 5694) | void vkCmdSetSampleLocationsEnableEXT( VkCommandBuffer commandBuffer, ... method vkCmdSetColorBlendAdvancedEXT (line 5699) | void vkCmdSetColorBlendAdvancedEXT( VkCommandBuffer co... method vkCmdSetProvokingVertexModeEXT (line 5707) | void vkCmdSetProvokingVertexModeEXT( VkCommandBuffer commandBuffer, Vk... method vkCmdSetLineRasterizationModeEXT (line 5712) | void vkCmdSetLineRasterizationModeEXT( VkCommandBuffer commandBuffer, ... method vkCmdSetLineStippleEnableEXT (line 5717) | void vkCmdSetLineStippleEnableEXT( VkCommandBuffer commandBuffer, VkBo... method vkCmdSetDepthClipNegativeOneToOneEXT (line 5722) | void vkCmdSetDepthClipNegativeOneToOneEXT( VkCommandBuffer commandBuff... method vkCmdSetViewportWScalingEnableNV (line 5727) | void vkCmdSetViewportWScalingEnableNV( VkCommandBuffer commandBuffer, ... method vkCmdSetViewportSwizzleNV (line 5732) | void vkCmdSetViewportSwizzleNV( VkCommandBuffer commandBuf... method vkCmdSetCoverageToColorEnableNV (line 5740) | void vkCmdSetCoverageToColorEnableNV( VkCommandBuffer commandBuffer, V... method vkCmdSetCoverageToColorLocationNV (line 5745) | void vkCmdSetCoverageToColorLocationNV( VkCommandBuffer commandBuffer,... method vkCmdSetCoverageModulationModeNV (line 5750) | void vkCmdSetCoverageModulationModeNV( VkCommandBuffer commandBuffer, ... method vkCmdSetCoverageModulationTableEnableNV (line 5755) | void vkCmdSetCoverageModulationTableEnableNV( VkCommandBuffer commandB... method vkCmdSetCoverageModulationTableNV (line 5760) | void vkCmdSetCoverageModulationTableNV( VkCommandBuffer commandBuffer, method vkCmdSetShadingRateImageEnableNV (line 5767) | void vkCmdSetShadingRateImageEnableNV( VkCommandBuffer commandBuffer, ... method vkCmdSetRepresentativeFragmentTestEnableNV (line 5772) | void vkCmdSetRepresentativeFragmentTestEnableNV( VkCommandBuffer comma... method vkCmdSetCoverageReductionModeNV (line 5777) | void vkCmdSetCoverageReductionModeNV( VkCommandBuffer commandBuffer, V... method vkGetShaderModuleIdentifierEXT (line 5784) | void vkGetShaderModuleIdentifierEXT( VkDevice device, VkShaderModule s... method vkGetShaderModuleCreateInfoIdentifierEXT (line 5789) | void vkGetShaderModuleCreateInfoIdentifierEXT( VkDevice ... method VkResult (line 5798) | VkResult vkGetPhysicalDeviceOpticalFlowImageFormatsNV( VkPhysicalDevic... method VkResult (line 5806) | VkResult vkCreateOpticalFlowSessionNV( VkDevice ... method vkDestroyOpticalFlowSessionNV (line 5814) | void vkDestroyOpticalFlowSessionNV( VkDevice device, VkOpticalFlowSess... method VkResult (line 5819) | VkResult vkBindOpticalFlowSessionImageNV( VkDevice ... method vkCmdOpticalFlowExecuteNV (line 5828) | void vkCmdOpticalFlowExecuteNV( VkCommandBuffer com... method vkCmdBindIndexBuffer2KHR (line 5837) | void vkCmdBindIndexBuffer2KHR( VkCommandBuffer commandBuffer, VkBuffer... method vkGetRenderingAreaGranularityKHR (line 5843) | void method vkGetDeviceImageSubresourceLayoutKHR (line 5849) | void vkGetDeviceImageSubresourceLayoutKHR( VkDevice ... method vkGetImageSubresourceLayout2KHR (line 5856) | void vkGetImageSubresourceLayout2KHR( VkDevice device, method vkAntiLagUpdateAMD (line 5866) | void vkAntiLagUpdateAMD( VkDevice device, const VkAntiLagDataAMD * pDa... method VkResult (line 5873) | VkResult vkCreateShadersEXT( VkDevice device, method vkDestroyShaderEXT (line 5882) | void vkDestroyShaderEXT( VkDevice device, VkShaderEXT shader, const Vk... method VkResult (line 5887) | VkResult vkGetShaderBinaryDataEXT( VkDevice device, VkShaderEXT shader... method vkCmdBindShadersEXT (line 5892) | void vkCmdBindShadersEXT( VkCommandBuffer commandBuffer, method vkCmdSetDepthClampRangeEXT (line 5900) | void vkCmdSetDepthClampRangeEXT( VkCommandBuffer commandB... method VkResult (line 5909) | VkResult vkCreatePipelineBinariesKHR( VkDevice ... method vkDestroyPipelineBinaryKHR (line 5917) | void vkDestroyPipelineBinaryKHR( VkDevice device, VkPipelineBinaryKHR ... method VkResult (line 5922) | VkResult vkGetPipelineKeyKHR( VkDevice device, method VkResult (line 5929) | VkResult vkGetPipelineBinaryDataKHR( VkDevice ... method VkResult (line 5938) | VkResult vkReleaseCapturedPipelineDataKHR( VkDevice ... method VkResult (line 5947) | VkResult vkGetFramebufferTilePropertiesQCOM( VkDevice de... method VkResult (line 5955) | VkResult vkGetDynamicRenderingTilePropertiesQCOM( VkDevice ... method VkResult (line 5964) | VkResult vkGetPhysicalDeviceCooperativeVectorPropertiesNV( VkPhysicalD... method VkResult (line 5971) | VkResult vkConvertCooperativeVectorMatrixNV( VkDevice device, const Vk... method vkCmdConvertCooperativeVectorMatrixNV (line 5976) | void vkCmdConvertCooperativeVectorMatrixNV( VkCommandBuffer ... method VkResult (line 5985) | VkResult vkSetLatencySleepModeNV( VkDevice device, VkSwapchainKHR swap... method VkResult (line 5990) | VkResult vkLatencySleepNV( VkDevice device, VkSwapchainKHR swapchain, ... method vkSetLatencyMarkerNV (line 5995) | void vkSetLatencyMarkerNV( VkDevice device, VkSwapchainKHR swapchain, ... method vkGetLatencyTimingsNV (line 6000) | void vkGetLatencyTimingsNV( VkDevice device, VkSwapchainKHR swapchain,... method vkQueueNotifyOutOfBandNV (line 6005) | void vkQueueNotifyOutOfBandNV( VkQueue queue, const VkOutOfBandQueueTy... method VkResult (line 6012) | VkResult vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR( VkPhysical... method vkCmdSetAttachmentFeedbackLoopEnableEXT (line 6021) | void vkCmdSetAttachmentFeedbackLoopEnableEXT( VkCommandBuffer commandB... method VkResult (line 6029) | VkResult vkGetScreenBufferPropertiesQNX( VkDevice ... method vkCmdSetLineStippleKHR (line 6039) | void vkCmdSetLineStippleKHR( VkCommandBuffer commandBuffer, uint32_t l... method VkResult (line 6046) | VkResult vkGetPhysicalDeviceCalibrateableTimeDomainsKHR( VkPhysicalDev... method VkResult (line 6053) | VkResult vkGetCalibratedTimestampsKHR( VkDevice ... method vkCmdBindDescriptorSets2KHR (line 6064) | void vkCmdBindDescriptorSets2KHR( VkCommandBuffer commandBuffer, const... method vkCmdPushConstants2KHR (line 6069) | void vkCmdPushConstants2KHR( VkCommandBuffer commandBuffer, const VkPu... method vkCmdPushDescriptorSet2KHR (line 6074) | void vkCmdPushDescriptorSet2KHR( VkCommandBuffer commandBuffer, const ... method vkCmdPushDescriptorSetWithTemplate2KHR (line 6079) | void vkCmdPushDescriptorSetWithTemplate2KHR( VkCommandBuffer ... method vkCmdSetDescriptorBufferOffsets2EXT (line 6085) | void vkCmdSetDescriptorBufferOffsets2EXT( VkCommandBuffer ... method vkCmdBindDescriptorBufferEmbeddedSamplers2EXT (line 6091) | void vkCmdBindDescriptorBufferEmbeddedSamplers2EXT( method vkGetClusterAccelerationStructureBuildSizesNV (line 6100) | void vkGetClusterAccelerationStructureBuildSizesNV( VkDevice ... method vkCmdBuildClusterAccelerationStructureIndirectNV (line 6107) | void vkCmdBuildClusterAccelerationStructureIndirectNV( VkCommandBuffer... method vkGetPartitionedAccelerationStructuresBuildSizesNV (line 6115) | void vkGetPartitionedAccelerationStructuresBuildSizesNV( VkDevice ... method vkCmdBuildPartitionedAccelerationStructuresNV (line 6122) | void vkCmdBuildPartitionedAccelerationStructuresNV( VkCommandBuffer ... method vkGetGeneratedCommandsMemoryRequirementsEXT (line 6130) | void vkGetGeneratedCommandsMemoryRequirementsEXT( VkDevice ... method vkCmdPreprocessGeneratedCommandsEXT (line 6137) | void vkCmdPreprocessGeneratedCommandsEXT( VkCommandBuffer ... method vkCmdExecuteGeneratedCommandsEXT (line 6144) | void vkCmdExecuteGeneratedCommandsEXT( VkCommandBuffer ... method VkResult (line 6151) | VkResult vkCreateIndirectCommandsLayoutEXT( VkDevice ... method vkDestroyIndirectCommandsLayoutEXT (line 6159) | void vkDestroyIndirectCommandsLayoutEXT( VkDevice ... method VkResult (line 6166) | VkResult vkCreateIndirectExecutionSetEXT( VkDevice ... method vkDestroyIndirectExecutionSetEXT (line 6174) | void vkDestroyIndirectExecutionSetEXT( VkDevice d... method vkUpdateIndirectExecutionSetPipelineEXT (line 6181) | void vkUpdateIndirectExecutionSetPipelineEXT( VkDevice ... method vkUpdateIndirectExecutionSetShaderEXT (line 6189) | void vkUpdateIndirectExecutionSetShaderEXT( VkDevice ... method VkResult (line 6199) | VkResult vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropert... method VkResult (line 6208) | VkResult method VkResult (line 6214) | VkResult vkGetMemoryMetalHandlePropertiesEXT( VkDevice ... function DispatchLoaderStatic (line 6224) | inline DispatchLoaderStatic & getDispatchLoaderStatic() method VkResult (line 989) | VkResult method vkDestroyInstance (line 995) | void vkDestroyInstance( VkInstance instance, const VkAllocationCallbac... method VkResult (line 1000) | VkResult vkEnumeratePhysicalDevices( VkInstance instance, uint32_t * p... method vkGetPhysicalDeviceFeatures (line 1005) | void vkGetPhysicalDeviceFeatures( VkPhysicalDevice physicalDevice, VkP... method vkGetPhysicalDeviceFormatProperties (line 1010) | void vkGetPhysicalDeviceFormatProperties( VkPhysicalDevice physica... method VkResult (line 1017) | VkResult vkGetPhysicalDeviceImageFormatProperties( VkPhysicalDevice ... method vkGetPhysicalDeviceProperties (line 1028) | void vkGetPhysicalDeviceProperties( VkPhysicalDevice physicalDevice, V... method vkGetPhysicalDeviceQueueFamilyProperties (line 1033) | void vkGetPhysicalDeviceQueueFamilyProperties( VkPhysicalDevice ... method vkGetPhysicalDeviceMemoryProperties (line 1040) | void vkGetPhysicalDeviceMemoryProperties( VkPhysicalDevice ... method PFN_vkVoidFunction (line 1046) | PFN_vkVoidFunction vkGetInstanceProcAddr( VkInstance instance, const c... method PFN_vkVoidFunction (line 1051) | PFN_vkVoidFunction vkGetDeviceProcAddr( VkDevice device, const char * ... method VkResult (line 1056) | VkResult vkCreateDevice( VkPhysicalDevice physicalDevice, method vkDestroyDevice (line 1064) | void vkDestroyDevice( VkDevice device, const VkAllocationCallbacks * p... method VkResult (line 1069) | VkResult vkEnumerateInstanceExtensionProperties( const char * ... method VkResult (line 1076) | VkResult vkEnumerateDeviceExtensionProperties( VkPhysicalDevice ... method VkResult (line 1084) | VkResult vkEnumerateInstanceLayerProperties( uint32_t * pPropertyCount... method VkResult (line 1089) | VkResult vkEnumerateDeviceLayerProperties( VkPhysicalDevice physica... method vkGetDeviceQueue (line 1096) | void vkGetDeviceQueue( VkDevice device, uint32_t queueFamilyIndex, uin... method VkResult (line 1101) | VkResult vkQueueSubmit( VkQueue queue, uint32_t submitCount, const VkS... method VkResult (line 1106) | VkResult vkQueueWaitIdle( VkQueue queue ) const VULKAN_HPP_NOEXCEPT method VkResult (line 1111) | VkResult vkDeviceWaitIdle( VkDevice device ) const VULKAN_HPP_NOEXCEPT method VkResult (line 1116) | VkResult vkAllocateMemory( VkDevice device, method vkFreeMemory (line 1124) | void vkFreeMemory( VkDevice device, VkDeviceMemory memory, const VkAll... method VkResult (line 1129) | VkResult vkMapMemory( VkDevice device, VkDeviceMemory memory, VkDevice... method vkUnmapMemory (line 1135) | void vkUnmapMemory( VkDevice device, VkDeviceMemory memory ) const VUL... method VkResult (line 1140) | VkResult vkFlushMappedMemoryRanges( VkDevice device, uint32_t memoryRa... method VkResult (line 1145) | VkResult vkInvalidateMappedMemoryRanges( VkDevice device, uint32_t mem... method vkGetDeviceMemoryCommitment (line 1150) | void vkGetDeviceMemoryCommitment( VkDevice device, VkDeviceMemory memo... method VkResult (line 1155) | VkResult vkBindBufferMemory( VkDevice device, VkBuffer buffer, VkDevic... method VkResult (line 1160) | VkResult vkBindImageMemory( VkDevice device, VkImage image, VkDeviceMe... method vkGetBufferMemoryRequirements (line 1165) | void vkGetBufferMemoryRequirements( VkDevice device, VkBuffer buffer, ... method vkGetImageMemoryRequirements (line 1170) | void vkGetImageMemoryRequirements( VkDevice device, VkImage image, VkM... method vkGetImageSparseMemoryRequirements (line 1175) | void vkGetImageSparseMemoryRequirements( VkDevice ... method vkGetPhysicalDeviceSparseImageFormatProperties (line 1183) | void vkGetPhysicalDeviceSparseImageFormatProperties( VkPhysicalDevice ... method VkResult (line 1195) | VkResult vkQueueBindSparse( VkQueue queue, uint32_t bindInfoCount, con... method VkResult (line 1200) | VkResult vkCreateFence( VkDevice device, method vkDestroyFence (line 1208) | void vkDestroyFence( VkDevice device, VkFence fence, const VkAllocatio... method VkResult (line 1213) | VkResult vkResetFences( VkDevice device, uint32_t fenceCount, const Vk... method VkResult (line 1218) | VkResult vkGetFenceStatus( VkDevice device, VkFence fence ) const VULK... method VkResult (line 1223) | VkResult vkWaitForFences( VkDevice device, uint32_t fenceCount, const ... method VkResult (line 1228) | VkResult vkCreateSemaphore( VkDevice device, method vkDestroySemaphore (line 1236) | void vkDestroySemaphore( VkDevice device, VkSemaphore semaphore, const... method VkResult (line 1241) | VkResult vkCreateEvent( VkDevice device, method vkDestroyEvent (line 1249) | void vkDestroyEvent( VkDevice device, VkEvent event, const VkAllocatio... method VkResult (line 1254) | VkResult vkGetEventStatus( VkDevice device, VkEvent event ) const VULK... method VkResult (line 1259) | VkResult vkSetEvent( VkDevice device, VkEvent event ) const VULKAN_HPP... method VkResult (line 1264) | VkResult vkResetEvent( VkDevice device, VkEvent event ) const VULKAN_H... method VkResult (line 1269) | VkResult vkCreateQueryPool( VkDevice device, method vkDestroyQueryPool (line 1277) | void vkDestroyQueryPool( VkDevice device, VkQueryPool queryPool, const... method VkResult (line 1282) | VkResult vkGetQueryPoolResults( VkDevice device, method VkResult (line 1294) | VkResult vkCreateBuffer( VkDevice device, method vkDestroyBuffer (line 1302) | void vkDestroyBuffer( VkDevice device, VkBuffer buffer, const VkAlloca... method VkResult (line 1307) | VkResult vkCreateBufferView( VkDevice device, method vkDestroyBufferView (line 1315) | void vkDestroyBufferView( VkDevice device, VkBufferView bufferView, co... method VkResult (line 1320) | VkResult vkCreateImage( VkDevice device, method vkDestroyImage (line 1328) | void vkDestroyImage( VkDevice device, VkImage image, const VkAllocatio... method vkGetImageSubresourceLayout (line 1333) | void vkGetImageSubresourceLayout( VkDevice device, method VkResult (line 1341) | VkResult vkCreateImageView( VkDevice device, method vkDestroyImageView (line 1349) | void vkDestroyImageView( VkDevice device, VkImageView imageView, const... method VkResult (line 1354) | VkResult vkCreateShaderModule( VkDevice device, method vkDestroyShaderModule (line 1362) | void vkDestroyShaderModule( VkDevice device, VkShaderModule shaderModu... method VkResult (line 1367) | VkResult vkCreatePipelineCache( VkDevice device, method vkDestroyPipelineCache (line 1375) | void vkDestroyPipelineCache( VkDevice device, VkPipelineCache pipeline... method VkResult (line 1380) | VkResult vkGetPipelineCacheData( VkDevice device, VkPipelineCache pipe... method VkResult (line 1385) | VkResult method VkResult (line 1391) | VkResult vkCreateGraphicsPipelines( VkDevice ... method VkResult (line 1401) | VkResult vkCreateComputePipelines( VkDevice ... method vkDestroyPipeline (line 1411) | void vkDestroyPipeline( VkDevice device, VkPipeline pipeline, const Vk... method VkResult (line 1416) | VkResult vkCreatePipelineLayout( VkDevice de... method vkDestroyPipelineLayout (line 1424) | void vkDestroyPipelineLayout( VkDevice device, VkPipelineLayout pipeli... method VkResult (line 1429) | VkResult vkCreateSampler( VkDevice device, method vkDestroySampler (line 1437) | void vkDestroySampler( VkDevice device, VkSampler sampler, const VkAll... method VkResult (line 1442) | VkResult vkCreateDescriptorSetLayout( VkDevice ... method vkDestroyDescriptorSetLayout (line 1450) | void vkDestroyDescriptorSetLayout( VkDevice device, method VkResult (line 1457) | VkResult vkCreateDescriptorPool( VkDevice de... method vkDestroyDescriptorPool (line 1465) | void vkDestroyDescriptorPool( VkDevice device, VkDescriptorPool descri... method VkResult (line 1470) | VkResult vkResetDescriptorPool( VkDevice device, VkDescriptorPool desc... method VkResult (line 1475) | VkResult vkAllocateDescriptorSets( VkDevice ... method VkResult (line 1482) | VkResult vkFreeDescriptorSets( VkDevice device, method vkUpdateDescriptorSets (line 1490) | void vkUpdateDescriptorSets( VkDevice device, method VkResult (line 1499) | VkResult vkCreateFramebuffer( VkDevice device, method vkDestroyFramebuffer (line 1507) | void vkDestroyFramebuffer( VkDevice device, VkFramebuffer framebuffer,... method VkResult (line 1512) | VkResult vkCreateRenderPass( VkDevice device, method vkDestroyRenderPass (line 1520) | void vkDestroyRenderPass( VkDevice device, VkRenderPass renderPass, co... method vkGetRenderAreaGranularity (line 1525) | void vkGetRenderAreaGranularity( VkDevice device, VkRenderPass renderP... method VkResult (line 1530) | VkResult vkCreateCommandPool( VkDevice device, method vkDestroyCommandPool (line 1538) | void vkDestroyCommandPool( VkDevice device, VkCommandPool commandPool,... method VkResult (line 1543) | VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPoo... method VkResult (line 1548) | VkResult vkAllocateCommandBuffers( VkDevice ... method vkFreeCommandBuffers (line 1555) | void vkFreeCommandBuffers( VkDevice device, method VkResult (line 1563) | VkResult vkBeginCommandBuffer( VkCommandBuffer commandBuffer, const Vk... method VkResult (line 1568) | VkResult vkEndCommandBuffer( VkCommandBuffer commandBuffer ) const VUL... method VkResult (line 1573) | VkResult vkResetCommandBuffer( VkCommandBuffer commandBuffer, VkComman... method vkCmdBindPipeline (line 1578) | void vkCmdBindPipeline( VkCommandBuffer commandBuffer, VkPipelineBindP... method vkCmdSetViewport (line 1583) | void vkCmdSetViewport( VkCommandBuffer commandBuffer, method vkCmdSetScissor (line 1591) | void vkCmdSetScissor( VkCommandBuffer commandBuffer, uint32_t firstSci... method vkCmdSetLineWidth (line 1596) | void vkCmdSetLineWidth( VkCommandBuffer commandBuffer, float lineWidth... method vkCmdSetDepthBias (line 1601) | void vkCmdSetDepthBias( VkCommandBuffer commandBuffer, method vkCmdSetBlendConstants (line 1609) | void vkCmdSetBlendConstants( VkCommandBuffer commandBuffer, const floa... method vkCmdSetDepthBounds (line 1614) | void vkCmdSetDepthBounds( VkCommandBuffer commandBuffer, float minDept... method vkCmdSetStencilCompareMask (line 1619) | void vkCmdSetStencilCompareMask( VkCommandBuffer commandBuffer, VkSten... method vkCmdSetStencilWriteMask (line 1624) | void vkCmdSetStencilWriteMask( VkCommandBuffer commandBuffer, VkStenci... method vkCmdSetStencilReference (line 1629) | void vkCmdSetStencilReference( VkCommandBuffer commandBuffer, VkStenci... method vkCmdBindDescriptorSets (line 1634) | void vkCmdBindDescriptorSets( VkCommandBuffer commandBuffer, method vkCmdBindIndexBuffer (line 1647) | void vkCmdBindIndexBuffer( VkCommandBuffer commandBuffer, VkBuffer buf... method vkCmdBindVertexBuffers (line 1652) | void vkCmdBindVertexBuffers( VkCommandBuffer commandBuffer, method vkCmdDraw (line 1661) | void vkCmdDraw( VkCommandBuffer commandBuffer, uint32_t vertexCount, u... method vkCmdDrawIndexed (line 1667) | void vkCmdDrawIndexed( VkCommandBuffer commandBuffer, method vkCmdDrawIndirect (line 1677) | void method vkCmdDrawIndexedIndirect (line 1683) | void vkCmdDrawIndexedIndirect( VkCommandBuffer commandBuffer, VkBuffer... method vkCmdDispatch (line 1689) | void vkCmdDispatch( VkCommandBuffer commandBuffer, uint32_t groupCount... method vkCmdDispatchIndirect (line 1694) | void vkCmdDispatchIndirect( VkCommandBuffer commandBuffer, VkBuffer bu... method vkCmdCopyBuffer (line 1699) | void vkCmdCopyBuffer( VkCommandBuffer commandBuffer, VkBuffer srcBuffe... method vkCmdCopyImage (line 1705) | void vkCmdCopyImage( VkCommandBuffer commandBuffer, method vkCmdBlitImage (line 1716) | void vkCmdBlitImage( VkCommandBuffer commandBuffer, method vkCmdCopyBufferToImage (line 1728) | void vkCmdCopyBufferToImage( VkCommandBuffer commandBuffer, method vkCmdCopyImageToBuffer (line 1738) | void vkCmdCopyImageToBuffer( VkCommandBuffer commandBuffer, method vkCmdUpdateBuffer (line 1748) | void vkCmdUpdateBuffer( VkCommandBuffer commandBuffer, VkBuffer dstBuf... method vkCmdFillBuffer (line 1754) | void method vkCmdClearColorImage (line 1760) | void vkCmdClearColorImage( VkCommandBuffer commandBuffer, method vkCmdClearDepthStencilImage (line 1770) | void vkCmdClearDepthStencilImage( VkCommandBuffer com... method vkCmdClearAttachments (line 1780) | void vkCmdClearAttachments( VkCommandBuffer commandBuffer, method vkCmdResolveImage (line 1789) | void vkCmdResolveImage( VkCommandBuffer commandBuffer, method vkCmdSetEvent (line 1800) | void vkCmdSetEvent( VkCommandBuffer commandBuffer, VkEvent event, VkPi... method vkCmdResetEvent (line 1805) | void vkCmdResetEvent( VkCommandBuffer commandBuffer, VkEvent event, Vk... method vkCmdWaitEvents (line 1810) | void vkCmdWaitEvents( VkCommandBuffer commandBuffer, method vkCmdPipelineBarrier (line 1835) | void vkCmdPipelineBarrier( VkCommandBuffer commandBuffer, method vkCmdBeginQuery (line 1858) | void vkCmdBeginQuery( VkCommandBuffer commandBuffer, VkQueryPool query... method vkCmdEndQuery (line 1863) | void vkCmdEndQuery( VkCommandBuffer commandBuffer, VkQueryPool queryPo... method vkCmdResetQueryPool (line 1868) | void vkCmdResetQueryPool( VkCommandBuffer commandBuffer, VkQueryPool q... method vkCmdWriteTimestamp (line 1873) | void vkCmdWriteTimestamp( VkCommandBuffer commandBuffer, method vkCmdCopyQueryPoolResults (line 1881) | void vkCmdCopyQueryPoolResults( VkCommandBuffer commandBuffer, method vkCmdPushConstants (line 1893) | void vkCmdPushConstants( VkCommandBuffer commandBuffer, method vkCmdBeginRenderPass (line 1903) | void vkCmdBeginRenderPass( VkCommandBuffer commandBuffer, method vkCmdNextSubpass (line 1910) | void vkCmdNextSubpass( VkCommandBuffer commandBuffer, VkSubpassContent... method vkCmdEndRenderPass (line 1915) | void vkCmdEndRenderPass( VkCommandBuffer commandBuffer ) const VULKAN_... method vkCmdExecuteCommands (line 1920) | void vkCmdExecuteCommands( VkCommandBuffer commandBuffer, uint32_t com... method VkResult (line 1927) | VkResult vkEnumerateInstanceVersion( uint32_t * pApiVersion ) const VU... method VkResult (line 1932) | VkResult vkBindBufferMemory2( VkDevice device, uint32_t bindInfoCount,... method VkResult (line 1937) | VkResult vkBindImageMemory2( VkDevice device, uint32_t bindInfoCount, ... method vkGetDeviceGroupPeerMemoryFeatures (line 1942) | void vkGetDeviceGroupPeerMemoryFeatures( VkDevice de... method vkCmdSetDeviceMask (line 1951) | void vkCmdSetDeviceMask( VkCommandBuffer commandBuffer, uint32_t devic... method vkCmdDispatchBase (line 1956) | void vkCmdDispatchBase( VkCommandBuffer commandBuffer, method VkResult (line 1967) | VkResult vkEnumeratePhysicalDeviceGroups( VkInstance ... method vkGetImageMemoryRequirements2 (line 1974) | void vkGetImageMemoryRequirements2( VkDevice ... method vkGetBufferMemoryRequirements2 (line 1981) | void vkGetBufferMemoryRequirements2( VkDevice ... method vkGetImageSparseMemoryRequirements2 (line 1988) | void vkGetImageSparseMemoryRequirements2( VkDevice ... method vkGetPhysicalDeviceFeatures2 (line 1996) | void vkGetPhysicalDeviceFeatures2( VkPhysicalDevice physicalDevice, Vk... method vkGetPhysicalDeviceProperties2 (line 2001) | void vkGetPhysicalDeviceProperties2( VkPhysicalDevice physicalDevice, ... method vkGetPhysicalDeviceFormatProperties2 (line 2006) | void vkGetPhysicalDeviceFormatProperties2( VkPhysicalDevice physi... method VkResult (line 2013) | VkResult vkGetPhysicalDeviceImageFormatProperties2( VkPhysicalDevice ... method vkGetPhysicalDeviceQueueFamilyProperties2 (line 2020) | void vkGetPhysicalDeviceQueueFamilyProperties2( VkPhysicalDevice ... method vkGetPhysicalDeviceMemoryProperties2 (line 2027) | void vkGetPhysicalDeviceMemoryProperties2( VkPhysicalDevice ... method vkGetPhysicalDeviceSparseImageFormatProperties2 (line 2033) | void vkGetPhysicalDeviceSparseImageFormatProperties2( VkPhysicalDevice... method vkTrimCommandPool (line 2041) | void vkTrimCommandPool( VkDevice device, VkCommandPool commandPool, Vk... method vkGetDeviceQueue2 (line 2046) | void vkGetDeviceQueue2( VkDevice device, const VkDeviceQueueInfo2 * pQ... method VkResult (line 2051) | VkResult vkCreateSamplerYcbcrConversion( VkDevice ... method vkDestroySamplerYcbcrConversion (line 2059) | void vkDestroySamplerYcbcrConversion( VkDevice de... method VkResult (line 2066) | VkResult vkCreateDescriptorUpdateTemplate( VkDevice ... method vkDestroyDescriptorUpdateTemplate (line 2074) | void vkDestroyDescriptorUpdateTemplate( VkDevice ... method vkUpdateDescriptorSetWithTemplate (line 2081) | void vkUpdateDescriptorSetWithTemplate( VkDevice dev... method vkGetPhysicalDeviceExternalBufferProperties (line 2089) | void vkGetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice ... method vkGetPhysicalDeviceExternalFenceProperties (line 2096) | void vkGetPhysicalDeviceExternalFenceProperties( VkPhysicalDevice ... method vkGetPhysicalDeviceExternalSemaphoreProperties (line 2103) | void vkGetPhysicalDeviceExternalSemaphoreProperties( VkPhysicalDevice ... method vkGetDescriptorSetLayoutSupport (line 2110) | void vkGetDescriptorSetLayoutSupport( VkDevice ... method vkCmdDrawIndirectCount (line 2119) | void vkCmdDrawIndirectCount( VkCommandBuffer commandBuffer, method vkCmdDrawIndexedIndirectCount (line 2130) | void vkCmdDrawIndexedIndirectCount( VkCommandBuffer commandBuffer, method VkResult (line 2141) | VkResult vkCreateRenderPass2( VkDevice device, method vkCmdBeginRenderPass2 (line 2149) | void vkCmdBeginRenderPass2( VkCommandBuffer commandBuffer, method vkCmdNextSubpass2 (line 2156) | void vkCmdNextSubpass2( VkCommandBuffer commandBuffer, method vkCmdEndRenderPass2 (line 2163) | void vkCmdEndRenderPass2( VkCommandBuffer commandBuffer, const VkSubpa... method vkResetQueryPool (line 2168) | void vkResetQueryPool( VkDevice device, VkQueryPool queryPool, uint32_... method VkResult (line 2173) | VkResult vkGetSemaphoreCounterValue( VkDevice device, VkSemaphore sema... method VkResult (line 2178) | VkResult vkWaitSemaphores( VkDevice device, const VkSemaphoreWaitInfo ... method VkResult (line 2183) | VkResult vkSignalSemaphore( VkDevice device, const VkSemaphoreSignalIn... method VkDeviceAddress (line 2188) | VkDeviceAddress vkGetBufferDeviceAddress( VkDevice device, const VkBuf... method vkGetBufferOpaqueCaptureAddress (line 2193) | uint64_t vkGetBufferOpaqueCaptureAddress( VkDevice device, const VkBuf... method vkGetDeviceMemoryOpaqueCaptureAddress (line 2198) | uint64_t vkGetDeviceMemoryOpaqueCaptureAddress( VkDevice device, const... method VkResult (line 2205) | VkResult vkGetPhysicalDeviceToolProperties( VkPhysicalDevice ... method VkResult (line 2212) | VkResult vkCreatePrivateDataSlot( VkDevice ... method vkDestroyPrivateDataSlot (line 2220) | void vkDestroyPrivateDataSlot( VkDevice device, VkPrivateDataSlot priv... method VkResult (line 2225) | VkResult vkSetPrivateData( VkDevice device, VkObjectType objectType, u... method vkGetPrivateData (line 2231) | void vkGetPrivateData( VkDevice device, VkObjectType objectType, uint6... method vkCmdSetEvent2 (line 2237) | void vkCmdSetEvent2( VkCommandBuffer commandBuffer, VkEvent event, con... method vkCmdResetEvent2 (line 2242) | void vkCmdResetEvent2( VkCommandBuffer commandBuffer, VkEvent event, V... method vkCmdWaitEvents2 (line 2247) | void vkCmdWaitEvents2( VkCommandBuffer commandBuffer, method vkCmdPipelineBarrier2 (line 2255) | void vkCmdPipelineBarrier2( VkCommandBuffer commandBuffer, const VkDep... method vkCmdWriteTimestamp2 (line 2260) | void vkCmdWriteTimestamp2( VkCommandBuffer commandBuffer, VkPipelineSt... method VkResult (line 2265) | VkResult vkQueueSubmit2( VkQueue queue, uint32_t submitCount, const Vk... method vkCmdCopyBuffer2 (line 2270) | void vkCmdCopyBuffer2( VkCommandBuffer commandBuffer, const VkCopyBuff... method vkCmdCopyImage2 (line 2275) | void vkCmdCopyImage2( VkCommandBuffer commandBuffer, const VkCopyImage... method vkCmdCopyBufferToImage2 (line 2280) | void vkCmdCopyBufferToImage2( VkCommandBuffer commandBuffer, const VkC... method vkCmdCopyImageToBuffer2 (line 2285) | void vkCmdCopyImageToBuffer2( VkCommandBuffer commandBuffer, const VkC... method vkCmdBlitImage2 (line 2290) | void vkCmdBlitImage2( VkCommandBuffer commandBuffer, const VkBlitImage... method vkCmdResolveImage2 (line 2295) | void vkCmdResolveImage2( VkCommandBuffer commandBuffer, const VkResolv... method vkCmdBeginRendering (line 2300) | void vkCmdBeginRendering( VkCommandBuffer commandBuffer, const VkRende... method vkCmdEndRendering (line 2305) | void vkCmdEndRendering( VkCommandBuffer commandBuffer ) const VULKAN_H... method vkCmdSetCullMode (line 2310) | void vkCmdSetCullMode( VkCommandBuffer commandBuffer, VkCullModeFlags ... method vkCmdSetFrontFace (line 2315) | void vkCmdSetFrontFace( VkCommandBuffer commandBuffer, VkFrontFace fro... method vkCmdSetPrimitiveTopology (line 2320) | void vkCmdSetPrimitiveTopology( VkCommandBuffer commandBuffer, VkPrimi... method vkCmdSetViewportWithCount (line 2325) | void vkCmdSetViewportWithCount( VkCommandBuffer commandBuffer, uint32_... method vkCmdSetScissorWithCount (line 2330) | void vkCmdSetScissorWithCount( VkCommandBuffer commandBuffer, uint32_t... method vkCmdBindVertexBuffers2 (line 2335) | void vkCmdBindVertexBuffers2( VkCommandBuffer commandBuffer, method vkCmdSetDepthTestEnable (line 2346) | void vkCmdSetDepthTestEnable( VkCommandBuffer commandBuffer, VkBool32 ... method vkCmdSetDepthWriteEnable (line 2351) | void vkCmdSetDepthWriteEnable( VkCommandBuffer commandBuffer, VkBool32... method vkCmdSetDepthCompareOp (line 2356) | void vkCmdSetDepthCompareOp( VkCommandBuffer commandBuffer, VkCompareO... method vkCmdSetDepthBoundsTestEnable (line 2361) | void vkCmdSetDepthBoundsTestEnable( VkCommandBuffer commandBuffer, VkB... method vkCmdSetStencilTestEnable (line 2366) | void vkCmdSetStencilTestEnable( VkCommandBuffer commandBuffer, VkBool3... method vkCmdSetStencilOp (line 2371) | void vkCmdSetStencilOp( VkCommandBuffer commandBuffer, method vkCmdSetRasterizerDiscardEnable (line 2381) | void vkCmdSetRasterizerDiscardEnable( VkCommandBuffer commandBuffer, V... method vkCmdSetDepthBiasEnable (line 2386) | void vkCmdSetDepthBiasEnable( VkCommandBuffer commandBuffer, VkBool32 ... method vkCmdSetPrimitiveRestartEnable (line 2391) | void vkCmdSetPrimitiveRestartEnable( VkCommandBuffer commandBuffer, Vk... method vkGetDeviceBufferMemoryRequirements (line 2396) | void vkGetDeviceBufferMemoryRequirements( VkDevice ... method vkGetDeviceImageMemoryRequirements (line 2403) | void vkGetDeviceImageMemoryRequirements( VkDevice ... method vkGetDeviceImageSparseMemoryRequirements (line 2410) | void vkGetDeviceImageSparseMemoryRequirements( VkDevice ... method vkCmdSetLineStipple (line 2420) | void vkCmdSetLineStipple( VkCommandBuffer commandBuffer, uint32_t line... method VkResult (line 2425) | VkResult vkMapMemory2( VkDevice device, const VkMemoryMapInfo * pMemor... method VkResult (line 2430) | VkResult vkUnmapMemory2( VkDevice device, const VkMemoryUnmapInfo * pM... method vkCmdBindIndexBuffer2 (line 2435) | void vkCmdBindIndexBuffer2( VkCommandBuffer commandBuffer, VkBuffer bu... method vkGetRenderingAreaGranularity (line 2441) | void vkGetRenderingAreaGranularity( VkDevice device, const VkRendering... method vkGetDeviceImageSubresourceLayout (line 2446) | void vkGetDeviceImageSubresourceLayout( VkDevice ... method vkGetImageSubresourceLayout2 (line 2453) | void vkGetImageSubresourceLayout2( VkDevice device, method vkCmdPushDescriptorSet (line 2461) | void vkCmdPushDescriptorSet( VkCommandBuffer commandBuffer, method vkCmdPushDescriptorSetWithTemplate (line 2471) | void vkCmdPushDescriptorSetWithTemplate( VkCommandBuffer co... method vkCmdSetRenderingAttachmentLocations (line 2480) | void vkCmdSetRenderingAttachmentLocations( VkCommandBuffer ... method vkCmdSetRenderingInputAttachmentIndices (line 2486) | void vkCmdSetRenderingInputAttachmentIndices( VkCommandBuffer ... method vkCmdBindDescriptorSets2 (line 2492) | void vkCmdBindDescriptorSets2( VkCommandBuffer commandBuffer, const Vk... method vkCmdPushConstants2 (line 2497) | void vkCmdPushConstants2( VkCommandBuffer commandBuffer, const VkPushC... method vkCmdPushDescriptorSet2 (line 2502) | void vkCmdPushDescriptorSet2( VkCommandBuffer commandBuffer, const VkP... method vkCmdPushDescriptorSetWithTemplate2 (line 2507) | void vkCmdPushDescriptorSetWithTemplate2( VkCommandBuffer ... method VkResult (line 2513) | VkResult vkCopyMemoryToImage( VkDevice device, const VkCopyMemoryToIma... method VkResult (line 2518) | VkResult vkCopyImageToMemory( VkDevice device, const VkCopyImageToMemo... method VkResult (line 2523) | VkResult vkCopyImageToImage( VkDevice device, const VkCopyImageToImage... method VkResult (line 2528) | VkResult method vkDestroySurfaceKHR (line 2536) | void vkDestroySurfaceKHR( VkInstance instance, VkSurfaceKHR surface, c... method VkResult (line 2541) | VkResult vkGetPhysicalDeviceSurfaceSupportKHR( VkPhysicalDevice physic... method VkResult (line 2549) | VkResult vkGetPhysicalDeviceSurfaceCapabilitiesKHR( VkPhysicalDevice ... method VkResult (line 2556) | VkResult vkGetPhysicalDeviceSurfaceFormatsKHR( VkPhysicalDevice ph... method VkResult (line 2564) | VkResult vkGetPhysicalDeviceSurfacePresentModesKHR( VkPhysicalDevice ... method VkResult (line 2574) | VkResult vkCreateSwapchainKHR( VkDevice device, method vkDestroySwapchainKHR (line 2582) | void vkDestroySwapchainKHR( VkDevice device, VkSwapchainKHR swapchain,... method VkResult (line 2587) | VkResult vkGetSwapchainImagesKHR( VkDevice device, method VkResult (line 2595) | VkResult vkAcquireNextImageKHR( method VkResult (line 2601) | VkResult vkQueuePresentKHR( VkQueue queue, const VkPresentInfoKHR * pP... method VkResult (line 2606) | VkResult vkGetDeviceGroupPresentCapabilitiesKHR( VkDevice ... method VkResult (line 2612) | VkResult method VkResult (line 2618) | VkResult vkGetPhysicalDevicePresentRectanglesKHR( VkPhysicalDevice phy... method VkResult (line 2626) | VkResult vkAcquireNextImage2KHR( VkDevice device, const VkAcquireNextI... method VkResult (line 2633) | VkResult vkGetPhysicalDeviceDisplayPropertiesKHR( VkPhysicalDevice ... method VkResult (line 2640) | VkResult vkGetPhysicalDeviceDisplayPlanePropertiesKHR( VkPhysicalDevic... method VkResult (line 2647) | VkResult vkGetDisplayPlaneSupportedDisplaysKHR( VkPhysicalDevice physi... method VkResult (line 2655) | VkResult vkGetDisplayModePropertiesKHR( VkPhysicalDevice p... method VkResult (line 2663) | VkResult vkCreateDisplayModeKHR( VkPhysicalDevice ph... method VkResult (line 2672) | VkResult vkGetDisplayPlaneCapabilitiesKHR( VkPhysicalDevice ... method VkResult (line 2680) | VkResult vkCreateDisplayPlaneSurfaceKHR( VkInstance ... method VkResult (line 2690) | VkResult vkCreateSharedSwapchainsKHR( VkDevice ... method VkResult (line 2702) | VkResult vkCreateXlibSurfaceKHR( VkInstance in... method VkBool32 (line 2710) | VkBool32 vkGetPhysicalDeviceXlibPresentationSupportKHR( VkPhysicalDevi... method VkResult (line 2722) | VkResult vkCreateXcbSurfaceKHR( VkInstance inst... method VkBool32 (line 2730) | VkBool32 vkGetPhysicalDeviceXcbPresentationSupportKHR( VkPhysicalDevic... method VkResult (line 2742) | VkResult vkCreateWaylandSurfaceKHR( VkInstance ... method VkBool32 (line 2750) | VkBool32 vkGetPhysicalDeviceWaylandPresentationSupportKHR( VkPhysicalD... method VkResult (line 2761) | VkResult vkCreateAndroidSurfaceKHR( VkInstance ... method VkResult (line 2773) | VkResult vkCreateWin32SurfaceKHR( VkInstance ... method VkBool32 (line 2781) | VkBool32 vkGetPhysicalDeviceWin32PresentationSupportKHR( VkPhysicalDev... method VkResult (line 2789) | VkResult vkCreateDebugReportCallbackEXT( VkInstance ... method vkDestroyDebugReportCallbackEXT (line 2797) | void vkDestroyDebugReportCallbackEXT( VkInstance in... method vkDebugReportMessageEXT (line 2804) | void vkDebugReportMessageEXT( VkInstance instance, method VkResult (line 2818) | VkResult vkDebugMarkerSetObjectTagEXT( VkDevice device, const VkDebugM... method VkResult (line 2823) | VkResult vkDebugMarkerSetObjectNameEXT( VkDevice device, const VkDebug... method vkCmdDebugMarkerBeginEXT (line 2828) | void vkCmdDebugMarkerBeginEXT( VkCommandBuffer commandBuffer, const Vk... method vkCmdDebugMarkerEndEXT (line 2833) | void vkCmdDebugMarkerEndEXT( VkCommandBuffer commandBuffer ) const VUL... method vkCmdDebugMarkerInsertEXT (line 2838) | void vkCmdDebugMarkerInsertEXT( VkCommandBuffer commandBuffer, const V... method VkResult (line 2845) | VkResult vkGetPhysicalDeviceVideoCapabilitiesKHR( VkPhysicalDevice ... method VkResult (line 2852) | VkResult vkGetPhysicalDeviceVideoFormatPropertiesKHR( VkPhysicalDevice... method VkResult (line 2860) | VkResult vkCreateVideoSessionKHR( VkDevice ... method vkDestroyVideoSessionKHR (line 2868) | void vkDestroyVideoSessionKHR( VkDevice device, VkVideoSessionKHR vide... method VkResult (line 2873) | VkResult vkGetVideoSessionMemoryRequirementsKHR( VkDevice ... method VkResult (line 2881) | VkResult vkBindVideoSessionMemoryKHR( VkDevice ... method VkResult (line 2889) | VkResult vkCreateVideoSessionParametersKHR( VkDevice ... method VkResult (line 2897) | VkResult vkUpdateVideoSessionParametersKHR( VkDevice ... method vkDestroyVideoSessionParametersKHR (line 2904) | void vkDestroyVideoSessionParametersKHR( VkDevice ... method vkCmdBeginVideoCodingKHR (line 2911) | void vkCmdBeginVideoCodingKHR( VkCommandBuffer commandBuffer, const Vk... method vkCmdEndVideoCodingKHR (line 2916) | void vkCmdEndVideoCodingKHR( VkCommandBuffer commandBuffer, const VkVi... method vkCmdControlVideoCodingKHR (line 2921) | void vkCmdControlVideoCodingKHR( VkCommandBuffer commandBuffer, const ... method vkCmdDecodeVideoKHR (line 2928) | void vkCmdDecodeVideoKHR( VkCommandBuffer commandBuffer, const VkVideo... method vkCmdBindTransformFeedbackBuffersEXT (line 2935) | void vkCmdBindTransformFeedbackBuffersEXT( VkCommandBuffer comman... method vkCmdBeginTransformFeedbackEXT (line 2945) | void vkCmdBeginTransformFeedbackEXT( VkCommandBuffer commandBuffer, method vkCmdEndTransformFeedbackEXT (line 2954) | void vkCmdEndTransformFeedbackEXT( VkCommandBuffer commandBuffer, method vkCmdBeginQueryIndexedEXT (line 2963) | void vkCmdBeginQueryIndexedEXT( VkCommandBuffer commandBuffer, VkQuery... method vkCmdEndQueryIndexedEXT (line 2969) | void vkCmdEndQueryIndexedEXT( VkCommandBuffer commandBuffer, VkQueryPo... method vkCmdDrawIndirectByteCountEXT (line 2974) | void vkCmdDrawIndirectByteCountEXT( VkCommandBuffer commandBuffer, method VkResult (line 2987) | VkResult vkCreateCuModuleNVX( VkDevice device, method VkResult (line 2995) | VkResult vkCreateCuFunctionNVX( VkDevice device, method vkDestroyCuModuleNVX (line 3003) | void vkDestroyCuModuleNVX( VkDevice device, VkCuModuleNVX module, cons... method vkDestroyCuFunctionNVX (line 3008) | void vkDestroyCuFunctionNVX( VkDevice device, VkCuFunctionNVX function... method vkCmdCuLaunchKernelNVX (line 3013) | void vkCmdCuLaunchKernelNVX( VkCommandBuffer commandBuffer, const VkCu... method vkGetImageViewHandleNVX (line 3020) | uint32_t vkGetImageViewHandleNVX( VkDevice device, const VkImageViewHa... method vkGetImageViewHandle64NVX (line 3025) | uint64_t vkGetImageViewHandle64NVX( VkDevice device, const VkImageView... method VkResult (line 3030) | VkResult vkGetImageViewAddressNVX( VkDevice device, VkImageView imageV... method vkCmdDrawIndirectCountAMD (line 3037) | void vkCmdDrawIndirectCountAMD( VkCommandBuffer commandBuffer, method vkCmdDrawIndexedIndirectCountAMD (line 3048) | void vkCmdDrawIndexedIndirectCountAMD( VkCommandBuffer commandBuffer, method VkResult (line 3061) | VkResult vkGetShaderInfoAMD( VkDevice device, method vkCmdBeginRenderingKHR (line 3073) | void vkCmdBeginRenderingKHR( VkCommandBuffer commandBuffer, const VkRe... method vkCmdEndRenderingKHR (line 3078) | void vkCmdEndRenderingKHR( VkCommandBuffer commandBuffer ) const VULKA... method VkResult (line 3086) | VkResult vkCreateStreamDescriptorSurfaceGGP( VkInstance ... method VkResult (line 3097) | VkResult method VkResult (line 3114) | VkResult vkGetMemoryWin32HandleNV( VkDevice d... method vkGetPhysicalDeviceFeatures2KHR (line 3125) | void vkGetPhysicalDeviceFeatures2KHR( VkPhysicalDevice physicalDevice,... method vkGetPhysicalDeviceProperties2KHR (line 3130) | void vkGetPhysicalDeviceProperties2KHR( VkPhysicalDevice physicalDevic... method vkGetPhysicalDeviceFormatProperties2KHR (line 3135) | void vkGetPhysicalDeviceFormatProperties2KHR( VkPhysicalDevice ph... method VkResult (line 3142) | VkResult vkGetPhysicalDeviceImageFormatProperties2KHR( VkPhysicalDevic... method vkGetPhysicalDeviceQueueFamilyProperties2KHR (line 3149) | void vkGetPhysicalDeviceQueueFamilyProperties2KHR( VkPhysicalDevice ... method vkGetPhysicalDeviceMemoryProperties2KHR (line 3156) | void vkGetPhysicalDeviceMemoryProperties2KHR( VkPhysicalDevice ... method vkGetPhysicalDeviceSparseImageFormatProperties2KHR (line 3162) | void vkGetPhysicalDeviceSparseImageFormatProperties2KHR( VkPhysicalDev... method vkGetDeviceGroupPeerMemoryFeaturesKHR (line 3172) | void vkGetDeviceGroupPeerMemoryFeaturesKHR( VkDevice ... method vkCmdSetDeviceMaskKHR (line 3181) | void vkCmdSetDeviceMaskKHR( VkCommandBuffer commandBuffer, uint32_t de... method vkCmdDispatchBaseKHR (line 3186) | void vkCmdDispatchBaseKHR( VkCommandBuffer commandBuffer, method VkResult (line 3200) | VkResult vkCreateViSurfaceNN( VkInstance instance, method vkTrimCommandPoolKHR (line 3211) | void vkTrimCommandPoolKHR( VkDevice device, VkCommandPool commandPool,... method VkResult (line 3218) | VkResult vkEnumeratePhysicalDeviceGroupsKHR( VkInstance ... method vkGetPhysicalDeviceExternalBufferPropertiesKHR (line 3227) | void vkGetPhysicalDeviceExternalBufferPropertiesKHR( VkPhysicalDevice ... method VkResult (line 3237) | VkResult method VkResult (line 3243) | VkResult vkGetMemoryWin32HandlePropertiesKHR( VkDevice ... method VkResult (line 3254) | VkResult vkGetMemoryFdKHR( VkDevice device, const VkMemoryGetFdInfoKHR... method VkResult (line 3259) | VkResult vkGetMemoryFdPropertiesKHR( VkDevice ... method vkGetPhysicalDeviceExternalSemaphorePropertiesKHR (line 3269) | void vkGetPhysicalDeviceExternalSemaphorePropertiesKHR( VkPhysicalDevi... method VkResult (line 3279) | VkResult vkImportSemaphoreWin32HandleKHR( VkDevice ... method VkResult (line 3285) | VkResult vkGetSemaphoreWin32HandleKHR( VkDevice ... method VkResult (line 3295) | VkResult vkImportSemaphoreFdKHR( VkDevice device, const VkImportSemaph... method VkResult (line 3300) | VkResult vkGetSemaphoreFdKHR( VkDevice device, const VkSemaphoreGetFdI... method vkCmdPushDescriptorSetKHR (line 3307) | void vkCmdPushDescriptorSetKHR( VkCommandBuffer commandBu... method vkCmdPushDescriptorSetWithTemplateKHR (line 3317) | void vkCmdPushDescriptorSetWithTemplateKHR( VkCommandBuffer ... method vkCmdBeginConditionalRenderingEXT (line 3328) | void vkCmdBeginConditionalRenderingEXT( VkCommandBuffer ... method vkCmdEndConditionalRenderingEXT (line 3334) | void vkCmdEndConditionalRenderingEXT( VkCommandBuffer commandBuffer ) ... method VkResult (line 3341) | VkResult vkCreateDescriptorUpdateTemplateKHR( VkDevice ... method vkDestroyDescriptorUpdateTemplateKHR (line 3349) | void vkDestroyDescriptorUpdateTemplateKHR( VkDevice ... method vkUpdateDescriptorSetWithTemplateKHR (line 3356) | void vkUpdateDescriptorSetWithTemplateKHR( VkDevice ... method vkCmdSetViewportWScalingNV (line 3366) | void vkCmdSetViewportWScalingNV( VkCommandBuffer commandB... method VkResult (line 3376) | VkResult vkReleaseDisplayEXT( VkPhysicalDevice physicalDevice, VkDispl... method VkResult (line 3384) | VkResult vkAcquireXlibDisplayEXT( VkPhysicalDevice physicalDevice, Dis... method VkResult (line 3389) | VkResult method VkResult (line 3398) | VkResult vkGetPhysicalDeviceSurfaceCapabilities2EXT( VkPhysicalDevice ... method VkResult (line 3407) | VkResult vkDisplayPowerControlEXT( VkDevice device, VkDisplayKHR displ... method VkResult (line 3412) | VkResult vkRegisterDeviceEventEXT( VkDevice device, method VkResult (line 3420) | VkResult vkRegisterDisplayEventEXT( VkDevice device, method VkResult (line 3429) | VkResult vkGetSwapchainCounterEXT( VkDevice device, method VkResult (line 3439) | VkResult vkGetRefreshCycleDurationGOOGLE( VkDevice ... method VkResult (line 3446) | VkResult vkGetPastPresentationTimingGOOGLE( VkDevice ... method vkCmdSetDiscardRectangleEXT (line 3456) | void vkCmdSetDiscardRectangleEXT( VkCommandBuffer commandBuffer, method vkCmdSetDiscardRectangleEnableEXT (line 3464) | void vkCmdSetDiscardRectangleEnableEXT( VkCommandBuffer commandBuffer,... method vkCmdSetDiscardRectangleModeEXT (line 3469) | void vkCmdSetDiscardRectangleModeEXT( VkCommandBuffer commandBuffer, V... method vkSetHdrMetadataEXT (line 3476) | void vkSetHdrMetadataEXT( VkDevice device, method VkResult (line 3486) | VkResult vkCreateRenderPass2KHR( VkDevice device, method vkCmdBeginRenderPass2KHR (line 3494) | void vkCmdBeginRenderPass2KHR( VkCommandBuffer commandBu... method vkCmdNextSubpass2KHR (line 3501) | void vkCmdNextSubpass2KHR( VkCommandBuffer commandBuffer, method vkCmdEndRenderPass2KHR (line 3508) | void vkCmdEndRenderPass2KHR( VkCommandBuffer commandBuffer, const VkSu... method VkResult (line 3515) | VkResult vkGetSwapchainStatusKHR( VkDevice device, VkSwapchainKHR swap... method vkGetPhysicalDeviceExternalFencePropertiesKHR (line 3522) | void vkGetPhysicalDeviceExternalFencePropertiesKHR( VkPhysicalDevice ... method VkResult (line 3532) | VkResult vkImportFenceWin32HandleKHR( VkDevice device, const VkImportF... method VkResult (line 3537) | VkResult vkGetFenceWin32HandleKHR( VkDevice device, const VkFenceGetWi... method VkResult (line 3545) | VkResult vkImportFenceFdKHR( VkDevice device, const VkImportFenceFdInf... method VkResult (line 3550) | VkResult vkGetFenceFdKHR( VkDevice device, const VkFenceGetFdInfoKHR *... method VkResult (line 3557) | VkResult method vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR (line 3568) | void vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( VkPhysic... method VkResult (line 3575) | VkResult vkAcquireProfilingLockKHR( VkDevice device, const VkAcquirePr... method vkReleaseProfilingLockKHR (line 3580) | void vkReleaseProfilingLockKHR( VkDevice device ) const VULKAN_HPP_NOE... method VkResult (line 3587) | VkResult vkGetPhysicalDeviceSurfaceCapabilities2KHR( VkPhysicalDevice ... method VkResult (line 3594) | VkResult vkGetPhysicalDeviceSurfaceFormats2KHR( VkPhysicalDevice ... method VkResult (line 3604) | VkResult vkGetPhysicalDeviceDisplayProperties2KHR( VkPhysicalDevice ... method VkResult (line 3611) | VkResult vkGetPhysicalDeviceDisplayPlaneProperties2KHR( VkPhysicalDevi... method VkResult (line 3618) | VkResult vkGetDisplayModeProperties2KHR( VkPhysicalDevice ... method VkResult (line 3626) | VkResult vkGetDisplayPlaneCapabilities2KHR( VkPhysicalDevice ... method VkResult (line 3636) | VkResult vkCreateIOSSurfaceMVK( VkInstance inst... method VkResult (line 3648) | VkResult vkCreateMacOSSurfaceMVK( VkInstance ... method VkResult (line 3659) | VkResult vkSetDebugUtilsObjectNameEXT( VkDevice device, const VkDebugU... method VkResult (line 3664) | VkResult vkSetDebugUtilsObjectTagEXT( VkDevice device, const VkDebugUt... method vkQueueBeginDebugUtilsLabelEXT (line 3669) | void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtils... method vkQueueEndDebugUtilsLabelEXT (line 3674) | void vkQueueEndDebugUtilsLabelEXT( VkQueue queue ) const VULKAN_HPP_NO... method vkQueueInsertDebugUtilsLabelEXT (line 3679) | void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtil... method vkCmdBeginDebugUtilsLabelEXT (line 3684) | void vkCmdBeginDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, cons... method vkCmdEndDebugUtilsLabelEXT (line 3689) | void vkCmdEndDebugUtilsLabelEXT( VkCommandBuffer commandBuffer ) const... method vkCmdInsertDebugUtilsLabelEXT (line 3694) | void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, con... method VkResult (line 3699) | VkResult vkCreateDebugUtilsMessengerEXT( VkInstance ... method vkDestroyDebugUtilsMessengerEXT (line 3707) | void vkDestroyDebugUtilsMessengerEXT( VkInstance in... method vkSubmitDebugUtilsMessageEXT (line 3714) | void vkSubmitDebugUtilsMessageEXT( VkInstance ... method VkResult (line 3725) | VkResult vkGetAndroidHardwareBufferPropertiesANDROID( VkDevice ... method VkResult (line 3732) | VkResult vkGetMemoryAndroidHardwareBufferANDROID( VkDevice ... method VkResult (line 3743) | VkResult vkCreateExecutionGraphPipelinesAMDX( VkDevice ... method VkResult (line 3753) | VkResult vkGetExecutionGraphPipelineScratchSizeAMDX( VkDevice ... method VkResult (line 3760) | VkResult vkGetExecutionGraphPipelineNodeIndexAMDX( VkDevice ... method vkCmdInitializeGraphScratchMemoryAMDX (line 3768) | void vkCmdInitializeGraphScratchMemoryAMDX( VkCommandBuffer commandBuf... method vkCmdDispatchGraphAMDX (line 3776) | void vkCmdDispatchGraphAMDX( VkCommandBuffer comm... method vkCmdDispatchGraphIndirectAMDX (line 3784) | void vkCmdDispatchGraphIndirectAMDX( VkCommandBuffer ... method vkCmdDispatchGraphIndirectCountAMDX (line 3792) | void vkCmdDispatchGraphIndirectCountAMDX( VkCommandBuffer commandBuffer, method vkCmdSetSampleLocationsEXT (line 3803) | void vkCmdSetSampleLocationsEXT( VkCommandBuffer commandBuffer, const ... method vkGetPhysicalDeviceMultisamplePropertiesEXT (line 3808) | void vkGetPhysicalDeviceMultisamplePropertiesEXT( VkPhysicalDevice ... method vkGetImageMemoryRequirements2KHR (line 3817) | void vkGetImageMemoryRequirements2KHR( VkDevice ... method vkGetBufferMemoryRequirements2KHR (line 3824) | void vkGetBufferMemoryRequirements2KHR( VkDevice ... method vkGetImageSparseMemoryRequirements2KHR (line 3831) | void vkGetImageSparseMemoryRequirements2KHR( VkDevice ... method VkResult (line 3841) | VkResult vkCreateAccelerationStructureKHR( VkDevice ... method vkDestroyAccelerationStructureKHR (line 3849) | void vkDestroyAccelerationStructureKHR( VkDevice ... method vkCmdBuildAccelerationStructuresKHR (line 3856) | void vkCmdBuildAccelerationStructuresKHR( VkCommandBuffer ... method vkCmdBuildAccelerationStructuresIndirectKHR (line 3864) | void vkCmdBuildAccelerationStructuresIndirectKHR( VkCommandBuffer ... method VkResult (line 3875) | VkResult vkBuildAccelerationStructuresKHR( VkDevice ... method VkResult (line 3884) | VkResult vkCopyAccelerationStructureKHR( VkDevice ... method VkResult (line 3891) | VkResult vkCopyAccelerationStructureToMemoryKHR( VkDevice ... method VkResult (line 3898) | VkResult vkCopyMemoryToAccelerationStructureKHR( VkDevice ... method VkResult (line 3905) | VkResult vkWriteAccelerationStructuresPropertiesKHR( VkDevice ... method vkCmdCopyAccelerationStructureKHR (line 3916) | void vkCmdCopyAccelerationStructureKHR( VkCommandBuffer commandBuffer,... method vkCmdCopyAccelerationStructureToMemoryKHR (line 3921) | void vkCmdCopyAccelerationStructureToMemoryKHR( VkCommandBuffer ... method vkCmdCopyMemoryToAccelerationStructureKHR (line 3927) | void vkCmdCopyMemoryToAccelerationStructureKHR( VkCommandBuffer ... method VkDeviceAddress (line 3933) | VkDeviceAddress vkGetAccelerationStructureDeviceAddressKHR( VkDevice ... method vkCmdWriteAccelerationStructuresPropertiesKHR (line 3939) | void vkCmdWriteAccelerationStructuresPropertiesKHR( VkCommandBuffer ... method vkGetDeviceAccelerationStructureCompatibilityKHR (line 3950) | void vkGetDeviceAccelerationStructureCompatibilityKHR( VkDevice ... method vkGetAccelerationStructureBuildSizesKHR (line 3957) | void vkGetAccelerationStructureBuildSizesKHR( VkDevice ... method vkCmdTraceRaysKHR (line 3968) | void vkCmdTraceRaysKHR( VkCommandBuffer comman... method VkResult (line 3981) | VkResult vkCreateRayTracingPipelinesKHR( VkDevice ... method VkResult (line 3992) | VkResult vkGetRayTracingShaderGroupHandlesKHR( method VkResult (line 3998) | VkResult vkGetRayTracingCaptureReplayShaderGroupHandlesKHR( method vkCmdTraceRaysIndirectKHR (line 4004) | void vkCmdTraceRaysIndirectKHR( VkCommandBuffer ... method VkDeviceSize (line 4015) | VkDeviceSize vkGetRayTracingShaderGroupStackSizeKHR( VkDevice ... method vkCmdSetRayTracingPipelineStackSizeKHR (line 4023) | void vkCmdSetRayTracingPipelineStackSizeKHR( VkCommandBuffer commandBu... method VkResult (line 4030) | VkResult vkCreateSamplerYcbcrConversionKHR( VkDevice ... method vkDestroySamplerYcbcrConversionKHR (line 4038) | void vkDestroySamplerYcbcrConversionKHR( VkDevice ... method VkResult (line 4047) | VkResult vkBindBufferMemory2KHR( VkDevice device, uint32_t bindInfoCou... method VkResult (line 4052) | VkResult vkBindImageMemory2KHR( VkDevice device, uint32_t bindInfoCoun... method VkResult (line 4059) | VkResult vkGetImageDrmFormatModifierPropertiesEXT( VkDevice ... method VkResult (line 4068) | VkResult vkCreateValidationCacheEXT( VkDevice ... method vkDestroyValidationCacheEXT (line 4076) | void method VkResult (line 4082) | VkResult vkMergeValidationCachesEXT( VkDevice device, method VkResult (line 4090) | VkResult vkGetValidationCacheDataEXT( VkDevice device, VkValidationCac... method vkCmdBindShadingRateImageNV (line 4097) | void vkCmdBindShadingRateImageNV( VkCommandBuffer commandBuffer, VkIma... method vkCmdSetViewportShadingRatePaletteNV (line 4102) | void vkCmdSetViewportShadingRatePaletteNV( VkCommandBuffer ... method vkCmdSetCoarseSampleOrderNV (line 4110) | void vkCmdSetCoarseSampleOrderNV( VkCommandBuffer ... method VkResult (line 4120) | VkResult vkCreateAccelerationStructureNV( VkDevice ... method vkDestroyAccelerationStructureNV (line 4128) | void vkDestroyAccelerationStructureNV( VkDevice d... method vkGetAccelerationStructureMemoryRequirementsNV (line 4135) | void vkGetAccelerationStructureMemoryRequirementsNV( VkDevice ... method VkResult (line 4142) | VkResult vkBindAccelerationStructureMemoryNV( VkDevice ... method vkCmdBuildAccelerationStructureNV (line 4149) | void vkCmdBuildAccelerationStructureNV( VkCommandBuffer ... method vkCmdCopyAccelerationStructureNV (line 4162) | void vkCmdCopyAccelerationStructureNV( VkCommandBuffer ... method vkCmdTraceRaysNV (line 4170) | void vkCmdTraceRaysNV( VkCommandBuffer commandBuffer, method VkResult (line 4203) | VkResult vkCreateRayTracingPipelinesNV( VkDevice ... method VkResult (line 4213) | VkResult vkGetRayTracingShaderGroupHandlesNV( method VkResult (line 4219) | VkResult vkGetAccelerationStructureHandleNV( VkDevice ... method vkCmdWriteAccelerationStructuresPropertiesNV (line 4227) | void vkCmdWriteAccelerationStructuresPropertiesNV( VkCommandBuffer ... method VkResult (line 4238) | VkResult vkCompileDeferredNV( VkDevice device, VkPipeline pipeline, ui... method vkGetDescriptorSetLayoutSupportKHR (line 4245) | void vkGetDescriptorSetLayoutSupportKHR( VkDevice ... method vkCmdDrawIndirectCountKHR (line 4254) | void vkCmdDrawIndirectCountKHR( VkCommandBuffer commandBuffer, method vkCmdDrawIndexedIndirectCountKHR (line 4265) | void vkCmdDrawIndexedIndirectCountKHR( VkCommandBuffer commandBuffer, method VkResult (line 4278) | VkResult vkGetMemoryHostPointerPropertiesEXT( VkDevice ... method vkCmdWriteBufferMarkerAMD (line 4288) | void vkCmdWriteBufferMarkerAMD( VkCommandBuffer commandBuffer, method vkCmdWriteBufferMarker2AMD (line 4297) | void vkCmdWriteBufferMarker2AMD( method VkResult (line 4305) | VkResult vkGetPhysicalDeviceCalibrateableTimeDomainsEXT( VkPhysicalDev... method VkResult (line 4312) | VkResult vkGetCalibratedTimestampsEXT( VkDevice ... method vkCmdDrawMeshTasksNV (line 4323) | void vkCmdDrawMeshTasksNV( VkCommandBuffer commandBuffer, uint32_t tas... method vkCmdDrawMeshTasksIndirectNV (line 4328) | void vkCmdDrawMeshTasksIndirectNV( VkCommandBuffer commandBuffer, VkBu... method vkCmdDrawMeshTasksIndirectCountNV (line 4334) | void vkCmdDrawMeshTasksIndirectCountNV( VkCommandBuffer commandBuffer, method vkCmdSetExclusiveScissorEnableNV (line 4347) | void vkCmdSetExclusiveScissorEnableNV( VkCommandBuffer commandBuffer, method vkCmdSetExclusiveScissorNV (line 4355) | void vkCmdSetExclusiveScissorNV( VkCommandBuffer commandBuffer, method vkCmdSetCheckpointNV (line 4365) | void vkCmdSetCheckpointNV( VkCommandBuffer commandBuffer, const void *... method vkGetQueueCheckpointDataNV (line 4370) | void vkGetQueueCheckpointDataNV( VkQueue queue, uint32_t * pCheckpoint... method vkGetQueueCheckpointData2NV (line 4375) | void vkGetQueueCheckpointData2NV( VkQueue queue, uint32_t * pCheckpoin... method VkResult (line 4382) | VkResult vkGetSemaphoreCounterValueKHR( VkDevice device, VkSemaphore s... method VkResult (line 4387) | VkResult vkWaitSemaphoresKHR( VkDevice device, const VkSemaphoreWaitIn... method VkResult (line 4392) | VkResult vkSignalSemaphoreKHR( VkDevice device, const VkSemaphoreSigna... method VkResult (line 4399) | VkResult vkInitializePerformanceApiINTEL( VkDevice device, const VkIni... method vkUninitializePerformanceApiINTEL (line 4404) | void vkUninitializePerformanceApiINTEL( VkDevice device ) const VULKAN... method VkResult (line 4409) | VkResult vkCmdSetPerformanceMarkerINTEL( VkCommandBuffer commandBuffer... method VkResult (line 4414) | VkResult vkCmdSetPerformanceStreamMarkerINTEL( VkCommandBuffer ... method VkResult (line 4420) | VkResult vkCmdSetPerformanceOverrideINTEL( VkCommandBuffer commandBuff... method VkResult (line 4425) | VkResult vkAcquirePerformanceConfigurationINTEL( VkDevice ... method VkResult (line 4432) | VkResult vkReleasePerformanceConfigurationINTEL( VkDevice device, VkPe... method VkResult (line 4437) | VkResult vkQueueSetPerformanceConfigurationINTEL( VkQueue queue, VkPer... method VkResult (line 4442) | VkResult method vkSetLocalDimmingAMD (line 4450) | void vkSetLocalDimmingAMD( VkDevice device, VkSwapchainKHR swapChain, ... method VkResult (line 4458) | VkResult vkCreateImagePipeSurfaceFUCHSIA( VkInstance ... method VkResult (line 4470) | VkResult vkCreateMetalSurfaceEXT( VkInstance ... method VkResult (line 4481) | VkResult vkGetPhysicalDeviceFragmentShadingRatesKHR( VkPhysicalDevice ... method vkCmdSetFragmentShadingRateKHR (line 4488) | void vkCmdSetFragmentShadingRateKHR( VkCommandBuffer ... method vkCmdSetRenderingAttachmentLocationsKHR (line 4497) | void vkCmdSetRenderingAttachmentLocationsKHR( VkCommandBuffer ... method vkCmdSetRenderingInputAttachmentIndicesKHR (line 4503) | void vkCmdSetRenderingInputAttachmentIndicesKHR( VkCommandBuffer ... method VkDeviceAddress (line 4511) | VkDeviceAddress vkGetBufferDeviceAddressEXT( VkDevice device, const Vk... method VkResult (line 4518) | VkResult vkGetPhysicalDeviceToolPropertiesEXT( VkPhysicalDevice ... method VkResult (line 4527) | VkResult vkWaitForPresentKHR( VkDevice device, VkSwapchainKHR swapchai... method VkResult (line 4534) | VkResult vkGetPhysicalDeviceCooperativeMatrixPropertiesNV( VkPhysicalD... method VkResult (line 4543) | VkResult vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinatio... method VkResult (line 4552) | VkResult vkGetPhysicalDeviceSurfacePresentModes2EXT( VkPhysicalDevice ... method VkResult (line 4560) | VkResult vkAcquireFullScreenExclusiveModeEXT( VkDevice device, VkSwapc... method VkResult (line 4565) | VkResult vkReleaseFullScreenExclusiveModeEXT( VkDevice device, VkSwapc... method VkResult (line 4570) | VkResult vkGetDeviceGroupSurfacePresentModes2EXT( VkDevice ... method VkResult (line 4580) | VkResult vkCreateHeadlessSurfaceEXT( VkInstance ... method VkDeviceAddress (line 4590) | VkDeviceAddress vkGetBufferDeviceAddressKHR( VkDevice device, const Vk... method vkGetBufferOpaqueCaptureAddressKHR (line 4595) | uint64_t vkGetBufferOpaqueCaptureAddressKHR( VkDevice device, const Vk... method vkGetDeviceMemoryOpaqueCaptureAddressKHR (line 4600) | uint64_t vkGetDeviceMemoryOpaqueCaptureAddressKHR( VkDevice device, co... method vkCmdSetLineStippleEXT (line 4607) | void vkCmdSetLineStippleEXT( VkCommandBuffer commandBuffer, uint32_t l... method vkResetQueryPoolEXT (line 4614) | void vkResetQueryPoolEXT( VkDevice device, VkQueryPool queryPool, uint... method vkCmdSetCullModeEXT (line 4621) | void vkCmdSetCullModeEXT( VkCommandBuffer commandBuffer, VkCullModeFla... method vkCmdSetFrontFaceEXT (line 4626) | void vkCmdSetFrontFaceEXT( VkCommandBuffer commandBuffer, VkFrontFace ... method vkCmdSetPrimitiveTopologyEXT (line 4631) | void vkCmdSetPrimitiveTopologyEXT( VkCommandBuffer commandBuffer, VkPr... method vkCmdSetViewportWithCountEXT (line 4636) | void vkCmdSetViewportWithCountEXT( VkCommandBuffer commandBuffer, uint... method vkCmdSetScissorWithCountEXT (line 4641) | void vkCmdSetScissorWithCountEXT( VkCommandBuffer commandBuffer, uint3... method vkCmdBindVertexBuffers2EXT (line 4646) | void vkCmdBindVertexBuffers2EXT( VkCommandBuffer commandBuffer, method vkCmdSetDepthTestEnableEXT (line 4657) | void vkCmdSetDepthTestEnableEXT( VkCommandBuffer commandBuffer, VkBool... method vkCmdSetDepthWriteEnableEXT (line 4662) | void vkCmdSetDepthWriteEnableEXT( VkCommandBuffer commandBuffer, VkBoo... method vkCmdSetDepthCompareOpEXT (line 4667) | void vkCmdSetDepthCompareOpEXT( VkCommandBuffer commandBuffer, VkCompa... method vkCmdSetDepthBoundsTestEnableEXT (line 4672) | void vkCmdSetDepthBoundsTestEnableEXT( VkCommandBuffer commandBuffer, ... method vkCmdSetStencilTestEnableEXT (line 4677) | void vkCmdSetStencilTestEnableEXT( VkCommandBuffer commandBuffer, VkBo... method vkCmdSetStencilOpEXT (line 4682) | void vkCmdSetStencilOpEXT( VkCommandBuffer commandBuffer, method VkResult (line 4694) | VkResult vkCreateDeferredOperationKHR( VkDevice d... method vkDestroyDeferredOperationKHR (line 4701) | void method vkGetDeferredOperationMaxConcurrencyKHR (line 4707) | uint32_t vkGetDeferredOperationMaxConcurrencyKHR( VkDevice device, VkD... method VkResult (line 4712) | VkResult vkGetDeferredOperationResultKHR( VkDevice device, VkDeferredO... method VkResult (line 4717) | VkResult vkDeferredOperationJoinKHR( VkDevice device, VkDeferredOperat... method VkResult (line 4724) | VkResult vkGetPipelineExecutablePropertiesKHR( VkDevice ... method VkResult (line 4732) | VkResult vkGetPipelineExecutableStatisticsKHR( VkDevice ... method VkResult (line 4740) | VkResult method VkResult (line 4751) | VkResult vkCopyMemoryToImageEXT( VkDevice device, const VkCopyMemoryTo... method VkResult (line 4756) | VkResult vkCopyImageToMemoryEXT( VkDevice device, const VkCopyImageToM... method VkResult (line 4761) | VkResult vkCopyImageToImageEXT( VkDevice device, const VkCopyImageToIm... method VkResult (line 4766) | VkResult method vkGetImageSubresourceLayout2EXT (line 4772) | void vkGetImageSubresourceLayout2EXT( VkDevice device, method VkResult (line 4782) | VkResult vkMapMemory2KHR( VkDevice device, const VkMemoryMapInfo * pMe... method VkResult (line 4787) | VkResult vkUnmapMemory2KHR( VkDevice device, const VkMemoryUnmapInfo *... method VkResult (line 4794) | VkResult vkReleaseSwapchainImagesEXT( VkDevice device, const VkRelease... method vkGetGeneratedCommandsMemoryRequirementsNV (line 4801) | void vkGetGeneratedCommandsMemoryRequirementsNV( VkDevice ... method vkCmdPreprocessGeneratedCommandsNV (line 4808) | void vkCmdPreprocessGeneratedCommandsNV( VkCommandBuffer ... method vkCmdExecuteGeneratedCommandsNV (line 4814) | void vkCmdExecuteGeneratedCommandsNV( VkCommandBuffer ... method vkCmdBindPipelineShaderGroupNV (line 4821) | void vkCmdBindPipelineShaderGroupNV( VkCommandBuffer commandBuffer, method VkResult (line 4829) | VkResult vkCreateIndirectCommandsLayoutNV( VkDevice ... method vkDestroyIndirectCommandsLayoutNV (line 4837) | void vkDestroyIndirectCommandsLayoutNV( VkDevice ... method vkCmdSetDepthBias2EXT (line 4846) | void vkCmdSetDepthBias2EXT( VkCommandBuffer commandBuffer, const VkDep... method VkResult (line 4853) | VkResult vkAcquireDrmDisplayEXT( VkPhysicalDevice physicalDevice, int3... method VkResult (line 4858) | VkResult vkGetDrmDisplayEXT( VkPhysicalDevice physicalDevice, int32_t ... method VkResult (line 4865) | VkResult vkCreatePrivateDataSlotEXT( VkDevice ... method vkDestroyPrivateDataSlotEXT (line 4873) | void vkDestroyPrivateDataSlotEXT( VkDevice device, VkPrivateDataSlot p... method VkResult (line 4878) | VkResult vkSetPrivateDataEXT( VkDevice device, VkObjectType objectType... method vkGetPrivateDataEXT (line 4884) | void vkGetPrivateDataEXT( VkDevice device, VkObjectType objectType, ui... method VkResult (line 4892) | VkResult method VkResult (line 4900) | VkResult vkGetEncodedVideoSessionParametersKHR( VkDevice ... method vkCmdEncodeVideoKHR (line 4909) | void vkCmdEncodeVideoKHR( VkCommandBuffer commandBuffer, const VkVideo... method VkResult (line 4917) | VkResult vkCreateCudaModuleNV( VkDevice device, method VkResult (line 4925) | VkResult vkGetCudaModuleCacheNV( VkDevice device, VkCudaModuleNV modul... method VkResult (line 4930) | VkResult vkCreateCudaFunctionNV( VkDevice de... method vkDestroyCudaModuleNV (line 4938) | void vkDestroyCudaModuleNV( VkDevice device, VkCudaModuleNV module, co... method vkDestroyCudaFunctionNV (line 4943) | void vkDestroyCudaFunctionNV( VkDevice device, VkCudaFunctionNV functi... method vkCmdCudaLaunchKernelNV (line 4948) | void vkCmdCudaLaunchKernelNV( VkCommandBuffer commandBuffer, const VkC... method vkExportMetalObjectsEXT (line 4957) | void vkExportMetalObjectsEXT( VkDevice device, VkExportMetalObjectsInf... method vkCmdSetEvent2KHR (line 4965) | void vkCmdSetEvent2KHR( VkCommandBuffer commandBuffer, VkEvent event, ... method vkCmdResetEvent2KHR (line 4970) | void vkCmdResetEvent2KHR( VkCommandBuffer commandBuffer, VkEvent event... method vkCmdWaitEvents2KHR (line 4975) | void vkCmdWaitEvents2KHR( VkCommandBuffer commandBuffer, method vkCmdPipelineBarrier2KHR (line 4983) | void vkCmdPipelineBarrier2KHR( VkCommandBuffer commandBuffer, const Vk... method vkCmdWriteTimestamp2KHR (line 4988) | void method VkResult (line 4994) | VkResult vkQueueSubmit2KHR( VkQueue queue, uint32_t submitCount, const... method vkGetDescriptorSetLayoutSizeEXT (line 5001) | void vkGetDescriptorSetLayoutSizeEXT( VkDevice device, VkDescriptorSet... method vkGetDescriptorSetLayoutBindingOffsetEXT (line 5006) | void vkGetDescriptorSetLayoutBindingOffsetEXT( VkDevice d... method vkGetDescriptorEXT (line 5014) | void vkGetDescriptorEXT( VkDevice device, const VkDescriptorGetInfoEXT... method vkCmdBindDescriptorBuffersEXT (line 5019) | void vkCmdBindDescriptorBuffersEXT( VkCommandBuffer ... method vkCmdSetDescriptorBufferOffsetsEXT (line 5026) | void vkCmdSetDescriptorBufferOffsetsEXT( VkCommandBuffer commandB... method vkCmdBindDescriptorBufferEmbeddedSamplersEXT (line 5037) | void vkCmdBindDescriptorBufferEmbeddedSamplersEXT( VkCommandBuffer ... method VkResult (line 5045) | VkResult method VkResult (line 5051) | VkResult method VkResult (line 5057) | VkResult vkGetImageViewOpaqueCaptureDescriptorDataEXT( VkDevice ... method VkResult (line 5064) | VkResult vkGetSamplerOpaqueCaptureDescriptorDataEXT( VkDevice ... method VkResult (line 5071) | VkResult vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT( VkD... method vkCmdSetFragmentShadingRateEnumNV (line 5080) | void vkCmdSetFragmentShadingRateEnumNV( VkCommandBuffer ... method vkCmdDrawMeshTasksEXT (line 5089) | void vkCmdDrawMeshTasksEXT( VkCommandBuffer commandBuffer, uint32_t gr... method vkCmdDrawMeshTasksIndirectEXT (line 5094) | void vkCmdDrawMeshTasksIndirectEXT( VkCommandBuffer commandBuffer, VkB... method vkCmdDrawMeshTasksIndirectCountEXT (line 5100) | void vkCmdDrawMeshTasksIndirectCountEXT( VkCommandBuffer commandBuffer, method vkCmdCopyBuffer2KHR (line 5113) | void vkCmdCopyBuffer2KHR( VkCommandBuffer commandBuffer, const VkCopyB... method vkCmdCopyImage2KHR (line 5118) | void vkCmdCopyImage2KHR( VkCommandBuffer commandBuffer, const VkCopyIm... method vkCmdCopyBufferToImage2KHR (line 5123) | void vkCmdCopyBufferToImage2KHR( VkCommandBuffer commandBuffer, const ... method vkCmdCopyImageToBuffer2KHR (line 5128) | void vkCmdCopyImageToBuffer2KHR( VkCommandBuffer commandBuffer, const ... method vkCmdBlitImage2KHR (line 5133) | void vkCmdBlitImage2KHR( VkCommandBuffer commandBuffer, const VkBlitIm... method vkCmdResolveImage2KHR (line 5138) | void vkCmdResolveImage2KHR( VkCommandBuffer commandBuffer, const VkRes... method VkResult (line 5145) | VkResult vkGetDeviceFaultInfoEXT( VkDevice device, VkDeviceFaultCounts... method VkResult (line 5153) | VkResult vkAcquireWinrtDisplayNV( VkPhysicalDevice physicalDevice, VkD... method VkResult (line 5158) | VkResult vkGetWinrtDisplayNV( VkPhysicalDevice physicalDevice, uint32_... method VkResult (line 5167) | VkResult vkCreateDirectFBSurfaceEXT( VkInstance ... method VkBool32 (line 5175) | VkBool32 vkGetPhysicalDeviceDirectFBPresentationSupportEXT( VkPhysical... method vkCmdSetVertexInputEXT (line 5185) | void vkCmdSetVertexInputEXT( VkCommandBuffer ... method VkResult (line 5198) | VkResult vkGetMemoryZirconHandleFUCHSIA( VkDevice ... method VkResult (line 5205) | VkResult vkGetMemoryZirconHandlePropertiesFUCHSIA( VkDevice ... method VkResult (line 5217) | VkResult method VkResult (line 5224) | VkResult vkGetSemaphoreZirconHandleFUCHSIA( VkDevice ... method VkResult (line 5235) | VkResult vkCreateBufferCollectionFUCHSIA( VkDevice ... method VkResult (line 5243) | VkResult vkSetBufferCollectionImageConstraintsFUCHSIA( VkDevice ... method VkResult (line 5250) | VkResult vkSetBufferCollectionBufferConstraintsFUCHSIA( VkDevice ... method vkDestroyBufferCollectionFUCHSIA (line 5257) | void vkDestroyBufferCollectionFUCHSIA( VkDevice d... method VkResult (line 5264) | VkResult vkGetBufferCollectionPropertiesFUCHSIA( VkDevice ... method VkResult (line 5274) | VkResult method vkCmdSubpassShadingHUAWEI (line 5280) | void vkCmdSubpassShadingHUAWEI( VkCommandBuffer commandBuffer ) const ... method vkCmdBindInvocationMaskHUAWEI (line 5287) | void vkCmdBindInvocationMaskHUAWEI( VkCommandBuffer commandBuffer, VkI... method VkResult (line 5294) | VkResult vkGetMemoryRemoteAddressNV( VkDevice ... method VkResult (line 5303) | VkResult vkGetPipelinePropertiesEXT( VkDevice device, method vkCmdSetPatchControlPointsEXT (line 5312) | void vkCmdSetPatchControlPointsEXT( VkCommandBuffer commandBuffer, uin... method vkCmdSetRasterizerDiscardEnableEXT (line 5317) | void vkCmdSetRasterizerDiscardEnableEXT( VkCommandBuffer commandBuffer... method vkCmdSetDepthBiasEnableEXT (line 5322) | void vkCmdSetDepthBiasEnableEXT( VkCommandBuffer commandBuffer, VkBool... method vkCmdSetLogicOpEXT (line 5327) | void vkCmdSetLogicOpEXT( VkCommandBuffer commandBuffer, VkLogicOp logi... method vkCmdSetPrimitiveRestartEnableEXT (line 5332) | void vkCmdSetPrimitiveRestartEnableEXT( VkCommandBuffer commandBuffer,... method VkResult (line 5340) | VkResult vkCreateScreenSurfaceQNX( VkInstance ... method VkBool32 (line 5348) | VkBool32 vkGetPhysicalDeviceScreenPresentationSupportQNX( VkPhysicalDe... method vkCmdSetColorWriteEnableEXT (line 5358) | void vkCmdSetColorWriteEnableEXT( VkCommandBuffer commandBuffer, uint3... method vkCmdTraceRaysIndirect2KHR (line 5365) | void vkCmdTraceRaysIndirect2KHR( VkCommandBuffer commandBuffer, VkDevi... method vkCmdDrawMultiEXT (line 5372) | void vkCmdDrawMultiEXT( VkCommandBuffer commandBuffer, method vkCmdDrawMultiIndexedEXT (line 5382) | void vkCmdDrawMultiIndexedEXT( VkCommandBuffer comma... method VkResult (line 5395) | VkResult vkCreateMicromapEXT( VkDevice device, method vkDestroyMicromapEXT (line 5403) | void vkDestroyMicromapEXT( VkDevice device, VkMicromapEXT micromap, co... method vkCmdBuildMicromapsEXT (line 5408) | void vkCmdBuildMicromapsEXT( VkCommandBuffer commandBuffer, uint32_t i... method VkResult (line 5413) | VkResult vkBuildMicromapsEXT( VkDevice device, method VkResult (line 5421) | VkResult vkCopyMicromapEXT( VkDevice device, VkDeferredOperationKHR de... method VkResult (line 5426) | VkResult vkCopyMicromapToMemoryEXT( VkDevice ... method VkResult (line 5433) | VkResult vkCopyMemoryToMicromapEXT( VkDevice ... method VkResult (line 5440) | VkResult vkWriteMicromapsPropertiesEXT( VkDevice device, method vkCmdCopyMicromapEXT (line 5451) | void vkCmdCopyMicromapEXT( VkCommandBuffer commandBuffer, const VkCopy... method vkCmdCopyMicromapToMemoryEXT (line 5456) | void vkCmdCopyMicromapToMemoryEXT( VkCommandBuffer commandBuffer, cons... method vkCmdCopyMemoryToMicromapEXT (line 5461) | void vkCmdCopyMemoryToMicromapEXT( VkCommandBuffer commandBuffer, cons... method vkCmdWriteMicromapsPropertiesEXT (line 5466) | void vkCmdWriteMicromapsPropertiesEXT( VkCommandBuffer commandBu... method vkGetDeviceMicromapCompatibilityEXT (line 5476) | void vkGetDeviceMicromapCompatibilityEXT( VkDevice ... method vkGetMicromapBuildSizesEXT (line 5483) | void vkGetMicromapBuildSizesEXT( VkDevice d... method vkCmdDrawClusterHUAWEI (line 5493) | void vkCmdDrawClusterHUAWEI( VkCommandBuffer commandBuffer, uint32_t g... method vkCmdDrawClusterIndirectHUAWEI (line 5498) | void vkCmdDrawClusterIndirectHUAWEI( VkCommandBuffer commandBuffer, Vk... method vkSetDeviceMemoryPriorityEXT (line 5505) | void vkSetDeviceMemoryPriorityEXT( VkDevice device, VkDeviceMemory mem... method vkGetDeviceBufferMemoryRequirementsKHR (line 5512) | void vkGetDeviceBufferMemoryRequirementsKHR( VkDevice ... method vkGetDeviceImageMemoryRequirementsKHR (line 5519) | void vkGetDeviceImageMemoryRequirementsKHR( VkDevice ... method vkGetDeviceImageSparseMemoryRequirementsKHR (line 5526) | void vkGetDeviceImageSparseMemoryRequirementsKHR( VkDevice ... method vkGetDescriptorSetLayoutHostMappingInfoVALVE (line 5536) | void vkGetDescriptorSetLayoutHostMappingInfoVALVE( VkDevice ... method vkGetDescriptorSetHostMappingVALVE (line 5543) | void vkGetDescriptorSetHostMappingVALVE( VkDevice device, VkDescriptor... method vkCmdCopyMemoryIndirectNV (line 5550) | void vkCmdCopyMemoryIndirectNV( VkCommandBuffer commandBuffer, method vkCmdCopyMemoryToImageIndirectNV (line 5558) | void vkCmdCopyMemoryToImageIndirectNV( VkCommandBuffer ... method vkCmdDecompressMemoryNV (line 5571) | void vkCmdDecompressMemoryNV( VkCommandBuffer comma... method vkCmdDecompressMemoryIndirectCountNV (line 5578) | void vkCmdDecompressMemoryIndirectCountNV( VkCommandBuffer commandBuffer, method vkGetPipelineIndirectMemoryRequirementsNV (line 5588) | void vkGetPipelineIndirectMemoryRequirementsNV( VkDevice ... method vkCmdUpdatePipelineIndirectBufferNV (line 5595) | void vkCmdUpdatePipelineIndirectBufferNV( VkCommandBuffer commandB... method VkDeviceAddress (line 5602) | VkDeviceAddress vkGetPipelineIndirectDeviceAddressNV( VkDevice device,... method vkCmdSetDepthClampEnableEXT (line 5609) | void vkCmdSetDepthClampEnableEXT( VkCommandBuffer commandBuffer, VkBoo... method vkCmdSetPolygonModeEXT (line 5614) | void vkCmdSetPolygonModeEXT( VkCommandBuffer commandBuffer, VkPolygonM... method vkCmdSetRasterizationSamplesEXT (line 5619) | void vkCmdSetRasterizationSamplesEXT( VkCommandBuffer commandBuffer, V... method vkCmdSetSampleMaskEXT (line 5624) | void vkCmdSetSampleMaskEXT( VkCommandBuffer commandBuffer, VkSampleCou... method vkCmdSetAlphaToCoverageEnableEXT (line 5629) | void vkCmdSetAlphaToCoverageEnableEXT( VkCommandBuffer commandBuffer, ... method vkCmdSetAlphaToOneEnableEXT (line 5634) | void vkCmdSetAlphaToOneEnableEXT( VkCommandBuffer commandBuffer, VkBoo... method vkCmdSetLogicOpEnableEXT (line 5639) | void vkCmdSetLogicOpEnableEXT( VkCommandBuffer commandBuffer, VkBool32... method vkCmdSetColorBlendEnableEXT (line 5644) | void vkCmdSetColorBlendEnableEXT( VkCommandBuffer commandBuffer, method vkCmdSetColorBlendEquationEXT (line 5652) | void vkCmdSetColorBlendEquationEXT( VkCommandBuffer co... method vkCmdSetColorWriteMaskEXT (line 5660) | void vkCmdSetColorWriteMaskEXT( VkCommandBuffer commandB... method vkCmdSetTessellationDomainOriginEXT (line 5668) | void vkCmdSetTessellationDomainOriginEXT( VkCommandBuffer commandBuffe... method vkCmdSetRasterizationStreamEXT (line 5673) | void vkCmdSetRasterizationStreamEXT( VkCommandBuffer commandBuffer, ui... method vkCmdSetConservativeRasterizationModeEXT (line 5678) | void vkCmdSetConservativeRasterizationModeEXT( VkCommandBuffer ... method vkCmdSetExtraPrimitiveOverestimationSizeEXT (line 5684) | void vkCmdSetExtraPrimitiveOverestimationSizeEXT( VkCommandBuffer comm... method vkCmdSetDepthClipEnableEXT (line 5689) | void vkCmdSetDepthClipEnableEXT( VkCommandBuffer commandBuffer, VkBool... method vkCmdSetSampleLocationsEnableEXT (line 5694) | void vkCmdSetSampleLocationsEnableEXT( VkCommandBuffer commandBuffer, ... method vkCmdSetColorBlendAdvancedEXT (line 5699) | void vkCmdSetColorBlendAdvancedEXT( VkCommandBuffer co... method vkCmdSetProvokingVertexModeEXT (line 5707) | void vkCmdSetProvokingVertexModeEXT( VkCommandBuffer commandBuffer, Vk... method vkCmdSetLineRasterizationModeEXT (line 5712) | void vkCmdSetLineRasterizationModeEXT( VkCommandBuffer commandBuffer, ... method vkCmdSetLineStippleEnableEXT (line 5717) | void vkCmdSetLineStippleEnableEXT( VkCommandBuffer commandBuffer, VkBo... method vkCmdSetDepthClipNegativeOneToOneEXT (line 5722) | void vkCmdSetDepthClipNegativeOneToOneEXT( VkCommandBuffer commandBuff... method vkCmdSetViewportWScalingEnableNV (line 5727) | void vkCmdSetViewportWScalingEnableNV( VkCommandBuffer commandBuffer, ... method vkCmdSetViewportSwizzleNV (line 5732) | void vkCmdSetViewportSwizzleNV( VkCommandBuffer commandBuf... method vkCmdSetCoverageToColorEnableNV (line 5740) | void vkCmdSetCoverageToColorEnableNV( VkCommandBuffer commandBuffer, V... method vkCmdSetCoverageToColorLocationNV (line 5745) | void vkCmdSetCoverageToColorLocationNV( VkCommandBuffer commandBuffer,... method vkCmdSetCoverageModulationModeNV (line 5750) | void vkCmdSetCoverageModulationModeNV( VkCommandBuffer commandBuffer, ... method vkCmdSetCoverageModulationTableEnableNV (line 5755) | void vkCmdSetCoverageModulationTableEnableNV( VkCommandBuffer commandB... method vkCmdSetCoverageModulationTableNV (line 5760) | void vkCmdSetCoverageModulationTableNV( VkCommandBuffer commandBuffer, method vkCmdSetShadingRateImageEnableNV (line 5767) | void vkCmdSetShadingRateImageEnableNV( VkCommandBuffer commandBuffer, ... method vkCmdSetRepresentativeFragmentTestEnableNV (line 5772) | void vkCmdSetRepresentativeFragmentTestEnableNV( VkCommandBuffer comma... method vkCmdSetCoverageReductionModeNV (line 5777) | void vkCmdSetCoverageReductionModeNV( VkCommandBuffer commandBuffer, V... method vkGetShaderModuleIdentifierEXT (line 5784) | void vkGetShaderModuleIdentifierEXT( VkDevice device, VkShaderModule s... method vkGetShaderModuleCreateInfoIdentifierEXT (line 5789) | void vkGetShaderModuleCreateInfoIdentifierEXT( VkDevice ... method VkResult (line 5798) | VkResult vkGetPhysicalDeviceOpticalFlowImageFormatsNV( VkPhysicalDevic... method VkResult (line 5806) | VkResult vkCreateOpticalFlowSessionNV( VkDevice ... method vkDestroyOpticalFlowSessionNV (line 5814) | void vkDestroyOpticalFlowSessionNV( VkDevice device, VkOpticalFlowSess... method VkResult (line 5819) | VkResult vkBindOpticalFlowSessionImageNV( VkDevice ... method vkCmdOpticalFlowExecuteNV (line 5828) | void vkCmdOpticalFlowExecuteNV( VkCommandBuffer com... method vkCmdBindIndexBuffer2KHR (line 5837) | void vkCmdBindIndexBuffer2KHR( VkCommandBuffer commandBuffer, VkBuffer... method vkGetRenderingAreaGranularityKHR (line 5843) | void method vkGetDeviceImageSubresourceLayoutKHR (line 5849) | void vkGetDeviceImageSubresourceLayoutKHR( VkDevice ... method vkGetImageSubresourceLayout2KHR (line 5856) | void vkGetImageSubresourceLayout2KHR( VkDevice device, method vkAntiLagUpdateAMD (line 5866) | void vkAntiLagUpdateAMD( VkDevice device, const VkAntiLagDataAMD * pDa... method VkResult (line 5873) | VkResult vkCreateShadersEXT( VkDevice device, method vkDestroyShaderEXT (line 5882) | void vkDestroyShaderEXT( VkDevice device, VkShaderEXT shader, const Vk... method VkResult (line 5887) | VkResult vkGetShaderBinaryDataEXT( VkDevice device, VkShaderEXT shader... method vkCmdBindShadersEXT (line 5892) | void vkCmdBindShadersEXT( VkCommandBuffer commandBuffer, method vkCmdSetDepthClampRangeEXT (line 5900) | void vkCmdSetDepthClampRangeEXT( VkCommandBuffer commandB... method VkResult (line 5909) | VkResult vkCreatePipelineBinariesKHR( VkDevice ... method vkDestroyPipelineBinaryKHR (line 5917) | void vkDestroyPipelineBinaryKHR( VkDevice device, VkPipelineBinaryKHR ... method VkResult (line 5922) | VkResult vkGetPipelineKeyKHR( VkDevice device, method VkResult (line 5929) | VkResult vkGetPipelineBinaryDataKHR( VkDevice ... method VkResult (line 5938) | VkResult vkReleaseCapturedPipelineDataKHR( VkDevice ... method VkResult (line 5947) | VkResult vkGetFramebufferTilePropertiesQCOM( VkDevice de... method VkResult (line 5955) | VkResult vkGetDynamicRenderingTilePropertiesQCOM( VkDevice ... method VkResult (line 5964) | VkResult vkGetPhysicalDeviceCooperativeVectorPropertiesNV( VkPhysicalD... method VkResult (line 5971) | VkResult vkConvertCooperativeVectorMatrixNV( VkDevice device, const Vk... method vkCmdConvertCooperativeVectorMatrixNV (line 5976) | void vkCmdConvertCooperativeVectorMatrixNV( VkCommandBuffer ... method VkResult (line 5985) | VkResult vkSetLatencySleepModeNV( VkDevice device, VkSwapchainKHR swap... method VkResult (line 5990) | VkResult vkLatencySleepNV( VkDevice device, VkSwapchainKHR swapchain, ... method vkSetLatencyMarkerNV (line 5995) | void vkSetLatencyMarkerNV( VkDevice device, VkSwapchainKHR swapchain, ... method vkGetLatencyTimingsNV (line 6000) | void vkGetLatencyTimingsNV( VkDevice device, VkSwapchainKHR swapchain,... method vkQueueNotifyOutOfBandNV (line 6005) | void vkQueueNotifyOutOfBandNV( VkQueue queue, const VkOutOfBandQueueTy... method VkResult (line 6012) | VkResult vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR( VkPhysical... method vkCmdSetAttachmentFeedbackLoopEnableEXT (line 6021) | void vkCmdSetAttachmentFeedbackLoopEnableEXT( VkCommandBuffer commandB... method VkResult (line 6029) | VkResult vkGetScreenBufferPropertiesQNX( VkDevice ... method vkCmdSetLineStippleKHR (line 6039) | void vkCmdSetLineStippleKHR( VkCommandBuffer commandBuffer, uint32_t l... method VkResult (line 6046) | VkResult vkGetPhysicalDeviceCalibrateableTimeDomainsKHR( VkPhysicalDev... method VkResult (line 6053) | VkResult vkGetCalibratedTimestampsKHR( VkDevice ... method vkCmdBindDescriptorSets2KHR (line 6064) | void vkCmdBindDescriptorSets2KHR( VkCommandBuffer commandBuffer, const... method vkCmdPushConstants2KHR (line 6069) | void vkCmdPushConstants2KHR( VkCommandBuffer commandBuffer, const VkPu... method vkCmdPushDescriptorSet2KHR (line 6074) | void vkCmdPushDescriptorSet2KHR( VkCommandBuffer commandBuffer, const ... method vkCmdPushDescriptorSetWithTemplate2KHR (line 6079) | void vkCmdPushDescriptorSetWithTemplate2KHR( VkCommandBuffer ... method vkCmdSetDescriptorBufferOffsets2EXT (line 6085) | void vkCmdSetDescriptorBufferOffsets2EXT( VkCommandBuffer ... method vkCmdBindDescriptorBufferEmbeddedSamplers2EXT (line 6091) | void vkCmdBindDescriptorBufferEmbeddedSamplers2EXT( method vkGetClusterAccelerationStructureBuildSizesNV (line 6100) | void vkGetClusterAccelerationStructureBuildSizesNV( VkDevice ... method vkCmdBuildClusterAccelerationStructureIndirectNV (line 6107) | void vkCmdBuildClusterAccelerationStructureIndirectNV( VkCommandBuffer... method vkGetPartitionedAccelerationStructuresBuildSizesNV (line 6115) | void vkGetPartitionedAccelerationStructuresBuildSizesNV( VkDevice ... method vkCmdBuildPartitionedAccelerationStructuresNV (line 6122) | void vkCmdBuildPartitionedAccelerationStructuresNV( VkCommandBuffer ... method vkGetGeneratedCommandsMemoryRequirementsEXT (line 6130) | void vkGetGeneratedCommandsMemoryRequirementsEXT( VkDevice ... method vkCmdPreprocessGeneratedCommandsEXT (line 6137) | void vkCmdPreprocessGeneratedCommandsEXT( VkCommandBuffer ... method vkCmdExecuteGeneratedCommandsEXT (line 6144) | void vkCmdExecuteGeneratedCommandsEXT( VkCommandBuffer ... method VkResult (line 6151) | VkResult vkCreateIndirectCommandsLayoutEXT( VkDevice ... method vkDestroyIndirectCommandsLayoutEXT (line 6159) | void vkDestroyIndirectCommandsLayoutEXT( VkDevice ... method VkResult (line 6166) | VkResult vkCreateIndirectExecutionSetEXT( VkDevice ... method vkDestroyIndirectExecutionSetEXT (line 6174) | void vkDestroyIndirectExecutionSetEXT( VkDevice d... method vkUpdateIndirectExecutionSetPipelineEXT (line 6181) | void vkUpdateIndirectExecutionSetPipelineEXT( VkDevice ... method vkUpdateIndirectExecutionSetShaderEXT (line 6189) | void vkUpdateIndirectExecutionSetShaderEXT( VkDevice ... method VkResult (line 6199) | VkResult vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropert... method VkResult (line 6208) | VkResult method VkResult (line 6214) | VkResult vkGetMemoryMetalHandlePropertiesEXT( VkDevice ... function VULKAN_HPP_CONSTEXPR_14 (line 6236) | VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_INLINE T exchange( T & obj, U && newV... type AllocationCallbacks (line 6245) | struct AllocationCallbacks function namespace (line 6247) | namespace detail type CppType (line 6465) | struct CppType type std (line 6476) | namespace std type is_error_code_enum (line 6479) | struct is_error_code_enum : public true_... class ErrorCategoryImpl (line 6488) | class ErrorCategoryImpl : public std::error_category method VULKAN_HPP_NOEXCEPT (line 6491) | VULKAN_HPP_NOEXCEPT override method message (line 6496) | virtual std::string message( int ev ) const override class Error (line 6506) | class Error method Error (line 6509) | Error() VULKAN_HPP_NOEXCEPT = default; method Error (line 6510) | Error( const Error & ) VULKAN_HPP_NOEXCEPT = default; class LogicError (line 6516) | class LogicError method LogicError (line 6521) | explicit LogicError( const std::string & what ) : Error(), std::logic_... method LogicError (line 6523) | explicit LogicError( char const * what ) : Error(), std::logic_error( ... class SystemError (line 6531) | class SystemError method SystemError (line 6536) | SystemError( std::error_code ec ) : Error(), std::system_error( ec ) {} method SystemError (line 6538) | SystemError( std::error_code ec, std::string const & what ) : Error(),... method SystemError (line 6540) | SystemError( std::error_code ec, char const * what ) : Error(), std::s... method SystemError (line 6542) | SystemError( int ev, std::error_category const & ecat ) : Error(), std... method SystemError (line 6544) | SystemError( int ev, std::error_category const & ecat, std::string con... method SystemError (line 6546) | SystemError( int ev, std::error_category const & ecat, char const * wh... function VULKAN_HPP_INLINE (line 6560) | VULKAN_HPP_INLINE std::error_code make_error_code( Result e ) VULKAN_HPP... function VULKAN_HPP_INLINE (line 6565) | VULKAN_HPP_INLINE std::error_condition make_error_condition( Result e ) ... class OutOfHostMemoryError (line 6570) | class OutOfHostMemoryError : public SystemError method OutOfHostMemoryError (line 6573) | OutOfHostMemoryError( std::string const & message ) : SystemError( mak... method OutOfHostMemoryError (line 6575) | OutOfHostMemoryError( char const * message ) : SystemError( make_error... class OutOfDeviceMemoryError (line 6578) | class OutOfDeviceMemoryError : public SystemError method OutOfDeviceMemoryError (line 6581) | OutOfDeviceMemoryError( std::string const & message ) : SystemError( m... method OutOfDeviceMemoryError (line 6583) | OutOfDeviceMemoryError( char const * message ) : SystemError( make_err... class InitializationFailedError (line 6586) | class InitializationFailedError : public SystemError method InitializationFailedError (line 6589) | InitializationFailedError( std::string const & message ) : SystemError... method InitializationFailedError (line 6591) | InitializationFailedError( char const * message ) : SystemError( make_... class DeviceLostError (line 6594) | class DeviceLostError : public SystemError method DeviceLostError (line 6597) | DeviceLostError( std::string const & message ) : SystemError( make_err... method DeviceLostError (line 6599) | DeviceLostError( char const * message ) : SystemError( make_error_code... class MemoryMapFailedError (line 6602) | class MemoryMapFailedError : public SystemError method MemoryMapFailedError (line 6605) | MemoryMapFailedError( std::string const & message ) : SystemError( mak... method MemoryMapFailedError (line 6607) | MemoryMapFailedError( char const * message ) : SystemError( make_error... class LayerNotPresentError (line 6610) | class LayerNotPresentError : public SystemError method LayerNotPresentError (line 6613) | LayerNotPresentError( std::string const & message ) : SystemError( mak... method LayerNotPresentError (line 6615) | LayerNotPresentError( char const * message ) : SystemError( make_error... class ExtensionNotPresentError (line 6618) | class ExtensionNotPresentError : public SystemError method ExtensionNotPresentError (line 6621) | ExtensionNotPresentError( std::string const & message ) : SystemError(... method ExtensionNotPresentError (line 6623) | ExtensionNotPresentError( char const * message ) : SystemError( make_e... class FeatureNotPresentError (line 6626) | class FeatureNotPresentError : public SystemError method FeatureNotPresentError (line 6629) | FeatureNotPresentError( std::string const & message ) : SystemError( m... method FeatureNotPresentError (line 6631) | FeatureNotPresentError( char const * message ) : SystemError( make_err... class IncompatibleDriverError (line 6634) | class IncompatibleDriverError : public SystemError method IncompatibleDriverError (line 6637) | IncompatibleDriverError( std::string const & message ) : SystemError( ... method IncompatibleDriverError (line 6639) | IncompatibleDriverError( char const * message ) : SystemError( make_er... class TooManyObjectsError (line 6642) | class TooManyObjectsError : public SystemError method TooManyObjectsError (line 6645) | TooManyObjectsError( std::string const & message ) : SystemError( make... method TooManyObjectsError (line 6647) | TooManyObjectsError( char const * message ) : SystemError( make_error_... class FormatNotSupportedError (line 6650) | class FormatNotSupportedError : public SystemError method FormatNotSupportedError (line 6653) | FormatNotSupportedError( std::string const & message ) : SystemError( ... method FormatNotSupportedError (line 6655) | FormatNotSupportedError( char const * message ) : SystemError( make_er... class FragmentedPoolError (line 6658) | class FragmentedPoolError : public SystemError method FragmentedPoolError (line 6661) | FragmentedPoolError( std::string const & message ) : SystemError( make... method FragmentedPoolError (line 6663) | FragmentedPoolError( char const * message ) : SystemError( make_error_... class UnknownError (line 6666) | class UnknownError : public SystemError method UnknownError (line 6669) | UnknownError( std::string const & message ) : SystemError( make_error_... method UnknownError (line 6671) | UnknownError( char const * message ) : SystemError( make_error_code( R... class OutOfPoolMemoryError (line 6674) | class OutOfPoolMemoryError : public SystemError method OutOfPoolMemoryError (line 6677) | OutOfPoolMemoryError( std::string const & message ) : SystemError( mak... method OutOfPoolMemoryError (line 6679) | OutOfPoolMemoryError( char const * message ) : SystemError( make_error... class InvalidExternalHandleError (line 6682) | class InvalidExternalHandleError : public SystemError method InvalidExternalHandleError (line 6685) | InvalidExternalHandleError( std::string const & message ) : SystemErro... method InvalidExternalHandleError (line 6687) | InvalidExternalHandleError( char const * message ) : SystemError( make... class FragmentationError (line 6690) | class FragmentationError : public SystemError method FragmentationError (line 6693) | FragmentationError( std::string const & message ) : SystemError( make_... method FragmentationError (line 6695) | FragmentationError( char const * message ) : SystemError( make_error_c... class InvalidOpaqueCaptureAddressError (line 6698) | class InvalidOpaqueCaptureAddressError : public SystemError method InvalidOpaqueCaptureAddressError (line 6701) | InvalidOpaqueCaptureAddressError( std::string const & message ) : Syst... method InvalidOpaqueCaptureAddressError (line 6703) | InvalidOpaqueCaptureAddressError( char const * message ) : SystemError... class NotPermittedError (line 6706) | class NotPermittedError : public SystemError method NotPermittedError (line 6709) | NotPermittedError( std::string const & message ) : SystemError( make_e... method NotPermittedError (line 6711) | NotPermittedError( char const * message ) : SystemError( make_error_co... class SurfaceLostKHRError (line 6714) | class SurfaceLostKHRError : public SystemError method SurfaceLostKHRError (line 6717) | SurfaceLostKHRError( std::string const & message ) : SystemError( make... method SurfaceLostKHRError (line 6719) | SurfaceLostKHRError( char const * message ) : SystemError( make_error_... class NativeWindowInUseKHRError (line 6722) | class NativeWindowInUseKHRError : public SystemError method NativeWindowInUseKHRError (line 6725) | NativeWindowInUseKHRError( std::string const & message ) : SystemError... method NativeWindowInUseKHRError (line 6727) | NativeWindowInUseKHRError( char const * message ) : SystemError( make_... class OutOfDateKHRError (line 6730) | class OutOfDateKHRError : public SystemError method OutOfDateKHRError (line 6733) | OutOfDateKHRError( std::string const & message ) : SystemError( make_e... method OutOfDateKHRError (line 6735) | OutOfDateKHRError( char const * message ) : SystemError( make_error_co... class IncompatibleDisplayKHRError (line 6738) | class IncompatibleDisplayKHRError : public SystemError method IncompatibleDisplayKHRError (line 6741) | IncompatibleDisplayKHRError( std::string const & message ) : SystemErr... method IncompatibleDisplayKHRError (line 6743) | IncompatibleDisplayKHRError( char const * message ) : SystemError( mak... class ValidationFailedEXTError (line 6746) | class ValidationFailedEXTError : public SystemError method ValidationFailedEXTError (line 6749) | ValidationFailedEXTError( std::string const & message ) : SystemError(... method ValidationFailedEXTError (line 6751) | ValidationFailedEXTError( char const * message ) : SystemError( make_e... class InvalidShaderNVError (line 6754) | class InvalidShaderNVError : public SystemError method InvalidShaderNVError (line 6757) | InvalidShaderNVError( std::string const & message ) : SystemError( mak... method InvalidShaderNVError (line 6759) | InvalidShaderNVError( char const * message ) : SystemError( make_error... class ImageUsageNotSupportedKHRError (line 6762) | class ImageUsageNotSupportedKHRError : public SystemError method ImageUsageNotSupportedKHRError (line 6765) | ImageUsageNotSupportedKHRError( std::string const & message ) : System... method ImageUsageNotSupportedKHRError (line 6767) | ImageUsageNotSupportedKHRError( char const * message ) : SystemError( ... class VideoPictureLayoutNotSupportedKHRError (line 6770) | class VideoPictureLayoutNotSupportedKHRError : public SystemError method VideoPictureLayoutNotSupportedKHRError (line 6773) | VideoPictureLayoutNotSupportedKHRError( std::string const & message ) method VideoPictureLayoutNotSupportedKHRError (line 6778) | VideoPictureLayoutNotSupportedKHRError( char const * message ) : Syste... class VideoProfileOperationNotSupportedKHRError (line 6783) | class VideoProfileOperationNotSupportedKHRError : public SystemError method VideoProfileOperationNotSupportedKHRError (line 6786) | VideoProfileOperationNotSupportedKHRError( std::string const & message ) method VideoProfileOperationNotSupportedKHRError (line 6791) | VideoProfileOperationNotSupportedKHRError( char const * message ) class VideoProfileFormatNotSupportedKHRError (line 6797) | class VideoProfileFormatNotSupportedKHRError : public SystemError method VideoProfileFormatNotSupportedKHRError (line 6800) | VideoProfileFormatNotSupportedKHRError( std::string const & message ) method VideoProfileFormatNotSupportedKHRError (line 6805) | VideoProfileFormatNotSupportedKHRError( char const * message ) : Syste... class VideoProfileCodecNotSupportedKHRError (line 6810) | class VideoProfileCodecNotSupportedKHRError : public SystemError method VideoProfileCodecNotSupportedKHRError (line 6813) | VideoProfileCodecNotSupportedKHRError( std::string const & message ) method VideoProfileCodecNotSupportedKHRError (line 6818) | VideoProfileCodecNotSupportedKHRError( char const * message ) : System... class VideoStdVersionNotSupportedKHRError (line 6821) | class VideoStdVersionNotSupportedKHRError : public SystemError method VideoStdVersionNotSupportedKHRError (line 6824) | VideoStdVersionNotSupportedKHRError( std::string const & message ) : S... method VideoStdVersionNotSupportedKHRError (line 6828) | VideoStdVersionNotSupportedKHRError( char const * message ) : SystemEr... class InvalidDrmFormatModifierPlaneLayoutEXTError (line 6831) | class InvalidDrmFormatModifierPlaneLayoutEXTError : public SystemError method InvalidDrmFormatModifierPlaneLayoutEXTError (line 6834) | InvalidDrmFormatModifierPlaneLayoutEXTError( std::string const & messa... method InvalidDrmFormatModifierPlaneLayoutEXTError (line 6839) | InvalidDrmFormatModifierPlaneLayoutEXTError( char const * message ) class FullScreenExclusiveModeLostEXTError (line 6846) | class FullScreenExclusiveModeLostEXTError : public SystemError method FullScreenExclusiveModeLostEXTError (line 6849) | FullScreenExclusiveModeLostEXTError( std::string const & message ) : S... method FullScreenExclusiveModeLostEXTError (line 6853) | FullScreenExclusiveModeLostEXTError( char const * message ) : SystemEr... class InvalidVideoStdParametersKHRError (line 6857) | class InvalidVideoStdParametersKHRError : public SystemError method InvalidVideoStdParametersKHRError (line 6860) | InvalidVideoStdParametersKHRError( std::string const & message ) : Sys... method InvalidVideoStdParametersKHRError (line 6862) | InvalidVideoStdParametersKHRError( char const * message ) : SystemErro... class CompressionExhaustedEXTError (line 6865) | class CompressionExhaustedEXTError : public SystemError method CompressionExhaustedEXTError (line 6868) | CompressionExhaustedEXTError( std::string const & message ) : SystemEr... method CompressionExhaustedEXTError (line 6870) | CompressionExhaustedEXTError( char const * message ) : SystemError( ma... class NotEnoughSpaceKHRError (line 6873) | class NotEnoughSpaceKHRError : public SystemError method NotEnoughSpaceKHRError (line 6876) | NotEnoughSpaceKHRError( std::string const & message ) : SystemError( m... method NotEnoughSpaceKHRError (line 6878) | NotEnoughSpaceKHRError( char const * message ) : SystemError( make_err... type detail (line 6881) | namespace detail function VULKAN_HPP_INLINE (line 6883) | [[noreturn]] VULKAN_HPP_INLINE void throwResultException( Result resul... function ResultValue (line 6936) | ResultValue( Result r, T & v ) function ResultValue (line 6945) | ResultValue( Result r, T && v ) function ResultValue (line 6967) | ResultValue( Result r, UniqueHandle && v ) function asTuple (line 6977) | std::tuple> asTuple() & function asTuple (line 6982) | std::tuple> asTuple() && type ResultValue>> (line 6992) | struct ResultValue>> method ResultValue (line 6997) | ResultValue( Result r, std::vector> && v ) method asTuple (line 7007) | std::tuple>> asTuple() & method asTuple (line 7012) | std::tuple>> asTuple(... type ResultValueType (line 7023) | struct ResultValueType type ResultValueType (line 7033) | struct ResultValueType method namespace (line 7042) | namespace detail method namespace (line 7081) | namespace detail method VULKAN_HPP_CONSTEXPR (line 7204) | VULKAN_HPP_CONSTEXPR uint32_t apiVersionMajor( T const version ) method VULKAN_HPP_CONSTEXPR (line 7210) | VULKAN_HPP_CONSTEXPR uint32_t apiVersionMinor( T const version ) method VULKAN_HPP_CONSTEXPR (line 7216) | VULKAN_HPP_CONSTEXPR uint32_t apiVersionPatch( T const version ) method VULKAN_HPP_CONSTEXPR (line 7222) | VULKAN_HPP_CONSTEXPR uint32_t apiVersionVariant( T const version ) method VULKAN_HPP_CONSTEXPR (line 7228) | VULKAN_HPP_CONSTEXPR uint32_t makeApiVersion( T const variant, T const... method VULKAN_HPP_CONSTEXPR (line 7235) | VULKAN_HPP_CONSTEXPR uint32_t makeVersion( T const major, T const mino... method VULKAN_HPP_CONSTEXPR (line 7242) | VULKAN_HPP_CONSTEXPR uint32_t versionMajor( T const version ) method VULKAN_HPP_CONSTEXPR (line 7249) | VULKAN_HPP_CONSTEXPR uint32_t versionMinor( T const version ) method VULKAN_HPP_CONSTEXPR (line 7256) | VULKAN_HPP_CONSTEXPR uint32_t versionPatch( T const version ) type StructExtends (line 8989) | struct StructExtends type StructExtends (line 8998) | struct StructExtends type StructExtends (line 9007) | struct StructExtends type StructExtends (line 9016) | struct StructExtends type StructExtends (line 9025) | struct StructExtends (line 9034) | struct StructExtends (line 9043) | struct StructExtends (line 9052) | struct StructExtends (line 9062) | struct StructExtends (line 9071) | struct StructExtends (line 9080) | struct StructExtends type StructExtends (line 9089) | struct StructExtends type StructExtends (line 9098) | struct StructExtends type StructExtends (line 9107) | struct StructExtends type StructExtends (line 9116) | struct StructExtends type StructExtends (line 9125) | struct StructExtends type StructExtends (line 9134) | struct StructExtends (line 9143) | struct StructExtends type StructExtends (line 9152) | struct StructExtends type StructExtends (line 9161) | struct StructExtends type StructExtends (line 9170) | struct StructExtends type StructExtends (line 9179) | struct StructExtends type StructExtends (line 9188) | struct StructExtends type StructExtends (line 9197) | struct StructExtends (line 9206) | struct StructExtends (line 9215) | struct StructExtends type StructExtends (line 9224) | struct StructExtends (line 9233) | struct StructExtends type StructExtends (line 9242) | struct StructExtends (line 9251) | struct StructExtends type StructExtends (line 9260) | struct StructExtends (line 9269) | struct StructExtends (line 9278) | struct StructExtends (line 9287) | struct StructExtends (line 9296) | struct StructExtends (line 9305) | struct StructExtends (line 9314) | struct StructExtends type StructExtends (line 9323) | struct StructExtends type StructExtends (line 9332) | struct StructExtends type StructExtends (line 9341) | struct StructExtends type StructExtends (line 9350) | struct StructExtends (line 9359) | struct StructExtends (line 9368) | struct StructExtends (line 9377) | struct StructExtends (line 9386) | struct StructExtends (line 9395) | struct StructExtends type StructExtends (line 9404) | struct StructExtends type StructExtends (line 9413) | struct StructExtends type StructExtends (line 9422) | struct StructExtends type StructExtends (line 9431) | struct StructExtends type StructExtends (line 9440) | struct StructExtends type StructExtends (line 9449) | struct StructExtends type StructExtends (line 9458) | struct StructExtends (line 9467) | struct StructExtends (line 9476) | struct StructExtends (line 9486) | struct StructExtends (line 9495) | struct StructExtends type StructExtends (line 9504) | struct StructExtends (line 9513) | struct StructExtends (line 9522) | struct StructExtends type StructExtends (line 9531) | struct StructExtends (line 9540) | struct StructExtends type StructExtends (line 9549) | struct StructExtends type StructExtends (line 9558) | struct StructExtends (line 9567) | struct StructExtends (line 9576) | struct StructExtends type StructExtends (line 9585) | struct StructExtends (line 9594) | struct StructExtends (line 9603) | struct StructExtends (line 9612) | struct StructExtends (line 9621) | struct StructExtends (line 9630) | struct StructExtends (line 9639) | struct StructExtends (line 9648) | struct StructExtends (line 9657) | struct StructExtends (line 9666) | struct StructExtends (line 9675) | struct StructExtends (line 9684) | struct StructExtends (line 9693) | struct StructExtends (line 9702) | struct StructExtends (line 9711) | struct StructExtends (line 9720) | struct StructExtends (line 9729) | struct StructExtends type StructExtends (line 9738) | struct StructExtends (line 9747) | struct StructExtends type StructExtends (line 9756) | struct StructExtends (line 9765) | struct StructExtends (line 9774) | struct StructExtends (line 9783) | struct StructExtends (line 9792) | struct StructExtends (line 9801) | struct StructExtends (line 9810) | struct StructExtends type StructExtends (line 9819) | struct StructExtends (line 9828) | struct StructExtends (line 9837) | struct StructExtends (line 9846) | struct StructExtends (line 9855) | struct StructExtends (line 9864) | struct StructExtends (line 9873) | struct StructExtends (line 9882) | struct StructExtends (line 9891) | struct StructExtends (line 9900) | struct StructExtends (line 9909) | struct StructExtends (line 9918) | struct StructExtends (line 9927) | struct StructExtends (line 9936) | struct StructExtends type StructExtends (line 9945) | struct StructExtends (line 9954) | struct StructExtends type StructExtends (line 9963) | struct StructExtends type StructExtends (line 9972) | struct StructExtends (line 9981) | struct StructExtends (line 9990) | struct StructExtends (line 9999) | struct StructExtends (line 10009) | struct StructExtends (line 10018) | struct StructExtends type StructExtends (line 10027) | struct StructExtends (line 10036) | struct StructExtends (line 10045) | struct StructExtends (line 10054) | struct StructExtends (line 10063) | struct StructExtends (line 10072) | struct StructExtends (line 10081) | struct StructExtends (line 10090) | struct StructExtends (line 10099) | struct StructExtends (line 10108) | struct StructExtends (line 10117) | struct StructExtends (line 10126) | struct StructExtends type StructExtends (line 10135) | struct StructExtends type StructExtends (line 10144) | struct StructExtends (line 10153) | struct StructExtends (line 10162) | struct StructExtends type StructExtends (line 10171) | struct StructExtends (line 10180) | struct StructExtends (line 10189) | struct StructExtends (line 10198) | struct StructExtends (line 10207) | struct StructExtends (line 10216) | struct StructExtends (line 10225) | struct StructExtends (line 10234) | struct StructExtends (line 10243) | struct StructExtends (line 10252) | struct StructExtends (line 10261) | struct StructExtends (line 10270) | struct StructExtends (line 10279) | struct StructExtends (line 10288) | struct StructExtends (line 10297) | struct StructExtends (line 10306) | struct StructExtends (line 10315) | struct StructExtends (line 10324) | struct StructExtends (line 10333) | struct StructExtends (line 10342) | struct StructExtends (line 10351) | struct StructExtends (line 10360) | struct StructExtends (line 10369) | struct StructExtends (line 10378) | struct StructExtends (line 10387) | struct StructExtends (line 10396) | struct StructExtends (line 10405) | struct StructExtends type StructExtends (line 10414) | struct StructExtends (line 10423) | struct StructExtends type StructExtends (line 10432) | struct StructExtends (line 10442) | struct StructExtends (line 10451) | struct StructExtends type StructExtends (line 10460) | struct StructExtends (line 10469) | struct StructExtends (line 10478) | struct StructExtends (line 10487) | struct StructExtends (line 10496) | struct StructExtends (line 10505) | struct StructExtends (line 10514) | struct StructExtends (line 10523) | struct StructExtends (line 10532) | struct StructExtends (line 10541) | struct StructExtends (line 10550) | struct StructExtends (line 10559) | struct StructExtends (line 10568) | struct StructExtends (line 10577) | struct StructExtends (line 10586) | struct StructExtends (line 10595) | struct StructExtends (line 10604) | struct StructExtends (line 10613) | struct StructExtends (line 10622) | struct StructExtends (line 10631) | struct StructExtends (line 10640) | struct StructExtends (line 10649) | struct StructExtends (line 10658) | struct StructExtends type StructExtends (line 10667) | struct StructExtends (line 10676) | struct StructExtends (line 10685) | struct StructExtends (line 10694) | struct StructExtends (line 10703) | struct StructExtends (line 10712) | struct StructExtends type StructExtends (line 10721) | struct StructExtends type StructExtends (line 10730) | struct StructExtends (line 10739) | struct StructExtends (line 10748) | struct StructExtends (line 10757) | struct StructExtends (line 10766) | struct StructExtends (line 10775) | struct StructExtends (line 10784) | struct StructExtends (line 10793) | struct StructExtends (line 10802) | struct StructExtends (line 10811) | struct StructExtends (line 10820) | struct StructExtends type StructExtends (line 10829) | struct StructExtends (line 10838) | struct StructExtends type StructExtends (line 10847) | struct StructExtends type StructExtends (line 10856) | struct StructExtends (line 10865) | struct StructExtends (line 10874) | struct StructExtends (line 10883) | struct StructExtends (line 10892) | struct StructExtends (line 10901) | struct StructExtends (line 10910) | struct StructExtends (line 10919) | struct StructExtends (line 10928) | struct StructExtends (line 10937) | struct StructExtends (line 10946) | struct StructExtends type StructExtends (line 10955) | struct StructExtends (line 10964) | struct StructExtends type StructExtends (line 10973) | struct StructExtends (line 10983) | struct StructExtends type StructExtends (line 10992) | struct StructExtends type StructExtends (line 11001) | struct StructExtends type StructExtends (line 11010) | struct StructExtends (line 11020) | struct StructExtends type StructExtends (line 11030) | struct StructExtends type StructExtends (line 11040) | struct StructExtends (line 11050) | struct StructExtends (line 11059) | struct StructExtends type StructExtends (line 11068) | struct StructExtends type StructExtends (line 11077) | struct StructExtends (line 11086) | struct StructExtends (line 11095) | struct StructExtends type StructExtends (line 11104) | struct StructExtends type StructExtends (line 11114) | struct StructExtends type StructExtends (line 11123) | struct StructExtends type StructExtends (line 11132) | struct StructExtends type StructExtends (line 11142) | struct StructExtends type StructExtends (line 11151) | struct StructExtends (line 11160) | struct StructExtends (line 11170) | struct StructExtends (line 11179) | struct StructExtends (line 11188) | struct StructExtends (line 11197) | struct StructExtends (line 11207) | struct StructExtends (line 11217) | struct StructExtends type StructExtends (line 11226) | struct StructExtends (line 11235) | struct StructExtends (line 11244) | struct StructExtends (line 11253) | struct StructExtends (line 11262) | struct StructExtends (line 11271) | struct StructExtends (line 11280) | struct StructExtends type StructExtends (line 11289) | struct StructExtends (line 11298) | struct StructExtends type StructExtends (line 11307) | struct StructExtends type StructExtends (line 11316) | struct StructExtends (line 11325) | struct StructExtends (line 11334) | struct StructExtends (line 11343) | struct StructExtends (line 11353) | struct StructExtends type StructExtends (line 11362) | struct StructExtends (line 11371) | struct StructExtends (line 11380) | struct StructExtends (line 11389) | struct StructExtends (line 11398) | struct StructExtends (line 11407) | struct StructExtends (line 11416) | struct StructExtends type StructExtends (line 11425) | struct StructExtends (line 11434) | struct StructExtends type StructExtends (line 11443) | struct StructExtends type StructExtends (line 11452) | struct StructExtends (line 11461) | struct StructExtends (line 11470) | struct StructExtends (line 11479) | struct StructExtends (line 11489) | struct StructExtends type StructExtends (line 11498) | struct StructExtends type StructExtends (line 11507) | struct StructExtends type StructExtends (line 11516) | struct StructExtends (line 11525) | struct StructExtends (line 11534) | struct StructExtends type StructExtends (line 11543) | struct StructExtends (line 11553) | struct StructExtends (line 11563) | struct StructExtends (line 11572) | struct StructExtends (line 11582) | struct StructExtends type StructExtends (line 11591) | struct StructExtends type StructExtends (line 11602) | struct StructExtends type StructExtends (line 11611) | struct StructExtends type StructExtends (line 11623) | struct StructExtends type StructExtends (line 11632) | struct StructExtends type StructExtends (line 11643) | struct StructExtends type StructExtends (line 11653) | struct StructExtends type StructExtends (line 11662) | struct StructExtends (line 11671) | struct StructExtends type StructExtends (line 11682) | struct StructExtends type StructExtends (line 11691) | struct StructExtends type StructExtends (line 11702) | struct StructExtends type StructExtends (line 11713) | struct StructExtends type StructExtends (line 11722) | struct StructExtends type StructExtends (line 11734) | struct StructExtends (line 11743) | struct StructExtends type StructExtends (line 11754) | struct StructExtends (line 11763) | struct StructExtends (line 11772) | struct StructExtends (line 11782) | struct StructExtends type StructExtends (line 11792) | struct StructExtends (line 11802) | struct StructExtends type StructExtends (line 11812) | struct StructExtends type StructExtends (line 11822) | struct StructExtends (line 11831) | struct StructExtends (line 11840) | struct StructExtends (line 11849) | struct StructExtends type StructExtends (line 11859) | struct StructExtends (line 11869) | struct StructExtends (line 11878) | struct StructExtends (line 11888) | struct StructExtends (line 11897) | struct StructExtends (line 11907) | struct StructExtends (line 11916) | struct StructExtends (line 11925) | struct StructExtends (line 11935) | struct StructExtends (line 11944) | struct StructExtends (line 11954) | struct StructExtends (line 11965) | struct StructExtends type StructExtends (line 11976) | struct StructExtends (line 11985) | struct StructExtends (line 11994) | struct StructExtends (line 12003) | struct StructExtends (line 12012) | struct StructExtends type StructExtends (line 12021) | struct StructExtends type StructExtends (line 12031) | struct StructExtends type StructExtends (line 12040) | struct StructExtends (line 12051) | struct StructExtends (line 12060) | struct StructExtends (line 12069) | struct StructExtends (line 12078) | struct StructExtends type StructExtends (line 12087) | struct StructExtends (line 12096) | struct StructExtends type StructExtends (line 12105) | struct StructExtends type StructExtends (line 12114) | struct StructExtends type StructExtends (line 12123) | struct StructExtends (line 12135) | struct StructExtends (line 12144) | struct StructExtends (line 12153) | struct StructExtends (line 12162) | struct StructExtends (line 12173) | struct StructExtends (line 12182) | struct StructExtends (line 12192) | struct StructExtends type StructExtends (line 12201) | struct StructExtends type StructExtends (line 12210) | struct StructExtends (line 12219) | struct StructExtends (line 12228) | struct StructExtends (line 12238) | struct StructExtends (line 12247) | struct StructExtends (line 12256) | struct StructExtends (line 12265) | struct StructExtends (line 12275) | struct StructExtends (line 12285) | struct StructExtends (line 12294) | struct StructExtends (line 12303) | struct StructExtends (line 12312) | struct StructExtends (line 12322) | struct StructExtends (line 12331) | struct StructExtends (line 12340) | struct StructExtends (line 12350) | struct StructExtends (line 12359) | struct StructExtends type StructExtends (line 12369) | struct StructExtends (line 12379) | struct StructExtends (line 12388) | struct StructExtends (line 12397) | struct StructExtends (line 12407) | struct StructExtends type StructExtends (line 12416) | struct StructExtends (line 12425) | struct StructExtends (line 12434) | struct StructExtends (line 12443) | struct StructExtends (line 12453) | struct StructExtends (line 12462) | struct StructExtends (line 12473) | struct StructExtends (line 12482) | struct StructExtends (line 12491) | struct StructExtends (line 12502) | struct StructExtends (line 12511) | struct StructExtends (line 12520) | struct StructExtends (line 12529) | struct StructExtends (line 12538) | struct StructExtends (line 12548) | struct StructExtends (line 12557) | struct StructExtends (line 12567) | struct StructExtends (line 12576) | struct StructExtends (line 12585) | struct StructExtends (line 12595) | struct StructExtends (line 12604) | struct StructExtends (line 12614) | struct StructExtends type StructExtends (line 12623) | struct StructExtends (line 12633) | struct StructExtends (line 12642) | struct StructExtends (line 12652) | struct StructExtends (line 12661) | struct StructExtends (line 12670) | struct StructExtends (line 12681) | struct StructExtends (line 12691) | struct StructExtends type StructExtends (line 12700) | struct StructExtends type StructExtends (line 12709) | struct StructExtends type StructExtends (line 12718) | struct StructExtends (line 12727) | struct StructExtends (line 12736) | struct StructExtends type StructExtends (line 12745) | struct StructExtends (line 12755) | struct StructExtends (line 12765) | struct StructExtends (line 12776) | struct StructExtends type StructExtends (line 12787) | struct StructExtends (line 12796) | struct StructExtends type StructExtends (line 12805) | struct StructExtends (line 12815) | struct StructExtends (line 12824) | struct StructExtends (line 12834) | struct StructExtends (line 12843) | struct StructExtends (line 12852) | struct StructExtends (line 12862) | struct StructExtends (line 12871) | struct StructExtends (line 12881) | struct StructExtends (line 12890) | struct StructExtends (line 12900) | struct StructExtends (line 12910) | struct StructExtends (line 12920) | struct StructExtends (line 12929) | struct StructExtends (line 12939) | struct StructExtends (line 12948) | struct StructExtends (line 12957) | struct StructExtends (line 12966) | struct StructExtends (line 12975) | struct StructExtends (line 12984) | struct StructExtends (line 12994) | struct StructExtends (line 13003) | struct StructExtends (line 13012) | struct StructExtends (line 13021) | struct StructExtends (line 13030) | struct StructExtends (line 13039) | struct StructExtends (line 13049) | struct StructExtends (line 13059) | struct StructExtends (line 13068) | struct StructExtends (line 13078) | struct StructExtends (line 13087) | struct StructExtends (line 13097) | struct StructExtends (line 13106) | struct StructExtends (line 13116) | struct StructExtends (line 13126) | struct StructExtends (line 13135) | struct StructExtends (line 13144) | struct StructExtends type StructExtends (line 13154) | struct StructExtends (line 13164) | struct StructExtends (line 13173) | struct StructExtends (line 13183) | struct StructExtends (line 13192) | struct StructExtends (line 13201) | struct StructExtends type StructExtends (line 13211) | struct StructExtends type StructExtends (line 13220) | struct StructExtends type StructExtends (line 13229) | struct StructExtends type StructExtends (line 13239) | struct StructExtends (line 13248) | struct StructExtends (line 13258) | struct StructExtends (line 13267) | struct StructExtends (line 13276) | struct StructExtends (line 13286) | struct StructExtends (line 13295) | struct StructExtends (line 13304) | struct StructExtends (line 13314) | struct StructExtends (line 13323) | struct StructExtends (line 13333) | struct StructExtends (line 13342) | struct StructExtends (line 13352) | struct StructExtends (line 13361) | struct StructExtends (line 13370) | struct StructExtends (line 13379) | struct StructExtends (line 13390) | struct StructExtends (line 13399) | struct StructExtends (line 13408) | struct StructExtends (line 13417) | struct StructExtends (line 13426) | struct StructExtends (line 13437) | struct StructExtends (line 13446) | struct StructExtends (line 13456) | struct StructExtends (line 13465) | struct StructExtends (line 13475) | struct StructExtends (line 13484) | struct StructExtends (line 13494) | struct StructExtends (line 13503) | struct StructExtends (line 13512) | struct StructExtends (line 13521) | struct StructExtends type StructExtends (line 13531) | struct StructExtends (line 13540) | struct StructExtends (line 13550) | struct StructExtends type StructExtends (line 13559) | struct StructExtends (line 13568) | struct StructExtends (line 13578) | struct StructExtends (line 13587) | struct StructExtends (line 13596) | struct StructExtends type StructExtends (line 13605) | struct StructExtends (line 13614) | struct StructExtends type StructExtends (line 13623) | struct StructExtends (line 13633) | struct StructExtends (line 13642) | struct StructExtends (line 13651) | struct StructExtends (line 13660) | struct StructExtends (line 13670) | struct StructExtends (line 13679) | struct StructExtends (line 13688) | struct StructExtends (line 13698) | struct StructExtends (line 13707) | struct StructExtends (line 13717) | struct StructExtends type StructExtends (line 13726) | struct StructExtends (line 13736) | struct StructExtends (line 13745) | struct StructExtends (line 13754) | struct StructExtends type StructExtends (line 13763) | struct StructExtends (line 13773) | struct StructExtends (line 13782) | struct StructExtends (line 13791) | struct StructExtends (line 13801) | struct StructExtends (line 13810) | struct StructExtends (line 13819) | struct StructExtends (line 13829) | struct StructExtends (line 13838) | struct StructExtends (line 13847) | struct StructExtends (line 13856) | struct StructExtends (line 13866) | struct StructExtends (line 13876) | struct StructExtends (line 13885) | struct StructExtends (line 13894) | struct StructExtends (line 13903) | struct StructExtends (line 13913) | struct StructExtends type StructExtends (line 13922) | struct StructExtends (line 13931) | struct StructExtends type StructExtends (line 13941) | struct StructExtends type StructExtends (line 13950) | struct StructExtends (line 13959) | struct StructExtends type StructExtends (line 13968) | struct StructExtends type StructExtends (line 13977) | struct StructExtends (line 13986) | struct StructExtends (line 13995) | struct StructExtends (line 14004) | struct StructExtends (line 14014) | struct StructExtends (line 14023) | struct StructExtends (line 14032) | struct StructExtends type StructExtends (line 14043) | struct StructExtends (line 14052) | struct StructExtends (line 14061) | struct StructExtends (line 14072) | struct StructExtends type StructExtends (line 14083) | struct StructExtends type StructExtends (line 14092) | struct StructExtends type StructExtends (line 14101) | struct StructExtends type StructExtends (line 14110) | struct StructExtends type StructExtends (line 14119) | struct StructExtends type StructExtends (line 14128) | struct StructExtends type StructExtends (line 14137) | struct StructExtends type StructExtends (line 14146) | struct StructExtends type StructExtends (line 14155) | struct StructExtends (line 14164) | struct StructExtends type StructExtends (line 14173) | struct StructExtends type StructExtends (line 14182) | struct StructExtends type StructExtends (line 14191) | struct StructExtends type StructExtends (line 14200) | struct StructExtends (line 14209) | struct StructExtends type StructExtends (line 14218) | struct StructExtends (line 14227) | struct StructExtends type StructExtends (line 14236) | struct StructExtends type StructExtends (line 14247) | struct StructExtends (line 14256) | struct StructExtends (line 14265) | struct StructExtends (line 14274) | struct StructExtends (line 14283) | struct StructExtends (line 14292) | struct StructExtends (line 14301) | struct StructExtends (line 14310) | struct StructExtends (line 14319) | struct StructExtends (line 14328) | struct StructExtends (line 14337) | struct StructExtends (line 14347) | struct StructExtends (line 14356) | struct StructExtends (line 14365) | struct StructExtends (line 14374) | struct StructExtends (line 14384) | struct StructExtends (line 14393) | struct StructExtends (line 14403) | struct StructExtends (line 14412) | struct StructExtends (line 14421) | struct StructExtends (line 14431) | struct StructExtends (line 14440) | struct StructExtends (line 14450) | struct StructExtends (line 14459) | struct StructExtends (line 14468) | struct StructExtends (line 14477) | struct StructExtends (line 14487) | struct StructExtends (line 14496) | struct StructExtends (line 14505) | struct StructExtends (line 14514) | struct StructExtends (line 14524) | struct StructExtends (line 14533) | struct StructExtends type StructExtends (line 14542) | struct StructExtends (line 14552) | struct StructExtends (line 14561) | struct StructExtends (line 14571) | struct StructExtends (line 14580) | struct StructExtends (line 14589) | struct StructExtends (line 14599) | struct StructExtends type StructExtends (line 14608) | struct StructExtends type StructExtends (line 14618) | struct StructExtends (line 14627) | struct StructExtends (line 14637) | struct StructExtends (line 14646) | struct StructExtends (line 14655) | struct StructExtends type StructExtends (line 14664) | struct StructExtends type StructExtends (line 14673) | struct StructExtends (line 14682) | struct StructExtends type StructExtends (line 14691) | struct StructExtends type StructExtends (line 14700) | struct StructExtends type StructExtends (line 14710) | struct StructExtends (line 14719) | struct StructExtends (line 14729) | struct StructExtends (line 14738) | struct StructExtends (line 14748) | struct StructExtends (line 14757) | struct StructExtends type StructExtends (line 14767) | struct StructExtends (line 14776) | struct StructExtends (line 14786) | struct StructExtends (line 14795) | struct StructExtends (line 14805) | struct StructExtends (line 14815) | struct StructExtends (line 14824) | struct StructExtends (line 14833) | struct StructExtends (line 14843) | struct StructExtends (line 14852) | struct StructExtends (line 14861) | struct StructExtends (line 14871) | struct StructExtends (line 14880) | struct StructExtends (line 14890) | struct StructExtends (line 14899) | struct StructExtends (line 14910) | struct StructExtends (line 14922) | struct StructExtends (line 14931) | struct StructExtends (line 14940) | struct StructExtends (line 14951) | struct StructExtends (line 14960) | struct StructExtends (line 14969) | struct StructExtends (line 14978) | struct StructExtends (line 14988) | struct StructExtends (line 14997) | struct StructExtends (line 15007) | struct StructExtends (line 15016) | struct StructExtends (line 15026) | struct StructExtends (line 15035) | struct StructExtends (line 15045) | struct StructExtends (line 15054) | struct StructExtends (line 15063) | struct StructExtends type StructExtends (line 15072) | struct StructExtends type StructExtends (line 15081) | struct StructExtends type StructExtends (line 15090) | struct StructExtends type StructExtends (line 15100) | struct StructExtends (line 15109) | struct StructExtends (line 15118) | struct StructExtends type StructExtends (line 15127) | struct StructExtends (line 15136) | struct StructExtends (line 15146) | struct StructExtends (line 15155) | struct StructExtends (line 15165) | struct StructExtends (line 15174) | struct StructExtends (line 15183) | struct StructExtends (line 15193) | struct StructExtends (line 15202) | struct StructExtends (line 15212) | struct StructExtends (line 15221) | struct StructExtends (line 15231) | struct StructExtends (line 15240) | struct StructExtends (line 15249) | struct StructExtends type StructExtends (line 15259) | struct StructExtends (line 15268) | struct StructExtends type StructExtends (line 15277) | struct StructExtends (line 15287) | struct StructExtends (line 15296) | struct StructExtends (line 15306) | struct StructExtends (line 15315) | struct StructExtends (line 15324) | struct StructExtends (line 15334) | struct StructExtends (line 15343) | struct StructExtends (line 15352) | struct StructExtends (line 15361) | struct StructExtends (line 15372) | struct StructExtends (line 15381) | struct StructExtends (line 15390) | struct StructExtends (line 15399) | struct StructExtends (line 15410) | struct StructExtends (line 15419) | struct StructExtends (line 15428) | struct StructExtends (line 15437) | struct StructExtends (line 15447) | struct StructExtends (line 15456) | struct StructExtends (line 15465) | struct StructExtends (line 15475) | struct StructExtends (line 15484) | struct StructExtends (line 15494) | struct StructExtends (line 15504) | struct StructExtends (line 15513) | struct StructExtends (line 15522) | struct StructExtends (line 15531) | struct StructExtends (line 15540) | struct StructExtends (line 15550) | struct StructExtends (line 15559) | struct StructExtends (line 15568) | struct StructExtends type StructExtends (line 15578) | struct StructExtends (line 15587) | struct StructExtends (line 15597) | struct StructExtends (line 15606) | struct StructExtends (line 15616) | struct StructExtends (line 15625) | struct StructExtends (line 15634) | struct StructExtends (line 15643) | struct StructExtends type StructExtends (line 15652) | struct StructExtends type StructExtends (line 15661) | struct StructExtends (line 15671) | struct StructExtends (line 15680) | struct StructExtends (line 15689) | struct StructExtends (line 15698) | struct StructExtends (line 15708) | struct StructExtends (line 15717) | struct StructExtends (line 15726) | struct StructExtends (line 15736) | struct StructExtends (line 15745) | struct StructExtends (line 15754) | struct StructExtends (line 15764) | struct StructExtends (line 15773) | struct StructExtends (line 15782) | struct StructExtends (line 15792) | struct StructExtends (line 15801) | struct StructExtends (line 15811) | struct StructExtends (line 15820) | struct StructExtends (line 15830) | struct StructExtends (line 15839) | struct StructExtends (line 15849) | struct StructExtends (line 15858) | struct StructExtends (line 15868) | struct StructExtends (line 15877) | struct StructExtends (line 15886) | struct StructExtends (line 15895) | struct StructExtends (line 15905) | struct StructExtends (line 15914) | struct StructExtends (line 15923) | struct StructExtends (line 15933) | struct StructExtends (line 15942) | struct StructExtends (line 15951) | struct StructExtends (line 15960) | struct StructExtends (line 15970) | struct StructExtends (line 15979) | struct StructExtends (line 15988) | struct StructExtends (line 15998) | struct StructExtends (line 16007) | struct StructExtends (line 16016) | struct StructExtends type StructExtends (line 16025) | struct StructExtends type StructExtends (line 16034) | struct StructExtends (line 16043) | struct StructExtends (line 16053) | struct StructExtends type StructExtends (line 16063) | struct StructExtends (line 16072) | struct StructExtends (line 16081) | struct StructExtends (line 16090) | struct StructExtends (line 16100) | struct StructExtends (line 16109) | struct StructExtends (line 16119) | struct StructExtends (line 16128) | struct StructExtends type StructExtends (line 16137) | struct StructExtends (line 16146) | struct StructExtends (line 16155) | struct StructExtends type StructExtends (line 16164) | struct StructExtends (line 16174) | struct StructExtends (line 16183) | struct StructExtends (line 16194) | struct StructExtends (line 16203) | struct StructExtends (line 16212) | struct StructExtends (line 16221) | struct StructExtends (line 16232) | struct StructExtends (line 16241) | struct StructExtends type StructExtends (line 16251) | struct StructExtends (line 16260) | struct StructExtends (line 16270) | struct StructExtends (line 16279) | struct StructExtends (line 16288) | struct StructExtends (line 16298) | struct StructExtends (line 16307) | struct StructExtends (line 16316) | struct StructExtends (line 16325) | struct StructExtends (line 16334) | struct StructExtends type StructExtends (line 16343) | struct StructExtends type StructExtends (line 16352) | struct StructExtends (line 16362) | struct StructExtends (line 16371) | struct StructExtends (line 16381) | struct StructExtends (line 16390) | struct StructExtends (line 16399) | struct StructExtends type StructExtends (line 16409) | struct StructExtends (line 16418) | struct StructExtends (line 16428) | struct StructExtends (line 16437) | struct StructExtends (line 16446) | struct StructExtends (line 16456) | struct StructExtends (line 16465) | struct StructExtends (line 16474) | struct StructExtends (line 16484) | struct StructExtends (line 16493) | struct StructExtends (line 16502) | struct StructExtends (line 16512) | struct StructExtends (line 16521) | struct StructExtends (line 16530) | struct StructExtends (line 16539) | struct StructExtends (line 16549) | struct StructExtends (line 16558) | struct StructExtends (line 16567) | struct StructExtends (line 16577) | struct StructExtends type StructExtends (line 16587) | struct StructExtends (line 16596) | struct StructExtends (line 16605) | struct StructExtends (line 16615) | struct StructExtends (line 16624) | struct StructExtends (line 16634) | struct StructExtends (line 16643) | struct StructExtends (line 16653) | struct StructExtends type StructExtends (line 16662) | struct StructExtends type StructExtends (line 16671) | struct StructExtends type StructExtends (line 16680) | struct StructExtends type StructExtends (line 16690) | struct StructExtends (line 16699) | struct StructExtends (line 16708) | struct StructExtends (line 16718) | struct StructExtends (line 16727) | struct StructExtends (line 16736) | struct StructExtends (line 16745) | struct StructExtends (line 16755) | struct StructExtends (line 16764) | struct StructExtends (line 16773) | struct StructExtends (line 16783) | struct StructExtends type StructExtends (line 16792) | struct StructExtends type StructExtends (line 16801) | struct StructExtends type StructExtends (line 16810) | struct StructExtends (line 16819) | struct StructExtends type StructExtends (line 16828) | struct StructExtends (line 16838) | struct StructExtends (line 16847) | struct StructExtends (line 16856) | struct StructExtends type StructExtends (line 16865) | struct StructExtends (line 16874) | struct StructExtends (line 16883) | struct StructExtends (line 16892) | struct StructExtends type StructExtends (line 16901) | struct StructExtends (line 16910) | struct StructExtends type StructExtends (line 16919) | struct StructExtends type StructExtends (line 16928) | struct StructExtends (line 16937) | struct StructExtends (line 16946) | struct StructExtends (line 16955) | struct StructExtends (line 16965) | struct StructExtends (line 16974) | struct StructExtends (line 16983) | struct StructExtends type StructExtends (line 16992) | struct StructExtends type StructExtends (line 17002) | struct StructExtends (line 17011) | struct StructExtends (line 17021) | struct StructExtends (line 17030) | struct StructExtends (line 17039) | struct StructExtends (line 17048) | struct StructExtends (line 17058) | struct StructExtends (line 17067) | struct StructExtends (line 17076) | struct StructExtends type StructExtends (line 17085) | struct StructExtends type StructExtends (line 17095) | struct StructExtends (line 17104) | struct StructExtends (line 17113) | struct StructExtends (line 17123) | struct StructExtends (line 17132) | struct StructExtends (line 17142) | struct StructExtends (line 17151) | struct StructExtends (line 17162) | struct StructExtends (line 17171) | struct StructExtends type StructExtends (line 17180) | struct StructExtends type StructExtends (line 17189) | struct StructExtends type StructExtends (line 17198) | struct StructExtends (line 17207) | struct StructExtends (line 17218) | struct StructExtends (line 17228) | struct StructExtends (line 17237) | struct StructExtends (line 17247) | struct StructExtends (line 17256) | struct StructExtends (line 17266) | struct StructExtends (line 17275) | struct StructExtends (line 17284) | struct StructExtends type StructExtends (line 17293) | struct StructExtends (line 17302) | struct StructExtends (line 17311) | struct StructExtends (line 17320) | struct StructExtends (line 17329) | struct StructExtends (line 17338) | struct StructExtends (line 17347) | struct StructExtends (line 17356) | struct StructExtends (line 17366) | struct StructExtends (line 17375) | struct StructExtends (line 17385) | struct StructExtends (line 17394) | struct StructExtends (line 17404) | struct StructExtends (line 17413) | struct StructExtends (line 17423) | struct StructExtends (line 17432) | struct StructExtends (line 17441) | struct StructExtends (line 17450) | struct StructExtends (line 17459) | struct StructExtends (line 17469) | struct StructExtends (line 17478) | struct StructExtends (line 17488) | struct StructExtends (line 17497) | struct StructExtends (line 17507) | struct StructExtends (line 17516) | struct StructExtends (line 17526) | struct StructExtends (line 17535) | struct StructExtends (line 17544) | struct StructExtends (line 17553) | struct StructExtends (line 17563) | struct StructExtends (line 17572) | struct StructExtends (line 17581) | struct StructExtends (line 17590) | struct StructExtends (line 17599) | struct StructExtends (line 17609) | struct StructExtends (line 17618) | struct StructExtends (line 17627) | struct StructExtends (line 17636) | struct StructExtends (line 17645) | struct StructExtends (line 17654) | struct StructExtends (line 17663) | struct StructExtends (line 17673) | struct StructExtends (line 17682) | struct StructExtends (line 17691) | struct StructExtends type StructExtends (line 17700) | struct StructExtends type StructExtends (line 17709) | struct StructExtends type StructExtends (line 17719) | struct StructExtends (line 17728) | struct StructExtends (line 17737) | struct StructExtends (line 17746) | struct StructExtends type StructExtends (line 17756) | struct StructExtends (line 17765) | struct StructExtends (line 17774) | struct StructExtends (line 17784) | struct StructExtends (line 17793) | struct StructExtends (line 17802) | struct StructExtends (line 17811) | struct StructExtends (line 17820) | struct StructExtends (line 17830) | struct StructExtends (line 17839) | struct StructExtends (line 17848) | struct StructExtends type StructExtends (line 17858) | struct StructExtends (line 17867) | struct StructExtends (line 17876) | struct StructExtends (line 17886) | struct StructExtends (line 17895) | struct StructExtends (line 17906) | struct StructExtends type StructExtends (line 17917) | struct StructExtends (line 17926) | struct StructExtends (line 17936) | struct StructExtends (line 17945) | struct StructExtends const & rhs ) VULKAN_HPP_... method VULKAN_HPP_CONSTEXPR (line 35) | VULKAN_HPP_CONSTEXPR explicit Flags( MaskType flags ) VULKAN_HPP_NOE... method VULKAN_HPP_CONSTEXPR (line 41) | VULKAN_HPP_CONSTEXPR bool operator<( Flags const & rhs ) co... method VULKAN_HPP_CONSTEXPR (line 46) | VULKAN_HPP_CONSTEXPR bool operator<=( Flags const & rhs ) c... method VULKAN_HPP_CONSTEXPR (line 51) | VULKAN_HPP_CONSTEXPR bool operator>( Flags const & rhs ) co... method VULKAN_HPP_CONSTEXPR (line 56) | VULKAN_HPP_CONSTEXPR bool operator>=( Flags const & rhs ) c... method VULKAN_HPP_CONSTEXPR (line 61) | VULKAN_HPP_CONSTEXPR bool operator==( Flags const & rhs ) c... method VULKAN_HPP_CONSTEXPR (line 66) | VULKAN_HPP_CONSTEXPR bool operator!=( Flags const & rhs ) c... method VULKAN_HPP_CONSTEXPR (line 73) | VULKAN_HPP_CONSTEXPR bool operator!() const VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR_14 (line 114) | VULKAN_HPP_CONSTEXPR_14 Flags & operator^=( Flags co... function VULKAN_HPP_CONSTEXPR (line 142) | VULKAN_HPP_CONSTEXPR bool operator<( BitType bit, Flags const &... function VULKAN_HPP_CONSTEXPR (line 148) | VULKAN_HPP_CONSTEXPR bool operator<=( BitType bit, Flags const ... function VULKAN_HPP_CONSTEXPR (line 154) | VULKAN_HPP_CONSTEXPR bool operator>( BitType bit, Flags const &... function VULKAN_HPP_CONSTEXPR (line 160) | VULKAN_HPP_CONSTEXPR bool operator>=( BitType bit, Flags const ... function VULKAN_HPP_CONSTEXPR (line 166) | VULKAN_HPP_CONSTEXPR bool operator==( BitType bit, Flags const ... function VULKAN_HPP_CONSTEXPR (line 172) | VULKAN_HPP_CONSTEXPR bool operator!=( BitType bit, Flags const ... function VULKAN_HPP_CONSTEXPR (line 180) | VULKAN_HPP_CONSTEXPR Flags operator&( BitType bit, Flags operator|( BitType bit, Flags operator^( BitType bit, Flags operator&( BitType... function VULKAN_HPP_INLINE (line 205) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR Flags operator|( BitType... function VULKAN_HPP_INLINE (line 211) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR Flags operator^( BitType... function VULKAN_HPP_INLINE (line 217) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR Flags operator~( BitType... type Result (line 228) | enum class Result type StructureType (line 293) | enum class StructureType type PipelineCacheHeaderVersion (line 1588) | enum class PipelineCacheHeaderVersion type ObjectType (line 1593) | enum class ObjectType type VendorId (line 1658) | enum class VendorId type Format (line 1670) | enum class Format type FormatFeatureFlagBits (line 1981) | enum class FormatFeatureFlagBits : VkFormatFeatureFlags type FlagTraits (line 2032) | struct FlagTraits type ImageCreateFlagBits (line 2051) | enum class ImageCreateFlagBits : VkImageCreateFlags type FlagTraits (line 2084) | struct FlagTraits type ImageTiling (line 2097) | enum class ImageTiling type ImageType (line 2104) | enum class ImageType type ImageUsageFlagBits (line 2111) | enum class ImageUsageFlagBits : VkImageUsageFlags type FlagTraits (line 2143) | struct FlagTraits type InstanceCreateFlagBits (line 2157) | enum class InstanceCreateFlagBits : VkInstanceCreateFlags type FlagTraits (line 2165) | struct FlagTraits type InternalAllocationType (line 2171) | enum class InternalAllocationType type MemoryHeapFlagBits (line 2176) | enum class MemoryHeapFlagBits : VkMemoryHeapFlags type FlagTraits (line 2186) | struct FlagTraits type MemoryPropertyFlagBits (line 2192) | enum class MemoryPropertyFlagBits : VkMemoryPropertyFlags type FlagTraits (line 2208) | struct FlagTraits type PhysicalDeviceType (line 2217) | enum class PhysicalDeviceType type QueueFlagBits (line 2226) | enum class QueueFlagBits : VkQueueFlags type FlagTraits (line 2241) | struct FlagTraits type SampleCountFlagBits (line 2249) | enum class SampleCountFlagBits : VkSampleCountFlags type FlagTraits (line 2263) | struct FlagTraits type SystemAllocationScope (line 2271) | enum class SystemAllocationScope type DeviceCreateFlagBits (line 2280) | enum class DeviceCreateFlagBits : VkDeviceCreateFlags type FlagTraits (line 2287) | struct FlagTraits type DeviceQueueCreateFlagBits (line 2293) | enum class DeviceQueueCreateFlagBits : VkDeviceQueueCreateFlags type FlagTraits (line 2301) | struct FlagTraits type PipelineStageFlagBits (line 2307) | enum class PipelineStageFlagBits : VkPipelineStageFlags type FlagTraits (line 2348) | struct FlagTraits type MemoryMapFlagBits (line 2363) | enum class MemoryMapFlagBits : VkMemoryMapFlags type FlagTraits (line 2371) | struct FlagTraits type ImageAspectFlagBits (line 2377) | enum class ImageAspectFlagBits : VkImageAspectFlags type FlagTraits (line 2400) | struct FlagTraits type SparseImageFormatFlagBits (line 2410) | enum class SparseImageFormatFlagBits : VkSparseImageFormatFlags type FlagTraits (line 2420) | struct FlagTraits type SparseMemoryBindFlagBits (line 2427) | enum class SparseMemoryBindFlagBits : VkSparseMemoryBindFlags type FlagTraits (line 2435) | struct FlagTraits type FenceCreateFlagBits (line 2441) | enum class FenceCreateFlagBits : VkFenceCreateFlags type FlagTraits (line 2449) | struct FlagTraits type SemaphoreCreateFlagBits (line 2455) | enum class SemaphoreCreateFlagBits : VkSemaphoreCreateFlags type FlagTraits (line 2462) | struct FlagTraits type EventCreateFlagBits (line 2468) | enum class EventCreateFlagBits : VkEventCreateFlags type FlagTraits (line 2477) | struct FlagTraits type QueryPipelineStatisticFlagBits (line 2483) | enum class QueryPipelineStatisticFlagBits : VkQueryPipelineStatisticFlags type FlagTraits (line 2504) | struct FlagTraits type QueryResultFlagBits (line 2517) | enum class QueryResultFlagBits : VkQueryResultFlags type FlagTraits (line 2529) | struct FlagTraits type QueryType (line 2537) | enum class QueryType type QueryPoolCreateFlagBits (line 2558) | enum class QueryPoolCreateFlagBits : VkQueryPoolCreateFlags type FlagTraits (line 2565) | struct FlagTraits type BufferCreateFlagBits (line 2571) | enum class BufferCreateFlagBits : VkBufferCreateFlags type FlagTraits (line 2587) | struct FlagTraits type BufferUsageFlagBits (line 2596) | enum class BufferUsageFlagBits : VkBufferUsageFlags type FlagTraits (line 2634) | struct FlagTraits type SharingMode (line 2652) | enum class SharingMode type BufferViewCreateFlagBits (line 2658) | enum class BufferViewCreateFlagBits : VkBufferViewCreateFlags type FlagTraits (line 2665) | struct FlagTraits type ImageLayout (line 2671) | enum class ImageLayout type ComponentSwizzle (line 2715) | enum class ComponentSwizzle type ImageViewCreateFlagBits (line 2726) | enum class ImageViewCreateFlagBits : VkImageViewCreateFlags type FlagTraits (line 2736) | struct FlagTraits type ImageViewType (line 2744) | enum class ImageViewType type ShaderModuleCreateFlagBits (line 2755) | enum class ShaderModuleCreateFlagBits : VkShaderModuleCreateFlags type FlagTraits (line 2762) | struct FlagTraits type PipelineCacheCreateFlagBits (line 2768) | enum class PipelineCacheCreateFlagBits : VkPipelineCacheCreateFlags type FlagTraits (line 2778) | struct FlagTraits type BlendFactor (line 2785) | enum class BlendFactor type BlendOp (line 2808) | enum class BlendOp type ColorComponentFlagBits (line 2863) | enum class ColorComponentFlagBits : VkColorComponentFlags type FlagTraits (line 2874) | struct FlagTraits type CompareOp (line 2881) | enum class CompareOp type CullModeFlagBits (line 2893) | enum class CullModeFlagBits : VkCullModeFlags type FlagTraits (line 2904) | struct FlagTraits type DynamicState (line 2911) | enum class DynamicState type FrontFace (line 3005) | enum class FrontFace type LogicOp (line 3011) | enum class LogicOp type PipelineCreateFlagBits (line 3031) | enum class PipelineCreateFlagBits : VkPipelineCreateFlags type FlagTraits (line 3079) | struct FlagTraits type PipelineShaderStageCreateFlagBits (line 3102) | enum class PipelineShaderStageCreateFlagBits : VkPipelineShaderStageCrea... type FlagTraits (line 3113) | struct FlagTraits type PolygonMode (line 3120) | enum class PolygonMode type PrimitiveTopology (line 3128) | enum class PrimitiveTopology type ShaderStageFlagBits (line 3143) | enum class ShaderStageFlagBits : VkShaderStageFlags type FlagTraits (line 3176) | struct FlagTraits type StencilOp (line 3187) | enum class StencilOp type VertexInputRate (line 3199) | enum class VertexInputRate type PipelineColorBlendStateCreateFlagBits (line 3205) | enum class PipelineColorBlendStateCreateFlagBits : VkPipelineColorBlendS... type FlagTraits (line 3214) | struct FlagTraits type PipelineDepthStencilStateCreateFlagBits (line 3221) | enum class PipelineDepthStencilStateCreateFlagBits : VkPipelineDepthSten... type FlagTraits (line 3232) | struct FlagTraits type PipelineDynamicStateCreateFlagBits (line 3240) | enum class PipelineDynamicStateCreateFlagBits : VkPipelineDynamicStateCr... type FlagTraits (line 3247) | struct FlagTraits type PipelineInputAssemblyStateCreateFlagBits (line 3253) | enum class PipelineInputAssemblyStateCreateFlagBits : VkPipelineInputAss... type FlagTraits (line 3260) | struct FlagTraits type PipelineLayoutCreateFlagBits (line 3266) | enum class PipelineLayoutCreateFlagBits : VkPipelineLayoutCreateFlags type FlagTraits (line 3274) | struct FlagTraits type PipelineMultisampleStateCreateFlagBits (line 3280) | enum class PipelineMultisampleStateCreateFlagBits : VkPipelineMultisampl... type FlagTraits (line 3287) | struct FlagTraits type PipelineRasterizationStateCreateFlagBits (line 3293) | enum class PipelineRasterizationStateCreateFlagBits : VkPipelineRasteriz... type FlagTraits (line 3300) | struct FlagTraits type PipelineTessellationStateCreateFlagBits (line 3306) | enum class PipelineTessellationStateCreateFlagBits : VkPipelineTessellat... type FlagTraits (line 3313) | struct FlagTraits type PipelineVertexInputStateCreateFlagBits (line 3319) | enum class PipelineVertexInputStateCreateFlagBits : VkPipelineVertexInpu... type FlagTraits (line 3326) | struct FlagTraits type PipelineViewportStateCreateFlagBits (line 3332) | enum class PipelineViewportStateCreateFlagBits : VkPipelineViewportState... type FlagTraits (line 3339) | struct FlagTraits type BorderColor (line 3345) | enum class BorderColor type Filter (line 3357) | enum class Filter type SamplerAddressMode (line 3365) | enum class SamplerAddressMode type SamplerCreateFlagBits (line 3375) | enum class SamplerCreateFlagBits : VkSamplerCreateFlags type FlagTraits (line 3387) | struct FlagTraits type SamplerMipmapMode (line 3395) | enum class SamplerMipmapMode type DescriptorPoolCreateFlagBits (line 3401) | enum class DescriptorPoolCreateFlagBits : VkDescriptorPoolCreateFlags type FlagTraits (line 3415) | struct FlagTraits type DescriptorSetLayoutCreateFlagBits (line 3423) | enum class DescriptorSetLayoutCreateFlagBits : VkDescriptorSetLayoutCrea... type FlagTraits (line 3440) | struct FlagTraits type DescriptorType (line 3450) | enum class DescriptorType type DescriptorPoolResetFlagBits (line 3474) | enum class DescriptorPoolResetFlagBits : VkDescriptorPoolResetFlags type FlagTraits (line 3481) | struct FlagTraits type AccessFlagBits (line 3487) | enum class AccessFlagBits : VkAccessFlags type FlagTraits (line 3529) | struct FlagTraits type AttachmentDescriptionFlagBits (line 3543) | enum class AttachmentDescriptionFlagBits : VkAttachmentDescriptionFlags type FlagTraits (line 3551) | struct FlagTraits type AttachmentLoadOp (line 3557) | enum class AttachmentLoadOp type AttachmentStoreOp (line 3567) | enum class AttachmentStoreOp type DependencyFlagBits (line 3577) | enum class DependencyFlagBits : VkDependencyFlags type FlagTraits (line 3591) | struct FlagTraits type FramebufferCreateFlagBits (line 3599) | enum class FramebufferCreateFlagBits : VkFramebufferCreateFlags type FlagTraits (line 3608) | struct FlagTraits type PipelineBindPoint (line 3614) | enum class PipelineBindPoint type RenderPassCreateFlagBits (line 3626) | enum class RenderPassCreateFlagBits : VkRenderPassCreateFlags type FlagTraits (line 3634) | struct FlagTraits type SubpassDescriptionFlagBits (line 3640) | enum class SubpassDescriptionFlagBits : VkSubpassDescriptionFlags type FlagTraits (line 3658) | struct FlagTraits type CommandPoolCreateFlagBits (line 3668) | enum class CommandPoolCreateFlagBits : VkCommandPoolCreateFlags type FlagTraits (line 3678) | struct FlagTraits type CommandPoolResetFlagBits (line 3685) | enum class CommandPoolResetFlagBits : VkCommandPoolResetFlags type FlagTraits (line 3693) | struct FlagTraits type CommandBufferLevel (line 3699) | enum class CommandBufferLevel type CommandBufferResetFlagBits (line 3705) | enum class CommandBufferResetFlagBits : VkCommandBufferResetFlags type FlagTraits (line 3713) | struct FlagTraits type CommandBufferUsageFlagBits (line 3719) | enum class CommandBufferUsageFlagBits : VkCommandBufferUsageFlags type FlagTraits (line 3729) | struct FlagTraits type QueryControlFlagBits (line 3736) | enum class QueryControlFlagBits : VkQueryControlFlags type FlagTraits (line 3744) | struct FlagTraits type IndexType (line 3750) | enum class IndexType type IndexTypeValue (line 3766) | struct IndexTypeValue type IndexTypeValue (line 3771) | struct IndexTypeValue type CppType (line 3777) | struct CppType type IndexTypeValue (line 3783) | struct IndexTypeValue type CppType (line 3789) | struct CppType type IndexTypeValue (line 3795) | struct IndexTypeValue type CppType (line 3801) | struct CppType type StencilFaceFlagBits (line 3806) | enum class StencilFaceFlagBits : VkStencilFaceFlags type FlagTraits (line 3817) | struct FlagTraits type SubpassContents (line 3824) | enum class SubpassContents type SubgroupFeatureFlagBits (line 3834) | enum class SubgroupFeatureFlagBits : VkSubgroupFeatureFlags type FlagTraits (line 3854) | struct FlagTraits type PeerMemoryFeatureFlagBits (line 3863) | enum class PeerMemoryFeatureFlagBits : VkPeerMemoryFeatureFlags type FlagTraits (line 3876) | struct FlagTraits type MemoryAllocateFlagBits (line 3883) | enum class MemoryAllocateFlagBits : VkMemoryAllocateFlags type FlagTraits (line 3895) | struct FlagTraits type CommandPoolTrimFlagBits (line 3902) | enum class CommandPoolTrimFlagBits : VkCommandPoolTrimFlags type FlagTraits (line 3910) | struct FlagTraits type PointClippingBehavior (line 3916) | enum class PointClippingBehavior type TessellationDomainOrigin (line 3923) | enum class TessellationDomainOrigin type SamplerYcbcrModelConversion (line 3930) | enum class SamplerYcbcrModelConversion type SamplerYcbcrRange (line 3940) | enum class SamplerYcbcrRange type ChromaLocation (line 3947) | enum class ChromaLocation type DescriptorUpdateTemplateType (line 3954) | enum class DescriptorUpdateTemplateType type DescriptorUpdateTemplateCreateFlagBits (line 3961) | enum class DescriptorUpdateTemplateCreateFlagBits : VkDescriptorUpdateTe... type FlagTraits (line 3969) | struct FlagTraits type ExternalMemoryHandleTypeFlagBits (line 3975) | enum class ExternalMemoryHandleTypeFlagBits : VkExternalMemoryHandleType... type FlagTraits (line 4009) | struct FlagTraits type ExternalMemoryFeatureFlagBits (line 4033) | enum class ExternalMemoryFeatureFlagBits : VkExternalMemoryFeatureFlags type FlagTraits (line 4045) | struct FlagTraits type ExternalFenceHandleTypeFlagBits (line 4052) | enum class ExternalFenceHandleTypeFlagBits : VkExternalFenceHandleTypeFlags type FlagTraits (line 4065) | struct FlagTraits type ExternalFenceFeatureFlagBits (line 4073) | enum class ExternalFenceFeatureFlagBits : VkExternalFenceFeatureFlags type FlagTraits (line 4084) | struct FlagTraits type FenceImportFlagBits (line 4091) | enum class FenceImportFlagBits : VkFenceImportFlags type FlagTraits (line 4101) | struct FlagTraits type SemaphoreImportFlagBits (line 4107) | enum class SemaphoreImportFlagBits : VkSemaphoreImportFlags type FlagTraits (line 4117) | struct FlagTraits type ExternalSemaphoreHandleTypeFlagBits (line 4123) | enum class ExternalSemaphoreHandleTypeFlagBits : VkExternalSemaphoreHand... type FlagTraits (line 4141) | struct FlagTraits type ExternalSemaphoreFeatureFlagBits (line 4153) | enum class ExternalSemaphoreFeatureFlagBits : VkExternalSemaphoreFeature... type FlagTraits (line 4164) | struct FlagTraits type DriverId (line 4173) | enum class DriverId type ShaderFloatControlsIndependence (line 4205) | enum class ShaderFloatControlsIndependence type DescriptorBindingFlagBits (line 4213) | enum class DescriptorBindingFlagBits : VkDescriptorBindingFlags type FlagTraits (line 4226) | struct FlagTraits type ResolveModeFlagBits (line 4234) | enum class ResolveModeFlagBits : VkResolveModeFlags type FlagTraits (line 4251) | struct FlagTraits type SamplerReductionMode (line 4262) | enum class SamplerReductionMode type SemaphoreType (line 4271) | enum class SemaphoreType type SemaphoreWaitFlagBits (line 4278) | enum class SemaphoreWaitFlagBits : VkSemaphoreWaitFlags type FlagTraits (line 4288) | struct FlagTraits type PipelineCreationFeedbackFlagBits (line 4296) | enum class PipelineCreationFeedbackFlagBits : VkPipelineCreationFeedback... type FlagTraits (line 4308) | struct FlagTraits type ToolPurposeFlagBits (line 4316) | enum class ToolPurposeFlagBits : VkToolPurposeFlags type FlagTraits (line 4332) | struct FlagTraits type PrivateDataSlotCreateFlagBits (line 4340) | enum class PrivateDataSlotCreateFlagBits : VkPrivateDataSlotCreateFlags type FlagTraits (line 4349) | struct FlagTraits type PipelineStageFlagBits2 (line 4355) | enum class PipelineStageFlagBits2 : VkPipelineStageFlags2 type FlagTraits (line 4415) | struct FlagTraits type AccessFlagBits2 (line 4435) | enum class AccessFlagBits2 : VkAccessFlags2 type FlagTraits (line 4492) | struct FlagTraits type SubmitFlagBits (line 4511) | enum class SubmitFlagBits : VkSubmitFlags type FlagTraits (line 4521) | struct FlagTraits type RenderingFlagBits (line 4527) | enum class RenderingFlagBits : VkRenderingFlags type FlagTraits (line 4542) | struct FlagTraits type FormatFeatureFlagBits2 (line 4550) | enum class FormatFeatureFlagBits2 : VkFormatFeatureFlags2 type FlagTraits (line 4608) | struct FlagTraits type QueueGlobalPriority (line 4635) | enum class QueueGlobalPriority type LineRasterizationMode (line 4649) | enum class LineRasterizationMode type MemoryUnmapFlagBits (line 4663) | enum class MemoryUnmapFlagBits : VkMemoryUnmapFlags type FlagTraits (line 4673) | struct FlagTraits type PipelineCreateFlagBits2 (line 4679) | enum class PipelineCreateFlagBits2 : VkPipelineCreateFlags2 type FlagTraits (line 4730) | struct FlagTraits type BufferUsageFlagBits2 (line 4754) | enum class BufferUsageFlagBits2 : VkBufferUsageFlags2 type FlagTraits (line 4793) | struct FlagTraits type PipelineRobustnessBufferBehavior (line 4812) | enum class PipelineRobustnessBufferBehavior type PipelineRobustnessImageBehavior (line 4821) | enum class PipelineRobustnessImageBehavior type HostImageCopyFlagBits (line 4830) | enum class HostImageCopyFlagBits : VkHostImageCopyFlags type FlagTraits (line 4840) | struct FlagTraits type SurfaceTransformFlagBitsKHR (line 4848) | enum class SurfaceTransformFlagBitsKHR : VkSurfaceTransformFlagsKHR type FlagTraits (line 4864) | struct FlagTraits type PresentModeKHR (line 4873) | enum class PresentModeKHR type CompositeAlphaFlagBitsKHR (line 4906) | enum class CompositeAlphaFlagBitsKHR : VkCompositeAlphaFlagsKHR type FlagTraits (line 4917) | struct FlagTraits type SwapchainCreateFlagBitsKHR (line 4926) | enum class SwapchainCreateFlagBitsKHR : VkSwapchainCreateFlagsKHR type FlagTraits (line 4937) | struct FlagTraits type DeviceGroupPresentModeFlagBitsKHR (line 4945) | enum class DeviceGroupPresentModeFlagBitsKHR : VkDeviceGroupPresentModeF... type FlagTraits (line 4956) | struct FlagTraits type DisplayPlaneAlphaFlagBitsKHR (line 4966) | enum class DisplayPlaneAlphaFlagBitsKHR : VkDisplayPlaneAlphaFlagsKHR type FlagTraits (line 4977) | struct FlagTraits type DisplayModeCreateFlagBitsKHR (line 4985) | enum class DisplayModeCreateFlagBitsKHR : VkDisplayModeCreateFlagsKHR type FlagTraits (line 4992) | struct FlagTraits type DisplaySurfaceCreateFlagBitsKHR (line 4998) | enum class DisplaySurfaceCreateFlagBitsKHR : VkDisplaySurfaceCreateFlagsKHR type FlagTraits (line 5005) | struct FlagTraits type XlibSurfaceCreateFlagBitsKHR (line 5014) | enum class XlibSurfaceCreateFlagBitsKHR : VkXlibSurfaceCreateFlagsKHR type FlagTraits (line 5021) | struct FlagTraits type XcbSurfaceCreateFlagBitsKHR (line 5031) | enum class XcbSurfaceCreateFlagBitsKHR : VkXcbSurfaceCreateFlagsKHR type FlagTraits (line 5038) | struct FlagTraits type WaylandSurfaceCreateFlagBitsKHR (line 5048) | enum class WaylandSurfaceCreateFlagBitsKHR : VkWaylandSurfaceCreateFlagsKHR type FlagTraits (line 5055) | struct FlagTraits type AndroidSurfaceCreateFlagBitsKHR (line 5065) | enum class AndroidSurfaceCreateFlagBitsKHR : VkAndroidSurfaceCreateFlagsKHR type FlagTraits (line 5072) | struct FlagTraits type Win32SurfaceCreateFlagBitsKHR (line 5082) | enum class Win32SurfaceCreateFlagBitsKHR : VkWin32SurfaceCreateFlagsKHR type FlagTraits (line 5089) | struct FlagTraits type DebugReportFlagBitsEXT (line 5098) | enum class DebugReportFlagBitsEXT : VkDebugReportFlagsEXT type FlagTraits (line 5110) | struct FlagTraits type DebugReportObjectTypeEXT (line 5118) | enum class DebugReportObjectTypeEXT type RasterizationOrderAMD (line 5173) | enum class RasterizationOrderAMD type VideoCodecOperationFlagBitsKHR (line 5181) | enum class VideoCodecOperationFlagBitsKHR : VkVideoCodecOperationFlagsKHR type FlagTraits (line 5195) | struct FlagTraits type VideoChromaSubsamplingFlagBitsKHR (line 5204) | enum class VideoChromaSubsamplingFlagBitsKHR : VkVideoChromaSubsamplingF... type FlagTraits (line 5216) | struct FlagTraits type VideoComponentBitDepthFlagBitsKHR (line 5224) | enum class VideoComponentBitDepthFlagBitsKHR : VkVideoComponentBitDepthF... type FlagTraits (line 5235) | struct FlagTraits type VideoCapabilityFlagBitsKHR (line 5243) | enum class VideoCapabilityFlagBitsKHR : VkVideoCapabilityFlagsKHR type FlagTraits (line 5252) | struct FlagTraits type VideoSessionCreateFlagBitsKHR (line 5259) | enum class VideoSessionCreateFlagBitsKHR : VkVideoSessionCreateFlagsKHR type FlagTraits (line 5272) | struct FlagTraits type VideoCodingControlFlagBitsKHR (line 5281) | enum class VideoCodingControlFlagBitsKHR : VkVideoCodingControlFlagsKHR type FlagTraits (line 5291) | struct FlagTraits type QueryResultStatusKHR (line 5298) | enum class QueryResultStatusKHR type VideoSessionParametersCreateFlagBitsKHR (line 5306) | enum class VideoSessionParametersCreateFlagBitsKHR : VkVideoSessionParam... type FlagTraits (line 5314) | struct FlagTraits type VideoBeginCodingFlagBitsKHR (line 5320) | enum class VideoBeginCodingFlagBitsKHR : VkVideoBeginCodingFlagsKHR type FlagTraits (line 5327) | struct FlagTraits type VideoEndCodingFlagBitsKHR (line 5333) | enum class VideoEndCodingFlagBitsKHR : VkVideoEndCodingFlagsKHR type FlagTraits (line 5340) | struct FlagTraits type VideoDecodeCapabilityFlagBitsKHR (line 5348) | enum class VideoDecodeCapabilityFlagBitsKHR : VkVideoDecodeCapabilityFla... type FlagTraits (line 5357) | struct FlagTraits type VideoDecodeUsageFlagBitsKHR (line 5364) | enum class VideoDecodeUsageFlagBitsKHR : VkVideoDecodeUsageFlagsKHR type FlagTraits (line 5375) | struct FlagTraits type VideoDecodeFlagBitsKHR (line 5382) | enum class VideoDecodeFlagBitsKHR : VkVideoDecodeFlagsKHR type FlagTraits (line 5389) | struct FlagTraits type PipelineRasterizationStateStreamCreateFlagBitsEXT (line 5397) | enum class PipelineRasterizationStateStreamCreateFlagBitsEXT : VkPipelin... type FlagTraits (line 5404) | struct FlagTraits type VideoEncodeH264CapabilityFlagBitsKHR (line 5412) | enum class VideoEncodeH264CapabilityFlagBitsKHR : VkVideoEncodeH264Capab... type FlagTraits (line 5429) | struct FlagTraits type VideoEncodeH264StdFlagBitsKHR (line 5440) | enum class VideoEncodeH264StdFlagBitsKHR : VkVideoEncodeH264StdFlagsKHR type FlagTraits (line 5467) | struct FlagTraits type VideoEncodeH264RateControlFlagBitsKHR (line 5483) | enum class VideoEncodeH264RateControlFlagBitsKHR : VkVideoEncodeH264Rate... type FlagTraits (line 5495) | struct FlagTraits type VideoEncodeH265CapabilityFlagBitsKHR (line 5506) | enum class VideoEncodeH265CapabilityFlagBitsKHR : VkVideoEncodeH265Capab... type FlagTraits (line 5524) | struct FlagTraits type VideoEncodeH265StdFlagBitsKHR (line 5536) | enum class VideoEncodeH265StdFlagBitsKHR : VkVideoEncodeH265StdFlagsKHR type FlagTraits (line 5564) | struct FlagTraits type VideoEncodeH265CtbSizeFlagBitsKHR (line 5581) | enum class VideoEncodeH265CtbSizeFlagBitsKHR : VkVideoEncodeH265CtbSizeF... type FlagTraits (line 5591) | struct FlagTraits type VideoEncodeH265TransformBlockSizeFlagBitsKHR (line 5598) | enum class VideoEncodeH265TransformBlockSizeFlagBitsKHR : VkVideoEncodeH... type FlagTraits (line 5609) | struct FlagTraits type VideoEncodeH265RateControlFlagBitsKHR (line 5617) | enum class VideoEncodeH265RateControlFlagBitsKHR : VkVideoEncodeH265Rate... type FlagTraits (line 5629) | struct FlagTraits type VideoDecodeH264PictureLayoutFlagBitsKHR (line 5640) | enum class VideoDecodeH264PictureLayoutFlagBitsKHR : VkVideoDecodeH264Pi... type FlagTraits (line 5650) | struct FlagTraits type ShaderInfoTypeAMD (line 5660) | enum class ShaderInfoTypeAMD type StreamDescriptorSurfaceCreateFlagBitsGGP (line 5670) | enum class StreamDescriptorSurfaceCreateFlagBitsGGP : VkStreamDescriptor... type FlagTraits (line 5677) | struct FlagTraits type ExternalMemoryHandleTypeFlagBitsNV (line 5686) | enum class ExternalMemoryHandleTypeFlagBitsNV : VkExternalMemoryHandleTy... type FlagTraits (line 5697) | struct FlagTraits type ExternalMemoryFeatureFlagBitsNV (line 5705) | enum class ExternalMemoryFeatureFlagBitsNV : VkExternalMemoryFeatureFlagsNV type FlagTraits (line 5715) | struct FlagTraits type ValidationCheckEXT (line 5724) | enum class ValidationCheckEXT type ViSurfaceCreateFlagBitsNN (line 5733) | enum class ViSurfaceCreateFlagBitsNN : VkViSurfaceCreateFlagsNN type FlagTraits (line 5740) | struct FlagTraits type ConditionalRenderingFlagBitsEXT (line 5749) | enum class ConditionalRenderingFlagBitsEXT : VkConditionalRenderingFlagsEXT type FlagTraits (line 5757) | struct FlagTraits type SurfaceCounterFlagBitsEXT (line 5765) | enum class SurfaceCounterFlagBitsEXT : VkSurfaceCounterFlagsEXT type FlagTraits (line 5773) | struct FlagTraits type DisplayPowerStateEXT (line 5781) | enum class DisplayPowerStateEXT type DeviceEventTypeEXT (line 5788) | enum class DeviceEventTypeEXT type DisplayEventTypeEXT (line 5793) | enum class DisplayEventTypeEXT type ViewportCoordinateSwizzleNV (line 5800) | enum class ViewportCoordinateSwizzleNV type PipelineViewportSwizzleStateCreateFlagBitsNV (line 5812) | enum class PipelineViewportSwizzleStateCreateFlagBitsNV : VkPipelineView... type FlagTraits (line 5819) | struct FlagTraits type DiscardRectangleModeEXT (line 5827) | enum class DiscardRectangleModeEXT type PipelineDiscardRectangleStateCreateFlagBitsEXT (line 5833) | enum class PipelineDiscardRectangleStateCreateFlagBitsEXT : VkPipelineDi... type FlagTraits (line 5840) | struct FlagTraits type ConservativeRasterizationModeEXT (line 5848) | enum class ConservativeRasterizationModeEXT type PipelineRasterizationConservativeStateCreateFlagBitsEXT (line 5855) | enum class PipelineRasterizationConservativeStateCreateFlagBitsEXT : VkP... type FlagTraits (line 5862) | struct FlagTraits type PipelineRasterizationDepthClipStateCreateFlagBitsEXT (line 5870) | enum class PipelineRasterizationDepthClipStateCreateFlagBitsEXT : VkPipe... type FlagTraits (line 5877) | struct FlagTraits type PerformanceCounterDescriptionFlagBitsKHR (line 5885) | enum class PerformanceCounterDescriptionFlagBitsKHR : VkPerformanceCount... type FlagTraits (line 5894) | struct FlagTraits type PerformanceCounterScopeKHR (line 5901) | enum class PerformanceCounterScopeKHR type PerformanceCounterStorageKHR (line 5911) | enum class PerformanceCounterStorageKHR type PerformanceCounterUnitKHR (line 5921) | enum class PerformanceCounterUnitKHR type AcquireProfilingLockFlagBitsKHR (line 5936) | enum class AcquireProfilingLockFlagBitsKHR : VkAcquireProfilingLockFlagsKHR type FlagTraits (line 5943) | struct FlagTraits type IOSSurfaceCreateFlagBitsMVK (line 5952) | enum class IOSSurfaceCreateFlagBitsMVK : VkIOSSurfaceCreateFlagsMVK type FlagTraits (line 5959) | struct FlagTraits type MacOSSurfaceCreateFlagBitsMVK (line 5969) | enum class MacOSSurfaceCreateFlagBitsMVK : VkMacOSSurfaceCreateFlagsMVK type FlagTraits (line 5976) | struct FlagTraits type DebugUtilsMessageSeverityFlagBitsEXT (line 5985) | enum class DebugUtilsMessageSeverityFlagBitsEXT : VkDebugUtilsMessageSev... type FlagTraits (line 5996) | struct FlagTraits type DebugUtilsMessageTypeFlagBitsEXT (line 6004) | enum class DebugUtilsMessageTypeFlagBitsEXT : VkDebugUtilsMessageTypeFla... type FlagTraits (line 6015) | struct FlagTraits type DebugUtilsMessengerCallbackDataFlagBitsEXT (line 6023) | enum class DebugUtilsMessengerCallbackDataFlagBitsEXT : VkDebugUtilsMess... type FlagTraits (line 6030) | struct FlagTraits type DebugUtilsMessengerCreateFlagBitsEXT (line 6036) | enum class DebugUtilsMessengerCreateFlagBitsEXT : VkDebugUtilsMessengerC... type FlagTraits (line 6043) | struct FlagTraits type BlendOverlapEXT (line 6051) | enum class BlendOverlapEXT type PipelineCoverageToColorStateCreateFlagBitsNV (line 6060) | enum class PipelineCoverageToColorStateCreateFlagBitsNV : VkPipelineCove... type FlagTraits (line 6067) | struct FlagTraits type AccelerationStructureTypeKHR (line 6075) | enum class AccelerationStructureTypeKHR type AccelerationStructureBuildTypeKHR (line 6083) | enum class AccelerationStructureBuildTypeKHR type GeometryFlagBitsKHR (line 6090) | enum class GeometryFlagBitsKHR : VkGeometryFlagsKHR type FlagTraits (line 6101) | struct FlagTraits type GeometryInstanceFlagBitsKHR (line 6107) | enum class GeometryInstanceFlagBitsKHR : VkGeometryInstanceFlagsKHR type FlagTraits (line 6124) | struct FlagTraits type BuildAccelerationStructureFlagBitsKHR (line 6133) | enum class BuildAccelerationStructureFlagBitsKHR : VkBuildAccelerationSt... type FlagTraits (line 6155) | struct FlagTraits type CopyAccelerationStructureModeKHR (line 6170) | enum class CopyAccelerationStructureModeKHR type GeometryTypeKHR (line 6179) | enum class GeometryTypeKHR type AccelerationStructureCompatibilityKHR (line 6189) | enum class AccelerationStructureCompatibilityKHR type AccelerationStructureCreateFlagBitsKHR (line 6195) | enum class AccelerationStructureCreateFlagBitsKHR : VkAccelerationStruct... type FlagTraits (line 6205) | struct FlagTraits type BuildAccelerationStructureModeKHR (line 6213) | enum class BuildAccelerationStructureModeKHR type RayTracingShaderGroupTypeKHR (line 6221) | enum class RayTracingShaderGroupTypeKHR type ShaderGroupShaderKHR (line 6229) | enum class ShaderGroupShaderKHR type CoverageModulationModeNV (line 6239) | enum class CoverageModulationModeNV type PipelineCoverageModulationStateCreateFlagBitsNV (line 6247) | enum class PipelineCoverageModulationStateCreateFlagBitsNV : VkPipelineC... type FlagTraits (line 6254) | struct FlagTraits type ValidationCacheHeaderVersionEXT (line 6262) | enum class ValidationCacheHeaderVersionEXT type ValidationCacheCreateFlagBitsEXT (line 6267) | enum class ValidationCacheCreateFlagBitsEXT : VkValidationCacheCreateFla... type FlagTraits (line 6274) | struct FlagTraits type ShadingRatePaletteEntryNV (line 6282) | enum class ShadingRatePaletteEntryNV type CoarseSampleOrderTypeNV (line 6298) | enum class CoarseSampleOrderTypeNV type AccelerationStructureMemoryRequirementsTypeNV (line 6308) | enum class AccelerationStructureMemoryRequirementsTypeNV type PipelineCompilerControlFlagBitsAMD (line 6317) | enum class PipelineCompilerControlFlagBitsAMD : VkPipelineCompilerContro... type FlagTraits (line 6324) | struct FlagTraits type MemoryOverallocationBehaviorAMD (line 6332) | enum class MemoryOverallocationBehaviorAMD type PerformanceConfigurationTypeINTEL (line 6341) | enum class PerformanceConfigurationTypeINTEL type QueryPoolSamplingModeINTEL (line 6346) | enum class QueryPoolSamplingModeINTEL type PerformanceOverrideTypeINTEL (line 6351) | enum class PerformanceOverrideTypeINTEL type PerformanceParameterTypeINTEL (line 6357) | enum class PerformanceParameterTypeINTEL type PerformanceValueTypeINTEL (line 6363) | enum class PerformanceValueTypeINTEL type ImagePipeSurfaceCreateFlagBitsFUCHSIA (line 6375) | enum class ImagePipeSurfaceCreateFlagBitsFUCHSIA : VkImagePipeSurfaceCre... type FlagTraits (line 6382) | struct FlagTraits type MetalSurfaceCreateFlagBitsEXT (line 6392) | enum class MetalSurfaceCreateFlagBitsEXT : VkMetalSurfaceCreateFlagsEXT type FlagTraits (line 6399) | struct FlagTraits type FragmentShadingRateCombinerOpKHR (line 6408) | enum class FragmentShadingRateCombinerOpKHR type ShaderCorePropertiesFlagBitsAMD (line 6419) | enum class ShaderCorePropertiesFlagBitsAMD : VkShaderCorePropertiesFlagsAMD type FlagTraits (line 6426) | struct FlagTraits type ValidationFeatureEnableEXT (line 6434) | enum class ValidationFeatureEnableEXT type ValidationFeatureDisableEXT (line 6443) | enum class ValidationFeatureDisableEXT type CoverageReductionModeNV (line 6457) | enum class CoverageReductionModeNV type PipelineCoverageReductionStateCreateFlagBitsNV (line 6463) | enum class PipelineCoverageReductionStateCreateFlagBitsNV : VkPipelineCo... type FlagTraits (line 6470) | struct FlagTraits type ProvokingVertexModeEXT (line 6478) | enum class ProvokingVertexModeEXT type FullScreenExclusiveEXT (line 6487) | enum class FullScreenExclusiveEXT type HeadlessSurfaceCreateFlagBitsEXT (line 6498) | enum class HeadlessSurfaceCreateFlagBitsEXT : VkHeadlessSurfaceCreateFla... type FlagTraits (line 6505) | struct FlagTraits type PipelineExecutableStatisticFormatKHR (line 6513) | enum class PipelineExecutableStatisticFormatKHR type PresentScalingFlagBitsEXT (line 6523) | enum class PresentScalingFlagBitsEXT : VkPresentScalingFlagsEXT type FlagTraits (line 6533) | struct FlagTraits type PresentGravityFlagBitsEXT (line 6540) | enum class PresentGravityFlagBitsEXT : VkPresentGravityFlagsEXT type FlagTraits (line 6550) | struct FlagTraits type IndirectStateFlagBitsNV (line 6559) | enum class IndirectStateFlagBitsNV : VkIndirectStateFlagsNV type FlagTraits (line 6567) | struct FlagTraits type IndirectCommandsTokenTypeNV (line 6573) | enum class IndirectCommandsTokenTypeNV type IndirectCommandsLayoutUsageFlagBitsNV (line 6588) | enum class IndirectCommandsLayoutUsageFlagBitsNV : VkIndirectCommandsLay... type FlagTraits (line 6598) | struct FlagTraits type DepthBiasRepresentationEXT (line 6608) | enum class DepthBiasRepresentationEXT type DeviceMemoryReportEventTypeEXT (line 6617) | enum class DeviceMemoryReportEventTypeEXT type DeviceMemoryReportFlagBitsEXT (line 6626) | enum class DeviceMemoryReportFlagBitsEXT : VkDeviceMemoryReportFlagsEXT type FlagTraits (line 6633) | struct FlagTraits type VideoEncodeCapabilityFlagBitsKHR (line 6641) | enum class VideoEncodeCapabilityFlagBitsKHR : VkVideoEncodeCapabilityFla... type FlagTraits (line 6652) | struct FlagTraits type VideoEncodeFeedbackFlagBitsKHR (line 6660) | enum class VideoEncodeFeedbackFlagBitsKHR : VkVideoEncodeFeedbackFlagsKHR type FlagTraits (line 6670) | struct FlagTraits type VideoEncodeUsageFlagBitsKHR (line 6678) | enum class VideoEncodeUsageFlagBitsKHR : VkVideoEncodeUsageFlagsKHR type FlagTraits (line 6690) | struct FlagTraits type VideoEncodeContentFlagBitsKHR (line 6698) | enum class VideoEncodeContentFlagBitsKHR : VkVideoEncodeContentFlagsKHR type FlagTraits (line 6709) | struct FlagTraits type VideoEncodeTuningModeKHR (line 6717) | enum class VideoEncodeTuningModeKHR type VideoEncodeRateControlModeFlagBitsKHR (line 6726) | enum class VideoEncodeRateControlModeFlagBitsKHR : VkVideoEncodeRateCont... type FlagTraits (line 6737) | struct FlagTraits type VideoEncodeFlagBitsKHR (line 6745) | enum class VideoEncodeFlagBitsKHR : VkVideoEncodeFlagsKHR type FlagTraits (line 6754) | struct FlagTraits type VideoEncodeRateControlFlagBitsKHR (line 6761) | enum class VideoEncodeRateControlFlagBitsKHR : VkVideoEncodeRateControlF... type FlagTraits (line 6768) | struct FlagTraits type DeviceDiagnosticsConfigFlagBitsNV (line 6776) | enum class DeviceDiagnosticsConfigFlagBitsNV : VkDeviceDiagnosticsConfig... type FlagTraits (line 6787) | struct FlagTraits type ExportMetalObjectTypeFlagBitsEXT (line 6798) | enum class ExportMetalObjectTypeFlagBitsEXT : VkExportMetalObjectTypeFla... type FlagTraits (line 6811) | struct FlagTraits type GraphicsPipelineLibraryFlagBitsEXT (line 6822) | enum class GraphicsPipelineLibraryFlagBitsEXT : VkGraphicsPipelineLibrar... type FlagTraits (line 6833) | struct FlagTraits type FragmentShadingRateNV (line 6843) | enum class FragmentShadingRateNV type FragmentShadingRateTypeNV (line 6859) | enum class FragmentShadingRateTypeNV type AccelerationStructureMotionInstanceTypeNV (line 6867) | enum class AccelerationStructureMotionInstanceTypeNV type AccelerationStructureMotionInfoFlagBitsNV (line 6874) | enum class AccelerationStructureMotionInfoFlagBitsNV : VkAccelerationStr... type FlagTraits (line 6881) | struct FlagTraits type AccelerationStructureMotionInstanceFlagBitsNV (line 6887) | enum class AccelerationStructureMotionInstanceFlagBitsNV : VkAcceleratio... type FlagTraits (line 6894) | struct FlagTraits type ImageCompressionFlagBitsEXT (line 6902) | enum class ImageCompressionFlagBitsEXT : VkImageCompressionFlagsEXT type FlagTraits (line 6913) | struct FlagTraits type ImageCompressionFixedRateFlagBitsEXT (line 6921) | enum class ImageCompressionFixedRateFlagBitsEXT : VkImageCompressionFixe... type FlagTraits (line 6953) | struct FlagTraits type DeviceFaultAddressTypeEXT (line 6970) | enum class DeviceFaultAddressTypeEXT type DeviceFaultVendorBinaryHeaderVersionEXT (line 6981) | enum class DeviceFaultVendorBinaryHeaderVersionEXT type DirectFBSurfaceCreateFlagBitsEXT (line 6989) | enum class DirectFBSurfaceCreateFlagBitsEXT : VkDirectFBSurfaceCreateFla... type FlagTraits (line 6996) | struct FlagTraits type DeviceAddressBindingFlagBitsEXT (line 7005) | enum class DeviceAddressBindingFlagBitsEXT : VkDeviceAddressBindingFlagsEXT type FlagTraits (line 7013) | struct FlagTraits type DeviceAddressBindingTypeEXT (line 7019) | enum class DeviceAddressBindingTypeEXT type ImageConstraintsInfoFlagBitsFUCHSIA (line 7028) | enum class ImageConstraintsInfoFlagBitsFUCHSIA : VkImageConstraintsInfoF... type FlagTraits (line 7040) | struct FlagTraits type ImageFormatConstraintsFlagBitsFUCHSIA (line 7049) | enum class ImageFormatConstraintsFlagBitsFUCHSIA : VkImageFormatConstrai... type FlagTraits (line 7056) | struct FlagTraits type FrameBoundaryFlagBitsEXT (line 7065) | enum class FrameBoundaryFlagBitsEXT : VkFrameBoundaryFlagsEXT type FlagTraits (line 7073) | struct FlagTraits type ScreenSurfaceCreateFlagBitsQNX (line 7082) | enum class ScreenSurfaceCreateFlagBitsQNX : VkScreenSurfaceCreateFlagsQNX type FlagTraits (line 7089) | struct FlagTraits type MicromapTypeEXT (line 7098) | enum class MicromapTypeEXT type BuildMicromapFlagBitsEXT (line 7106) | enum class BuildMicromapFlagBitsEXT : VkBuildMicromapFlagsEXT type FlagTraits (line 7116) | struct FlagTraits type CopyMicromapModeEXT (line 7123) | enum class CopyMicromapModeEXT type MicromapCreateFlagBitsEXT (line 7131) | enum class MicromapCreateFlagBitsEXT : VkMicromapCreateFlagsEXT type FlagTraits (line 7139) | struct FlagTraits type BuildMicromapModeEXT (line 7145) | enum class BuildMicromapModeEXT type OpacityMicromapFormatEXT (line 7150) | enum class OpacityMicromapFormatEXT type OpacityMicromapSpecialIndexEXT (line 7156) | enum class OpacityMicromapSpecialIndexEXT type DisplacementMicromapFormatNV (line 7168) | enum class DisplacementMicromapFormatNV type PhysicalDeviceSchedulingControlsFlagBitsARM (line 7178) | enum class PhysicalDeviceSchedulingControlsFlagBitsARM : VkPhysicalDevic... type FlagTraits (line 7186) | struct FlagTraits type MemoryDecompressionMethodFlagBitsNV (line 7194) | enum class MemoryDecompressionMethodFlagBitsNV : VkMemoryDecompressionMe... type FlagTraits (line 7202) | struct FlagTraits type RayTracingLssIndexingModeNV (line 7210) | enum class RayTracingLssIndexingModeNV type RayTracingLssPrimitiveEndCapsModeNV (line 7216) | enum class RayTracingLssPrimitiveEndCapsModeNV type SubpassMergeStatusEXT (line 7224) | enum class SubpassMergeStatusEXT type DirectDriverLoadingModeLUNARG (line 7244) | enum class DirectDriverLoadingModeLUNARG type DirectDriverLoadingFlagBitsLUNARG (line 7250) | enum class DirectDriverLoadingFlagBitsLUNARG : VkDirectDriverLoadingFlag... type FlagTraits (line 7257) | struct FlagTraits type OpticalFlowUsageFlagBitsNV (line 7265) | enum class OpticalFlowUsageFlagBitsNV : VkOpticalFlowUsageFlagsNV type FlagTraits (line 7278) | struct FlagTraits type OpticalFlowGridSizeFlagBitsNV (line 7286) | enum class OpticalFlowGridSizeFlagBitsNV : VkOpticalFlowGridSizeFlagsNV type FlagTraits (line 7298) | struct FlagTraits type OpticalFlowPerformanceLevelNV (line 7306) | enum class OpticalFlowPerformanceLevelNV type OpticalFlowSessionBindingPointNV (line 7314) | enum class OpticalFlowSessionBindingPointNV type OpticalFlowSessionCreateFlagBitsNV (line 7327) | enum class OpticalFlowSessionCreateFlagBitsNV : VkOpticalFlowSessionCrea... type FlagTraits (line 7339) | struct FlagTraits type OpticalFlowExecuteFlagBitsNV (line 7348) | enum class OpticalFlowExecuteFlagBitsNV : VkOpticalFlowExecuteFlagsNV type FlagTraits (line 7356) | struct FlagTraits type AntiLagModeAMD (line 7364) | enum class AntiLagModeAMD type AntiLagStageAMD (line 7371) | enum class AntiLagStageAMD type ShaderCreateFlagBitsEXT (line 7379) | enum class ShaderCreateFlagBitsEXT : VkShaderCreateFlagsEXT type FlagTraits (line 7394) | struct FlagTraits type ShaderCodeTypeEXT (line 7403) | enum class ShaderCodeTypeEXT type RayTracingInvocationReorderModeNV (line 7411) | enum class RayTracingInvocationReorderModeNV type CooperativeVectorMatrixLayoutNV (line 7419) | enum class CooperativeVectorMatrixLayoutNV type ComponentTypeKHR (line 7427) | enum class ComponentTypeKHR type LayerSettingTypeEXT (line 7449) | enum class LayerSettingTypeEXT type CppType (line 7466) | struct CppType type CppType (line 7472) | struct CppType type CppType (line 7478) | struct CppType type CppType (line 7484) | struct CppType type CppType (line 7490) | struct CppType type CppType (line 7496) | struct CppType type CppType (line 7502) | struct CppType type CppType (line 7508) | struct CppType function isSameType (line 7514) | bool isSameType( LayerSettingTypeEXT layerSettingType ) type LatencyMarkerNV (line 7532) | enum class LatencyMarkerNV type OutOfBandQueueTypeNV (line 7548) | enum class OutOfBandQueueTypeNV type ScopeKHR (line 7556) | enum class ScopeKHR type VideoEncodeAV1PredictionModeKHR (line 7567) | enum class VideoEncodeAV1PredictionModeKHR type VideoEncodeAV1RateControlGroupKHR (line 7575) | enum class VideoEncodeAV1RateControlGroupKHR type VideoEncodeAV1CapabilityFlagBitsKHR (line 7582) | enum class VideoEncodeAV1CapabilityFlagBitsKHR : VkVideoEncodeAV1Capabil... type FlagTraits (line 7594) | struct FlagTraits type VideoEncodeAV1StdFlagBitsKHR (line 7603) | enum class VideoEncodeAV1StdFlagBitsKHR : VkVideoEncodeAV1StdFlagsKHR type FlagTraits (line 7614) | struct FlagTraits type VideoEncodeAV1SuperblockSizeFlagBitsKHR (line 7622) | enum class VideoEncodeAV1SuperblockSizeFlagBitsKHR : VkVideoEncodeAV1Sup... type FlagTraits (line 7631) | struct FlagTraits type VideoEncodeAV1RateControlFlagBitsKHR (line 7638) | enum class VideoEncodeAV1RateControlFlagBitsKHR : VkVideoEncodeAV1RateCo... type FlagTraits (line 7649) | struct FlagTraits type BlockMatchWindowCompareModeQCOM (line 7659) | enum class BlockMatchWindowCompareModeQCOM type CubicFilterWeightsQCOM (line 7667) | enum class CubicFilterWeightsQCOM type LayeredDriverUnderlyingApiMSFT (line 7677) | enum class LayeredDriverUnderlyingApiMSFT type TimeDomainKHR (line 7685) | enum class TimeDomainKHR type DisplaySurfaceStereoTypeNV (line 7696) | enum class DisplaySurfaceStereoTypeNV type PhysicalDeviceLayeredApiKHR (line 7706) | enum class PhysicalDeviceLayeredApiKHR type ClusterAccelerationStructureClusterFlagBitsNV (line 7717) | enum class ClusterAccelerationStructureClusterFlagBitsNV : VkClusterAcce... type FlagTraits (line 7725) | struct FlagTraits type ClusterAccelerationStructureGeometryFlagBitsNV (line 7732) | enum class ClusterAccelerationStructureGeometryFlagBitsNV : VkClusterAcc... type FlagTraits (line 7742) | struct FlagTraits type ClusterAccelerationStructureAddressResolutionFlagBitsNV (line 7750) | enum class ClusterAccelerationStructureAddressResolutionFlagBitsNV : VkC... type FlagTraits (line 7763) | struct FlagTraits type ClusterAccelerationStructureIndexFormatFlagBitsNV (line 7775) | enum class ClusterAccelerationStructureIndexFormatFlagBitsNV : VkCluster... type FlagTraits (line 7785) | struct FlagTraits type ClusterAccelerationStructureTypeNV (line 7793) | enum class ClusterAccelerationStructureTypeNV type ClusterAccelerationStructureOpTypeNV (line 7800) | enum class ClusterAccelerationStructureOpTypeNV type ClusterAccelerationStructureOpModeNV (line 7809) | enum class ClusterAccelerationStructureOpModeNV type PartitionedAccelerationStructureOpTypeNV (line 7818) | enum class PartitionedAccelerationStructureOpTypeNV type PartitionedAccelerationStructureInstanceFlagBitsNV (line 7825) | enum class PartitionedAccelerationStructureInstanceFlagBitsNV : VkPartit... type FlagTraits (line 7837) | struct FlagTraits type IndirectCommandsTokenTypeEXT (line 7849) | enum class IndirectCommandsTokenTypeEXT type IndirectExecutionSetInfoTypeEXT (line 7868) | enum class IndirectExecutionSetInfoTypeEXT type IndirectCommandsLayoutUsageFlagBitsEXT (line 7874) | enum class IndirectCommandsLayoutUsageFlagBitsEXT : VkIndirectCommandsLa... type FlagTraits (line 7883) | struct FlagTraits type IndirectCommandsInputModeFlagBitsEXT (line 7890) | enum class IndirectCommandsInputModeFlagBitsEXT : VkIndirectCommandsInpu... type FlagTraits (line 7899) | struct FlagTraits type AccessFlagBits3KHR (line 7908) | enum class AccessFlagBits3KHR : VkAccessFlags3KHR type FlagTraits (line 7916) | struct FlagTraits type DepthClampModeEXT (line 7924) | enum class DepthClampModeEXT function VULKAN_HPP_INLINE (line 7934) | VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT debugRe... FILE: src/libraries/vulkanheaders/vulkan_extension_inspection.hpp function VULKAN_HPP_INLINE (line 47) | VULKAN_HPP_INLINE std::map const & getDeprecat... function VULKAN_HPP_INLINE (line 77) | VULKAN_HPP_INLINE std::set const & getDeviceExtensions() function VULKAN_HPP_INLINE (line 477) | VULKAN_HPP_INLINE std::set const & getInstanceExtensions() function VULKAN_HPP_INLINE (line 552) | VULKAN_HPP_INLINE std::map> ... function VULKAN_HPP_INLINE (line 2496) | VULKAN_HPP_INLINE std::map const & getObsolete... function VULKAN_HPP_INLINE (line 2502) | VULKAN_HPP_INLINE std::map const & getPromoted... function VULKAN_HPP_INLINE (line 2612) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 std::string getExtensionDeprec... function VULKAN_HPP_INLINE (line 2691) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 std::string getExtensionObsole... function VULKAN_HPP_INLINE (line 2700) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 std::string getExtensionPromot... function VULKAN_HPP_INLINE (line 3111) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 bool isDeprecatedExtension( st... function VULKAN_HPP_INLINE (line 3397) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 bool isObsoletedExtension( std... FILE: src/libraries/vulkanheaders/vulkan_format_traits.hpp type VULKAN_HPP_NAMESPACE (line 13) | namespace VULKAN_HPP_NAMESPACE function VULKAN_HPP_INLINE (line 21) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 std::array block... function VULKAN_HPP_INLINE (line 115) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t blockSize( VULKAN_HP... function VULKAN_HPP_INLINE (line 374) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 char const * compatibilityCl... function VULKAN_HPP_INLINE (line 633) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentBits( VULKA... function VULKAN_HPP_INLINE (line 2036) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentCount( VULK... function VULKAN_HPP_INLINE (line 2295) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 char const * componentName( ... function VULKAN_HPP_INLINE (line 4330) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 char const * componentNumeri... function VULKAN_HPP_INLINE (line 6365) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentPlaneIndex(... function VULKAN_HPP_INLINE (line 6567) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 bool componentsAreCompressed... function VULKAN_HPP_INLINE (line 6648) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 char const * compressionSche... function VULKAN_HPP_INLINE (line 6734) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 bool isCompressed( VULKAN_HP... function VULKAN_HPP_INLINE (line 6741) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t packed( VULKAN_HPP_N... function VULKAN_HPP_INLINE (line 6806) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::Format... function VULKAN_HPP_INLINE (line 6996) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t planeCount( VULKAN_H... function VULKAN_HPP_INLINE (line 7030) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t planeHeightDivisor( ... function VULKAN_HPP_INLINE (line 7220) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t planeWidthDivisor( V... function VULKAN_HPP_INLINE (line 7410) | VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t texelsPerBlock( VULK... FILE: src/libraries/vulkanheaders/vulkan_fuchsia.h type VkFlags (line 26) | typedef VkFlags VkImagePipeSurfaceCreateFlagsFUCHSIA; type VkImagePipeSurfaceCreateInfoFUCHSIA (line 27) | typedef struct VkImagePipeSurfaceCreateInfoFUCHSIA { type VkImagePipeSurfaceCreateInfoFUCHSIA (line 34) | typedef VkResult (VKAPI_PTR *PFN_vkCreateImagePipeSurfaceFUCHSIA)(VkInst... type VkImportMemoryZirconHandleInfoFUCHSIA (line 49) | typedef struct VkImportMemoryZirconHandleInfoFUCHSIA { type VkMemoryZirconHandlePropertiesFUCHSIA (line 56) | typedef struct VkMemoryZirconHandlePropertiesFUCHSIA { type VkMemoryGetZirconHandleInfoFUCHSIA (line 62) | typedef struct VkMemoryGetZirconHandleInfoFUCHSIA { type VkMemoryGetZirconHandleInfoFUCHSIA (line 69) | typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryZirconHandleFUCHSIA)(VkDevic... type VkImportSemaphoreZirconHandleInfoFUCHSIA (line 90) | typedef struct VkImportSemaphoreZirconHandleInfoFUCHSIA { type VkSemaphoreGetZirconHandleInfoFUCHSIA (line 99) | typedef struct VkSemaphoreGetZirconHandleInfoFUCHSIA { type VkImportSemaphoreZirconHandleInfoFUCHSIA (line 106) | typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreZirconHandleFUCHSIA)(V... type VkSemaphoreGetZirconHandleInfoFUCHSIA (line 107) | typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreZirconHandleFUCHSIA)(VkDe... type VkFlags (line 126) | typedef VkFlags VkImageFormatConstraintsFlagsFUCHSIA; type VkImageConstraintsInfoFlagBitsFUCHSIA (line 128) | typedef enum VkImageConstraintsInfoFlagBitsFUCHSIA { type VkFlags (line 136) | typedef VkFlags VkImageConstraintsInfoFlagsFUCHSIA; type VkBufferCollectionCreateInfoFUCHSIA (line 137) | typedef struct VkBufferCollectionCreateInfoFUCHSIA { type VkImportMemoryBufferCollectionFUCHSIA (line 143) | typedef struct VkImportMemoryBufferCollectionFUCHSIA { type VkBufferCollectionImageCreateInfoFUCHSIA (line 150) | typedef struct VkBufferCollectionImageCreateInfoFUCHSIA { type VkBufferCollectionConstraintsInfoFUCHSIA (line 157) | typedef struct VkBufferCollectionConstraintsInfoFUCHSIA { type VkBufferConstraintsInfoFUCHSIA (line 167) | typedef struct VkBufferConstraintsInfoFUCHSIA { type VkBufferCollectionBufferCreateInfoFUCHSIA (line 175) | typedef struct VkBufferCollectionBufferCreateInfoFUCHSIA { type VkSysmemColorSpaceFUCHSIA (line 182) | typedef struct VkSysmemColorSpaceFUCHSIA { type VkBufferCollectionPropertiesFUCHSIA (line 188) | typedef struct VkBufferCollectionPropertiesFUCHSIA { type VkImageFormatConstraintsInfoFUCHSIA (line 204) | typedef struct VkImageFormatConstraintsInfoFUCHSIA { type VkImageConstraintsInfoFUCHSIA (line 215) | typedef struct VkImageConstraintsInfoFUCHSIA { type VkBufferCollectionCreateInfoFUCHSIA (line 224) | typedef VkResult (VKAPI_PTR *PFN_vkCreateBufferCollectionFUCHSIA)(VkDevi... FILE: src/libraries/vulkanheaders/vulkan_funcs.hpp type VULKAN_HPP_NAMESPACE (line 14) | namespace VULKAN_HPP_NAMESPACE function VULKAN_HPP_NODISCARD (line 24) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result createInstance( const VU... function VULKAN_HPP_NODISCARD (line 37) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::type function VULKAN_HPP_NODISCARD (line 1669) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::getFenceStatus( ... function VULKAN_HPP_NODISCARD (line 1676) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::Result De... function VULKAN_HPP_NODISCARD (line 1692) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::waitForFences( u... function VULKAN_HPP_NODISCARD (line 1705) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::Result function VULKAN_HPP_NODISCARD (line 1726) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::createSemaphore(... function VULKAN_HPP_NODISCARD (line 1740) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::type Device::resetEv... function VULKAN_HPP_NODISCARD (line 2023) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::createQueryPool(... function VULKAN_HPP_NODISCARD (line 2037) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType Device::g... function VULKAN_HPP_NODISCARD (line 2225) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::createBuffer( co... function VULKAN_HPP_NODISCARD (line 2239) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::type function VULKAN_HPP_NODISCARD (line 4619) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::allocateCommandB... function VULKAN_HPP_NODISCARD (line 4633) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::type CommandBuffer::... function VULKAN_HPP_INLINE (line 4865) | VULKAN_HPP_INLINE void CommandBuffer::bindPipeline( VULKAN_HPP_NAMESPA... function VULKAN_HPP_INLINE (line 4875) | VULKAN_HPP_INLINE void CommandBuffer::setViewport( uint32_t ... function VULKAN_HPP_INLINE (line 4886) | VULKAN_HPP_INLINE void CommandBuffer::setViewport( uint32_t ... function VULKAN_HPP_INLINE (line 4900) | VULKAN_HPP_INLINE void CommandBuffer::setScissor( uint32_t ... function VULKAN_HPP_INLINE (line 4911) | VULKAN_HPP_INLINE void CommandBuffer::setScissor( uint32_t ... function VULKAN_HPP_INLINE (line 4925) | VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, D... function VULKAN_HPP_INLINE (line 4932) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 4940) | VULKAN_HPP_INLINE void CommandBuffer::setBlendConstants( const float b... function VULKAN_HPP_INLINE (line 4947) | VULKAN_HPP_INLINE void CommandBuffer::setDepthBounds( float minDepthBo... function VULKAN_HPP_INLINE (line 4954) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 4962) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 4970) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 4978) | VULKAN_HPP_INLINE void CommandBuffer::bindDescriptorSets( VULKAN_HPP_N... function VULKAN_HPP_INLINE (line 5000) | VULKAN_HPP_INLINE void CommandBuffer::bindDescriptorSets( VULKAN_HPP_N... function VULKAN_HPP_INLINE (line 5024) | VULKAN_HPP_INLINE void CommandBuffer::bindIndexBuffer( VULKAN_HPP_NAME... function VULKAN_HPP_INLINE (line 5037) | VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( uint32_t ... function VULKAN_HPP_INLINE (line 5053) | VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( uint32_t ... function VULKAN_HPP_INLINE (line 5080) | VULKAN_HPP_INLINE void CommandBuffer::draw( function VULKAN_HPP_INLINE (line 5088) | VULKAN_HPP_INLINE void CommandBuffer::drawIndexed( uint32_t in... function VULKAN_HPP_INLINE (line 5100) | VULKAN_HPP_INLINE void CommandBuffer::drawIndirect( VULKAN_HPP_NAMESPA... function VULKAN_HPP_INLINE (line 5112) | VULKAN_HPP_INLINE void CommandBuffer::drawIndexedIndirect( VULKAN_HPP_... function VULKAN_HPP_INLINE (line 5124) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 5132) | VULKAN_HPP_INLINE void CommandBuffer::dispatchIndirect( VULKAN_HPP_NAM... function VULKAN_HPP_INLINE (line 5141) | VULKAN_HPP_INLINE void CommandBuffer::copyBuffer( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_INLINE (line 5157) | VULKAN_HPP_INLINE void CommandBuffer::copyBuffer( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_INLINE (line 5176) | VULKAN_HPP_INLINE void CommandBuffer::copyImage( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_INLINE (line 5196) | VULKAN_HPP_INLINE void CommandBuffer::copyImage( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_INLINE (line 5219) | VULKAN_HPP_INLINE void CommandBuffer::blitImage( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_INLINE (line 5241) | VULKAN_HPP_INLINE void CommandBuffer::blitImage( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_INLINE (line 5266) | VULKAN_HPP_INLINE void CommandBuffer::copyBufferToImage( VULKAN_HPP_NA... function VULKAN_HPP_INLINE (line 5284) | VULKAN_HPP_INLINE void CommandBuffer::copyBufferToImage( VULKAN_HPP_NA... function VULKAN_HPP_INLINE (line 5305) | VULKAN_HPP_INLINE void CommandBuffer::copyImageToBuffer( VULKAN_HPP_NA... function VULKAN_HPP_INLINE (line 5323) | VULKAN_HPP_INLINE void CommandBuffer::copyImageToBuffer( VULKAN_HPP_NA... function VULKAN_HPP_INLINE (line 5344) | VULKAN_HPP_INLINE void CommandBuffer::updateBuffer( VULKAN_HPP_NAMESPA... function VULKAN_HPP_INLINE (line 5360) | VULKAN_HPP_INLINE void CommandBuffer::updateBuffer( VULKAN_HPP_NAMESPA... function VULKAN_HPP_INLINE (line 5379) | VULKAN_HPP_INLINE void CommandBuffer::fillBuffer( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_INLINE (line 5394) | VULKAN_HPP_INLINE void CommandBuffer::clearColorImage( VULKAN_HPP_NAME... function VULKAN_HPP_INLINE (line 5412) | VULKAN_HPP_INLINE void CommandBuffer::clearColorImage( VULKAN_HPP_NAME... function VULKAN_HPP_INLINE (line 5433) | VULKAN_HPP_INLINE void CommandBuffer::clearDepthStencilImage( VULKAN_H... function VULKAN_HPP_INLINE (line 5451) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 5473) | VULKAN_HPP_INLINE void CommandBuffer::clearAttachments( uint32_t ... function VULKAN_HPP_INLINE (line 5489) | VULKAN_HPP_INLINE void CommandBuffer::clearAttachments( VULKAN_HPP_NAM... function VULKAN_HPP_INLINE (line 5507) | VULKAN_HPP_INLINE void CommandBuffer::resolveImage( VULKAN_HPP_NAMESPA... function VULKAN_HPP_INLINE (line 5527) | VULKAN_HPP_INLINE void CommandBuffer::resolveImage( VULKAN_HPP_NAMESPA... function VULKAN_HPP_INLINE (line 5550) | VULKAN_HPP_INLINE void CommandBuffer::setEvent( VULKAN_HPP_NAMESPACE::... function VULKAN_HPP_INLINE (line 5559) | VULKAN_HPP_INLINE void CommandBuffer::resetEvent( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_INLINE (line 5568) | VULKAN_HPP_INLINE void CommandBuffer::waitEvents( uint32_t ... function VULKAN_HPP_INLINE (line 5596) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 5625) | VULKAN_HPP_INLINE void CommandBuffer::pipelineBarrier( VULKAN_HPP_NAME... function VULKAN_HPP_INLINE (line 5651) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 5679) | VULKAN_HPP_INLINE void CommandBuffer::beginQuery( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_INLINE (line 5690) | VULKAN_HPP_INLINE void CommandBuffer::endQuery( VULKAN_HPP_NAMESPACE::... function VULKAN_HPP_INLINE (line 5697) | VULKAN_HPP_INLINE void CommandBuffer::resetQueryPool( VULKAN_HPP_NAMES... function VULKAN_HPP_INLINE (line 5707) | VULKAN_HPP_INLINE void CommandBuffer::writeTimestamp( VULKAN_HPP_NAMES... function VULKAN_HPP_INLINE (line 5718) | VULKAN_HPP_INLINE void CommandBuffer::copyQueryPoolResults( VULKAN_HPP... function VULKAN_HPP_INLINE (line 5739) | VULKAN_HPP_INLINE void CommandBuffer::pushConstants( VULKAN_HPP_NAMESP... function VULKAN_HPP_INLINE (line 5757) | VULKAN_HPP_INLINE void CommandBuffer::pushConstants( VULKAN_HPP_NAMESP... function VULKAN_HPP_INLINE (line 5778) | VULKAN_HPP_INLINE void CommandBuffer::beginRenderPass( const VULKAN_HP... function VULKAN_HPP_INLINE (line 5790) | VULKAN_HPP_INLINE void CommandBuffer::beginRenderPass( const VULKAN_HP... function VULKAN_HPP_INLINE (line 5804) | VULKAN_HPP_INLINE void CommandBuffer::nextSubpass( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_INLINE (line 5811) | VULKAN_HPP_INLINE void CommandBuffer::endRenderPass( Dispatch const & ... function VULKAN_HPP_INLINE (line 5818) | VULKAN_HPP_INLINE void CommandBuffer::executeCommands( uint32_t ... function VULKAN_HPP_INLINE (line 5828) | VULKAN_HPP_INLINE void CommandBuffer::executeCommands( VULKAN_HPP_NAME... function VULKAN_HPP_NODISCARD (line 5843) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result enumerateInstanceVersion... function VULKAN_HPP_NODISCARD (line 5851) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::type Device::setPriv... function VULKAN_HPP_INLINE (line 7747) | VULKAN_HPP_INLINE void Device::getPrivateData( VULKAN_HPP_NAMESPACE::O... function VULKAN_HPP_NODISCARD (line 7760) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE uint64_t Device::getPrivateData... function VULKAN_HPP_INLINE (line 7778) | VULKAN_HPP_INLINE void CommandBuffer::setEvent2( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_INLINE (line 7789) | VULKAN_HPP_INLINE void CommandBuffer::setEvent2( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_INLINE (line 7803) | VULKAN_HPP_INLINE void CommandBuffer::resetEvent2( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_INLINE (line 7812) | VULKAN_HPP_INLINE void CommandBuffer::waitEvents2( uint32_t ... function VULKAN_HPP_INLINE (line 7826) | VULKAN_HPP_INLINE void CommandBuffer::waitEvents2( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_INLINE (line 7851) | VULKAN_HPP_INLINE void CommandBuffer::pipelineBarrier2( const VULKAN_H... function VULKAN_HPP_INLINE (line 7860) | VULKAN_HPP_INLINE void CommandBuffer::pipelineBarrier2( const VULKAN_H... function VULKAN_HPP_INLINE (line 7873) | VULKAN_HPP_INLINE void CommandBuffer::writeTimestamp2( VULKAN_HPP_NAME... function VULKAN_HPP_NODISCARD (line 7884) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Queue::submit2( uint32_t... function VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS (line 7896) | VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS VULKAN_HPP_INLINE typename Res... function VULKAN_HPP_INLINE (line 7913) | VULKAN_HPP_INLINE void CommandBuffer::copyBuffer2( const VULKAN_HPP_NA... function VULKAN_HPP_INLINE (line 7922) | VULKAN_HPP_INLINE void CommandBuffer::copyBuffer2( const VULKAN_HPP_NA... function VULKAN_HPP_INLINE (line 7935) | VULKAN_HPP_INLINE void CommandBuffer::copyImage2( const VULKAN_HPP_NAM... function VULKAN_HPP_INLINE (line 7943) | VULKAN_HPP_INLINE void CommandBuffer::copyImage2( const VULKAN_HPP_NAM... function VULKAN_HPP_INLINE (line 7955) | VULKAN_HPP_INLINE void CommandBuffer::copyBufferToImage2( const VULKAN... function VULKAN_HPP_INLINE (line 7964) | VULKAN_HPP_INLINE void CommandBuffer::copyBufferToImage2( const VULKAN... function VULKAN_HPP_INLINE (line 7977) | VULKAN_HPP_INLINE void CommandBuffer::copyImageToBuffer2( const VULKAN... function VULKAN_HPP_INLINE (line 7986) | VULKAN_HPP_INLINE void CommandBuffer::copyImageToBuffer2( const VULKAN... function VULKAN_HPP_INLINE (line 7999) | VULKAN_HPP_INLINE void CommandBuffer::blitImage2( const VULKAN_HPP_NAM... function VULKAN_HPP_INLINE (line 8007) | VULKAN_HPP_INLINE void CommandBuffer::blitImage2( const VULKAN_HPP_NAM... function VULKAN_HPP_INLINE (line 8019) | VULKAN_HPP_INLINE void CommandBuffer::resolveImage2( const VULKAN_HPP_... function VULKAN_HPP_INLINE (line 8028) | VULKAN_HPP_INLINE void CommandBuffer::resolveImage2( const VULKAN_HPP_... function VULKAN_HPP_INLINE (line 8041) | VULKAN_HPP_INLINE void CommandBuffer::beginRendering( const VULKAN_HPP... function VULKAN_HPP_INLINE (line 8050) | VULKAN_HPP_INLINE void CommandBuffer::beginRendering( const VULKAN_HPP... function VULKAN_HPP_INLINE (line 8063) | VULKAN_HPP_INLINE void CommandBuffer::endRendering( Dispatch const & d... function VULKAN_HPP_INLINE (line 8070) | VULKAN_HPP_INLINE void CommandBuffer::setCullMode( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_INLINE (line 8077) | VULKAN_HPP_INLINE void CommandBuffer::setFrontFace( VULKAN_HPP_NAMESPA... function VULKAN_HPP_INLINE (line 8084) | VULKAN_HPP_INLINE void CommandBuffer::setPrimitiveTopology( VULKAN_HPP... function VULKAN_HPP_INLINE (line 8092) | VULKAN_HPP_INLINE void CommandBuffer::setViewportWithCount( uint32_t ... function VULKAN_HPP_INLINE (line 8102) | VULKAN_HPP_INLINE void CommandBuffer::setViewportWithCount( VULKAN_HPP... function VULKAN_HPP_INLINE (line 8116) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 8125) | VULKAN_HPP_INLINE void CommandBuffer::setScissorWithCount( VULKAN_HPP_... function VULKAN_HPP_INLINE (line 8139) | VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers2( uint32_t ... function VULKAN_HPP_INLINE (line 8159) | VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers2( uint32_t ... function VULKAN_HPP_INLINE (line 8201) | VULKAN_HPP_INLINE void CommandBuffer::setDepthTestEnable( VULKAN_HPP_N... function VULKAN_HPP_INLINE (line 8208) | VULKAN_HPP_INLINE void CommandBuffer::setDepthWriteEnable( VULKAN_HPP_... function VULKAN_HPP_INLINE (line 8215) | VULKAN_HPP_INLINE void CommandBuffer::setDepthCompareOp( VULKAN_HPP_NA... function VULKAN_HPP_INLINE (line 8222) | VULKAN_HPP_INLINE void CommandBuffer::setDepthBoundsTestEnable( VULKAN... function VULKAN_HPP_INLINE (line 8230) | VULKAN_HPP_INLINE void CommandBuffer::setStencilTestEnable( VULKAN_HPP... function VULKAN_HPP_INLINE (line 8237) | VULKAN_HPP_INLINE void CommandBuffer::setStencilOp( VULKAN_HPP_NAMESPA... function VULKAN_HPP_INLINE (line 8254) | VULKAN_HPP_INLINE void CommandBuffer::setRasterizerDiscardEnable( VULK... function VULKAN_HPP_INLINE (line 8262) | VULKAN_HPP_INLINE void CommandBuffer::setDepthBiasEnable( VULKAN_HPP_N... function VULKAN_HPP_INLINE (line 8269) | VULKAN_HPP_INLINE void CommandBuffer::setPrimitiveRestartEnable( VULKA... function VULKAN_HPP_INLINE (line 8277) | VULKAN_HPP_INLINE void Device::getBufferMemoryRequirements( const VULK... function VULKAN_HPP_NODISCARD (line 8289) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::MemoryReq... function VULKAN_HPP_NODISCARD (line 8306) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::Structure... function VULKAN_HPP_INLINE (line 8325) | VULKAN_HPP_INLINE void Device::getImageMemoryRequirements( const VULKA... function VULKAN_HPP_NODISCARD (line 8337) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::MemoryReq... function VULKAN_HPP_NODISCARD (line 8354) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::Structure... function VULKAN_HPP_INLINE (line 8373) | VULKAN_HPP_INLINE void Device::getImageSparseMemoryRequirements( const... function VULKAN_HPP_NODISCARD (line 8391) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector::type Device::unmapMe... function VULKAN_HPP_INLINE (line 8518) | VULKAN_HPP_INLINE void CommandBuffer::bindIndexBuffer2( VULKAN_HPP_NAM... function VULKAN_HPP_INLINE (line 8533) | VULKAN_HPP_INLINE void Device::getRenderingAreaGranularity( const VULK... function VULKAN_HPP_NODISCARD (line 8544) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::Extent2D function VULKAN_HPP_INLINE (line 8561) | VULKAN_HPP_INLINE void Device::getImageSubresourceLayout( const VULKAN... function VULKAN_HPP_NODISCARD (line 8572) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::Subresour... function VULKAN_HPP_NODISCARD (line 8589) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::Structure... function VULKAN_HPP_INLINE (line 8608) | VULKAN_HPP_INLINE void Device::getImageSubresourceLayout2( VULKAN_HPP_... function VULKAN_HPP_NODISCARD (line 8622) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::Subresour... function VULKAN_HPP_NODISCARD (line 8642) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::Structure... function VULKAN_HPP_INLINE (line 8664) | VULKAN_HPP_INLINE void CommandBuffer::pushDescriptorSet( VULKAN_HPP_NA... function VULKAN_HPP_INLINE (line 8682) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 8704) | VULKAN_HPP_INLINE void CommandBuffer::pushDescriptorSetWithTemplate( V... function VULKAN_HPP_INLINE (line 8720) | VULKAN_HPP_INLINE void CommandBuffer::pushDescriptorSetWithTemplate( V... function VULKAN_HPP_INLINE (line 8742) | VULKAN_HPP_INLINE void CommandBuffer::setRenderingAttachmentLocations(... function VULKAN_HPP_INLINE (line 8752) | VULKAN_HPP_INLINE void CommandBuffer::setRenderingAttachmentLocations(... function VULKAN_HPP_INLINE (line 8766) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 8777) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 8792) | VULKAN_HPP_INLINE void CommandBuffer::bindDescriptorSets2( const VULKA... function VULKAN_HPP_INLINE (line 8802) | VULKAN_HPP_INLINE void CommandBuffer::bindDescriptorSets2( const VULKA... function VULKAN_HPP_INLINE (line 8815) | VULKAN_HPP_INLINE void CommandBuffer::pushConstants2( const VULKAN_HPP... function VULKAN_HPP_INLINE (line 8824) | VULKAN_HPP_INLINE void CommandBuffer::pushConstants2( const VULKAN_HPP... function VULKAN_HPP_INLINE (line 8837) | VULKAN_HPP_INLINE void CommandBuffer::pushDescriptorSet2( const VULKAN... function VULKAN_HPP_INLINE (line 8846) | VULKAN_HPP_INLINE void CommandBuffer::pushDescriptorSet2( const VULKAN... function VULKAN_HPP_INLINE (line 8859) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 8870) | VULKAN_HPP_INLINE void function VULKAN_HPP_NODISCARD (line 8886) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::copyMemoryToImag... function VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS (line 8896) | VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS VULKAN_HPP_INLINE typename Res... function VULKAN_HPP_NODISCARD (line 8913) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::copyImageToMemor... function VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS (line 8923) | VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS VULKAN_HPP_INLINE typename Res... function VULKAN_HPP_NODISCARD (line 8940) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::copyImageToImage... function VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS (line 8950) | VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS VULKAN_HPP_INLINE typename Res... function VULKAN_HPP_NODISCARD (line 8967) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::transitionImageL... function VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS (line 8978) | VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS VULKAN_HPP_INLINE typename Res... function VULKAN_HPP_INLINE (line 8998) | VULKAN_HPP_INLINE void Instance::destroySurfaceKHR( VULKAN_HPP_NAMESPA... function VULKAN_HPP_INLINE (line 9009) | VULKAN_HPP_INLINE void Instance::destroySurfaceKHR( VULKAN_HPP_NAMESPA... function VULKAN_HPP_INLINE (line 9025) | VULKAN_HPP_INLINE void Instance::destroy( VULKAN_HPP_NAMESPACE::Surfac... function VULKAN_HPP_INLINE (line 9036) | VULKAN_HPP_INLINE void Instance::destroy( VULKAN_HPP_NAMESPACE::Surfac... function VULKAN_HPP_NODISCARD (line 9052) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result PhysicalDevice::getSurfa... function VULKAN_HPP_NODISCARD (line 9064) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType Device::a... function VULKAN_HPP_NODISCARD (line 9525) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Queue::presentKHR( const... function VULKAN_HPP_NODISCARD (line 9534) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::Result Qu... function VULKAN_HPP_NODISCARD (line 9552) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::getGroupPresentC... function VULKAN_HPP_NODISCARD (line 9562) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType Device::a... function VULKAN_HPP_NODISCARD (line 9730) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result PhysicalDevice::getDispl... function VULKAN_HPP_NODISCARD (line 9744) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::... function VULKAN_HPP_NODISCARD (line 13531) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::getMemoryFdPrope... function VULKAN_HPP_NODISCARD (line 13545) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::... function VULKAN_HPP_INLINE (line 13718) | VULKAN_HPP_INLINE void CommandBuffer::pushDescriptorSetKHR( VULKAN_HPP... function VULKAN_HPP_INLINE (line 13736) | VULKAN_HPP_INLINE void function VULKAN_HPP_INLINE (line 13758) | VULKAN_HPP_INLINE void CommandBuffer::pushDescriptorSetWithTemplateKHR... function VULKAN_HPP_INLINE (line 13774) | VULKAN_HPP_INLINE void CommandBuffer::pushDescriptorSetWithTemplateKHR... function VULKAN_HPP_INLINE (line 13798) | VULKAN_HPP_INLINE void CommandBuffer::beginConditionalRenderingEXT( co... function VULKAN_HPP_INLINE (line 13808) | VULKAN_HPP_INLINE void CommandBuffer::beginConditionalRenderingEXT( co... function VULKAN_HPP_INLINE (line 13821) | VULKAN_HPP_INLINE void CommandBuffer::endConditionalRenderingEXT( Disp... function VULKAN_HPP_NODISCARD (line 13830) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result function VULKAN_HPP_NODISCARD (line 13845) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::type Device::display... function VULKAN_HPP_NODISCARD (line 14157) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::registerEventEXT... function VULKAN_HPP_NODISCARD (line 14171) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::... function VULKAN_HPP_NODISCARD (line 14858) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result function VULKAN_HPP_NODISCARD (line 14882) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE function VULKAN_HPP_NODISCARD (line 14933) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE function VULKAN_HPP_INLINE (line 14983) | VULKAN_HPP_INLINE void function VULKAN_HPP_NODISCARD (line 14996) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE uint32_t PhysicalDevice::getQue... function VULKAN_HPP_NODISCARD (line 15014) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::acquireProfiling... function VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS (line 15024) | VULKAN_HPP_NODISCARD_WHEN_NO_EXCEPTIONS VULKAN_HPP_INLINE typename Res... function VULKAN_HPP_INLINE (line 15041) | VULKAN_HPP_INLINE void Device::releaseProfilingLockKHR( Dispatch const... function VULKAN_HPP_NODISCARD (line 15050) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result function VULKAN_HPP_NODISCARD (line 15063) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::type Device::unmapMe... function VULKAN_HPP_NODISCARD (line 21983) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::releaseSwapchain... function VULKAN_HPP_INLINE (line 21993) | VULKAN_HPP_INLINE typename ResultValueType::type function VULKAN_HPP_INLINE (line 22012) | VULKAN_HPP_INLINE void Device::getGeneratedCommandsMemoryRequirementsN... function VULKAN_HPP_NODISCARD (line 22024) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::MemoryReq... function VULKAN_HPP_NODISCARD (line 22043) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::Structure... function VULKAN_HPP_INLINE (line 22064) | VULKAN_HPP_INLINE void CommandBuffer::preprocessGeneratedCommandsNV( c... function VULKAN_HPP_INLINE (line 22074) | VULKAN_HPP_INLINE void CommandBuffer::preprocessGeneratedCommandsNV( c... function VULKAN_HPP_INLINE (line 22087) | VULKAN_HPP_INLINE void CommandBuffer::executeGeneratedCommandsNV( VULK... function VULKAN_HPP_INLINE (line 22099) | VULKAN_HPP_INLINE void CommandBuffer::executeGeneratedCommandsNV( VULK... function VULKAN_HPP_INLINE (line 22114) | VULKAN_HPP_INLINE void CommandBuffer::bindPipelineShaderGroupNV( VULKA... function VULKAN_HPP_NODISCARD (line 22125) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result function VULKAN_HPP_NODISCARD (line 22140) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::type function VULKAN_HPP_NODISCARD (line 22300) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result PhysicalDevice::getDrmDi... function VULKAN_HPP_NODISCARD (line 22312) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::type Device::setPriv... function VULKAN_HPP_INLINE (line 22476) | VULKAN_HPP_INLINE void Device::getPrivateDataEXT( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_NODISCARD (line 22489) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE uint64_t Device::getPrivateData... function VULKAN_HPP_NODISCARD (line 22509) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result function VULKAN_HPP_NODISCARD (line 22523) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType::type Device::setLate... function VULKAN_HPP_INLINE (line 27823) | VULKAN_HPP_INLINE Result Device::latencySleepNV( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_INLINE (line 27834) | VULKAN_HPP_INLINE void Device::latencySleepNV( VULKAN_HPP_NAMESPACE::S... function VULKAN_HPP_INLINE (line 27848) | VULKAN_HPP_INLINE void Device::setLatencyMarkerNV( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_INLINE (line 27859) | VULKAN_HPP_INLINE void Device::setLatencyMarkerNV( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_INLINE (line 27873) | VULKAN_HPP_INLINE void Device::getLatencyTimingsNV( VULKAN_HPP_NAMESPA... function VULKAN_HPP_NODISCARD (line 27888) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector (line 2159) | class UniqueHandleTraits class UniqueHandleTraits (line 2168) | class UniqueHandleTraits class UniqueHandleTraits (line 2177) | class UniqueHandleTraits class UniqueHandleTraits (line 2186) | class UniqueHandleTraits class UniqueHandleTraits (line 2195) | class UniqueHandleTraits class UniqueHandleTraits (line 2204) | class UniqueHandleTraits class UniqueHandleTraits (line 2213) | class UniqueHandleTraits class UniqueHandleTraits (line 2222) | class UniqueHandleTraits class UniqueHandleTraits (line 2231) | class UniqueHandleTraits class UniqueHandleTraits (line 2240) | class UniqueHandleTraits class UniqueHandleTraits (line 2249) | class UniqueHandleTraits class UniqueHandleTraits (line 2258) | class UniqueHandleTraits class UniqueHandleTraits (line 2267) | class UniqueHandleTraits class UniqueHandleTraits (line 2276) | class UniqueHandleTraits class UniqueHandleTraits (line 2285) | class UniqueHandleTraits class UniqueHandleTraits (line 2294) | class UniqueHandleTraits class UniqueHandleTraits (line 2303) | class UniqueHandleTraits class UniqueHandleTraits (line 2312) | class UniqueHandleTraits class UniqueHandleTraits (line 2321) | class UniqueHandleTraits class UniqueHandleTraits (line 2330) | class UniqueHandleTraits class UniqueHandleTraits (line 2339) | class UniqueHandleTraits class UniqueHandleTraits (line 2348) | class UniqueHandleTraits class UniqueHandleTraits (line 2357) | class UniqueHandleTraits class UniqueHandleTraits (line 2367) | class UniqueHandleTraits class UniqueHandleTraits (line 2377) | class UniqueHandleTraits class UniqueHandleTraits (line 2388) | class UniqueHandleTraits class UniqueHandleTraits (line 2399) | class UniqueHandleTraits class UniqueHandleTraits (line 2409) | class UniqueHandleTraits class UniqueHandleTraits (line 2419) | class UniqueHandleTraits class UniqueHandleTraits (line 2429) | class UniqueHandleTraits class UniqueHandleTraits (line 2439) | class UniqueHandleTraits class UniqueHandleTraits (line 2448) | class UniqueHandleTraits class UniqueHandleTraits (line 2458) | class UniqueHandleTraits class UniqueHandleTraits (line 2467) | class UniqueHandleTraits class UniqueHandleTraits (line 2477) | class UniqueHandleTraits class UniqueHandleTraits (line 2487) | class UniqueHandleTraits class UniqueHandleTraits (line 2497) | class UniqueHandleTraits class UniqueHandleTraits (line 2507) | class UniqueHandleTraits class UniqueHandleTraits (line 2517) | class UniqueHandleTraits class UniqueHandleTraits (line 2527) | class UniqueHandleTraits class UniqueHandleTraits (line 2537) | class UniqueHandleTraits class UniqueHandleTraits (line 2548) | class UniqueHandleTraits class UniqueHandleTraits (line 2557) | class UniqueHandleTraits class UniqueHandleTraits (line 2569) | class UniqueHandleTraits class UniqueHandleTraits (line 2580) | class UniqueHandleTraits class UniqueHandleTraits (line 2590) | class UniqueHandleTraits class UniqueHandleTraits (line 2600) | class UniqueHandleTraits class UniqueHandleTraits (line 2610) | class UniqueHandleTraits class UniqueHandleTraits (line 2620) | class UniqueHandleTraits class UniqueHandleTraits (line 2629) | class UniqueHandleTraits type isVulkanHandleType (line 2643) | struct isVulkanHandleType class SurfaceKHR (line 2648) | class SurfaceKHR method SurfaceKHR (line 2659) | SurfaceKHR() VULKAN_HPP_NOEXCEPT{} method SurfaceKHR (line 2660) | SurfaceKHR( SurfaceKHR const & rhs ) = default; method SurfaceKHR (line 2661) | SurfaceKHR & operator=( SurfaceKHR const & rhs ) = default; method SurfaceKHR (line 2664) | SurfaceKHR( SurfaceKHR && rhs ) = default; method SurfaceKHR (line 2665) | SurfaceKHR & operator=( SurfaceKHR && rhs ) = default; method SurfaceKHR (line 2667) | SurfaceKHR( SurfaceKHR && rhs ) VULKAN_HPP_NOEXCEPT : m_surfaceKHR( ... method SurfaceKHR (line 2669) | SurfaceKHR & operator=( SurfaceKHR && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 2676) | VULKAN_HPP_CONSTEXPR SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEP... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2678) | VULKAN_HPP_TYPESAFE_EXPLICIT SurfaceKHR( VkSurfaceKHR surfaceKHR ) V... method SurfaceKHR (line 2681) | SurfaceKHR & operator=( VkSurfaceKHR surfaceKHR ) VULKAN_HPP_NOEXCEPT method SurfaceKHR (line 2688) | SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2694) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSurfaceKHR() const VULKAN_HP... type CppType (line 2714) | struct CppType (line 2720) | struct CppType (line 2727) | struct CppType type isVulkanHandleType (line 2734) | struct isVulkanHandleType class DebugReportCallbackEXT (line 2739) | class DebugReportCallbackEXT method DebugReportCallbackEXT (line 2750) | DebugReportCallbackEXT() VULKAN_HPP_NOEXCEPT{} method DebugReportCallbackEXT (line 2751) | DebugReportCallbackEXT( DebugReportCallbackEXT const & rhs ) ... method DebugReportCallbackEXT (line 2752) | DebugReportCallbackEXT & operator=( DebugReportCallbackEXT const & r... method DebugReportCallbackEXT (line 2755) | DebugReportCallbackEXT( DebugReportCallbackEXT && rhs ) ... method DebugReportCallbackEXT (line 2756) | DebugReportCallbackEXT & operator=( DebugReportCallbackEXT && rhs ) ... method DebugReportCallbackEXT (line 2758) | DebugReportCallbackEXT( DebugReportCallbackEXT && rhs ) VULKAN_HPP_N... method DebugReportCallbackEXT (line 2763) | DebugReportCallbackEXT & operator=( DebugReportCallbackEXT && rhs ) ... method VULKAN_HPP_CONSTEXPR (line 2770) | VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT( std::nullptr_t ) VULKAN... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2772) | VULKAN_HPP_TYPESAFE_EXPLICIT DebugReportCallbackEXT( VkDebugReportCa... method DebugReportCallbackEXT (line 2778) | DebugReportCallbackEXT & operator=( VkDebugReportCallbackEXT debugRe... method DebugReportCallbackEXT (line 2785) | DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEX... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2791) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDebugReportCallbackEXT() con... type CppType (line 2811) | struct CppType (line 2817) | struct CppType (line 2824) | struct CppType type isVulkanHandleType (line 2831) | struct isVulkanHandleType class DebugUtilsMessengerEXT (line 2836) | class DebugUtilsMessengerEXT method DebugUtilsMessengerEXT (line 2847) | DebugUtilsMessengerEXT() VULKAN_HPP_NOEXCEPT{} method DebugUtilsMessengerEXT (line 2848) | DebugUtilsMessengerEXT( DebugUtilsMessengerEXT const & rhs ) ... method DebugUtilsMessengerEXT (line 2849) | DebugUtilsMessengerEXT & operator=( DebugUtilsMessengerEXT const & r... method DebugUtilsMessengerEXT (line 2852) | DebugUtilsMessengerEXT( DebugUtilsMessengerEXT && rhs ) ... method DebugUtilsMessengerEXT (line 2853) | DebugUtilsMessengerEXT & operator=( DebugUtilsMessengerEXT && rhs ) ... method DebugUtilsMessengerEXT (line 2855) | DebugUtilsMessengerEXT( DebugUtilsMessengerEXT && rhs ) VULKAN_HPP_N... method DebugUtilsMessengerEXT (line 2860) | DebugUtilsMessengerEXT & operator=( DebugUtilsMessengerEXT && rhs ) ... method VULKAN_HPP_CONSTEXPR (line 2867) | VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2869) | VULKAN_HPP_TYPESAFE_EXPLICIT DebugUtilsMessengerEXT( VkDebugUtilsMes... method DebugUtilsMessengerEXT (line 2875) | DebugUtilsMessengerEXT & operator=( VkDebugUtilsMessengerEXT debugUt... method DebugUtilsMessengerEXT (line 2882) | DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEX... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2888) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDebugUtilsMessengerEXT() con... type CppType (line 2908) | struct CppType (line 2915) | struct CppType type isVulkanHandleType (line 2922) | struct isVulkanHandleType class DisplayKHR (line 2927) | class DisplayKHR method DisplayKHR (line 2938) | DisplayKHR() VULKAN_HPP_NOEXCEPT{} method DisplayKHR (line 2939) | DisplayKHR( DisplayKHR const & rhs ) = default; method DisplayKHR (line 2940) | DisplayKHR & operator=( DisplayKHR const & rhs ) = default; method DisplayKHR (line 2943) | DisplayKHR( DisplayKHR && rhs ) = default; method DisplayKHR (line 2944) | DisplayKHR & operator=( DisplayKHR && rhs ) = default; method DisplayKHR (line 2946) | DisplayKHR( DisplayKHR && rhs ) VULKAN_HPP_NOEXCEPT : m_displayKHR( ... method DisplayKHR (line 2948) | DisplayKHR & operator=( DisplayKHR && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 2955) | VULKAN_HPP_CONSTEXPR DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEP... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2957) | VULKAN_HPP_TYPESAFE_EXPLICIT DisplayKHR( VkDisplayKHR displayKHR ) V... method DisplayKHR (line 2960) | DisplayKHR & operator=( VkDisplayKHR displayKHR ) VULKAN_HPP_NOEXCEPT method DisplayKHR (line 2967) | DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2973) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDisplayKHR() const VULKAN_HP... type CppType (line 2993) | struct CppType (line 2999) | struct CppType (line 3006) | struct CppType type isVulkanHandleType (line 3013) | struct isVulkanHandleType class SwapchainKHR (line 3018) | class SwapchainKHR method SwapchainKHR (line 3029) | SwapchainKHR() VULKAN_HPP_NOEXCEPT{} method SwapchainKHR (line 3030) | SwapchainKHR( SwapchainKHR const & rhs ) = default; method SwapchainKHR (line 3031) | SwapchainKHR & operator=( SwapchainKHR const & rhs ) = default; method SwapchainKHR (line 3034) | SwapchainKHR( SwapchainKHR && rhs ) = default; method SwapchainKHR (line 3035) | SwapchainKHR & operator=( SwapchainKHR && rhs ) = default; method SwapchainKHR (line 3037) | SwapchainKHR( SwapchainKHR && rhs ) VULKAN_HPP_NOEXCEPT : m_swapchai... method SwapchainKHR (line 3039) | SwapchainKHR & operator=( SwapchainKHR && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 3046) | VULKAN_HPP_CONSTEXPR SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXC... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3048) | VULKAN_HPP_TYPESAFE_EXPLICIT SwapchainKHR( VkSwapchainKHR swapchainK... method SwapchainKHR (line 3051) | SwapchainKHR & operator=( VkSwapchainKHR swapchainKHR ) VULKAN_HPP_N... method SwapchainKHR (line 3058) | SwapchainKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3064) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSwapchainKHR() const VULKAN_... type CppType (line 3084) | struct CppType (line 3090) | struct CppType (line 3097) | struct CppType type isVulkanHandleType (line 3104) | struct isVulkanHandleType class Semaphore (line 3109) | class Semaphore method Semaphore (line 3120) | Semaphore() VULKAN_HPP_NOEXCEPT{} method Semaphore (line 3121) | Semaphore( Semaphore const & rhs ) = default; method Semaphore (line 3122) | Semaphore & operator=( Semaphore const & rhs ) = default; method Semaphore (line 3125) | Semaphore( Semaphore && rhs ) = default; method Semaphore (line 3126) | Semaphore & operator=( Semaphore && rhs ) = default; method Semaphore (line 3128) | Semaphore( Semaphore && rhs ) VULKAN_HPP_NOEXCEPT : m_semaphore( VUL... method Semaphore (line 3130) | Semaphore & operator=( Semaphore && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 3137) | VULKAN_HPP_CONSTEXPR Semaphore( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3139) | VULKAN_HPP_TYPESAFE_EXPLICIT Semaphore( VkSemaphore semaphore ) VULK... method Semaphore (line 3142) | Semaphore & operator=( VkSemaphore semaphore ) VULKAN_HPP_NOEXCEPT method Semaphore (line 3149) | Semaphore & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3155) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSemaphore() const VULKAN_HPP... type CppType (line 3175) | struct CppType (line 3181) | struct CppType (line 3188) | struct CppType type isVulkanHandleType (line 3195) | struct isVulkanHandleType class Fence (line 3200) | class Fence method Fence (line 3211) | Fence() VULKAN_HPP_NOEXCEPT{} method Fence (line 3212) | Fence( Fence const & rhs ) = default; method Fence (line 3213) | Fence & operator=( Fence const & rhs ) = default; method Fence (line 3216) | Fence( Fence && rhs ) = default; method Fence (line 3217) | Fence & operator=( Fence && rhs ) = default; method Fence (line 3219) | Fence( Fence && rhs ) VULKAN_HPP_NOEXCEPT : m_fence( VULKAN_HPP_NAME... method Fence (line 3221) | Fence & operator=( Fence && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 3228) | VULKAN_HPP_CONSTEXPR Fence( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3230) | VULKAN_HPP_TYPESAFE_EXPLICIT Fence( VkFence fence ) VULKAN_HPP_NOEXC... method Fence (line 3233) | Fence & operator=( VkFence fence ) VULKAN_HPP_NOEXCEPT method Fence (line 3240) | Fence & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3246) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkFence() const VULKAN_HPP_NOE... type CppType (line 3266) | struct CppType (line 3272) | struct CppType (line 3279) | struct CppType type isVulkanHandleType (line 3286) | struct isVulkanHandleType class PerformanceConfigurationINTEL (line 3291) | class PerformanceConfigurationINTEL method PerformanceConfigurationINTEL (line 3302) | PerformanceConfigurationINTEL() VULKAN_HPP_NOEXCEPT{} method PerformanceConfigurationINTEL (line 3303) | PerformanceConfigurationINTEL( PerformanceConfigurationINTEL const &... method PerformanceConfigurationINTEL (line 3304) | PerformanceConfigurationINTEL & operator=( PerformanceConfigurationI... method PerformanceConfigurationINTEL (line 3307) | PerformanceConfigurationINTEL( PerformanceConfigurationINTEL && rhs ... method PerformanceConfigurationINTEL (line 3308) | PerformanceConfigurationINTEL & operator=( PerformanceConfigurationI... method PerformanceConfigurationINTEL (line 3310) | PerformanceConfigurationINTEL( PerformanceConfigurationINTEL && rhs ... method PerformanceConfigurationINTEL (line 3315) | PerformanceConfigurationINTEL & operator=( PerformanceConfigurationI... method VULKAN_HPP_CONSTEXPR (line 3322) | VULKAN_HPP_CONSTEXPR PerformanceConfigurationINTEL( std::nullptr_t )... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3324) | VULKAN_HPP_TYPESAFE_EXPLICIT PerformanceConfigurationINTEL( VkPerfor... method PerformanceConfigurationINTEL (line 3330) | PerformanceConfigurationINTEL & operator=( VkPerformanceConfiguratio... method PerformanceConfigurationINTEL (line 3337) | PerformanceConfigurationINTEL & operator=( std::nullptr_t ) VULKAN_H... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3343) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPerformanceConfigurationINTE... type CppType (line 3363) | struct CppType (line 3370) | struct CppType type isVulkanHandleType (line 3377) | struct isVulkanHandleType (line 3448) | struct CppType (line 3454) | struct CppType (line 3461) | struct CppType type isVulkanHandleType (line 3468) | struct isVulkanHandleType class Buffer (line 3473) | class Buffer method Buffer (line 3484) | Buffer() VULKAN_HPP_NOEXCEPT{} method Buffer (line 3485) | Buffer( Buffer const & rhs ) = default; method Buffer (line 3486) | Buffer & operator=( Buffer const & rhs ) = default; method Buffer (line 3489) | Buffer( Buffer && rhs ) = default; method Buffer (line 3490) | Buffer & operator=( Buffer && rhs ) = default; method Buffer (line 3492) | Buffer( Buffer && rhs ) VULKAN_HPP_NOEXCEPT : m_buffer( VULKAN_HPP_N... method Buffer (line 3494) | Buffer & operator=( Buffer && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 3501) | VULKAN_HPP_CONSTEXPR Buffer( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3503) | VULKAN_HPP_TYPESAFE_EXPLICIT Buffer( VkBuffer buffer ) VULKAN_HPP_NO... method Buffer (line 3506) | Buffer & operator=( VkBuffer buffer ) VULKAN_HPP_NOEXCEPT method Buffer (line 3513) | Buffer & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3519) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkBuffer() const VULKAN_HPP_NO... type CppType (line 3539) | struct CppType (line 3545) | struct CppType (line 3552) | struct CppType type isVulkanHandleType (line 3559) | struct isVulkanHandleType class PipelineLayout (line 3564) | class PipelineLayout method PipelineLayout (line 3575) | PipelineLayout() VULKAN_HPP_NOEXCEPT{} method PipelineLayout (line 3576) | PipelineLayout( PipelineLayout const & rhs ) = default; method PipelineLayout (line 3577) | PipelineLayout & operator=( PipelineLayout const & rhs ) = default; method PipelineLayout (line 3580) | PipelineLayout( PipelineLayout && rhs ) = default; method PipelineLayout (line 3581) | PipelineLayout & operator=( PipelineLayout && rhs ) = default; method PipelineLayout (line 3583) | PipelineLayout( PipelineLayout && rhs ) VULKAN_HPP_NOEXCEPT : m_pipe... method PipelineLayout (line 3585) | PipelineLayout & operator=( PipelineLayout && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 3592) | VULKAN_HPP_CONSTEXPR PipelineLayout( std::nullptr_t ) VULKAN_HPP_NOE... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3594) | VULKAN_HPP_TYPESAFE_EXPLICIT PipelineLayout( VkPipelineLayout pipeli... method PipelineLayout (line 3597) | PipelineLayout & operator=( VkPipelineLayout pipelineLayout ) VULKAN... method PipelineLayout (line 3604) | PipelineLayout & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3610) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipelineLayout() const VULKA... type CppType (line 3630) | struct CppType (line 3636) | struct CppType (line 3643) | struct CppType type isVulkanHandleType (line 3650) | struct isVulkanHandleType class DescriptorSet (line 3655) | class DescriptorSet method DescriptorSet (line 3666) | DescriptorSet() VULKAN_HPP_NOEXCEPT{} method DescriptorSet (line 3667) | DescriptorSet( DescriptorSet const & rhs ) = default; method DescriptorSet (line 3668) | DescriptorSet & operator=( DescriptorSet const & rhs ) = default; method DescriptorSet (line 3671) | DescriptorSet( DescriptorSet && rhs ) = default; method DescriptorSet (line 3672) | DescriptorSet & operator=( DescriptorSet && rhs ) = default; method DescriptorSet (line 3674) | DescriptorSet( DescriptorSet && rhs ) VULKAN_HPP_NOEXCEPT : m_descri... method DescriptorSet (line 3676) | DescriptorSet & operator=( DescriptorSet && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 3683) | VULKAN_HPP_CONSTEXPR DescriptorSet( std::nullptr_t ) VULKAN_HPP_NOEX... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3685) | VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorSet( VkDescriptorSet descript... method DescriptorSet (line 3688) | DescriptorSet & operator=( VkDescriptorSet descriptorSet ) VULKAN_HP... method DescriptorSet (line 3695) | DescriptorSet & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3701) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDescriptorSet() const VULKAN... type CppType (line 3721) | struct CppType (line 3727) | struct CppType (line 3734) | struct CppType type isVulkanHandleType (line 3741) | struct isVulkanHandleType class ImageView (line 3746) | class ImageView method ImageView (line 3757) | ImageView() VULKAN_HPP_NOEXCEPT{} method ImageView (line 3758) | ImageView( ImageView const & rhs ) = default; method ImageView (line 3759) | ImageView & operator=( ImageView const & rhs ) = default; method ImageView (line 3762) | ImageView( ImageView && rhs ) = default; method ImageView (line 3763) | ImageView & operator=( ImageView && rhs ) = default; method ImageView (line 3765) | ImageView( ImageView && rhs ) VULKAN_HPP_NOEXCEPT : m_imageView( VUL... method ImageView (line 3767) | ImageView & operator=( ImageView && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 3774) | VULKAN_HPP_CONSTEXPR ImageView( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3776) | VULKAN_HPP_TYPESAFE_EXPLICIT ImageView( VkImageView imageView ) VULK... method ImageView (line 3779) | ImageView & operator=( VkImageView imageView ) VULKAN_HPP_NOEXCEPT method ImageView (line 3786) | ImageView & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3792) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkImageView() const VULKAN_HPP... type CppType (line 3812) | struct CppType (line 3818) | struct CppType (line 3825) | struct CppType type isVulkanHandleType (line 3832) | struct isVulkanHandleType class Pipeline (line 3837) | class Pipeline method Pipeline (line 3848) | Pipeline() VULKAN_HPP_NOEXCEPT{} method Pipeline (line 3849) | Pipeline( Pipeline const & rhs ) = default; method Pipeline (line 3850) | Pipeline & operator=( Pipeline const & rhs ) = default; method Pipeline (line 3853) | Pipeline( Pipeline && rhs ) = default; method Pipeline (line 3854) | Pipeline & operator=( Pipeline && rhs ) = default; method Pipeline (line 3856) | Pipeline( Pipeline && rhs ) VULKAN_HPP_NOEXCEPT : m_pipeline( VULKAN... method Pipeline (line 3858) | Pipeline & operator=( Pipeline && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 3865) | VULKAN_HPP_CONSTEXPR Pipeline( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3867) | VULKAN_HPP_TYPESAFE_EXPLICIT Pipeline( VkPipeline pipeline ) VULKAN_... method Pipeline (line 3870) | Pipeline & operator=( VkPipeline pipeline ) VULKAN_HPP_NOEXCEPT method Pipeline (line 3877) | Pipeline & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3883) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipeline() const VULKAN_HPP_... type CppType (line 3903) | struct CppType (line 3909) | struct CppType (line 3916) | struct CppType type isVulkanHandleType (line 3923) | struct isVulkanHandleType class ShaderEXT (line 3928) | class ShaderEXT method ShaderEXT (line 3939) | ShaderEXT() VULKAN_HPP_NOEXCEPT{} method ShaderEXT (line 3940) | ShaderEXT( ShaderEXT const & rhs ) = default; method ShaderEXT (line 3941) | ShaderEXT & operator=( ShaderEXT const & rhs ) = default; method ShaderEXT (line 3944) | ShaderEXT( ShaderEXT && rhs ) = default; method ShaderEXT (line 3945) | ShaderEXT & operator=( ShaderEXT && rhs ) = default; method ShaderEXT (line 3947) | ShaderEXT( ShaderEXT && rhs ) VULKAN_HPP_NOEXCEPT : m_shaderEXT( VUL... method ShaderEXT (line 3949) | ShaderEXT & operator=( ShaderEXT && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 3956) | VULKAN_HPP_CONSTEXPR ShaderEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3958) | VULKAN_HPP_TYPESAFE_EXPLICIT ShaderEXT( VkShaderEXT shaderEXT ) VULK... method ShaderEXT (line 3961) | ShaderEXT & operator=( VkShaderEXT shaderEXT ) VULKAN_HPP_NOEXCEPT method ShaderEXT (line 3968) | ShaderEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 3974) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkShaderEXT() const VULKAN_HPP... type CppType (line 3994) | struct CppType (line 4001) | struct CppType type isVulkanHandleType (line 4008) | struct isVulkanHandleType class Image (line 4013) | class Image method Image (line 4024) | Image() VULKAN_HPP_NOEXCEPT{} method Image (line 4025) | Image( Image const & rhs ) = default; method Image (line 4026) | Image & operator=( Image const & rhs ) = default; method Image (line 4029) | Image( Image && rhs ) = default; method Image (line 4030) | Image & operator=( Image && rhs ) = default; method Image (line 4032) | Image( Image && rhs ) VULKAN_HPP_NOEXCEPT : m_image( VULKAN_HPP_NAME... method Image (line 4034) | Image & operator=( Image && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 4041) | VULKAN_HPP_CONSTEXPR Image( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4043) | VULKAN_HPP_TYPESAFE_EXPLICIT Image( VkImage image ) VULKAN_HPP_NOEXC... method Image (line 4046) | Image & operator=( VkImage image ) VULKAN_HPP_NOEXCEPT method Image (line 4053) | Image & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4059) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkImage() const VULKAN_HPP_NOE... type CppType (line 4079) | struct CppType (line 4085) | struct CppType (line 4092) | struct CppType type isVulkanHandleType (line 4099) | struct isVulkanHandleType class AccelerationStructureNV (line 4104) | class AccelerationStructureNV method AccelerationStructureNV (line 4115) | AccelerationStructureNV() VULKAN_HPP_NOEXCEPT{} method AccelerationStructureNV (line 4116) | AccelerationStructureNV( AccelerationStructureNV const & rhs ) ... method AccelerationStructureNV (line 4117) | AccelerationStructureNV & operator=( AccelerationStructureNV const &... method AccelerationStructureNV (line 4120) | AccelerationStructureNV( AccelerationStructureNV && rhs ) ... method AccelerationStructureNV (line 4121) | AccelerationStructureNV & operator=( AccelerationStructureNV && rhs ... method AccelerationStructureNV (line 4123) | AccelerationStructureNV( AccelerationStructureNV && rhs ) VULKAN_HPP... method AccelerationStructureNV (line 4128) | AccelerationStructureNV & operator=( AccelerationStructureNV && rhs ... method VULKAN_HPP_CONSTEXPR (line 4135) | VULKAN_HPP_CONSTEXPR AccelerationStructureNV( std::nullptr_t ) VULKA... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4137) | VULKAN_HPP_TYPESAFE_EXPLICIT AccelerationStructureNV( VkAcceleration... method AccelerationStructureNV (line 4143) | AccelerationStructureNV & operator=( VkAccelerationStructureNV accel... method AccelerationStructureNV (line 4150) | AccelerationStructureNV & operator=( std::nullptr_t ) VULKAN_HPP_NOE... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4156) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkAccelerationStructureNV() co... type CppType (line 4176) | struct CppType (line 4182) | struct CppType (line 4189) | struct CppType type isVulkanHandleType (line 4196) | struct isVulkanHandleType class OpticalFlowSessionNV (line 4201) | class OpticalFlowSessionNV method OpticalFlowSessionNV (line 4212) | OpticalFlowSessionNV() VULKAN_HPP_NOEXCEPT{} method OpticalFlowSessionNV (line 4213) | OpticalFlowSessionNV( OpticalFlowSessionNV const & rhs ) ... method OpticalFlowSessionNV (line 4214) | OpticalFlowSessionNV & operator=( OpticalFlowSessionNV const & rhs )... method OpticalFlowSessionNV (line 4217) | OpticalFlowSessionNV( OpticalFlowSessionNV && rhs ) = de... method OpticalFlowSessionNV (line 4218) | OpticalFlowSessionNV & operator=( OpticalFlowSessionNV && rhs ) = de... method OpticalFlowSessionNV (line 4220) | OpticalFlowSessionNV( OpticalFlowSessionNV && rhs ) VULKAN_HPP_NOEXCEPT method OpticalFlowSessionNV (line 4225) | OpticalFlowSessionNV & operator=( OpticalFlowSessionNV && rhs ) VULK... method VULKAN_HPP_CONSTEXPR (line 4232) | VULKAN_HPP_CONSTEXPR OpticalFlowSessionNV( std::nullptr_t ) VULKAN_H... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4234) | VULKAN_HPP_TYPESAFE_EXPLICIT OpticalFlowSessionNV( VkOpticalFlowSess... method OpticalFlowSessionNV (line 4240) | OpticalFlowSessionNV & operator=( VkOpticalFlowSessionNV opticalFlow... method OpticalFlowSessionNV (line 4247) | OpticalFlowSessionNV & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4253) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkOpticalFlowSessionNV() const... type CppType (line 4273) | struct CppType (line 4280) | struct CppType type isVulkanHandleType (line 4287) | struct isVulkanHandleType class DescriptorUpdateTemplate (line 4292) | class DescriptorUpdateTemplate method DescriptorUpdateTemplate (line 4303) | DescriptorUpdateTemplate() VULKAN_HPP_NOEXCEPT{} method DescriptorUpdateTemplate (line 4304) | DescriptorUpdateTemplate( DescriptorUpdateTemplate const & rhs ) ... method DescriptorUpdateTemplate (line 4305) | DescriptorUpdateTemplate & operator=( DescriptorUpdateTemplate const... method DescriptorUpdateTemplate (line 4308) | DescriptorUpdateTemplate( DescriptorUpdateTemplate && rhs ) ... method DescriptorUpdateTemplate (line 4309) | DescriptorUpdateTemplate & operator=( DescriptorUpdateTemplate && rh... method DescriptorUpdateTemplate (line 4311) | DescriptorUpdateTemplate( DescriptorUpdateTemplate && rhs ) VULKAN_H... method DescriptorUpdateTemplate (line 4316) | DescriptorUpdateTemplate & operator=( DescriptorUpdateTemplate && rh... method VULKAN_HPP_CONSTEXPR (line 4323) | VULKAN_HPP_CONSTEXPR DescriptorUpdateTemplate( std::nullptr_t ) VULK... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4325) | VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorUpdateTemplate( VkDescriptorU... method DescriptorUpdateTemplate (line 4331) | DescriptorUpdateTemplate & operator=( VkDescriptorUpdateTemplate des... method DescriptorUpdateTemplate (line 4338) | DescriptorUpdateTemplate & operator=( std::nullptr_t ) VULKAN_HPP_NO... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4344) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDescriptorUpdateTemplate() c... type CppType (line 4364) | struct CppType (line 4370) | struct CppType (line 4377) | struct CppType type isVulkanHandleType (line 4384) | struct isVulkanHandleType class Event (line 4391) | class Event method Event (line 4402) | Event() VULKAN_HPP_NOEXCEPT{} method Event (line 4403) | Event( Event const & rhs ) = default; method Event (line 4404) | Event & operator=( Event const & rhs ) = default; method Event (line 4407) | Event( Event && rhs ) = default; method Event (line 4408) | Event & operator=( Event && rhs ) = default; method Event (line 4410) | Event( Event && rhs ) VULKAN_HPP_NOEXCEPT : m_event( VULKAN_HPP_NAME... method Event (line 4412) | Event & operator=( Event && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 4419) | VULKAN_HPP_CONSTEXPR Event( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4421) | VULKAN_HPP_TYPESAFE_EXPLICIT Event( VkEvent event ) VULKAN_HPP_NOEXC... method Event (line 4424) | Event & operator=( VkEvent event ) VULKAN_HPP_NOEXCEPT method Event (line 4431) | Event & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4437) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkEvent() const VULKAN_HPP_NOE... type CppType (line 4457) | struct CppType (line 4463) | struct CppType (line 4470) | struct CppType type isVulkanHandleType (line 4477) | struct isVulkanHandleType class AccelerationStructureKHR (line 4482) | class AccelerationStructureKHR method AccelerationStructureKHR (line 4493) | AccelerationStructureKHR() VULKAN_HPP_NOEXCEPT{} method AccelerationStructureKHR (line 4494) | AccelerationStructureKHR( AccelerationStructureKHR const & rhs ) ... method AccelerationStructureKHR (line 4495) | AccelerationStructureKHR & operator=( AccelerationStructureKHR const... method AccelerationStructureKHR (line 4498) | AccelerationStructureKHR( AccelerationStructureKHR && rhs ) ... method AccelerationStructureKHR (line 4499) | AccelerationStructureKHR & operator=( AccelerationStructureKHR && rh... method AccelerationStructureKHR (line 4501) | AccelerationStructureKHR( AccelerationStructureKHR && rhs ) VULKAN_H... method AccelerationStructureKHR (line 4506) | AccelerationStructureKHR & operator=( AccelerationStructureKHR && rh... method VULKAN_HPP_CONSTEXPR (line 4513) | VULKAN_HPP_CONSTEXPR AccelerationStructureKHR( std::nullptr_t ) VULK... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4515) | VULKAN_HPP_TYPESAFE_EXPLICIT AccelerationStructureKHR( VkAcceleratio... method AccelerationStructureKHR (line 4521) | AccelerationStructureKHR & operator=( VkAccelerationStructureKHR acc... method AccelerationStructureKHR (line 4528) | AccelerationStructureKHR & operator=( std::nullptr_t ) VULKAN_HPP_NO... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4534) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkAccelerationStructureKHR() c... type CppType (line 4554) | struct CppType (line 4560) | struct CppType (line 4567) | struct CppType type isVulkanHandleType (line 4574) | struct isVulkanHandleType class MicromapEXT (line 4579) | class MicromapEXT method MicromapEXT (line 4590) | MicromapEXT() VULKAN_HPP_NOEXCEPT{} method MicromapEXT (line 4591) | MicromapEXT( MicromapEXT const & rhs ) = default; method MicromapEXT (line 4592) | MicromapEXT & operator=( MicromapEXT const & rhs ) = default; method MicromapEXT (line 4595) | MicromapEXT( MicromapEXT && rhs ) = default; method MicromapEXT (line 4596) | MicromapEXT & operator=( MicromapEXT && rhs ) = default; method MicromapEXT (line 4598) | MicromapEXT( MicromapEXT && rhs ) VULKAN_HPP_NOEXCEPT : m_micromapEX... method MicromapEXT (line 4600) | MicromapEXT & operator=( MicromapEXT && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 4607) | VULKAN_HPP_CONSTEXPR MicromapEXT( std::nullptr_t ) VULKAN_HPP_NOEXCE... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4609) | VULKAN_HPP_TYPESAFE_EXPLICIT MicromapEXT( VkMicromapEXT micromapEXT ... method MicromapEXT (line 4612) | MicromapEXT & operator=( VkMicromapEXT micromapEXT ) VULKAN_HPP_NOEX... method MicromapEXT (line 4619) | MicromapEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 4625) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkMicromapEXT() const VULKAN_H... type CppType (line 4645) | struct CppType (line 4652) | struct CppType type isVulkanHandleType (line 4659) | struct isVulkanHandleType class CommandBuffer (line 4664) | class CommandBuffer method CommandBuffer (line 4675) | CommandBuffer() VULKAN_HPP_NOEXCEPT{} method CommandBuffer (line 4676) | CommandBuffer( CommandBuffer const & rhs ) = default; method CommandBuffer (line 4677) | CommandBuffer & operator=( CommandBuffer const & rhs ) = default; method CommandBuffer (line 4680) | CommandBuffer( CommandBuffer && rhs ) = default; method CommandBuffer (line 4681) | CommandBuffer & operator=( CommandBuffer && rhs ) = default; method CommandBuffer (line 4683) | CommandBuffer( CommandBuffer && rhs ) VULKAN_HPP_NOEXCEPT : m_comman... method CommandBuffer (line 4685) | CommandBuffer & operator=( CommandBuffer && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 4692) | VULKAN_HPP_CONSTEXPR CommandBuffer( std::nullptr_t ) VULKAN_HPP_NOEX... method CommandBuffer (line 4694) | CommandBuffer( VkCommandBuffer commandBuffer ) VULKAN_HPP_NOEXCEPT :... method CommandBuffer (line 4696) | CommandBuffer & operator=( VkCommandBuffer commandBuffer ) VULKAN_HP... method CommandBuffer (line 4702) | CommandBuffer & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT type CppType (line 7206) | struct CppType (line 7212) | struct CppType (line 7219) | struct CppType type isVulkanHandleType (line 7226) | struct isVulkanHandleType class DeviceMemory (line 7231) | class DeviceMemory method DeviceMemory (line 7242) | DeviceMemory() VULKAN_HPP_NOEXCEPT{} method DeviceMemory (line 7243) | DeviceMemory( DeviceMemory const & rhs ) = default; method DeviceMemory (line 7244) | DeviceMemory & operator=( DeviceMemory const & rhs ) = default; method DeviceMemory (line 7247) | DeviceMemory( DeviceMemory && rhs ) = default; method DeviceMemory (line 7248) | DeviceMemory & operator=( DeviceMemory && rhs ) = default; method DeviceMemory (line 7250) | DeviceMemory( DeviceMemory && rhs ) VULKAN_HPP_NOEXCEPT : m_deviceMe... method DeviceMemory (line 7252) | DeviceMemory & operator=( DeviceMemory && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 7259) | VULKAN_HPP_CONSTEXPR DeviceMemory( std::nullptr_t ) VULKAN_HPP_NOEXC... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7261) | VULKAN_HPP_TYPESAFE_EXPLICIT DeviceMemory( VkDeviceMemory deviceMemo... method DeviceMemory (line 7264) | DeviceMemory & operator=( VkDeviceMemory deviceMemory ) VULKAN_HPP_N... method DeviceMemory (line 7271) | DeviceMemory & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7277) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDeviceMemory() const VULKAN_... type CppType (line 7297) | struct CppType (line 7303) | struct CppType (line 7310) | struct CppType type isVulkanHandleType (line 7317) | struct isVulkanHandleType class VideoSessionKHR (line 7322) | class VideoSessionKHR method VideoSessionKHR (line 7333) | VideoSessionKHR() VULKAN_HPP_NOEXCEPT{} method VideoSessionKHR (line 7334) | VideoSessionKHR( VideoSessionKHR const & rhs ) = default; method VideoSessionKHR (line 7335) | VideoSessionKHR & operator=( VideoSessionKHR const & rhs ) = default; method VideoSessionKHR (line 7338) | VideoSessionKHR( VideoSessionKHR && rhs ) = default; method VideoSessionKHR (line 7339) | VideoSessionKHR & operator=( VideoSessionKHR && rhs ) = default; method VideoSessionKHR (line 7341) | VideoSessionKHR( VideoSessionKHR && rhs ) VULKAN_HPP_NOEXCEPT : m_vi... method VideoSessionKHR (line 7343) | VideoSessionKHR & operator=( VideoSessionKHR && rhs ) VULKAN_HPP_NOE... method VULKAN_HPP_CONSTEXPR (line 7350) | VULKAN_HPP_CONSTEXPR VideoSessionKHR( std::nullptr_t ) VULKAN_HPP_NO... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7352) | VULKAN_HPP_TYPESAFE_EXPLICIT VideoSessionKHR( VkVideoSessionKHR vide... method VideoSessionKHR (line 7355) | VideoSessionKHR & operator=( VkVideoSessionKHR videoSessionKHR ) VUL... method VideoSessionKHR (line 7362) | VideoSessionKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7368) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkVideoSessionKHR() const VULK... type CppType (line 7388) | struct CppType (line 7395) | struct CppType type isVulkanHandleType (line 7402) | struct isVulkanHandleType class DeferredOperationKHR (line 7407) | class DeferredOperationKHR method DeferredOperationKHR (line 7418) | DeferredOperationKHR() VULKAN_HPP_NOEXCEPT{} method DeferredOperationKHR (line 7419) | DeferredOperationKHR( DeferredOperationKHR const & rhs ) ... method DeferredOperationKHR (line 7420) | DeferredOperationKHR & operator=( DeferredOperationKHR const & rhs )... method DeferredOperationKHR (line 7423) | DeferredOperationKHR( DeferredOperationKHR && rhs ) = de... method DeferredOperationKHR (line 7424) | DeferredOperationKHR & operator=( DeferredOperationKHR && rhs ) = de... method DeferredOperationKHR (line 7426) | DeferredOperationKHR( DeferredOperationKHR && rhs ) VULKAN_HPP_NOEXCEPT method DeferredOperationKHR (line 7431) | DeferredOperationKHR & operator=( DeferredOperationKHR && rhs ) VULK... method VULKAN_HPP_CONSTEXPR (line 7438) | VULKAN_HPP_CONSTEXPR DeferredOperationKHR( std::nullptr_t ) VULKAN_H... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7440) | VULKAN_HPP_TYPESAFE_EXPLICIT DeferredOperationKHR( VkDeferredOperati... method DeferredOperationKHR (line 7446) | DeferredOperationKHR & operator=( VkDeferredOperationKHR deferredOpe... method DeferredOperationKHR (line 7453) | DeferredOperationKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7459) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDeferredOperationKHR() const... type CppType (line 7479) | struct CppType (line 7486) | struct CppType type isVulkanHandleType (line 7493) | struct isVulkanHandleType class BufferCollectionFUCHSIA (line 7499) | class BufferCollectionFUCHSIA method BufferCollectionFUCHSIA (line 7510) | BufferCollectionFUCHSIA() VULKAN_HPP_NOEXCEPT{} method BufferCollectionFUCHSIA (line 7511) | BufferCollectionFUCHSIA( BufferCollectionFUCHSIA const & rhs ) ... method BufferCollectionFUCHSIA (line 7512) | BufferCollectionFUCHSIA & operator=( BufferCollectionFUCHSIA const &... method BufferCollectionFUCHSIA (line 7515) | BufferCollectionFUCHSIA( BufferCollectionFUCHSIA && rhs ) ... method BufferCollectionFUCHSIA (line 7516) | BufferCollectionFUCHSIA & operator=( BufferCollectionFUCHSIA && rhs ... method BufferCollectionFUCHSIA (line 7518) | BufferCollectionFUCHSIA( BufferCollectionFUCHSIA && rhs ) VULKAN_HPP... method BufferCollectionFUCHSIA (line 7523) | BufferCollectionFUCHSIA & operator=( BufferCollectionFUCHSIA && rhs ... method VULKAN_HPP_CONSTEXPR (line 7530) | VULKAN_HPP_CONSTEXPR BufferCollectionFUCHSIA( std::nullptr_t ) VULKA... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7532) | VULKAN_HPP_TYPESAFE_EXPLICIT BufferCollectionFUCHSIA( VkBufferCollec... method BufferCollectionFUCHSIA (line 7538) | BufferCollectionFUCHSIA & operator=( VkBufferCollectionFUCHSIA buffe... method BufferCollectionFUCHSIA (line 7545) | BufferCollectionFUCHSIA & operator=( std::nullptr_t ) VULKAN_HPP_NOE... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7551) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkBufferCollectionFUCHSIA() co... type CppType (line 7571) | struct CppType (line 7577) | struct CppType (line 7584) | struct CppType type isVulkanHandleType (line 7591) | struct isVulkanHandleType class BufferView (line 7597) | class BufferView method BufferView (line 7608) | BufferView() VULKAN_HPP_NOEXCEPT{} method BufferView (line 7609) | BufferView( BufferView const & rhs ) = default; method BufferView (line 7610) | BufferView & operator=( BufferView const & rhs ) = default; method BufferView (line 7613) | BufferView( BufferView && rhs ) = default; method BufferView (line 7614) | BufferView & operator=( BufferView && rhs ) = default; method BufferView (line 7616) | BufferView( BufferView && rhs ) VULKAN_HPP_NOEXCEPT : m_bufferView( ... method BufferView (line 7618) | BufferView & operator=( BufferView && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 7625) | VULKAN_HPP_CONSTEXPR BufferView( std::nullptr_t ) VULKAN_HPP_NOEXCEP... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7627) | VULKAN_HPP_TYPESAFE_EXPLICIT BufferView( VkBufferView bufferView ) V... method BufferView (line 7630) | BufferView & operator=( VkBufferView bufferView ) VULKAN_HPP_NOEXCEPT method BufferView (line 7637) | BufferView & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7643) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkBufferView() const VULKAN_HP... type CppType (line 7663) | struct CppType (line 7669) | struct CppType (line 7676) | struct CppType type isVulkanHandleType (line 7683) | struct isVulkanHandleType class CommandPool (line 7688) | class CommandPool method CommandPool (line 7699) | CommandPool() VULKAN_HPP_NOEXCEPT{} method CommandPool (line 7700) | CommandPool( CommandPool const & rhs ) = default; method CommandPool (line 7701) | CommandPool & operator=( CommandPool const & rhs ) = default; method CommandPool (line 7704) | CommandPool( CommandPool && rhs ) = default; method CommandPool (line 7705) | CommandPool & operator=( CommandPool && rhs ) = default; method CommandPool (line 7707) | CommandPool( CommandPool && rhs ) VULKAN_HPP_NOEXCEPT : m_commandPoo... method CommandPool (line 7709) | CommandPool & operator=( CommandPool && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 7716) | VULKAN_HPP_CONSTEXPR CommandPool( std::nullptr_t ) VULKAN_HPP_NOEXCE... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7718) | VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ... method CommandPool (line 7721) | CommandPool & operator=( VkCommandPool commandPool ) VULKAN_HPP_NOEX... method CommandPool (line 7728) | CommandPool & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7734) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkCommandPool() const VULKAN_H... type CppType (line 7754) | struct CppType (line 7760) | struct CppType (line 7767) | struct CppType type isVulkanHandleType (line 7774) | struct isVulkanHandleType class PipelineCache (line 7779) | class PipelineCache method PipelineCache (line 7790) | PipelineCache() VULKAN_HPP_NOEXCEPT{} method PipelineCache (line 7791) | PipelineCache( PipelineCache const & rhs ) = default; method PipelineCache (line 7792) | PipelineCache & operator=( PipelineCache const & rhs ) = default; method PipelineCache (line 7795) | PipelineCache( PipelineCache && rhs ) = default; method PipelineCache (line 7796) | PipelineCache & operator=( PipelineCache && rhs ) = default; method PipelineCache (line 7798) | PipelineCache( PipelineCache && rhs ) VULKAN_HPP_NOEXCEPT : m_pipeli... method PipelineCache (line 7800) | PipelineCache & operator=( PipelineCache && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 7807) | VULKAN_HPP_CONSTEXPR PipelineCache( std::nullptr_t ) VULKAN_HPP_NOEX... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7809) | VULKAN_HPP_TYPESAFE_EXPLICIT PipelineCache( VkPipelineCache pipeline... method PipelineCache (line 7812) | PipelineCache & operator=( VkPipelineCache pipelineCache ) VULKAN_HP... method PipelineCache (line 7819) | PipelineCache & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7825) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipelineCache() const VULKAN... type CppType (line 7845) | struct CppType (line 7851) | struct CppType (line 7858) | struct CppType type isVulkanHandleType (line 7865) | struct isVulkanHandleType class CuFunctionNVX (line 7870) | class CuFunctionNVX method CuFunctionNVX (line 7881) | CuFunctionNVX() VULKAN_HPP_NOEXCEPT{} method CuFunctionNVX (line 7882) | CuFunctionNVX( CuFunctionNVX const & rhs ) = default; method CuFunctionNVX (line 7883) | CuFunctionNVX & operator=( CuFunctionNVX const & rhs ) = default; method CuFunctionNVX (line 7886) | CuFunctionNVX( CuFunctionNVX && rhs ) = default; method CuFunctionNVX (line 7887) | CuFunctionNVX & operator=( CuFunctionNVX && rhs ) = default; method CuFunctionNVX (line 7889) | CuFunctionNVX( CuFunctionNVX && rhs ) VULKAN_HPP_NOEXCEPT : m_cuFunc... method CuFunctionNVX (line 7891) | CuFunctionNVX & operator=( CuFunctionNVX && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 7898) | VULKAN_HPP_CONSTEXPR CuFunctionNVX( std::nullptr_t ) VULKAN_HPP_NOEX... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7900) | VULKAN_HPP_TYPESAFE_EXPLICIT CuFunctionNVX( VkCuFunctionNVX cuFuncti... method CuFunctionNVX (line 7903) | CuFunctionNVX & operator=( VkCuFunctionNVX cuFunctionNVX ) VULKAN_HP... method CuFunctionNVX (line 7910) | CuFunctionNVX & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7916) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkCuFunctionNVX() const VULKAN... type CppType (line 7936) | struct CppType (line 7942) | struct CppType (line 7949) | struct CppType type isVulkanHandleType (line 7956) | struct isVulkanHandleType class CuModuleNVX (line 7961) | class CuModuleNVX method CuModuleNVX (line 7972) | CuModuleNVX() VULKAN_HPP_NOEXCEPT{} method CuModuleNVX (line 7973) | CuModuleNVX( CuModuleNVX const & rhs ) = default; method CuModuleNVX (line 7974) | CuModuleNVX & operator=( CuModuleNVX const & rhs ) = default; method CuModuleNVX (line 7977) | CuModuleNVX( CuModuleNVX && rhs ) = default; method CuModuleNVX (line 7978) | CuModuleNVX & operator=( CuModuleNVX && rhs ) = default; method CuModuleNVX (line 7980) | CuModuleNVX( CuModuleNVX && rhs ) VULKAN_HPP_NOEXCEPT : m_cuModuleNV... method CuModuleNVX (line 7982) | CuModuleNVX & operator=( CuModuleNVX && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 7989) | VULKAN_HPP_CONSTEXPR CuModuleNVX( std::nullptr_t ) VULKAN_HPP_NOEXCE... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 7991) | VULKAN_HPP_TYPESAFE_EXPLICIT CuModuleNVX( VkCuModuleNVX cuModuleNVX ... method CuModuleNVX (line 7994) | CuModuleNVX & operator=( VkCuModuleNVX cuModuleNVX ) VULKAN_HPP_NOEX... method CuModuleNVX (line 8001) | CuModuleNVX & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8007) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkCuModuleNVX() const VULKAN_H... type CppType (line 8027) | struct CppType (line 8033) | struct CppType (line 8040) | struct CppType type isVulkanHandleType (line 8047) | struct isVulkanHandleType class CudaFunctionNV (line 8053) | class CudaFunctionNV method CudaFunctionNV (line 8064) | CudaFunctionNV() VULKAN_HPP_NOEXCEPT{} method CudaFunctionNV (line 8065) | CudaFunctionNV( CudaFunctionNV const & rhs ) = default; method CudaFunctionNV (line 8066) | CudaFunctionNV & operator=( CudaFunctionNV const & rhs ) = default; method CudaFunctionNV (line 8069) | CudaFunctionNV( CudaFunctionNV && rhs ) = default; method CudaFunctionNV (line 8070) | CudaFunctionNV & operator=( CudaFunctionNV && rhs ) = default; method CudaFunctionNV (line 8072) | CudaFunctionNV( CudaFunctionNV && rhs ) VULKAN_HPP_NOEXCEPT : m_cuda... method CudaFunctionNV (line 8074) | CudaFunctionNV & operator=( CudaFunctionNV && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 8081) | VULKAN_HPP_CONSTEXPR CudaFunctionNV( std::nullptr_t ) VULKAN_HPP_NOE... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8083) | VULKAN_HPP_TYPESAFE_EXPLICIT CudaFunctionNV( VkCudaFunctionNV cudaFu... method CudaFunctionNV (line 8086) | CudaFunctionNV & operator=( VkCudaFunctionNV cudaFunctionNV ) VULKAN... method CudaFunctionNV (line 8093) | CudaFunctionNV & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8099) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkCudaFunctionNV() const VULKA... type CppType (line 8119) | struct CppType (line 8125) | struct CppType (line 8132) | struct CppType type isVulkanHandleType (line 8139) | struct isVulkanHandleType class CudaModuleNV (line 8146) | class CudaModuleNV method CudaModuleNV (line 8157) | CudaModuleNV() VULKAN_HPP_NOEXCEPT{} method CudaModuleNV (line 8158) | CudaModuleNV( CudaModuleNV const & rhs ) = default; method CudaModuleNV (line 8159) | CudaModuleNV & operator=( CudaModuleNV const & rhs ) = default; method CudaModuleNV (line 8162) | CudaModuleNV( CudaModuleNV && rhs ) = default; method CudaModuleNV (line 8163) | CudaModuleNV & operator=( CudaModuleNV && rhs ) = default; method CudaModuleNV (line 8165) | CudaModuleNV( CudaModuleNV && rhs ) VULKAN_HPP_NOEXCEPT : m_cudaModu... method CudaModuleNV (line 8167) | CudaModuleNV & operator=( CudaModuleNV && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 8174) | VULKAN_HPP_CONSTEXPR CudaModuleNV( std::nullptr_t ) VULKAN_HPP_NOEXC... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8176) | VULKAN_HPP_TYPESAFE_EXPLICIT CudaModuleNV( VkCudaModuleNV cudaModule... method CudaModuleNV (line 8179) | CudaModuleNV & operator=( VkCudaModuleNV cudaModuleNV ) VULKAN_HPP_N... method CudaModuleNV (line 8186) | CudaModuleNV & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8192) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkCudaModuleNV() const VULKAN_... type CppType (line 8212) | struct CppType (line 8218) | struct CppType (line 8225) | struct CppType type isVulkanHandleType (line 8232) | struct isVulkanHandleType class DescriptorPool (line 8238) | class DescriptorPool method DescriptorPool (line 8249) | DescriptorPool() VULKAN_HPP_NOEXCEPT{} method DescriptorPool (line 8250) | DescriptorPool( DescriptorPool const & rhs ) = default; method DescriptorPool (line 8251) | DescriptorPool & operator=( DescriptorPool const & rhs ) = default; method DescriptorPool (line 8254) | DescriptorPool( DescriptorPool && rhs ) = default; method DescriptorPool (line 8255) | DescriptorPool & operator=( DescriptorPool && rhs ) = default; method DescriptorPool (line 8257) | DescriptorPool( DescriptorPool && rhs ) VULKAN_HPP_NOEXCEPT : m_desc... method DescriptorPool (line 8259) | DescriptorPool & operator=( DescriptorPool && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 8266) | VULKAN_HPP_CONSTEXPR DescriptorPool( std::nullptr_t ) VULKAN_HPP_NOE... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8268) | VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorPool( VkDescriptorPool descri... method DescriptorPool (line 8271) | DescriptorPool & operator=( VkDescriptorPool descriptorPool ) VULKAN... method DescriptorPool (line 8278) | DescriptorPool & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8284) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDescriptorPool() const VULKA... type CppType (line 8304) | struct CppType (line 8310) | struct CppType (line 8317) | struct CppType type isVulkanHandleType (line 8324) | struct isVulkanHandleType class DescriptorSetLayout (line 8329) | class DescriptorSetLayout method DescriptorSetLayout (line 8340) | DescriptorSetLayout() VULKAN_HPP_NOEXCEPT{} method DescriptorSetLayout (line 8341) | DescriptorSetLayout( DescriptorSetLayout const & rhs ) =... method DescriptorSetLayout (line 8342) | DescriptorSetLayout & operator=( DescriptorSetLayout const & rhs ) =... method DescriptorSetLayout (line 8345) | DescriptorSetLayout( DescriptorSetLayout && rhs ) = defa... method DescriptorSetLayout (line 8346) | DescriptorSetLayout & operator=( DescriptorSetLayout && rhs ) = defa... method DescriptorSetLayout (line 8348) | DescriptorSetLayout( DescriptorSetLayout && rhs ) VULKAN_HPP_NOEXCEPT method DescriptorSetLayout (line 8353) | DescriptorSetLayout & operator=( DescriptorSetLayout && rhs ) VULKAN... method VULKAN_HPP_CONSTEXPR (line 8360) | VULKAN_HPP_CONSTEXPR DescriptorSetLayout( std::nullptr_t ) VULKAN_HP... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8362) | VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorSetLayout( VkDescriptorSetLay... method DescriptorSetLayout (line 8368) | DescriptorSetLayout & operator=( VkDescriptorSetLayout descriptorSet... method DescriptorSetLayout (line 8375) | DescriptorSetLayout & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8381) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDescriptorSetLayout() const ... type CppType (line 8401) | struct CppType (line 8407) | struct CppType (line 8414) | struct CppType type isVulkanHandleType (line 8421) | struct isVulkanHandleType class Framebuffer (line 8426) | class Framebuffer method Framebuffer (line 8437) | Framebuffer() VULKAN_HPP_NOEXCEPT{} method Framebuffer (line 8438) | Framebuffer( Framebuffer const & rhs ) = default; method Framebuffer (line 8439) | Framebuffer & operator=( Framebuffer const & rhs ) = default; method Framebuffer (line 8442) | Framebuffer( Framebuffer && rhs ) = default; method Framebuffer (line 8443) | Framebuffer & operator=( Framebuffer && rhs ) = default; method Framebuffer (line 8445) | Framebuffer( Framebuffer && rhs ) VULKAN_HPP_NOEXCEPT : m_framebuffe... method Framebuffer (line 8447) | Framebuffer & operator=( Framebuffer && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 8454) | VULKAN_HPP_CONSTEXPR Framebuffer( std::nullptr_t ) VULKAN_HPP_NOEXCE... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8456) | VULKAN_HPP_TYPESAFE_EXPLICIT Framebuffer( VkFramebuffer framebuffer ... method Framebuffer (line 8459) | Framebuffer & operator=( VkFramebuffer framebuffer ) VULKAN_HPP_NOEX... method Framebuffer (line 8466) | Framebuffer & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8472) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkFramebuffer() const VULKAN_H... type CppType (line 8492) | struct CppType (line 8498) | struct CppType (line 8505) | struct CppType type isVulkanHandleType (line 8512) | struct isVulkanHandleType class IndirectCommandsLayoutEXT (line 8517) | class IndirectCommandsLayoutEXT method IndirectCommandsLayoutEXT (line 8528) | IndirectCommandsLayoutEXT() VULKAN_HPP_NOEXCEPT{} method IndirectCommandsLayoutEXT (line 8529) | IndirectCommandsLayoutEXT( IndirectCommandsLayoutEXT const & rhs ) ... method IndirectCommandsLayoutEXT (line 8530) | IndirectCommandsLayoutEXT & operator=( IndirectCommandsLayoutEXT con... method IndirectCommandsLayoutEXT (line 8533) | IndirectCommandsLayoutEXT( IndirectCommandsLayoutEXT && rhs ) ... method IndirectCommandsLayoutEXT (line 8534) | IndirectCommandsLayoutEXT & operator=( IndirectCommandsLayoutEXT && ... method IndirectCommandsLayoutEXT (line 8536) | IndirectCommandsLayoutEXT( IndirectCommandsLayoutEXT && rhs ) VULKAN... method IndirectCommandsLayoutEXT (line 8541) | IndirectCommandsLayoutEXT & operator=( IndirectCommandsLayoutEXT && ... method VULKAN_HPP_CONSTEXPR (line 8548) | VULKAN_HPP_CONSTEXPR IndirectCommandsLayoutEXT( std::nullptr_t ) VUL... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8550) | VULKAN_HPP_TYPESAFE_EXPLICIT IndirectCommandsLayoutEXT( VkIndirectCo... method IndirectCommandsLayoutEXT (line 8556) | IndirectCommandsLayoutEXT & operator=( VkIndirectCommandsLayoutEXT i... method IndirectCommandsLayoutEXT (line 8563) | IndirectCommandsLayoutEXT & operator=( std::nullptr_t ) VULKAN_HPP_N... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8569) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkIndirectCommandsLayoutEXT() ... type CppType (line 8589) | struct CppType (line 8596) | struct CppType type isVulkanHandleType (line 8603) | struct isVulkanHandleType (line 8680) | struct CppType (line 8687) | struct CppType type isVulkanHandleType (line 8694) | struct isVulkanHandleType class IndirectExecutionSetEXT (line 8699) | class IndirectExecutionSetEXT method IndirectExecutionSetEXT (line 8710) | IndirectExecutionSetEXT() VULKAN_HPP_NOEXCEPT{} method IndirectExecutionSetEXT (line 8711) | IndirectExecutionSetEXT( IndirectExecutionSetEXT const & rhs ) ... method IndirectExecutionSetEXT (line 8712) | IndirectExecutionSetEXT & operator=( IndirectExecutionSetEXT const &... method IndirectExecutionSetEXT (line 8715) | IndirectExecutionSetEXT( IndirectExecutionSetEXT && rhs ) ... method IndirectExecutionSetEXT (line 8716) | IndirectExecutionSetEXT & operator=( IndirectExecutionSetEXT && rhs ... method IndirectExecutionSetEXT (line 8718) | IndirectExecutionSetEXT( IndirectExecutionSetEXT && rhs ) VULKAN_HPP... method IndirectExecutionSetEXT (line 8723) | IndirectExecutionSetEXT & operator=( IndirectExecutionSetEXT && rhs ... method VULKAN_HPP_CONSTEXPR (line 8730) | VULKAN_HPP_CONSTEXPR IndirectExecutionSetEXT( std::nullptr_t ) VULKA... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8732) | VULKAN_HPP_TYPESAFE_EXPLICIT IndirectExecutionSetEXT( VkIndirectExec... method IndirectExecutionSetEXT (line 8738) | IndirectExecutionSetEXT & operator=( VkIndirectExecutionSetEXT indir... method IndirectExecutionSetEXT (line 8745) | IndirectExecutionSetEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOE... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8751) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkIndirectExecutionSetEXT() co... type CppType (line 8771) | struct CppType (line 8778) | struct CppType type isVulkanHandleType (line 8785) | struct isVulkanHandleType class PrivateDataSlot (line 8790) | class PrivateDataSlot method PrivateDataSlot (line 8801) | PrivateDataSlot() VULKAN_HPP_NOEXCEPT{} method PrivateDataSlot (line 8802) | PrivateDataSlot( PrivateDataSlot const & rhs ) = default; method PrivateDataSlot (line 8803) | PrivateDataSlot & operator=( PrivateDataSlot const & rhs ) = default; method PrivateDataSlot (line 8806) | PrivateDataSlot( PrivateDataSlot && rhs ) = default; method PrivateDataSlot (line 8807) | PrivateDataSlot & operator=( PrivateDataSlot && rhs ) = default; method PrivateDataSlot (line 8809) | PrivateDataSlot( PrivateDataSlot && rhs ) VULKAN_HPP_NOEXCEPT : m_pr... method PrivateDataSlot (line 8811) | PrivateDataSlot & operator=( PrivateDataSlot && rhs ) VULKAN_HPP_NOE... method VULKAN_HPP_CONSTEXPR (line 8818) | VULKAN_HPP_CONSTEXPR PrivateDataSlot( std::nullptr_t ) VULKAN_HPP_NO... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8820) | VULKAN_HPP_TYPESAFE_EXPLICIT PrivateDataSlot( VkPrivateDataSlot priv... method PrivateDataSlot (line 8823) | PrivateDataSlot & operator=( VkPrivateDataSlot privateDataSlot ) VUL... method PrivateDataSlot (line 8830) | PrivateDataSlot & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8836) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPrivateDataSlot() const VULK... type CppType (line 8856) | struct CppType (line 8863) | struct CppType type isVulkanHandleType (line 8870) | struct isVulkanHandleType class RenderPass (line 8877) | class RenderPass method RenderPass (line 8888) | RenderPass() VULKAN_HPP_NOEXCEPT{} method RenderPass (line 8889) | RenderPass( RenderPass const & rhs ) = default; method RenderPass (line 8890) | RenderPass & operator=( RenderPass const & rhs ) = default; method RenderPass (line 8893) | RenderPass( RenderPass && rhs ) = default; method RenderPass (line 8894) | RenderPass & operator=( RenderPass && rhs ) = default; method RenderPass (line 8896) | RenderPass( RenderPass && rhs ) VULKAN_HPP_NOEXCEPT : m_renderPass( ... method RenderPass (line 8898) | RenderPass & operator=( RenderPass && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 8905) | VULKAN_HPP_CONSTEXPR RenderPass( std::nullptr_t ) VULKAN_HPP_NOEXCEP... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8907) | VULKAN_HPP_TYPESAFE_EXPLICIT RenderPass( VkRenderPass renderPass ) V... method RenderPass (line 8910) | RenderPass & operator=( VkRenderPass renderPass ) VULKAN_HPP_NOEXCEPT method RenderPass (line 8917) | RenderPass & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8923) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkRenderPass() const VULKAN_HP... type CppType (line 8943) | struct CppType (line 8949) | struct CppType (line 8956) | struct CppType type isVulkanHandleType (line 8963) | struct isVulkanHandleType class Sampler (line 8968) | class Sampler method Sampler (line 8979) | Sampler() VULKAN_HPP_NOEXCEPT{} method Sampler (line 8980) | Sampler( Sampler const & rhs ) = default; method Sampler (line 8981) | Sampler & operator=( Sampler const & rhs ) = default; method Sampler (line 8984) | Sampler( Sampler && rhs ) = default; method Sampler (line 8985) | Sampler & operator=( Sampler && rhs ) = default; method Sampler (line 8987) | Sampler( Sampler && rhs ) VULKAN_HPP_NOEXCEPT : m_sampler( VULKAN_HP... method Sampler (line 8989) | Sampler & operator=( Sampler && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 8996) | VULKAN_HPP_CONSTEXPR Sampler( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} method VULKAN_HPP_TYPESAFE_EXPLICIT (line 8998) | VULKAN_HPP_TYPESAFE_EXPLICIT Sampler( VkSampler sampler ) VULKAN_HPP... method Sampler (line 9001) | Sampler & operator=( VkSampler sampler ) VULKAN_HPP_NOEXCEPT method Sampler (line 9008) | Sampler & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 9014) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSampler() const VULKAN_HPP_N... type CppType (line 9034) | struct CppType (line 9040) | struct CppType (line 9047) | struct CppType type isVulkanHandleType (line 9054) | struct isVulkanHandleType class SamplerYcbcrConversion (line 9059) | class SamplerYcbcrConversion method SamplerYcbcrConversion (line 9070) | SamplerYcbcrConversion() VULKAN_HPP_NOEXCEPT{} method SamplerYcbcrConversion (line 9071) | SamplerYcbcrConversion( SamplerYcbcrConversion const & rhs ) ... method SamplerYcbcrConversion (line 9072) | SamplerYcbcrConversion & operator=( SamplerYcbcrConversion const & r... method SamplerYcbcrConversion (line 9075) | SamplerYcbcrConversion( SamplerYcbcrConversion && rhs ) ... method SamplerYcbcrConversion (line 9076) | SamplerYcbcrConversion & operator=( SamplerYcbcrConversion && rhs ) ... method SamplerYcbcrConversion (line 9078) | SamplerYcbcrConversion( SamplerYcbcrConversion && rhs ) VULKAN_HPP_N... method SamplerYcbcrConversion (line 9083) | SamplerYcbcrConversion & operator=( SamplerYcbcrConversion && rhs ) ... method VULKAN_HPP_CONSTEXPR (line 9090) | VULKAN_HPP_CONSTEXPR SamplerYcbcrConversion( std::nullptr_t ) VULKAN... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 9092) | VULKAN_HPP_TYPESAFE_EXPLICIT SamplerYcbcrConversion( VkSamplerYcbcrC... method SamplerYcbcrConversion (line 9098) | SamplerYcbcrConversion & operator=( VkSamplerYcbcrConversion sampler... method SamplerYcbcrConversion (line 9105) | SamplerYcbcrConversion & operator=( std::nullptr_t ) VULKAN_HPP_NOEX... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 9111) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSamplerYcbcrConversion() con... type CppType (line 9131) | struct CppType (line 9137) | struct CppType (line 9144) | struct CppType type isVulkanHandleType (line 9151) | struct isVulkanHandleType class ShaderModule (line 9158) | class ShaderModule method ShaderModule (line 9169) | ShaderModule() VULKAN_HPP_NOEXCEPT{} method ShaderModule (line 9170) | ShaderModule( ShaderModule const & rhs ) = default; method ShaderModule (line 9171) | ShaderModule & operator=( ShaderModule const & rhs ) = default; method ShaderModule (line 9174) | ShaderModule( ShaderModule && rhs ) = default; method ShaderModule (line 9175) | ShaderModule & operator=( ShaderModule && rhs ) = default; method ShaderModule (line 9177) | ShaderModule( ShaderModule && rhs ) VULKAN_HPP_NOEXCEPT : m_shaderMo... method ShaderModule (line 9179) | ShaderModule & operator=( ShaderModule && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 9186) | VULKAN_HPP_CONSTEXPR ShaderModule( std::nullptr_t ) VULKAN_HPP_NOEXC... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 9188) | VULKAN_HPP_TYPESAFE_EXPLICIT ShaderModule( VkShaderModule shaderModu... method ShaderModule (line 9191) | ShaderModule & operator=( VkShaderModule shaderModule ) VULKAN_HPP_N... method ShaderModule (line 9198) | ShaderModule & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 9204) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkShaderModule() const VULKAN_... type CppType (line 9224) | struct CppType (line 9230) | struct CppType (line 9237) | struct CppType type isVulkanHandleType (line 9244) | struct isVulkanHandleType class ValidationCacheEXT (line 9249) | class ValidationCacheEXT method ValidationCacheEXT (line 9260) | ValidationCacheEXT() VULKAN_HPP_NOEXCEPT{} method ValidationCacheEXT (line 9261) | ValidationCacheEXT( ValidationCacheEXT const & rhs ) = d... method ValidationCacheEXT (line 9262) | ValidationCacheEXT & operator=( ValidationCacheEXT const & rhs ) = d... method ValidationCacheEXT (line 9265) | ValidationCacheEXT( ValidationCacheEXT && rhs ) = default; method ValidationCacheEXT (line 9266) | ValidationCacheEXT & operator=( ValidationCacheEXT && rhs ) = default; method ValidationCacheEXT (line 9268) | ValidationCacheEXT( ValidationCacheEXT && rhs ) VULKAN_HPP_NOEXCEPT ... method ValidationCacheEXT (line 9272) | ValidationCacheEXT & operator=( ValidationCacheEXT && rhs ) VULKAN_H... method VULKAN_HPP_CONSTEXPR (line 9279) | VULKAN_HPP_CONSTEXPR ValidationCacheEXT( std::nullptr_t ) VULKAN_HPP... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 9281) | VULKAN_HPP_TYPESAFE_EXPLICIT ValidationCacheEXT( VkValidationCacheEX... method ValidationCacheEXT (line 9286) | ValidationCacheEXT & operator=( VkValidationCacheEXT validationCache... method ValidationCacheEXT (line 9293) | ValidationCacheEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 9299) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkValidationCacheEXT() const V... type CppType (line 9319) | struct CppType (line 9325) | struct CppType (line 9332) | struct CppType type isVulkanHandleType (line 9339) | struct isVulkanHandleType class VideoSessionParametersKHR (line 9344) | class VideoSessionParametersKHR method VideoSessionParametersKHR (line 9355) | VideoSessionParametersKHR() VULKAN_HPP_NOEXCEPT{} method VideoSessionParametersKHR (line 9356) | VideoSessionParametersKHR( VideoSessionParametersKHR const & rhs ) ... method VideoSessionParametersKHR (line 9357) | VideoSessionParametersKHR & operator=( VideoSessionParametersKHR con... method VideoSessionParametersKHR (line 9360) | VideoSessionParametersKHR( VideoSessionParametersKHR && rhs ) ... method VideoSessionParametersKHR (line 9361) | VideoSessionParametersKHR & operator=( VideoSessionParametersKHR && ... method VideoSessionParametersKHR (line 9363) | VideoSessionParametersKHR( VideoSessionParametersKHR && rhs ) VULKAN... method VideoSessionParametersKHR (line 9368) | VideoSessionParametersKHR & operator=( VideoSessionParametersKHR && ... method VULKAN_HPP_CONSTEXPR (line 9375) | VULKAN_HPP_CONSTEXPR VideoSessionParametersKHR( std::nullptr_t ) VUL... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 9377) | VULKAN_HPP_TYPESAFE_EXPLICIT VideoSessionParametersKHR( VkVideoSessi... method VideoSessionParametersKHR (line 9383) | VideoSessionParametersKHR & operator=( VkVideoSessionParametersKHR v... method VideoSessionParametersKHR (line 9390) | VideoSessionParametersKHR & operator=( std::nullptr_t ) VULKAN_HPP_N... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 9396) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkVideoSessionParametersKHR() ... type CppType (line 9416) | struct CppType (line 9423) | struct CppType type isVulkanHandleType (line 9430) | struct isVulkanHandleType (line 9501) | struct CppType (line 9508) | struct CppType type isVulkanHandleType (line 9515) | struct isVulkanHandleType class Queue (line 9520) | class Queue method Queue (line 9531) | Queue() VULKAN_HPP_NOEXCEPT{} method Queue (line 9532) | Queue( Queue const & rhs ) = default; method Queue (line 9533) | Queue & operator=( Queue const & rhs ) = default; method Queue (line 9536) | Queue( Queue && rhs ) = default; method Queue (line 9537) | Queue & operator=( Queue && rhs ) = default; method Queue (line 9539) | Queue( Queue && rhs ) VULKAN_HPP_NOEXCEPT : m_queue( VULKAN_HPP_NAME... method Queue (line 9541) | Queue & operator=( Queue && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 9548) | VULKAN_HPP_CONSTEXPR Queue( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} method Queue (line 9550) | Queue( VkQueue queue ) VULKAN_HPP_NOEXCEPT : m_queue( queue ) {} method Queue (line 9552) | Queue & operator=( VkQueue queue ) VULKAN_HPP_NOEXCEPT method Queue (line 9558) | Queue & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT type CppType (line 9748) | struct CppType (line 9754) | struct CppType (line 9761) | struct CppType type isVulkanHandleType (line 9768) | struct isVulkanHandleType class Device (line 9773) | class Device method Device (line 9784) | Device() VULKAN_HPP_NOEXCEPT{} method Device (line 9785) | Device( Device const & rhs ) = default; method Device (line 9786) | Device & operator=( Device const & rhs ) = default; method Device (line 9789) | Device( Device && rhs ) = default; method Device (line 9790) | Device & operator=( Device && rhs ) = default; method Device (line 9792) | Device( Device && rhs ) VULKAN_HPP_NOEXCEPT : m_device( VULKAN_HPP_N... method Device (line 9794) | Device & operator=( Device && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 9801) | VULKAN_HPP_CONSTEXPR Device( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} method Device (line 9803) | Device( VkDevice device ) VULKAN_HPP_NOEXCEPT : m_device( device ) {} method Device (line 9805) | Device & operator=( VkDevice device ) VULKAN_HPP_NOEXCEPT method Device (line 9811) | Device & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT type AHardwareBuffer (line 12626) | struct AHardwareBuffer type AHardwareBuffer (line 12632) | struct AHardwareBuffer type AHardwareBuffer (line 12635) | struct AHardwareBuffer type AHardwareBuffer (line 12640) | struct AHardwareBuffer type AHardwareBuffer (line 12644) | struct AHardwareBuffer type _screen_buffer (line 15198) | struct _screen_buffer type _screen_buffer (line 15204) | struct _screen_buffer type _screen_buffer (line 15207) | struct _screen_buffer type CppType (line 15440) | struct CppType (line 15446) | struct CppType (line 15453) | struct CppType type isVulkanHandleType (line 15460) | struct isVulkanHandleType class DisplayModeKHR (line 15465) | class DisplayModeKHR method DisplayModeKHR (line 15476) | DisplayModeKHR() VULKAN_HPP_NOEXCEPT{} method DisplayModeKHR (line 15477) | DisplayModeKHR( DisplayModeKHR const & rhs ) = default; method DisplayModeKHR (line 15478) | DisplayModeKHR & operator=( DisplayModeKHR const & rhs ) = default; method DisplayModeKHR (line 15481) | DisplayModeKHR( DisplayModeKHR && rhs ) = default; method DisplayModeKHR (line 15482) | DisplayModeKHR & operator=( DisplayModeKHR && rhs ) = default; method DisplayModeKHR (line 15484) | DisplayModeKHR( DisplayModeKHR && rhs ) VULKAN_HPP_NOEXCEPT : m_disp... method DisplayModeKHR (line 15486) | DisplayModeKHR & operator=( DisplayModeKHR && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 15493) | VULKAN_HPP_CONSTEXPR DisplayModeKHR( std::nullptr_t ) VULKAN_HPP_NOE... method VULKAN_HPP_TYPESAFE_EXPLICIT (line 15495) | VULKAN_HPP_TYPESAFE_EXPLICIT DisplayModeKHR( VkDisplayModeKHR displa... method DisplayModeKHR (line 15498) | DisplayModeKHR & operator=( VkDisplayModeKHR displayModeKHR ) VULKAN... method DisplayModeKHR (line 15505) | DisplayModeKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_TYPESAFE_EXPLICIT (line 15511) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDisplayModeKHR() const VULKA... type CppType (line 15531) | struct CppType (line 15537) | struct CppType (line 15544) | struct CppType type isVulkanHandleType (line 15551) | struct isVulkanHandleType class PhysicalDevice (line 15556) | class PhysicalDevice method PhysicalDevice (line 15567) | PhysicalDevice() VULKAN_HPP_NOEXCEPT{} method PhysicalDevice (line 15568) | PhysicalDevice( PhysicalDevice const & rhs ) = default; method PhysicalDevice (line 15569) | PhysicalDevice & operator=( PhysicalDevice const & rhs ) = default; method PhysicalDevice (line 15572) | PhysicalDevice( PhysicalDevice && rhs ) = default; method PhysicalDevice (line 15573) | PhysicalDevice & operator=( PhysicalDevice && rhs ) = default; method PhysicalDevice (line 15575) | PhysicalDevice( PhysicalDevice && rhs ) VULKAN_HPP_NOEXCEPT : m_phys... method PhysicalDevice (line 15577) | PhysicalDevice & operator=( PhysicalDevice && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 15584) | VULKAN_HPP_CONSTEXPR PhysicalDevice( std::nullptr_t ) VULKAN_HPP_NOE... method PhysicalDevice (line 15586) | PhysicalDevice( VkPhysicalDevice physicalDevice ) VULKAN_HPP_NOEXCEP... method PhysicalDevice (line 15588) | PhysicalDevice & operator=( VkPhysicalDevice physicalDevice ) VULKAN... method PhysicalDevice (line 15594) | PhysicalDevice & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT type wl_display (line 16201) | struct wl_display type wl_display (line 16206) | struct wl_display type _screen_window (line 16964) | struct _screen_window type _screen_window (line 16969) | struct _screen_window type CppType (line 17124) | struct CppType (line 17130) | struct CppType (line 17137) | struct CppType type isVulkanHandleType (line 17144) | struct isVulkanHandleType class Instance (line 17149) | class Instance method Instance (line 17160) | Instance() VULKAN_HPP_NOEXCEPT{} method Instance (line 17161) | Instance( Instance const & rhs ) = default; method Instance (line 17162) | Instance & operator=( Instance const & rhs ) = default; method Instance (line 17165) | Instance( Instance && rhs ) = default; method Instance (line 17166) | Instance & operator=( Instance && rhs ) = default; method Instance (line 17168) | Instance( Instance && rhs ) VULKAN_HPP_NOEXCEPT : m_instance( VULKAN... method Instance (line 17170) | Instance & operator=( Instance && rhs ) VULKAN_HPP_NOEXCEPT method VULKAN_HPP_CONSTEXPR (line 17177) | VULKAN_HPP_CONSTEXPR Instance( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} method Instance (line 17179) | Instance( VkInstance instance ) VULKAN_HPP_NOEXCEPT : m_instance( in... method Instance (line 17181) | Instance & operator=( VkInstance instance ) VULKAN_HPP_NOEXCEPT method Instance (line 17187) | Instance & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT type CppType (line 17803) | struct CppType (line 17809) | struct CppType (line 17816) | struct CppType type isVulkanHandleType (line 17823) | struct isVulkanHandleType FILE: src/libraries/vulkanheaders/vulkan_hash.hpp type std (line 13) | namespace std type hash> (line 20) | struct hash> type hash (line 35) | struct hash type hash (line 44) | struct hash type hash (line 53) | struct hash type hash (line 62) | struct hash type hash (line 71) | struct hash type hash (line 80) | struct hash type hash (line 89) | struct hash type hash (line 98) | struct hash type hash (line 107) | struct hash type hash (line 116) | struct hash type hash (line 125) | struct hash type hash (line 134) | struct hash type hash (line 143) | struct hash type hash (line 152) | struct hash type hash (line 161) | struct hash type hash (line 170) | struct hash type hash (line 179) | struct hash type hash (line 188) | struct hash type hash (line 197) | struct hash type hash (line 206) | struct hash type hash (line 215) | struct hash type hash (line 224) | struct hash type hash (line 233) | struct hash type hash (line 242) | struct hash type hash (line 251) | struct hash type hash (line 262) | struct hash type hash (line 271) | struct hash type hash (line 282) | struct hash type hash (line 293) | struct hash type hash (line 304) | struct hash type hash (line 315) | struct hash type hash (line 324) | struct hash type hash (line 335) | struct hash type hash (line 346) | struct hash type hash (line 355) | struct hash type hash (line 366) | struct hash type hash (line 375) | struct hash type hash (line 386) | struct hash type hash (line 397) | struct hash type hash (line 408) | struct hash type hash (line 419) | struct hash type hash (line 430) | struct hash type hash (line 441) | struct hash type hash (line 452) | struct hash type hash (line 464) | struct hash type hash (line 473) | struct hash type hash (line 486) | struct hash type hash (line 498) | struct hash type hash (line 509) | struct hash type hash (line 520) | struct hash type hash (line 531) | struct hash type hash (line 542) | struct hash type hash (line 551) | struct hash type hash (line 570) | struct hash type hash (line 586) | struct hash type hash (line 601) | struct hash type hash (line 617) | struct hash (line 632) | struct hash type hash (line 650) | struct hash type hash (line 673) | struct hash type hash (line 689) | struct hash type hash (line 701) | struct hash type hash (line 716) | struct hash type hash (line 733) | struct hash type hash (line 747) | struct hash (line 761) | struct hash type hash (line 778) | struct hash type hash (line 794) | struct hash (line 812) | struct hash (line 827) | struct hash type hash (line 841) | struct hash type hash (line 867) | struct hash (line 885) | struct hash type hash (line 898) | struct hash type hash (line 911) | struct hash type hash (line 928) | struct hash type hash (line 942) | struct hash type hash (line 958) | struct hash type hash (line 972) | struct hash type hash (line 987) | struct hash (line 1010) | struct hash (line 1033) | struct hash (line 1050) | struct hash type hash (line 1067) | struct hash type hash (line 1082) | struct hash type hash (line 1097) | struct hash type hash (line 1111) | struct hash type hash (line 1126) | struct hash type hash (line 1149) | struct hash type hash (line 1168) | struct hash type hash (line 1189) | struct hash type hash (line 1203) | struct hash type hash (line 1215) | struct hash type hash (line 1230) | struct hash type hash (line 1243) | struct hash type hash (line 1258) | struct hash type hash (line 1270) | struct hash type hash (line 1282) | struct hash type hash (line 1298) | struct hash type hash (line 1310) | struct hash type hash (line 1322) | struct hash type hash (line 1334) | struct hash type hash (line 1352) | struct hash type hash (line 1366) | struct hash type hash (line 1381) | struct hash (line 1397) | struct hash type hash (line 1416) | struct hash type hash (line 1428) | struct hash type hash (line 1440) | struct hash type hash (line 1456) | struct hash type hash (line 1471) | struct hash type hash (line 1485) | struct hash type hash (line 1498) | struct hash type hash (line 1511) | struct hash type hash (line 1524) | struct hash type hash (line 1537) | struct hash type hash (line 1548) | struct hash type hash (line 1559) | struct hash type hash (line 1574) | struct hash type hash (line 1587) | struct hash type hash (line 1600) | struct hash type hash (line 1613) | struct hash type hash (line 1626) | struct hash type hash (line 1639) | struct hash type hash (line 1655) | struct hash type hash (line 1668) | struct hash type hash (line 1690) | struct hash type hash (line 1703) | struct hash type hash (line 1716) | struct hash type hash (line 1732) | struct hash type hash (line 1745) | struct hash type hash (line 1759) | struct hash type hash (line 1781) | struct hash type hash (line 1800) | struct hash type hash (line 1814) | struct hash (line 1831) | struct hash type hash (line 1851) | struct hash type hash (line 1866) | struct hash type hash (line 1883) | struct hash type hash (line 1898) | struct hash type hash (line 1922) | struct hash type hash (line 1941) | struct hash type hash (line 1957) | struct hash type hash (line 1970) | struct hash type hash (line 1985) | struct hash type hash (line 1998) | struct hash type hash (line 2011) | struct hash type hash (line 2027) | struct hash type hash (line 2045) | struct hash type hash (line 2064) | struct hash type hash (line 2085) | struct hash type hash (line 2098) | struct hash type hash (line 2111) | struct hash type hash (line 2124) | struct hash type hash (line 2141) | struct hash type hash (line 2153) | struct hash (line 2167) | struct hash (line 2185) | struct hash (line 2204) | struct hash type hash (line 2217) | struct hash type hash (line 2231) | struct hash type hash (line 2245) | struct hash type hash (line 2257) | struct hash type hash (line 2270) | struct hash (line 2284) | struct hash (line 2298) | struct hash (line 2326) | struct hash (line 2355) | struct hash (line 2370) | struct hash (line 2392) | struct hash (line 2408) | struct hash type hash (line 2421) | struct hash (line 2437) | struct hash (line 2449) | struct hash type hash (line 2462) | struct hash type hash (line 2476) | struct hash type hash (line 2491) | struct hash type hash (line 2507) | struct hash type hash (line 2522) | struct hash type hash (line 2540) | struct hash type hash (line 2554) | struct hash (line 2569) | struct hash (line 2585) | struct hash type hash (line 2605) | struct hash type hash (line 2621) | struct hash (line 2637) | struct hash type hash (line 2651) | struct hash type hash (line 2665) | struct hash type hash (line 2678) | struct hash type hash (line 2692) | struct hash type hash (line 2712) | struct hash type hash (line 2729) | struct hash type hash (line 2744) | struct hash type hash (line 2759) | struct hash type hash (line 2773) | struct hash (line 2796) | struct hash type hash (line 2817) | struct hash type hash (line 2837) | struct hash type hash (line 2855) | struct hash type hash (line 2870) | struct hash type hash (line 2886) | struct hash type hash (line 2903) | struct hash type hash (line 2916) | struct hash type hash (line 2935) | struct hash type hash (line 2952) | struct hash type hash (line 2970) | struct hash type hash (line 2987) | struct hash type hash (line 3006) | struct hash type hash (line 3024) | struct hash type hash (line 3041) | struct hash type hash (line 3054) | struct hash type hash (line 3070) | struct hash type hash (line 3088) | struct hash type hash (line 3105) | struct hash type hash (line 3120) | struct hash type hash (line 3137) | struct hash type hash (line 3161) | struct hash type hash (line 3175) | struct hash type hash (line 3189) | struct hash type hash (line 3208) | struct hash type hash (line 3234) | struct hash type hash (line 3250) | struct hash type hash (line 3267) | struct hash type hash (line 3287) | struct hash type hash (line 3305) | struct hash type hash (line 3322) | struct hash type hash (line 3337) | struct hash type hash (line 3357) | struct hash type hash (line 3375) | struct hash type hash (line 3403) | struct hash type hash (line 3420) | struct hash type hash (line 3437) | struct hash type hash (line 3452) | struct hash type hash (line 3466) | struct hash type hash (line 3479) | struct hash (line 3494) | struct hash type hash (line 3510) | struct hash type hash (line 3525) | struct hash type hash (line 3547) | struct hash type hash (line 3566) | struct hash type hash (line 3581) | struct hash type hash (line 3595) | struct hash type hash (line 3607) | struct hash type hash (line 3622) | struct hash type hash (line 3636) | struct hash (line 3650) | struct hash type hash (line 3663) | struct hash type hash (line 3676) | struct hash type hash (line 3688) | struct hash type hash (line 3704) | struct hash (line 3718) | struct hash type hash (line 3733) | struct hash type hash (line 3747) | struct hash type hash (line 3762) | struct hash (line 3777) | struct hash type hash (line 3792) | struct hash (line 3807) | struct hash type hash (line 3820) | struct hash (line 3835) | struct hash (line 3849) | struct hash type hash (line 3865) | struct hash type hash (line 3885) | struct hash type hash (line 3901) | struct hash type hash (line 3914) | struct hash type hash (line 3930) | struct hash type hash (line 3995) | struct hash type hash (line 4027) | struct hash type hash (line 4043) | struct hash type hash (line 4056) | struct hash type hash (line 4069) | struct hash type hash (line 4082) | struct hash type hash (line 4097) | struct hash type hash (line 4113) | struct hash type hash (line 4132) | struct hash (line 4157) | struct hash type hash (line 4171) | struct hash type hash (line 4184) | struct hash type hash (line 4198) | struct hash type hash (line 4215) | struct hash type hash (line 4230) | struct hash type hash (line 4245) | struct hash type hash (line 4263) | struct hash type hash (line 4276) | struct hash type hash (line 4301) | struct hash type hash (line 4315) | struct hash type hash (line 4328) | struct hash type hash (line 4342) | struct hash type hash (line 4355) | struct hash (line 4369) | struct hash type hash (line 4388) | struct hash (line 4402) | struct hash type hash (line 4415) | struct hash type hash (line 4428) | struct hash type hash (line 4443) | struct hash (line 4457) | struct hash type hash (line 4471) | struct hash type hash (line 4487) | struct hash type hash (line 4503) | struct hash type hash (line 4516) | struct hash type hash (line 4529) | struct hash type hash (line 4541) | struct hash type hash (line 4555) | struct hash type hash (line 4567) | struct hash type hash (line 4580) | struct hash type hash (line 4593) | struct hash type hash (line 4607) | struct hash type hash (line 4626) | struct hash type hash (line 4639) | struct hash type hash (line 4653) | struct hash type hash (line 4665) | struct hash type hash (line 4678) | struct hash type hash (line 4691) | struct hash type hash (line 4706) | struct hash type hash (line 4726) | struct hash type hash (line 4739) | struct hash type hash (line 4759) | struct hash type hash (line 4772) | struct hash type hash (line 4787) | struct hash type hash (line 4801) | struct hash type hash (line 4814) | struct hash type hash (line 4827) | struct hash type hash (line 4839) | struct hash type hash (line 4852) | struct hash type hash (line 4865) | struct hash type hash (line 4879) | struct hash type hash (line 4893) | struct hash type hash (line 4906) | struct hash type hash (line 4921) | struct hash type hash (line 4942) | struct hash type hash (line 4959) | struct hash type hash (line 4973) | struct hash type hash (line 4989) | struct hash type hash (line 5002) | struct hash type hash (line 5016) | struct hash type hash (line 5033) | struct hash type hash (line 5049) | struct hash type hash (line 5065) | struct hash type hash (line 5081) | struct hash type hash (line 5096) | struct hash type hash (line 5112) | struct hash type hash (line 5127) | struct hash type hash (line 5141) | struct hash type hash (line 5158) | struct hash type hash (line 5176) | struct hash type hash (line 5190) | struct hash type hash (line 5206) | struct hash type hash (line 5221) | struct hash type hash (line 5234) | struct hash type hash (line 5247) | struct hash type hash (line 5263) | struct hash type hash (line 5278) | struct hash type hash (line 5292) | struct hash type hash (line 5305) | struct hash type hash (line 5320) | struct hash type hash (line 5334) | struct hash type hash (line 5347) | struct hash type hash (line 5360) | struct hash type hash (line 5373) | struct hash type hash (line 5386) | struct hash type hash (line 5401) | struct hash type hash (line 5414) | struct hash type hash (line 5429) | struct hash type hash (line 5444) | struct hash (line 5459) | struct hash type hash (line 5472) | struct hash type hash (line 5485) | struct hash type hash (line 5500) | struct hash type hash (line 5514) | struct hash type hash (line 5535) | struct hash type hash (line 5554) | struct hash type hash (line 5568) | struct hash type hash (line 5587) | struct hash type hash (line 5603) | struct hash type hash (line 5625) | struct hash type hash (line 5637) | struct hash type hash (line 5662) | struct hash (line 5679) | struct hash (line 5696) | struct hash type hash (line 5709) | struct hash type hash (line 5723) | struct hash type hash (line 5749) | struct hash type hash (line 5763) | struct hash type hash (line 5776) | struct hash type hash (line 5790) | struct hash type hash (line 5807) | struct hash type hash (line 5822) | struct hash type hash (line 5836) | struct hash type hash (line 5853) | struct hash type hash (line 5876) | struct hash type hash (line 5895) | struct hash type hash (line 5912) | struct hash type hash (line 5934) | struct hash type hash (line 5952) | struct hash type hash (line 5973) | struct hash type hash (line 5988) | struct hash type hash (line 6017) | struct hash type hash (line 6030) | struct hash type hash (line 6046) | struct hash (line 6063) | struct hash type hash (line 6075) | struct hash type hash (line 6095) | struct hash type hash (line 6109) | struct hash type hash (line 6122) | struct hash type hash (line 6136) | struct hash type hash (line 6153) | struct hash type hash (line 6168) | struct hash type hash (line 6181) | struct hash type hash (line 6201) | struct hash type hash (line 6214) | struct hash type hash (line 6229) | struct hash type hash (line 6244) | struct hash type hash (line 6264) | struct hash type hash (line 6281) | struct hash type hash (line 6296) | struct hash type hash (line 6311) | struct hash (line 6327) | struct hash (line 6342) | struct hash type hash (line 6355) | struct hash type hash (line 6369) | struct hash type hash (line 6382) | struct hash type hash (line 6402) | struct hash type hash (line 6416) | struct hash type hash (line 6431) | struct hash type hash (line 6444) | struct hash type hash (line 6459) | struct hash type hash (line 6476) | struct hash type hash (line 6489) | struct hash type hash (line 6502) | struct hash type hash (line 6515) | struct hash type hash (line 6528) | struct hash type hash (line 6542) | struct hash type hash (line 6556) | struct hash type hash (line 6574) | struct hash type hash (line 6589) | struct hash type hash (line 6602) | struct hash type hash (line 6617) | struct hash type hash (line 6631) | struct hash type hash (line 6645) | struct hash type hash (line 6660) | struct hash type hash (line 6677) | struct hash type hash (line 6696) | struct hash type hash (line 6711) | struct hash type hash (line 6725) | struct hash type hash (line 6740) | struct hash type hash (line 6756) | struct hash type hash (line 6773) | struct hash type hash (line 6789) | struct hash type hash (line 6805) | struct hash type hash (line 6820) | struct hash type hash (line 6835) | struct hash type hash (line 6850) | struct hash type hash (line 6866) | struct hash type hash (line 6880) | struct hash type hash (line 6897) | struct hash type hash (line 6916) | struct hash type hash (line 6934) | struct hash type hash (line 6946) | struct hash type hash (line 6957) | struct hash type hash (line 6970) | struct hash type hash (line 6981) | struct hash type hash (line 6992) | struct hash type hash (line 7010) | struct hash type hash (line 7035) | struct hash type hash (line 7053) | struct hash type hash (line 7067) | struct hash (line 7082) | struct hash type hash (line 7100) | struct hash type hash (line 7113) | struct hash type hash (line 7126) | struct hash type hash (line 7156) | struct hash type hash (line 7170) | struct hash type hash (line 7185) | struct hash type hash (line 7198) | struct hash type hash (line 7212) | struct hash type hash (line 7232) | struct hash type hash (line 7253) | struct hash type hash (line 7268) | struct hash type hash (line 7283) | struct hash type hash (line 7298) | struct hash type hash (line 7312) | struct hash type hash (line 7326) | struct hash type hash (line 7340) | struct hash type hash (line 7354) | struct hash type hash (line 7368) | struct hash type hash (line 7382) | struct hash type hash (line 7396) | struct hash (line 7411) | struct hash type hash (line 7426) | struct hash type hash (line 7441) | struct hash type hash (line 7456) | struct hash type hash (line 7472) | struct hash type hash (line 7487) | struct hash type hash (line 7499) | struct hash type hash (line 7512) | struct hash type hash (line 7528) | struct hash type hash (line 7542) | struct hash type hash (line 7556) | struct hash type hash (line 7570) | struct hash type hash (line 7583) | struct hash type hash (line 7596) | struct hash type hash (line 7609) | struct hash type hash (line 7621) | struct hash type hash (line 7636) | struct hash type hash (line 7651) | struct hash type hash (line 7666) | struct hash type hash (line 7681) | struct hash type hash (line 7696) | struct hash type hash (line 7714) | struct hash type hash (line 7727) | struct hash type hash (line 7740) | struct hash type hash (line 7753) | struct hash type hash (line 7765) | struct hash type hash (line 7778) | struct hash (line 7793) | struct hash type hash (line 7807) | struct hash (line 7823) | struct hash type hash (line 7835) | struct hash type hash (line 7849) | struct hash (line 7863) | struct hash type hash (line 7878) | struct hash type hash (line 7891) | struct hash type hash (line 7904) | struct hash type hash (line 7925) | struct hash (line 7941) | struct hash type hash (line 7954) | struct hash (line 7968) | struct hash (line 7982) | struct hash (line 8006) | struct hash (line 8022) | struct hash type hash (line 8037) | struct hash (line 8051) | struct hash type hash (line 8076) | struct hash type hash (line 8095) | struct hash type hash (line 8108) | struct hash type hash (line 8123) | struct hash type hash (line 8136) | struct hash type hash (line 8149) | struct hash type hash (line 8165) | struct hash type hash (line 8179) | struct hash type hash (line 8194) | struct hash type hash (line 8207) | struct hash (line 8225) | struct hash (line 8246) | struct hash (line 8260) | struct hash (line 8274) | struct hash type hash (line 8287) | struct hash (line 8301) | struct hash (line 8315) | struct hash (line 8329) | struct hash (line 8348) | struct hash (line 8363) | struct hash (line 8379) | struct hash (line 8395) | struct hash (line 8409) | struct hash (line 8430) | struct hash (line 8445) | struct hash (line 8469) | struct hash (line 8484) | struct hash (line 8498) | struct hash (line 8512) | struct hash (line 8526) | struct hash (line 8541) | struct hash (line 8556) | struct hash (line 8571) | struct hash (line 8593) | struct hash (line 8613) | struct hash (line 8629) | struct hash (line 8644) | struct hash (line 8659) | struct hash (line 8673) | struct hash (line 8687) | struct hash (line 8702) | struct hash (line 8719) | struct hash (line 8733) | struct hash (line 8747) | struct hash (line 8761) | struct hash (line 8775) | struct hash type hash (line 8788) | struct hash type hash (line 8803) | struct hash (line 8819) | struct hash (line 8835) | struct hash (line 8850) | struct hash (line 8864) | struct hash (line 8878) | struct hash (line 8895) | struct hash (line 8909) | struct hash (line 8923) | struct hash (line 8937) | struct hash (line 8951) | struct hash (line 8968) | struct hash (line 8982) | struct hash (line 8999) | struct hash (line 9045) | struct hash (line 9078) | struct hash (line 9114) | struct hash (line 9128) | struct hash (line 9143) | struct hash (line 9159) | struct hash (line 9174) | struct hash (line 9188) | struct hash (line 9214) | struct hash (line 9236) | struct hash (line 9250) | struct hash (line 9264) | struct hash (line 9279) | struct hash (line 9295) | struct hash (line 9310) | struct hash type hash (line 9332) | struct hash type hash (line 9350) | struct hash type hash (line 9364) | struct hash (line 9378) | struct hash (line 9392) | struct hash (line 9406) | struct hash (line 9422) | struct hash (line 9466) | struct hash (line 9480) | struct hash (line 9494) | struct hash (line 9509) | struct hash (line 9525) | struct hash type hash (line 9540) | struct hash type hash (line 9554) | struct hash (line 9571) | struct hash (line 9588) | struct hash type hash (line 9602) | struct hash (line 9616) | struct hash (line 9631) | struct hash (line 9647) | struct hash type hash (line 9660) | struct hash type hash (line 9674) | struct hash type hash (line 9687) | struct hash type hash (line 9717) | struct hash (line 9731) | struct hash (line 9748) | struct hash (line 9764) | struct hash (line 9779) | struct hash (line 9793) | struct hash (line 9809) | struct hash (line 9824) | struct hash (line 9838) | struct hash (line 9854) | struct hash (line 9870) | struct hash (line 9885) | struct hash (line 9901) | struct hash type hash (line 9915) | struct hash (line 9945) | struct hash type hash (line 9959) | struct hash (line 9973) | struct hash (line 9987) | struct hash (line 10003) | struct hash type hash (line 10021) | struct hash type hash (line 10034) | struct hash type hash (line 10047) | struct hash type hash (line 10069) | struct hash type hash (line 10082) | struct hash type hash (line 10108) | struct hash (line 10123) | struct hash (line 10137) | struct hash (line 10151) | struct hash (line 10165) | struct hash (line 10179) | struct hash (line 10196) | struct hash type hash (line 10213) | struct hash (line 10227) | struct hash (line 10241) | struct hash (line 10257) | struct hash (line 10274) | struct hash type hash (line 10288) | struct hash (line 10302) | struct hash (line 10316) | struct hash (line 10330) | struct hash (line 10344) | struct hash type hash (line 10357) | struct hash (line 10371) | struct hash (line 10386) | struct hash (line 10404) | struct hash (line 10418) | struct hash type hash (line 10438) | struct hash (line 10453) | struct hash type hash (line 10587) | struct hash type hash (line 10602) | struct hash type hash (line 10627) | struct hash type hash (line 10640) | struct hash (line 10654) | struct hash (line 10668) | struct hash (line 10682) | struct hash (line 10696) | struct hash (line 10710) | struct hash (line 10729) | struct hash (line 10743) | struct hash (line 10757) | struct hash type hash (line 10771) | struct hash type hash (line 10784) | struct hash type hash (line 10797) | struct hash type hash (line 10810) | struct hash type hash (line 10828) | struct hash type hash (line 10841) | struct hash type hash (line 10856) | struct hash type hash (line 10870) | struct hash (line 10891) | struct hash type hash (line 10905) | struct hash (line 10921) | struct hash (line 10935) | struct hash (line 10956) | struct hash (line 10970) | struct hash (line 10985) | struct hash (line 10999) | struct hash type hash (line 11019) | struct hash type hash (line 11032) | struct hash type hash (line 11049) | struct hash type hash (line 11063) | struct hash type hash (line 11116) | struct hash type hash (line 11147) | struct hash type hash (line 11160) | struct hash type hash (line 11173) | struct hash (line 11187) | struct hash type hash (line 11202) | struct hash (line 11216) | struct hash (line 11230) | struct hash (line 11245) | struct hash type hash (line 11259) | struct hash (line 11273) | struct hash (line 11289) | struct hash (line 11303) | struct hash (line 11317) | struct hash (line 11333) | struct hash (line 11348) | struct hash type hash (line 11361) | struct hash type hash (line 11385) | struct hash type hash (line 11402) | struct hash (line 11417) | struct hash (line 11431) | struct hash (line 11445) | struct hash (line 11460) | struct hash (line 11475) | struct hash (line 11489) | struct hash (line 11503) | struct hash (line 11521) | struct hash (line 11536) | struct hash (line 11550) | struct hash (line 11564) | struct hash (line 11578) | struct hash (line 11592) | struct hash (line 11606) | struct hash (line 11620) | struct hash (line 11637) | struct hash type hash (line 11652) | struct hash (line 11682) | struct hash (line 11697) | struct hash type hash (line 11711) | struct hash type hash (line 11724) | struct hash (line 11739) | struct hash type hash (line 11752) | struct hash (line 11767) | struct hash (line 11783) | struct hash type hash (line 11796) | struct hash type hash (line 11810) | struct hash (line 11824) | struct hash (line 11839) | struct hash (line 11854) | struct hash type hash (line 11868) | struct hash (line 11882) | struct hash (line 11898) | struct hash (line 11912) | struct hash type hash (line 11925) | struct hash (line 11940) | struct hash (line 11954) | struct hash (line 11969) | struct hash (line 11984) | struct hash (line 11999) | struct hash (line 12017) | struct hash (line 12038) | struct hash (line 12052) | struct hash type hash (line 12072) | struct hash (line 12086) | struct hash (line 12100) | struct hash (line 12114) | struct hash (line 12129) | struct hash (line 12144) | struct hash type hash (line 12159) | struct hash type hash (line 12174) | struct hash (line 12195) | struct hash (line 12210) | struct hash (line 12224) | struct hash (line 12238) | struct hash (line 12252) | struct hash (line 12266) | struct hash (line 12280) | struct hash (line 12294) | struct hash (line 12319) | struct hash (line 12344) | struct hash (line 12359) | struct hash type hash (line 12373) | struct hash (line 12387) | struct hash (line 12403) | struct hash type hash (line 12418) | struct hash type hash (line 12445) | struct hash type hash (line 12461) | struct hash (line 12475) | struct hash (line 12489) | struct hash (line 12504) | struct hash (line 12521) | struct hash (line 12545) | struct hash (line 12559) | struct hash (line 12574) | struct hash (line 12588) | struct hash (line 12603) | struct hash (line 12617) | struct hash (line 12631) | struct hash (line 12675) | struct hash (line 12690) | struct hash (line 12705) | struct hash (line 12719) | struct hash (line 12736) | struct hash type hash (line 12750) | struct hash (line 12768) | struct hash (line 12782) | struct hash (line 12796) | struct hash (line 12811) | struct hash (line 12825) | struct hash (line 12840) | struct hash (line 12854) | struct hash (line 12869) | struct hash (line 12883) | struct hash (line 12897) | struct hash (line 12913) | struct hash (line 12929) | struct hash (line 12944) | struct hash (line 12960) | struct hash type hash (line 12977) | struct hash type hash (line 12993) | struct hash (line 13008) | struct hash (line 13025) | struct hash (line 13039) | struct hash (line 13053) | struct hash (line 13067) | struct hash type hash (line 13080) | struct hash (line 13094) | struct hash type hash (line 13108) | struct hash (line 13122) | struct hash (line 13139) | struct hash (line 13153) | struct hash (line 13167) | struct hash (line 13181) | struct hash (line 13195) | struct hash type hash (line 13224) | struct hash (line 13239) | struct hash (line 13262) | struct hash (line 13276) | struct hash type hash (line 13291) | struct hash (line 13306) | struct hash (line 13321) | struct hash (line 13335) | struct hash (line 13350) | struct hash (line 13364) | struct hash (line 13378) | struct hash type hash (line 13394) | struct hash (line 13409) | struct hash (line 13424) | struct hash type hash (line 13437) | struct hash (line 13451) | struct hash (line 13465) | struct hash type hash (line 13489) | struct hash type hash (line 13525) | struct hash type hash (line 13584) | struct hash type hash (line 13654) | struct hash type hash (line 13681) | struct hash type hash (line 13738) | struct hash type hash (line 13771) | struct hash type hash (line 13811) | struct hash (line 13827) | struct hash (line 13844) | struct hash (line 13858) | struct hash type hash (line 13872) | struct hash (line 13886) | struct hash (line 13901) | struct hash type hash (line 13918) | struct hash type hash (line 13930) | struct hash type hash (line 13943) | struct hash type hash (line 13955) | struct hash type hash (line 13970) | struct hash type hash (line 13983) | struct hash type hash (line 13997) | struct hash type hash (line 14011) | struct hash type hash (line 14026) | struct hash type hash (line 14044) | struct hash (line 14060) | struct hash type hash (line 14074) | struct hash type hash (line 14087) | struct hash (line 14105) | struct hash (line 14120) | struct hash (line 14136) | struct hash type hash (line 14149) | struct hash type hash (line 14161) | struct hash type hash (line 14176) | struct hash (line 14193) | struct hash type hash (line 14207) | struct hash (line 14231) | struct hash type hash (line 14253) | struct hash (line 14272) | struct hash (line 14290) | struct hash type hash (line 14304) | struct hash type hash (line 14317) | struct hash type hash (line 14334) | struct hash type hash (line 14350) | struct hash (line 14367) | struct hash (line 14382) | struct hash (line 14399) | struct hash (line 14413) | struct hash (line 14427) | struct hash (line 14442) | struct hash type hash (line 14459) | struct hash (line 14474) | struct hash type hash (line 14490) | struct hash (line 14505) | struct hash (line 14521) | struct hash type hash (line 14540) | struct hash (line 14554) | struct hash (line 14568) | struct hash type hash (line 14580) | struct hash (line 14595) | struct hash (line 14612) | struct hash (line 14627) | struct hash (line 14641) | struct hash (line 14656) | struct hash type hash (line 14668) | struct hash (line 14684) | struct hash type hash (line 14698) | struct hash (line 14714) | struct hash type hash (line 14726) | struct hash (line 14743) | struct hash type hash (line 14757) | struct hash type hash (line 14771) | struct hash type hash (line 14789) | struct hash type hash (line 14802) | struct hash type hash (line 14814) | struct hash type hash (line 14828) | struct hash type hash (line 14840) | struct hash type hash (line 14854) | struct hash type hash (line 14867) | struct hash type hash (line 14880) | struct hash type hash (line 14897) | struct hash type hash (line 14917) | struct hash type hash (line 14934) | struct hash type hash (line 14950) | struct hash type hash (line 14963) | struct hash type hash (line 14979) | struct hash type hash (line 14994) | struct hash (line 15008) | struct hash (line 15022) | struct hash type hash (line 15035) | struct hash type hash (line 15048) | struct hash type hash (line 15065) | struct hash type hash (line 15079) | struct hash type hash (line 15092) | struct hash (line 15106) | struct hash type hash (line 15119) | struct hash (line 15133) | struct hash type hash (line 15151) | struct hash (line 15166) | struct hash type hash (line 15190) | struct hash type hash (line 15207) | struct hash type hash (line 15228) | struct hash type hash (line 15239) | struct hash type hash (line 15252) | struct hash type hash (line 15267) | struct hash type hash (line 15281) | struct hash type hash (line 15298) | struct hash type hash (line 15318) | struct hash type hash (line 15335) | struct hash type hash (line 15354) | struct hash type hash (line 15377) | struct hash type hash (line 15397) | struct hash type hash (line 15418) | struct hash type hash (line 15431) | struct hash type hash (line 15442) | struct hash (line 15456) | struct hash (line 15470) | struct hash (line 15485) | struct hash type hash (line 15503) | struct hash type hash (line 15515) | struct hash type hash (line 15532) | struct hash type hash (line 15545) | struct hash type hash (line 15559) | struct hash type hash (line 15575) | struct hash type hash (line 15589) | struct hash type hash (line 15605) | struct hash type hash (line 15619) | struct hash type hash (line 15632) | struct hash type hash (line 15649) | struct hash type hash (line 15663) | struct hash (line 15678) | struct hash (line 15694) | struct hash type hash (line 15714) | struct hash type hash (line 15730) | struct hash type hash (line 15748) | struct hash type hash (line 15763) | struct hash (line 15778) | struct hash type hash (line 15791) | struct hash type hash (line 15819) | struct hash type hash (line 15832) | struct hash type hash (line 15845) | struct hash type hash (line 15865) | struct hash (line 15879) | struct hash type hash (line 15892) | struct hash (line 15908) | struct hash type hash (line 15931) | struct hash type hash (line 15947) | struct hash type hash (line 15963) | struct hash type hash (line 15976) | struct hash type hash (line 15991) | struct hash type hash (line 16007) | struct hash type hash (line 16022) | struct hash type hash (line 16036) | struct hash type hash (line 16050) | struct hash type hash (line 16066) | struct hash type hash (line 16084) | struct hash type hash (line 16098) | struct hash type hash (line 16109) | struct hash type hash (line 16136) | struct hash type hash (line 16151) | struct hash type hash (line 16168) | struct hash (line 16182) | struct hash type hash (line 16197) | struct hash type hash (line 16217) | struct hash type hash (line 16230) | struct hash type hash (line 16243) | struct hash type hash (line 16256) | struct hash type hash (line 16271) | struct hash type hash (line 16285) | struct hash type hash (line 16300) | struct hash type hash (line 16319) | struct hash type hash (line 16338) | struct hash type hash (line 16351) | struct hash type hash (line 16367) | struct hash type hash (line 16379) | struct hash (line 16394) | struct hash type hash (line 16407) | struct hash type hash (line 16422) | struct hash type hash (line 16435) | struct hash type hash (line 16448) | struct hash type hash (line 16471) | struct hash type hash (line 16491) | struct hash type hash (line 16505) | struct hash (line 16520) | struct hash type hash (line 16533) | struct hash type hash (line 16545) | struct hash type hash (line 16559) | struct hash type hash (line 16574) | struct hash type hash (line 16589) | struct hash type hash (line 16603) | struct hash type hash (line 16616) | struct hash type hash (line 16633) | struct hash type hash (line 16646) | struct hash type hash (line 16659) | struct hash type hash (line 16687) | struct hash type hash (line 16701) | struct hash type hash (line 16714) | struct hash type hash (line 16727) | struct hash type hash (line 16741) | struct hash type hash (line 16755) | struct hash type hash (line 16769) | struct hash type hash (line 16784) | struct hash type hash (line 16797) | struct hash type hash (line 16812) | struct hash type hash (line 16828) | struct hash type hash (line 16852) | struct hash type hash (line 16865) | struct hash type hash (line 16880) | struct hash type hash (line 16896) | struct hash type hash (line 16910) | struct hash type hash (line 16926) | struct hash type hash (line 16943) | struct hash type hash (line 16958) | struct hash type hash (line 16974) | struct hash type hash (line 16988) | struct hash type hash (line 17005) | struct hash type hash (line 17026) | struct hash type hash (line 17039) | struct hash type hash (line 17052) | struct hash type hash (line 17065) | struct hash (line 17079) | struct hash type hash (line 17100) | struct hash type hash (line 17114) | struct hash (line 17128) | struct hash type hash (line 17141) | struct hash type hash (line 17155) | struct hash type hash (line 17168) | struct hash (line 17183) | struct hash type hash (line 17198) | struct hash type hash (line 17212) | struct hash (line 17229) | struct hash (line 17245) | struct hash type hash (line 17258) | struct hash type hash (line 17271) | struct hash (line 17287) | struct hash type hash (line 17302) | struct hash type hash (line 17315) | struct hash (line 17334) | struct hash (line 17351) | struct hash type hash (line 17371) | struct hash type hash (line 17384) | struct hash type hash (line 17420) | struct hash type hash (line 17433) | struct hash type hash (line 17446) | struct hash type hash (line 17463) | struct hash type hash (line 17485) | struct hash type hash (line 17498) | struct hash type hash (line 17511) | struct hash (line 17539) | struct hash (line 17554) | struct hash type hash (line 17571) | struct hash type hash (line 17590) | struct hash type hash (line 17604) | struct hash (line 17621) | struct hash type hash (line 17640) | struct hash type hash (line 17665) | struct hash type hash (line 17678) | struct hash type hash (line 17691) | struct hash (line 17708) | struct hash type hash (line 17722) | struct hash type hash (line 17738) | struct hash type hash (line 17751) | struct hash type hash (line 17764) | struct hash (line 17786) | struct hash (line 17801) | struct hash type hash (line 17818) | struct hash type hash (line 17837) | struct hash type hash (line 17851) | struct hash (line 17868) | struct hash (line 17884) | struct hash (line 17899) | struct hash (line 17916) | struct hash type hash (line 17944) | struct hash type hash (line 17957) | struct hash type hash (line 17970) | struct hash (line 17987) | struct hash type hash (line 18002) | struct hash type hash (line 18017) | struct hash type hash (line 18030) | struct hash type hash (line 18043) | struct hash (line 18064) | struct hash (line 18079) | struct hash type hash (line 18096) | struct hash type hash (line 18115) | struct hash type hash (line 18129) | struct hash (line 18148) | struct hash (line 18165) | struct hash (line 18181) | struct hash (line 18200) | struct hash type hash (line 18221) | struct hash type hash (line 18234) | struct hash type hash (line 18248) | struct hash (line 18262) | struct hash type hash (line 18276) | struct hash (line 18290) | struct hash type hash (line 18306) | struct hash type hash (line 18324) | struct hash (line 18338) | struct hash type hash (line 18352) | struct hash type hash (line 18367) | struct hash type hash (line 18380) | struct hash (line 18394) | struct hash (line 18408) | struct hash type hash (line 18426) | struct hash (line 18440) | struct hash type hash (line 18455) | struct hash type hash (line 18469) | struct hash type hash (line 18490) | struct hash type hash (line 18504) | struct hash type hash (line 18519) | struct hash type hash (line 18533) | struct hash type hash (line 18550) | struct hash type hash (line 18571) | struct hash type hash (line 18592) | struct hash type hash (line 18608) | struct hash (line 18623) | struct hash (line 18638) | struct hash type hash (line 18652) | struct hash (line 18667) | struct hash type hash (line 18681) | struct hash type hash (line 18696) | struct hash type hash (line 18713) | struct hash FILE: src/libraries/vulkanheaders/vulkan_hpp_macros.hpp type VULKAN_HPP_NAMESPACE (line 258) | namespace VULKAN_HPP_NAMESPACE type detail (line 260) | namespace detail class DispatchLoaderDynamic (line 262) | class DispatchLoaderDynamic FILE: src/libraries/vulkanheaders/vulkan_ios.h type VkFlags (line 26) | typedef VkFlags VkIOSSurfaceCreateFlagsMVK; type VkIOSSurfaceCreateInfoMVK (line 27) | typedef struct VkIOSSurfaceCreateInfoMVK { type VkIOSSurfaceCreateInfoMVK (line 34) | typedef VkResult (VKAPI_PTR *PFN_vkCreateIOSSurfaceMVK)(VkInstance insta... FILE: src/libraries/vulkanheaders/vulkan_macos.h type VkFlags (line 26) | typedef VkFlags VkMacOSSurfaceCreateFlagsMVK; type VkMacOSSurfaceCreateInfoMVK (line 27) | typedef struct VkMacOSSurfaceCreateInfoMVK { type VkMacOSSurfaceCreateInfoMVK (line 34) | typedef VkResult (VKAPI_PTR *PFN_vkCreateMacOSSurfaceMVK)(VkInstance ins... FILE: src/libraries/vulkanheaders/vulkan_metal.h type CAMetalLayer (line 27) | typedef void CAMetalLayer; type VkFlags (line 32) | typedef VkFlags VkMetalSurfaceCreateFlagsEXT; type VkMetalSurfaceCreateInfoEXT (line 33) | typedef struct VkMetalSurfaceCreateInfoEXT { type VkMetalSurfaceCreateInfoEXT (line 40) | typedef VkResult (VKAPI_PTR *PFN_vkCreateMetalSurfaceEXT)(VkInstance ins... type __unsafe_unretained (line 55) | typedef __unsafe_unretained id MTLDevice_id; type __unsafe_unretained (line 62) | typedef __unsafe_unretained id MTLCommandQueue_id; type __unsafe_unretained (line 69) | typedef __unsafe_unretained id MTLBuffer_id; type __unsafe_unretained (line 76) | typedef __unsafe_unretained id MTLTexture_id; type __IOSurface (line 81) | struct __IOSurface type __unsafe_unretained (line 84) | typedef __unsafe_unretained id MTLSharedEvent_id; type VkExportMetalObjectTypeFlagBitsEXT (line 92) | typedef enum VkExportMetalObjectTypeFlagBitsEXT { type VkFlags (line 101) | typedef VkFlags VkExportMetalObjectTypeFlagsEXT; type VkExportMetalObjectCreateInfoEXT (line 102) | typedef struct VkExportMetalObjectCreateInfoEXT { type VkExportMetalObjectsInfoEXT (line 108) | typedef struct VkExportMetalObjectsInfoEXT { type VkExportMetalDeviceInfoEXT (line 113) | typedef struct VkExportMetalDeviceInfoEXT { type VkExportMetalCommandQueueInfoEXT (line 119) | typedef struct VkExportMetalCommandQueueInfoEXT { type VkExportMetalBufferInfoEXT (line 126) | typedef struct VkExportMetalBufferInfoEXT { type VkImportMetalBufferInfoEXT (line 133) | typedef struct VkImportMetalBufferInfoEXT { type VkExportMetalTextureInfoEXT (line 139) | typedef struct VkExportMetalTextureInfoEXT { type VkImportMetalTextureInfoEXT (line 149) | typedef struct VkImportMetalTextureInfoEXT { type VkExportMetalIOSurfaceInfoEXT (line 156) | typedef struct VkExportMetalIOSurfaceInfoEXT { type VkImportMetalIOSurfaceInfoEXT (line 163) | typedef struct VkImportMetalIOSurfaceInfoEXT { type VkExportMetalSharedEventInfoEXT (line 169) | typedef struct VkExportMetalSharedEventInfoEXT { type VkImportMetalSharedEventInfoEXT (line 177) | typedef struct VkImportMetalSharedEventInfoEXT { type VkImportMemoryMetalHandleInfoEXT (line 196) | typedef struct VkImportMemoryMetalHandleInfoEXT { type VkMemoryMetalHandlePropertiesEXT (line 203) | typedef struct VkMemoryMetalHandlePropertiesEXT { type VkMemoryGetMetalHandleInfoEXT (line 209) | typedef struct VkMemoryGetMetalHandleInfoEXT { type VkMemoryGetMetalHandleInfoEXT (line 216) | typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryMetalHandleEXT)(VkDevice dev... FILE: src/libraries/vulkanheaders/vulkan_raii.hpp type detail (line 22) | namespace detail class CreateReturnType (line 25) | class CreateReturnType class ContextDispatcher (line 37) | class ContextDispatcher : public ::VULKAN_HPP_NAMESPACE::detail::Dispa... method ContextDispatcher (line 40) | ContextDispatcher( PFN_vkGetInstanceProcAddr getProcAddr ) class InstanceDispatcher (line 64) | class InstanceDispatcher : public ::VULKAN_HPP_NAMESPACE::detail::Disp... method InstanceDispatcher (line 67) | InstanceDispatcher( PFN_vkGetInstanceProcAddr getProcAddr, VkInstanc... class DeviceDispatcher (line 680) | class DeviceDispatcher : public ::VULKAN_HPP_NAMESPACE::detail::Dispat... method DeviceDispatcher (line 683) | DeviceDispatcher( PFN_vkGetDeviceProcAddr getProcAddr, VkDevice devi... class Instance (line 2802) | class Instance method Instance (line 3004) | Instance( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Context con... method Instance (line 3012) | Instance( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Context con... method Instance (line 3021) | Instance( std::nullptr_t ) {} method Instance (line 3028) | Instance() = delete; method Instance (line 3029) | Instance( Instance const & ) = delete; method Instance (line 3031) | Instance( Instance && rhs ) VULKAN_HPP_NOEXCEPT method Instance (line 3038) | Instance & operator=( Instance const & ) = delete; method Instance (line 3040) | Instance & operator=( Instance && rhs ) VULKAN_HPP_NOEXCEPT method release (line 3072) | VULKAN_HPP_NAMESPACE::Instance release() method swap (line 3085) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance &... class PhysicalDevice (line 2803) | class PhysicalDevice method PhysicalDevice (line 3305) | PhysicalDevice( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Insta... method PhysicalDevice (line 3310) | PhysicalDevice( std::nullptr_t ) {} method PhysicalDevice (line 3317) | PhysicalDevice() = delete; method PhysicalDevice (line 3319) | PhysicalDevice( PhysicalDevice const & rhs ) : m_physicalDevice( rhs.m... method PhysicalDevice (line 3321) | PhysicalDevice( PhysicalDevice && rhs ) VULKAN_HPP_NOEXCEPT method PhysicalDevice (line 3327) | PhysicalDevice & operator=( PhysicalDevice const & rhs ) method PhysicalDevice (line 3334) | PhysicalDevice & operator=( PhysicalDevice && rhs ) VULKAN_HPP_NOEXCEPT method release (line 3360) | VULKAN_HPP_NAMESPACE::PhysicalDevice release() method swap (line 3372) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PhysicalDe... class Device (line 2804) | class Device method Device (line 3786) | Device( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PhysicalDevic... method Device (line 3794) | Device( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PhysicalDevic... method Device (line 3803) | Device( std::nullptr_t ) {} method Device (line 3810) | Device() = delete; method Device (line 3811) | Device( Device const & ) = delete; method Device (line 3813) | Device( Device && rhs ) VULKAN_HPP_NOEXCEPT method Device (line 3820) | Device & operator=( Device const & ) = delete; method Device (line 3822) | Device & operator=( Device && rhs ) VULKAN_HPP_NOEXCEPT method release (line 3854) | VULKAN_HPP_NAMESPACE::Device release() method swap (line 3867) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device & r... type AHardwareBuffer (line 4347) | struct AHardwareBuffer type _screen_buffer (line 4903) | struct _screen_buffer class Queue (line 2805) | class Queue method Queue (line 11231) | Queue( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const &... method Queue (line 11238) | Queue( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const &... method Queue (line 11244) | Queue( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const &... method Queue (line 11248) | Queue( std::nullptr_t ) {} method Queue (line 11255) | Queue() = delete; method Queue (line 11257) | Queue( Queue const & rhs ) : m_queue( rhs.m_queue ), m_dispatcher( rhs... method Queue (line 11259) | Queue( Queue && rhs ) VULKAN_HPP_NOEXCEPT method Queue (line 11265) | Queue & operator=( Queue const & rhs ) method Queue (line 11272) | Queue & operator=( Queue && rhs ) VULKAN_HPP_NOEXCEPT method release (line 11298) | VULKAN_HPP_NAMESPACE::Queue release() method swap (line 11310) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Queue & rh... class DeviceMemory (line 2806) | class DeviceMemory method DeviceMemory (line 8349) | DeviceMemory( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device ... method DeviceMemory (line 8357) | DeviceMemory( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device ... method DeviceMemory (line 8367) | DeviceMemory( std::nullptr_t ) {} method DeviceMemory (line 8374) | DeviceMemory() = delete; method DeviceMemory (line 8375) | DeviceMemory( DeviceMemory const & ) = delete; method DeviceMemory (line 8377) | DeviceMemory( DeviceMemory && rhs ) VULKAN_HPP_NOEXCEPT method DeviceMemory (line 8385) | DeviceMemory & operator=( DeviceMemory const & ) = delete; method DeviceMemory (line 8387) | DeviceMemory & operator=( DeviceMemory && rhs ) VULKAN_HPP_NOEXCEPT method release (line 8422) | VULKAN_HPP_NAMESPACE::DeviceMemory release() method getDevice (line 8430) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 8441) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceMemo... class Fence (line 2807) | class Fence method Fence (line 8917) | Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const &... method Fence (line 8926) | Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const &... method Fence (line 8935) | Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const &... method Fence (line 8944) | Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const &... method Fence (line 8954) | Fence( std::nullptr_t ) {} method Fence (line 8961) | Fence() = delete; method Fence (line 8962) | Fence( Fence const & ) = delete; method Fence (line 8964) | Fence( Fence && rhs ) VULKAN_HPP_NOEXCEPT method Fence (line 8972) | Fence & operator=( Fence const & ) = delete; method Fence (line 8974) | Fence & operator=( Fence && rhs ) VULKAN_HPP_NOEXCEPT method release (line 9009) | VULKAN_HPP_NAMESPACE::Fence release() method getDevice (line 9017) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 9028) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence & rh... class Semaphore (line 2808) | class Semaphore method Semaphore (line 11778) | Semaphore( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device con... method Semaphore (line 11786) | Semaphore( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device con... method Semaphore (line 11796) | Semaphore( std::nullptr_t ) {} method Semaphore (line 11803) | Semaphore() = delete; method Semaphore (line 11804) | Semaphore( Semaphore const & ) = delete; method Semaphore (line 11806) | Semaphore( Semaphore && rhs ) VULKAN_HPP_NOEXCEPT method Semaphore (line 11814) | Semaphore & operator=( Semaphore const & ) = delete; method Semaphore (line 11816) | Semaphore & operator=( Semaphore && rhs ) VULKAN_HPP_NOEXCEPT method release (line 11851) | VULKAN_HPP_NAMESPACE::Semaphore release() method getDevice (line 11859) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 11870) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Semaphore ... class Event (line 2809) | class Event method Event (line 8784) | Event( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const &... method Event (line 8792) | Event( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const &... method Event (line 8802) | Event( std::nullptr_t ) {} method Event (line 8809) | Event() = delete; method Event (line 8810) | Event( Event const & ) = delete; method Event (line 8812) | Event( Event && rhs ) VULKAN_HPP_NOEXCEPT method Event (line 8820) | Event & operator=( Event const & ) = delete; method Event (line 8822) | Event & operator=( Event && rhs ) VULKAN_HPP_NOEXCEPT method release (line 8857) | VULKAN_HPP_NAMESPACE::Event release() method getDevice (line 8865) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 8876) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Event & rh... class QueryPool (line 2810) | class QueryPool method QueryPool (line 11081) | QueryPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device con... method QueryPool (line 11089) | QueryPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device con... method QueryPool (line 11099) | QueryPool( std::nullptr_t ) {} method QueryPool (line 11106) | QueryPool() = delete; method QueryPool (line 11107) | QueryPool( QueryPool const & ) = delete; method QueryPool (line 11109) | QueryPool( QueryPool && rhs ) VULKAN_HPP_NOEXCEPT method QueryPool (line 11117) | QueryPool & operator=( QueryPool const & ) = delete; method QueryPool (line 11119) | QueryPool & operator=( QueryPool && rhs ) VULKAN_HPP_NOEXCEPT method release (line 11154) | VULKAN_HPP_NAMESPACE::QueryPool release() method getDevice (line 11162) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 11173) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::QueryPool ... class Buffer (line 2811) | class Buffer method Buffer (line 5239) | Buffer( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const ... method Buffer (line 5247) | Buffer( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const ... method Buffer (line 5257) | Buffer( std::nullptr_t ) {} method Buffer (line 5264) | Buffer() = delete; method Buffer (line 5265) | Buffer( Buffer const & ) = delete; method Buffer (line 5267) | Buffer( Buffer && rhs ) VULKAN_HPP_NOEXCEPT method Buffer (line 5275) | Buffer & operator=( Buffer const & ) = delete; method Buffer (line 5277) | Buffer & operator=( Buffer && rhs ) VULKAN_HPP_NOEXCEPT method release (line 5312) | VULKAN_HPP_NAMESPACE::Buffer release() method getDevice (line 5320) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 5331) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Buffer & r... class BufferView (line 2812) | class BufferView method BufferView (line 5507) | BufferView( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device co... method BufferView (line 5515) | BufferView( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device co... method BufferView (line 5525) | BufferView( std::nullptr_t ) {} method BufferView (line 5532) | BufferView() = delete; method BufferView (line 5533) | BufferView( BufferView const & ) = delete; method BufferView (line 5535) | BufferView( BufferView && rhs ) VULKAN_HPP_NOEXCEPT method BufferView (line 5543) | BufferView & operator=( BufferView const & ) = delete; method BufferView (line 5545) | BufferView & operator=( BufferView && rhs ) VULKAN_HPP_NOEXCEPT method release (line 5580) | VULKAN_HPP_NAMESPACE::BufferView release() method getDevice (line 5588) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 5599) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::BufferView... class Image (line 2813) | class Image method Image (line 9194) | Image( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const &... method Image (line 9202) | Image( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const &... method Image (line 9212) | Image( std::nullptr_t ) {} method Image (line 9219) | Image() = delete; method Image (line 9220) | Image( Image const & ) = delete; method Image (line 9222) | Image( Image && rhs ) VULKAN_HPP_NOEXCEPT method Image (line 9230) | Image & operator=( Image const & ) = delete; method Image (line 9232) | Image & operator=( Image && rhs ) VULKAN_HPP_NOEXCEPT method release (line 9267) | VULKAN_HPP_NAMESPACE::Image release() method getDevice (line 9275) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 9286) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Image & rh... class ImageView (line 2814) | class ImageView method ImageView (line 9361) | ImageView( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device con... method ImageView (line 9369) | ImageView( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device con... method ImageView (line 9379) | ImageView( std::nullptr_t ) {} method ImageView (line 9386) | ImageView() = delete; method ImageView (line 9387) | ImageView( ImageView const & ) = delete; method ImageView (line 9389) | ImageView( ImageView && rhs ) VULKAN_HPP_NOEXCEPT method ImageView (line 9397) | ImageView & operator=( ImageView const & ) = delete; method ImageView (line 9399) | ImageView & operator=( ImageView && rhs ) VULKAN_HPP_NOEXCEPT method release (line 9434) | VULKAN_HPP_NAMESPACE::ImageView release() method getDevice (line 9442) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 9453) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ImageView ... class ShaderModule (line 2815) | class ShaderModule method ShaderModule (line 12080) | ShaderModule( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device ... method ShaderModule (line 12088) | ShaderModule( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device ... method ShaderModule (line 12098) | ShaderModule( std::nullptr_t ) {} method ShaderModule (line 12105) | ShaderModule() = delete; method ShaderModule (line 12106) | ShaderModule( ShaderModule const & ) = delete; method ShaderModule (line 12108) | ShaderModule( ShaderModule && rhs ) VULKAN_HPP_NOEXCEPT method ShaderModule (line 12116) | ShaderModule & operator=( ShaderModule const & ) = delete; method ShaderModule (line 12118) | ShaderModule & operator=( ShaderModule && rhs ) VULKAN_HPP_NOEXCEPT method release (line 12153) | VULKAN_HPP_NAMESPACE::ShaderModule release() method getDevice (line 12161) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 12172) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ShaderModu... class PipelineCache (line 2816) | class PipelineCache method PipelineCache (line 10246) | PipelineCache( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device... method PipelineCache (line 10254) | PipelineCache( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device... method PipelineCache (line 10264) | PipelineCache( std::nullptr_t ) {} method PipelineCache (line 10271) | PipelineCache() = delete; method PipelineCache (line 10272) | PipelineCache( PipelineCache const & ) = delete; method PipelineCache (line 10274) | PipelineCache( PipelineCache && rhs ) VULKAN_HPP_NOEXCEPT method PipelineCache (line 10282) | PipelineCache & operator=( PipelineCache const & ) = delete; method PipelineCache (line 10284) | PipelineCache & operator=( PipelineCache && rhs ) VULKAN_HPP_NOEXCEPT method release (line 10320) | VULKAN_HPP_NAMESPACE::PipelineCache release() method getDevice (line 10328) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 10339) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCa... class Pipeline (line 2817) | class Pipeline method Pipeline (line 10378) | Pipeline( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device cons... method Pipeline (line 10389) | Pipeline( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device cons... method Pipeline (line 10400) | Pipeline( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device cons... method Pipeline (line 10410) | Pipeline( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device cons... method Pipeline (line 10421) | Pipeline( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device cons... method Pipeline (line 10430) | Pipeline( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device cons... method Pipeline (line 10442) | Pipeline( std::nullptr_t ) {} method Pipeline (line 10449) | Pipeline() = delete; method Pipeline (line 10450) | Pipeline( Pipeline const & ) = delete; method Pipeline (line 10452) | Pipeline( Pipeline && rhs ) VULKAN_HPP_NOEXCEPT method Pipeline (line 10461) | Pipeline & operator=( Pipeline const & ) = delete; method Pipeline (line 10463) | Pipeline & operator=( Pipeline && rhs ) VULKAN_HPP_NOEXCEPT method release (line 10500) | VULKAN_HPP_NAMESPACE::Pipeline release() method getConstructorSuccessCode (line 10509) | VULKAN_HPP_NAMESPACE::Result getConstructorSuccessCode() const method getDevice (line 10514) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 10525) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Pipeline &... class PipelineLayout (line 2818) | class PipelineLayout method PipelineLayout (line 10829) | PipelineLayout( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Devic... method PipelineLayout (line 10837) | PipelineLayout( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Devic... method PipelineLayout (line 10847) | PipelineLayout( std::nullptr_t ) {} method PipelineLayout (line 10854) | PipelineLayout() = delete; method PipelineLayout (line 10855) | PipelineLayout( PipelineLayout const & ) = delete; method PipelineLayout (line 10857) | PipelineLayout( PipelineLayout && rhs ) VULKAN_HPP_NOEXCEPT method PipelineLayout (line 10865) | PipelineLayout & operator=( PipelineLayout const & ) = delete; method PipelineLayout (line 10867) | PipelineLayout & operator=( PipelineLayout && rhs ) VULKAN_HPP_NOEXCEPT method release (line 10903) | VULKAN_HPP_NAMESPACE::PipelineLayout release() method getDevice (line 10911) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 10922) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineLa... class Sampler (line 2819) | class Sampler method Sampler (line 11527) | Sampler( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const... method Sampler (line 11535) | Sampler( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const... method Sampler (line 11545) | Sampler( std::nullptr_t ) {} method Sampler (line 11552) | Sampler() = delete; method Sampler (line 11553) | Sampler( Sampler const & ) = delete; method Sampler (line 11555) | Sampler( Sampler && rhs ) VULKAN_HPP_NOEXCEPT method Sampler (line 11563) | Sampler & operator=( Sampler const & ) = delete; method Sampler (line 11565) | Sampler & operator=( Sampler && rhs ) VULKAN_HPP_NOEXCEPT method release (line 11600) | VULKAN_HPP_NAMESPACE::Sampler release() method getDevice (line 11608) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 11619) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Sampler & ... class DescriptorPool (line 2820) | class DescriptorPool method DescriptorPool (line 7808) | DescriptorPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Devic... method DescriptorPool (line 7816) | DescriptorPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Devic... method DescriptorPool (line 7826) | DescriptorPool( std::nullptr_t ) {} method DescriptorPool (line 7833) | DescriptorPool() = delete; method DescriptorPool (line 7834) | DescriptorPool( DescriptorPool const & ) = delete; method DescriptorPool (line 7836) | DescriptorPool( DescriptorPool && rhs ) VULKAN_HPP_NOEXCEPT method DescriptorPool (line 7844) | DescriptorPool & operator=( DescriptorPool const & ) = delete; method DescriptorPool (line 7846) | DescriptorPool & operator=( DescriptorPool && rhs ) VULKAN_HPP_NOEXCEPT method release (line 7882) | VULKAN_HPP_NAMESPACE::DescriptorPool release() method getDevice (line 7890) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 7901) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Descriptor... class DescriptorSet (line 2821) | class DescriptorSet method DescriptorSet (line 7937) | DescriptorSet( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device... method DescriptorSet (line 7942) | DescriptorSet( std::nullptr_t ) {} method DescriptorSet (line 7949) | DescriptorSet() = delete; method DescriptorSet (line 7950) | DescriptorSet( DescriptorSet const & ) = delete; method DescriptorSet (line 7952) | DescriptorSet( DescriptorSet && rhs ) VULKAN_HPP_NOEXCEPT method DescriptorSet (line 7960) | DescriptorSet & operator=( DescriptorSet const & ) = delete; method DescriptorSet (line 7962) | DescriptorSet & operator=( DescriptorSet && rhs ) VULKAN_HPP_NOEXCEPT method release (line 7999) | VULKAN_HPP_NAMESPACE::DescriptorSet release() method getDevice (line 8007) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 8018) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Descriptor... class DescriptorSetLayout (line 2822) | class DescriptorSetLayout method DescriptorSetLayout (line 8091) | DescriptorSetLayout( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::... method DescriptorSetLayout (line 8099) | DescriptorSetLayout( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::... method DescriptorSetLayout (line 8109) | DescriptorSetLayout( std::nullptr_t ) {} method DescriptorSetLayout (line 8116) | DescriptorSetLayout() = delete; method DescriptorSetLayout (line 8117) | DescriptorSetLayout( DescriptorSetLayout const & ) = delete; method DescriptorSetLayout (line 8119) | DescriptorSetLayout( DescriptorSetLayout && rhs ) VULKAN_HPP_NOEXCEPT method DescriptorSetLayout (line 8127) | DescriptorSetLayout & operator=( DescriptorSetLayout const & ) = delete; method DescriptorSetLayout (line 8129) | DescriptorSetLayout & operator=( DescriptorSetLayout && rhs ) VULKAN_H... method release (line 8165) | VULKAN_HPP_NAMESPACE::DescriptorSetLayout release() method getDevice (line 8173) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 8184) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Descriptor... class Framebuffer (line 2823) | class Framebuffer method Framebuffer (line 9065) | Framebuffer( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device c... method Framebuffer (line 9073) | Framebuffer( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device c... method Framebuffer (line 9083) | Framebuffer( std::nullptr_t ) {} method Framebuffer (line 9090) | Framebuffer() = delete; method Framebuffer (line 9091) | Framebuffer( Framebuffer const & ) = delete; method Framebuffer (line 9093) | Framebuffer( Framebuffer && rhs ) VULKAN_HPP_NOEXCEPT method Framebuffer (line 9101) | Framebuffer & operator=( Framebuffer const & ) = delete; method Framebuffer (line 9103) | Framebuffer & operator=( Framebuffer && rhs ) VULKAN_HPP_NOEXCEPT method release (line 9138) | VULKAN_HPP_NAMESPACE::Framebuffer release() method getDevice (line 9146) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 9157) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Framebuffe... class RenderPass (line 2824) | class RenderPass method RenderPass (line 11385) | RenderPass( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device co... method RenderPass (line 11394) | RenderPass( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device co... method RenderPass (line 11402) | RenderPass( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device co... method RenderPass (line 11412) | RenderPass( std::nullptr_t ) {} method RenderPass (line 11419) | RenderPass() = delete; method RenderPass (line 11420) | RenderPass( RenderPass const & ) = delete; method RenderPass (line 11422) | RenderPass( RenderPass && rhs ) VULKAN_HPP_NOEXCEPT method RenderPass (line 11430) | RenderPass & operator=( RenderPass const & ) = delete; method RenderPass (line 11432) | RenderPass & operator=( RenderPass && rhs ) VULKAN_HPP_NOEXCEPT method release (line 11467) | VULKAN_HPP_NAMESPACE::RenderPass release() method getDevice (line 11475) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 11486) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::RenderPass... class CommandPool (line 2825) | class CommandPool method CommandPool (line 5632) | CommandPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device c... method CommandPool (line 5640) | CommandPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device c... method CommandPool (line 5650) | CommandPool( std::nullptr_t ) {} method CommandPool (line 5657) | CommandPool() = delete; method CommandPool (line 5658) | CommandPool( CommandPool const & ) = delete; method CommandPool (line 5660) | CommandPool( CommandPool && rhs ) VULKAN_HPP_NOEXCEPT method CommandPool (line 5668) | CommandPool & operator=( CommandPool const & ) = delete; method CommandPool (line 5670) | CommandPool & operator=( CommandPool && rhs ) VULKAN_HPP_NOEXCEPT method release (line 5705) | VULKAN_HPP_NAMESPACE::CommandPool release() method getDevice (line 5713) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 5724) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandPoo... class CommandBuffer (line 2826) | class CommandBuffer method CommandBuffer (line 5768) | CommandBuffer( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device... method CommandBuffer (line 5773) | CommandBuffer( std::nullptr_t ) {} method CommandBuffer (line 5780) | CommandBuffer() = delete; method CommandBuffer (line 5781) | CommandBuffer( CommandBuffer const & ) = delete; method CommandBuffer (line 5783) | CommandBuffer( CommandBuffer && rhs ) VULKAN_HPP_NOEXCEPT method CommandBuffer (line 5791) | CommandBuffer & operator=( CommandBuffer const & ) = delete; method CommandBuffer (line 5793) | CommandBuffer & operator=( CommandBuffer && rhs ) VULKAN_HPP_NOEXCEPT method release (line 5828) | VULKAN_HPP_NAMESPACE::CommandBuffer release() method getDevice (line 5836) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 5847) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandBuf... class SamplerYcbcrConversion (line 2829) | class SamplerYcbcrConversion method SamplerYcbcrConversion (line 11652) | SamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPAC... method SamplerYcbcrConversion (line 11660) | SamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPAC... method SamplerYcbcrConversion (line 11670) | SamplerYcbcrConversion( std::nullptr_t ) {} method SamplerYcbcrConversion (line 11677) | SamplerYcbcrConversion() = delete; method SamplerYcbcrConversion (line 11678) | SamplerYcbcrConversion( SamplerYcbcrConversion const & ) = delete; method SamplerYcbcrConversion (line 11680) | SamplerYcbcrConversion( SamplerYcbcrConversion && rhs ) VULKAN_HPP_NOE... method SamplerYcbcrConversion (line 11688) | SamplerYcbcrConversion & operator=( SamplerYcbcrConversion const & ) =... method SamplerYcbcrConversion (line 11690) | SamplerYcbcrConversion & operator=( SamplerYcbcrConversion && rhs ) VU... method release (line 11726) | VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion release() method getDevice (line 11734) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 11745) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::SamplerYcb... class DescriptorUpdateTemplate (line 2830) | class DescriptorUpdateTemplate method DescriptorUpdateTemplate (line 8223) | DescriptorUpdateTemplate( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESP... method DescriptorUpdateTemplate (line 8231) | DescriptorUpdateTemplate( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESP... method DescriptorUpdateTemplate (line 8241) | DescriptorUpdateTemplate( std::nullptr_t ) {} method DescriptorUpdateTemplate (line 8248) | DescriptorUpdateTemplate() = delete; method DescriptorUpdateTemplate (line 8249) | DescriptorUpdateTemplate( DescriptorUpdateTemplate const & ) = delete; method DescriptorUpdateTemplate (line 8251) | DescriptorUpdateTemplate( DescriptorUpdateTemplate && rhs ) VULKAN_HPP... method DescriptorUpdateTemplate (line 8259) | DescriptorUpdateTemplate & operator=( DescriptorUpdateTemplate const &... method DescriptorUpdateTemplate (line 8261) | DescriptorUpdateTemplate & operator=( DescriptorUpdateTemplate && rhs ... method release (line 8297) | VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplate release() method getDevice (line 8305) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 8316) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Descriptor... class PrivateDataSlot (line 2833) | class PrivateDataSlot method PrivateDataSlot (line 10955) | PrivateDataSlot( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Devi... method PrivateDataSlot (line 10963) | PrivateDataSlot( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Devi... method PrivateDataSlot (line 10973) | PrivateDataSlot( std::nullptr_t ) {} method PrivateDataSlot (line 10980) | PrivateDataSlot() = delete; method PrivateDataSlot (line 10981) | PrivateDataSlot( PrivateDataSlot const & ) = delete; method PrivateDataSlot (line 10983) | PrivateDataSlot( PrivateDataSlot && rhs ) VULKAN_HPP_NOEXCEPT method PrivateDataSlot (line 10991) | PrivateDataSlot & operator=( PrivateDataSlot const & ) = delete; method PrivateDataSlot (line 10993) | PrivateDataSlot & operator=( PrivateDataSlot && rhs ) VULKAN_HPP_NOEXCEPT method release (line 11029) | VULKAN_HPP_NAMESPACE::PrivateDataSlot release() method getDevice (line 11037) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 11048) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PrivateDat... class SurfaceKHR (line 2836) | class SurfaceKHR method SurfaceKHR (line 12210) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12221) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12231) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12240) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12250) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12261) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12272) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12283) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12294) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12305) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12316) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12327) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12338) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12349) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12360) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12369) | SurfaceKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance ... method SurfaceKHR (line 12379) | SurfaceKHR( std::nullptr_t ) {} method SurfaceKHR (line 12386) | SurfaceKHR() = delete; method SurfaceKHR (line 12387) | SurfaceKHR( SurfaceKHR const & ) = delete; method SurfaceKHR (line 12389) | SurfaceKHR( SurfaceKHR && rhs ) VULKAN_HPP_NOEXCEPT method SurfaceKHR (line 12397) | SurfaceKHR & operator=( SurfaceKHR const & ) = delete; method SurfaceKHR (line 12399) | SurfaceKHR & operator=( SurfaceKHR && rhs ) VULKAN_HPP_NOEXCEPT method release (line 12434) | VULKAN_HPP_NAMESPACE::SurfaceKHR release() method getInstance (line 12442) | VULKAN_HPP_NAMESPACE::Instance getInstance() const method swap (line 12453) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::SurfaceKHR... class SwapchainKHR (line 2839) | class SwapchainKHR method SwapchainKHR (line 12486) | SwapchainKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device ... method SwapchainKHR (line 12494) | SwapchainKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device ... method SwapchainKHR (line 12504) | SwapchainKHR( std::nullptr_t ) {} method SwapchainKHR (line 12511) | SwapchainKHR() = delete; method SwapchainKHR (line 12512) | SwapchainKHR( SwapchainKHR const & ) = delete; method SwapchainKHR (line 12514) | SwapchainKHR( SwapchainKHR && rhs ) VULKAN_HPP_NOEXCEPT method SwapchainKHR (line 12522) | SwapchainKHR & operator=( SwapchainKHR const & ) = delete; method SwapchainKHR (line 12524) | SwapchainKHR & operator=( SwapchainKHR && rhs ) VULKAN_HPP_NOEXCEPT method release (line 12559) | VULKAN_HPP_NAMESPACE::SwapchainKHR release() method getDevice (line 12567) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 12578) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::SwapchainK... class DisplayKHR (line 2842) | class DisplayKHR method DisplayKHR (line 8494) | DisplayKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PhysicalD... method DisplayKHR (line 8502) | DisplayKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PhysicalD... method DisplayKHR (line 8511) | DisplayKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PhysicalD... method DisplayKHR (line 8518) | DisplayKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PhysicalD... method DisplayKHR (line 8523) | DisplayKHR( std::nullptr_t ) {} method DisplayKHR (line 8530) | DisplayKHR() = delete; method DisplayKHR (line 8531) | DisplayKHR( DisplayKHR const & ) = delete; method DisplayKHR (line 8533) | DisplayKHR( DisplayKHR && rhs ) VULKAN_HPP_NOEXCEPT method DisplayKHR (line 8540) | DisplayKHR & operator=( DisplayKHR const & ) = delete; method DisplayKHR (line 8542) | DisplayKHR & operator=( DisplayKHR && rhs ) VULKAN_HPP_NOEXCEPT method release (line 8574) | VULKAN_HPP_NAMESPACE::DisplayKHR release() method getPhysicalDevice (line 8581) | VULKAN_HPP_NAMESPACE::PhysicalDevice getPhysicalDevice() const method swap (line 8592) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DisplayKHR... class DisplayModeKHR (line 2843) | class DisplayModeKHR method DisplayModeKHR (line 8670) | DisplayModeKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Displ... method DisplayModeKHR (line 8678) | DisplayModeKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Displ... method DisplayModeKHR (line 8683) | DisplayModeKHR( std::nullptr_t ) {} method DisplayModeKHR (line 8690) | DisplayModeKHR() = delete; method DisplayModeKHR (line 8692) | DisplayModeKHR( DisplayModeKHR const & rhs ) : m_displayModeKHR( rhs.m... method DisplayModeKHR (line 8694) | DisplayModeKHR( DisplayModeKHR && rhs ) VULKAN_HPP_NOEXCEPT method DisplayModeKHR (line 8701) | DisplayModeKHR & operator=( DisplayModeKHR const & rhs ) method DisplayModeKHR (line 8708) | DisplayModeKHR & operator=( DisplayModeKHR && rhs ) VULKAN_HPP_NOEXCEPT method release (line 8736) | VULKAN_HPP_NAMESPACE::DisplayModeKHR release() method swap (line 8749) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DisplayMod... class DebugReportCallbackEXT (line 2846) | class DebugReportCallbackEXT method DebugReportCallbackEXT (line 7423) | DebugReportCallbackEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPAC... method DebugReportCallbackEXT (line 7431) | DebugReportCallbackEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPAC... method DebugReportCallbackEXT (line 7441) | DebugReportCallbackEXT( std::nullptr_t ) {} method DebugReportCallbackEXT (line 7448) | DebugReportCallbackEXT() = delete; method DebugReportCallbackEXT (line 7449) | DebugReportCallbackEXT( DebugReportCallbackEXT const & ) = delete; method DebugReportCallbackEXT (line 7451) | DebugReportCallbackEXT( DebugReportCallbackEXT && rhs ) VULKAN_HPP_NOE... method DebugReportCallbackEXT (line 7459) | DebugReportCallbackEXT & operator=( DebugReportCallbackEXT const & ) =... method DebugReportCallbackEXT (line 7461) | DebugReportCallbackEXT & operator=( DebugReportCallbackEXT && rhs ) VU... method release (line 7497) | VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT release() method getInstance (line 7505) | VULKAN_HPP_NAMESPACE::Instance getInstance() const method swap (line 7516) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DebugRepor... class VideoSessionKHR (line 2849) | class VideoSessionKHR method VideoSessionKHR (line 12819) | VideoSessionKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Devi... method VideoSessionKHR (line 12827) | VideoSessionKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Devi... method VideoSessionKHR (line 12837) | VideoSessionKHR( std::nullptr_t ) {} method VideoSessionKHR (line 12844) | VideoSessionKHR() = delete; method VideoSessionKHR (line 12845) | VideoSessionKHR( VideoSessionKHR const & ) = delete; method VideoSessionKHR (line 12847) | VideoSessionKHR( VideoSessionKHR && rhs ) VULKAN_HPP_NOEXCEPT method VideoSessionKHR (line 12855) | VideoSessionKHR & operator=( VideoSessionKHR const & ) = delete; method VideoSessionKHR (line 12857) | VideoSessionKHR & operator=( VideoSessionKHR && rhs ) VULKAN_HPP_NOEXCEPT method release (line 12893) | VULKAN_HPP_NAMESPACE::VideoSessionKHR release() method getDevice (line 12901) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 12912) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::VideoSessi... class VideoSessionParametersKHR (line 2850) | class VideoSessionParametersKHR method VideoSessionParametersKHR (line 12951) | VideoSessionParametersKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMES... method VideoSessionParametersKHR (line 12959) | VideoSessionParametersKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMES... method VideoSessionParametersKHR (line 12969) | VideoSessionParametersKHR( std::nullptr_t ) {} method VideoSessionParametersKHR (line 12976) | VideoSessionParametersKHR() = delete; method VideoSessionParametersKHR (line 12977) | VideoSessionParametersKHR( VideoSessionParametersKHR const & ) = delete; method VideoSessionParametersKHR (line 12979) | VideoSessionParametersKHR( VideoSessionParametersKHR && rhs ) VULKAN_H... method VideoSessionParametersKHR (line 12987) | VideoSessionParametersKHR & operator=( VideoSessionParametersKHR const... method VideoSessionParametersKHR (line 12989) | VideoSessionParametersKHR & operator=( VideoSessionParametersKHR && rh... method release (line 13025) | VULKAN_HPP_NAMESPACE::VideoSessionParametersKHR release() method getDevice (line 13033) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 13044) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::VideoSessi... class CuModuleNVX (line 2853) | class CuModuleNVX method CuModuleNVX (line 7038) | CuModuleNVX( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device c... method CuModuleNVX (line 7046) | CuModuleNVX( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device c... method CuModuleNVX (line 7056) | CuModuleNVX( std::nullptr_t ) {} method CuModuleNVX (line 7063) | CuModuleNVX() = delete; method CuModuleNVX (line 7064) | CuModuleNVX( CuModuleNVX const & ) = delete; method CuModuleNVX (line 7066) | CuModuleNVX( CuModuleNVX && rhs ) VULKAN_HPP_NOEXCEPT method CuModuleNVX (line 7074) | CuModuleNVX & operator=( CuModuleNVX const & ) = delete; method CuModuleNVX (line 7076) | CuModuleNVX & operator=( CuModuleNVX && rhs ) VULKAN_HPP_NOEXCEPT method release (line 7111) | VULKAN_HPP_NAMESPACE::CuModuleNVX release() method getDevice (line 7119) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 7130) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CuModuleNV... class CuFunctionNVX (line 2854) | class CuFunctionNVX method CuFunctionNVX (line 6913) | CuFunctionNVX( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device... method CuFunctionNVX (line 6921) | CuFunctionNVX( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device... method CuFunctionNVX (line 6931) | CuFunctionNVX( std::nullptr_t ) {} method CuFunctionNVX (line 6938) | CuFunctionNVX() = delete; method CuFunctionNVX (line 6939) | CuFunctionNVX( CuFunctionNVX const & ) = delete; method CuFunctionNVX (line 6941) | CuFunctionNVX( CuFunctionNVX && rhs ) VULKAN_HPP_NOEXCEPT method CuFunctionNVX (line 6949) | CuFunctionNVX & operator=( CuFunctionNVX const & ) = delete; method CuFunctionNVX (line 6951) | CuFunctionNVX & operator=( CuFunctionNVX && rhs ) VULKAN_HPP_NOEXCEPT method release (line 6986) | VULKAN_HPP_NAMESPACE::CuFunctionNVX release() method getDevice (line 6994) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 7005) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CuFunction... class DebugUtilsMessengerEXT (line 2857) | class DebugUtilsMessengerEXT method DebugUtilsMessengerEXT (line 7549) | DebugUtilsMessengerEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPAC... method DebugUtilsMessengerEXT (line 7557) | DebugUtilsMessengerEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPAC... method DebugUtilsMessengerEXT (line 7567) | DebugUtilsMessengerEXT( std::nullptr_t ) {} method DebugUtilsMessengerEXT (line 7574) | DebugUtilsMessengerEXT() = delete; method DebugUtilsMessengerEXT (line 7575) | DebugUtilsMessengerEXT( DebugUtilsMessengerEXT const & ) = delete; method DebugUtilsMessengerEXT (line 7577) | DebugUtilsMessengerEXT( DebugUtilsMessengerEXT && rhs ) VULKAN_HPP_NOE... method DebugUtilsMessengerEXT (line 7585) | DebugUtilsMessengerEXT & operator=( DebugUtilsMessengerEXT const & ) =... method DebugUtilsMessengerEXT (line 7587) | DebugUtilsMessengerEXT & operator=( DebugUtilsMessengerEXT && rhs ) VU... method release (line 7623) | VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT release() method getInstance (line 7631) | VULKAN_HPP_NAMESPACE::Instance getInstance() const method swap (line 7642) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DebugUtils... class AccelerationStructureKHR (line 2860) | class AccelerationStructureKHR method AccelerationStructureKHR (line 4979) | AccelerationStructureKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESP... method AccelerationStructureKHR (line 4987) | AccelerationStructureKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESP... method AccelerationStructureKHR (line 4997) | AccelerationStructureKHR( std::nullptr_t ) {} method AccelerationStructureKHR (line 5004) | AccelerationStructureKHR() = delete; method AccelerationStructureKHR (line 5005) | AccelerationStructureKHR( AccelerationStructureKHR const & ) = delete; method AccelerationStructureKHR (line 5007) | AccelerationStructureKHR( AccelerationStructureKHR && rhs ) VULKAN_HPP... method AccelerationStructureKHR (line 5015) | AccelerationStructureKHR & operator=( AccelerationStructureKHR const &... method AccelerationStructureKHR (line 5017) | AccelerationStructureKHR & operator=( AccelerationStructureKHR && rhs ... method release (line 5053) | VULKAN_HPP_NAMESPACE::AccelerationStructureKHR release() method getDevice (line 5061) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 5072) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Accelerati... class ValidationCacheEXT (line 2863) | class ValidationCacheEXT method ValidationCacheEXT (line 12687) | ValidationCacheEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::D... method ValidationCacheEXT (line 12695) | ValidationCacheEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::D... method ValidationCacheEXT (line 12705) | ValidationCacheEXT( std::nullptr_t ) {} method ValidationCacheEXT (line 12712) | ValidationCacheEXT() = delete; method ValidationCacheEXT (line 12713) | ValidationCacheEXT( ValidationCacheEXT const & ) = delete; method ValidationCacheEXT (line 12715) | ValidationCacheEXT( ValidationCacheEXT && rhs ) VULKAN_HPP_NOEXCEPT method ValidationCacheEXT (line 12723) | ValidationCacheEXT & operator=( ValidationCacheEXT const & ) = delete; method ValidationCacheEXT (line 12725) | ValidationCacheEXT & operator=( ValidationCacheEXT && rhs ) VULKAN_HPP... method release (line 12761) | VULKAN_HPP_NAMESPACE::ValidationCacheEXT release() method getDevice (line 12769) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 12780) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Validation... class AccelerationStructureNV (line 2866) | class AccelerationStructureNV method AccelerationStructureNV (line 5105) | AccelerationStructureNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPA... method AccelerationStructureNV (line 5113) | AccelerationStructureNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPA... method AccelerationStructureNV (line 5123) | AccelerationStructureNV( std::nullptr_t ) {} method AccelerationStructureNV (line 5130) | AccelerationStructureNV() = delete; method AccelerationStructureNV (line 5131) | AccelerationStructureNV( AccelerationStructureNV const & ) = delete; method AccelerationStructureNV (line 5133) | AccelerationStructureNV( AccelerationStructureNV && rhs ) VULKAN_HPP_N... method AccelerationStructureNV (line 5141) | AccelerationStructureNV & operator=( AccelerationStructureNV const & )... method AccelerationStructureNV (line 5143) | AccelerationStructureNV & operator=( AccelerationStructureNV && rhs ) ... method release (line 5179) | VULKAN_HPP_NAMESPACE::AccelerationStructureNV release() method getDevice (line 5187) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 5198) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Accelerati... class PerformanceConfigurationINTEL (line 2869) | class PerformanceConfigurationINTEL method PerformanceConfigurationINTEL (line 10133) | PerformanceConfigurationINTEL( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_N... method PerformanceConfigurationINTEL (line 10140) | PerformanceConfigurationINTEL( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_N... method PerformanceConfigurationINTEL (line 10145) | PerformanceConfigurationINTEL( std::nullptr_t ) {} method PerformanceConfigurationINTEL (line 10152) | PerformanceConfigurationINTEL() ... method PerformanceConfigurationINTEL (line 10153) | PerformanceConfigurationINTEL( PerformanceConfigurationINTEL const & )... method PerformanceConfigurationINTEL (line 10155) | PerformanceConfigurationINTEL( PerformanceConfigurationINTEL && rhs ) ... method PerformanceConfigurationINTEL (line 10162) | PerformanceConfigurationINTEL & operator=( PerformanceConfigurationINT... method PerformanceConfigurationINTEL (line 10164) | PerformanceConfigurationINTEL & operator=( PerformanceConfigurationINT... method release (line 10197) | VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL release() method getDevice (line 10204) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 10215) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Performanc... class DeferredOperationKHR (line 2872) | class DeferredOperationKHR method DeferredOperationKHR (line 7675) | DeferredOperationKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE:... method DeferredOperationKHR (line 7682) | DeferredOperationKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE:... method DeferredOperationKHR (line 7692) | DeferredOperationKHR( std::nullptr_t ) {} method DeferredOperationKHR (line 7699) | DeferredOperationKHR() = delete; method DeferredOperationKHR (line 7700) | DeferredOperationKHR( DeferredOperationKHR const & ) = delete; method DeferredOperationKHR (line 7702) | DeferredOperationKHR( DeferredOperationKHR && rhs ) VULKAN_HPP_NOEXCEPT method DeferredOperationKHR (line 7710) | DeferredOperationKHR & operator=( DeferredOperationKHR const & ) = del... method DeferredOperationKHR (line 7712) | DeferredOperationKHR & operator=( DeferredOperationKHR && rhs ) VULKAN... method release (line 7748) | VULKAN_HPP_NAMESPACE::DeferredOperationKHR release() method getDevice (line 7756) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 7767) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeferredOp... class IndirectCommandsLayoutNV (line 2875) | class IndirectCommandsLayoutNV method IndirectCommandsLayoutNV (line 9616) | IndirectCommandsLayoutNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESP... method IndirectCommandsLayoutNV (line 9624) | IndirectCommandsLayoutNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESP... method IndirectCommandsLayoutNV (line 9634) | IndirectCommandsLayoutNV( std::nullptr_t ) {} method IndirectCommandsLayoutNV (line 9641) | IndirectCommandsLayoutNV() = delete; method IndirectCommandsLayoutNV (line 9642) | IndirectCommandsLayoutNV( IndirectCommandsLayoutNV const & ) = delete; method IndirectCommandsLayoutNV (line 9644) | IndirectCommandsLayoutNV( IndirectCommandsLayoutNV && rhs ) VULKAN_HPP... method IndirectCommandsLayoutNV (line 9652) | IndirectCommandsLayoutNV & operator=( IndirectCommandsLayoutNV const &... method IndirectCommandsLayoutNV (line 9654) | IndirectCommandsLayoutNV & operator=( IndirectCommandsLayoutNV && rhs ... method release (line 9690) | VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV release() method getDevice (line 9698) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 9709) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::IndirectCo... class CudaModuleNV (line 2879) | class CudaModuleNV method CudaModuleNV (line 7292) | CudaModuleNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device ... method CudaModuleNV (line 7300) | CudaModuleNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device ... method CudaModuleNV (line 7310) | CudaModuleNV( std::nullptr_t ) {} method CudaModuleNV (line 7317) | CudaModuleNV() = delete; method CudaModuleNV (line 7318) | CudaModuleNV( CudaModuleNV const & ) = delete; method CudaModuleNV (line 7320) | CudaModuleNV( CudaModuleNV && rhs ) VULKAN_HPP_NOEXCEPT method CudaModuleNV (line 7328) | CudaModuleNV & operator=( CudaModuleNV const & ) = delete; method CudaModuleNV (line 7330) | CudaModuleNV & operator=( CudaModuleNV && rhs ) VULKAN_HPP_NOEXCEPT method release (line 7365) | VULKAN_HPP_NAMESPACE::CudaModuleNV release() method getDevice (line 7373) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 7384) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CudaModule... class CudaFunctionNV (line 2880) | class CudaFunctionNV method CudaFunctionNV (line 7164) | CudaFunctionNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Devic... method CudaFunctionNV (line 7172) | CudaFunctionNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Devic... method CudaFunctionNV (line 7182) | CudaFunctionNV( std::nullptr_t ) {} method CudaFunctionNV (line 7189) | CudaFunctionNV() = delete; method CudaFunctionNV (line 7190) | CudaFunctionNV( CudaFunctionNV const & ) = delete; method CudaFunctionNV (line 7192) | CudaFunctionNV( CudaFunctionNV && rhs ) VULKAN_HPP_NOEXCEPT method CudaFunctionNV (line 7200) | CudaFunctionNV & operator=( CudaFunctionNV const & ) = delete; method CudaFunctionNV (line 7202) | CudaFunctionNV & operator=( CudaFunctionNV && rhs ) VULKAN_HPP_NOEXCEPT method release (line 7237) | VULKAN_HPP_NAMESPACE::CudaFunctionNV release() method getDevice (line 7245) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 7256) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CudaFuncti... class BufferCollectionFUCHSIA (line 2885) | class BufferCollectionFUCHSIA method BufferCollectionFUCHSIA (line 5371) | BufferCollectionFUCHSIA( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPA... method BufferCollectionFUCHSIA (line 5379) | BufferCollectionFUCHSIA( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPA... method BufferCollectionFUCHSIA (line 5389) | BufferCollectionFUCHSIA( std::nullptr_t ) {} method BufferCollectionFUCHSIA (line 5396) | BufferCollectionFUCHSIA() = delete; method BufferCollectionFUCHSIA (line 5397) | BufferCollectionFUCHSIA( BufferCollectionFUCHSIA const & ) = delete; method BufferCollectionFUCHSIA (line 5399) | BufferCollectionFUCHSIA( BufferCollectionFUCHSIA && rhs ) VULKAN_HPP_N... method BufferCollectionFUCHSIA (line 5407) | BufferCollectionFUCHSIA & operator=( BufferCollectionFUCHSIA const & )... method BufferCollectionFUCHSIA (line 5409) | BufferCollectionFUCHSIA & operator=( BufferCollectionFUCHSIA && rhs ) ... method release (line 5445) | VULKAN_HPP_NAMESPACE::BufferCollectionFUCHSIA release() method getDevice (line 5453) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 5464) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::BufferColl... class MicromapEXT (line 2889) | class MicromapEXT method MicromapEXT (line 9876) | MicromapEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device c... method MicromapEXT (line 9884) | MicromapEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device c... method MicromapEXT (line 9894) | MicromapEXT( std::nullptr_t ) {} method MicromapEXT (line 9901) | MicromapEXT() = delete; method MicromapEXT (line 9902) | MicromapEXT( MicromapEXT const & ) = delete; method MicromapEXT (line 9904) | MicromapEXT( MicromapEXT && rhs ) VULKAN_HPP_NOEXCEPT method MicromapEXT (line 9912) | MicromapEXT & operator=( MicromapEXT const & ) = delete; method MicromapEXT (line 9914) | MicromapEXT & operator=( MicromapEXT && rhs ) VULKAN_HPP_NOEXCEPT method release (line 9949) | VULKAN_HPP_NAMESPACE::MicromapEXT release() method getDevice (line 9957) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 9968) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::MicromapEX... class OpticalFlowSessionNV (line 2892) | class OpticalFlowSessionNV method OpticalFlowSessionNV (line 10001) | OpticalFlowSessionNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE:... method OpticalFlowSessionNV (line 10009) | OpticalFlowSessionNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE:... method OpticalFlowSessionNV (line 10019) | OpticalFlowSessionNV( std::nullptr_t ) {} method OpticalFlowSessionNV (line 10026) | OpticalFlowSessionNV() = delete; method OpticalFlowSessionNV (line 10027) | OpticalFlowSessionNV( OpticalFlowSessionNV const & ) = delete; method OpticalFlowSessionNV (line 10029) | OpticalFlowSessionNV( OpticalFlowSessionNV && rhs ) VULKAN_HPP_NOEXCEPT method OpticalFlowSessionNV (line 10037) | OpticalFlowSessionNV & operator=( OpticalFlowSessionNV const & ) = del... method OpticalFlowSessionNV (line 10039) | OpticalFlowSessionNV & operator=( OpticalFlowSessionNV && rhs ) VULKAN... method release (line 10075) | VULKAN_HPP_NAMESPACE::OpticalFlowSessionNV release() method getDevice (line 10083) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 10094) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::OpticalFlo... class ShaderEXT (line 2895) | class ShaderEXT method ShaderEXT (line 11911) | ShaderEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device con... method ShaderEXT (line 11919) | ShaderEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device con... method ShaderEXT (line 11931) | ShaderEXT( std::nullptr_t ) {} method ShaderEXT (line 11938) | ShaderEXT() = delete; method ShaderEXT (line 11939) | ShaderEXT( ShaderEXT const & ) = delete; method ShaderEXT (line 11941) | ShaderEXT( ShaderEXT && rhs ) VULKAN_HPP_NOEXCEPT method ShaderEXT (line 11950) | ShaderEXT & operator=( ShaderEXT const & ) = delete; method ShaderEXT (line 11952) | ShaderEXT & operator=( ShaderEXT && rhs ) VULKAN_HPP_NOEXCEPT method release (line 11989) | VULKAN_HPP_NAMESPACE::ShaderEXT release() method getConstructorSuccessCode (line 11998) | VULKAN_HPP_NAMESPACE::Result getConstructorSuccessCode() const method getDevice (line 12003) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 12014) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ShaderEXT ... class PipelineBinaryKHR (line 2898) | class PipelineBinaryKHR method PipelineBinaryKHR (line 10671) | PipelineBinaryKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::De... method PipelineBinaryKHR (line 10683) | PipelineBinaryKHR( std::nullptr_t ) {} method PipelineBinaryKHR (line 10690) | PipelineBinaryKHR() = delete; method PipelineBinaryKHR (line 10691) | PipelineBinaryKHR( PipelineBinaryKHR const & ) = delete; method PipelineBinaryKHR (line 10693) | PipelineBinaryKHR( PipelineBinaryKHR && rhs ) VULKAN_HPP_NOEXCEPT method PipelineBinaryKHR (line 10702) | PipelineBinaryKHR & operator=( PipelineBinaryKHR const & ) = delete; method PipelineBinaryKHR (line 10704) | PipelineBinaryKHR & operator=( PipelineBinaryKHR && rhs ) VULKAN_HPP_N... method release (line 10742) | VULKAN_HPP_NAMESPACE::PipelineBinaryKHR release() method getConstructorSuccessCode (line 10751) | VULKAN_HPP_NAMESPACE::Result getConstructorSuccessCode() const method getDevice (line 10756) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 10767) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineBi... class IndirectCommandsLayoutEXT (line 2901) | class IndirectCommandsLayoutEXT method IndirectCommandsLayoutEXT (line 9490) | IndirectCommandsLayoutEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMES... method IndirectCommandsLayoutEXT (line 9498) | IndirectCommandsLayoutEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMES... method IndirectCommandsLayoutEXT (line 9508) | IndirectCommandsLayoutEXT( std::nullptr_t ) {} method IndirectCommandsLayoutEXT (line 9515) | IndirectCommandsLayoutEXT() = delete; method IndirectCommandsLayoutEXT (line 9516) | IndirectCommandsLayoutEXT( IndirectCommandsLayoutEXT const & ) = delete; method IndirectCommandsLayoutEXT (line 9518) | IndirectCommandsLayoutEXT( IndirectCommandsLayoutEXT && rhs ) VULKAN_H... method IndirectCommandsLayoutEXT (line 9526) | IndirectCommandsLayoutEXT & operator=( IndirectCommandsLayoutEXT const... method IndirectCommandsLayoutEXT (line 9528) | IndirectCommandsLayoutEXT & operator=( IndirectCommandsLayoutEXT && rh... method release (line 9564) | VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutEXT release() method getDevice (line 9572) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 9583) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::IndirectCo... class IndirectExecutionSetEXT (line 2902) | class IndirectExecutionSetEXT method IndirectExecutionSetEXT (line 9742) | IndirectExecutionSetEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPA... method IndirectExecutionSetEXT (line 9750) | IndirectExecutionSetEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPA... method IndirectExecutionSetEXT (line 9760) | IndirectExecutionSetEXT( std::nullptr_t ) {} method IndirectExecutionSetEXT (line 9767) | IndirectExecutionSetEXT() = delete; method IndirectExecutionSetEXT (line 9768) | IndirectExecutionSetEXT( IndirectExecutionSetEXT const & ) = delete; method IndirectExecutionSetEXT (line 9770) | IndirectExecutionSetEXT( IndirectExecutionSetEXT && rhs ) VULKAN_HPP_N... method IndirectExecutionSetEXT (line 9778) | IndirectExecutionSetEXT & operator=( IndirectExecutionSetEXT const & )... method IndirectExecutionSetEXT (line 9780) | IndirectExecutionSetEXT & operator=( IndirectExecutionSetEXT && rhs ) ... method release (line 9816) | VULKAN_HPP_NAMESPACE::IndirectExecutionSetEXT release() method getDevice (line 9824) | VULKAN_HPP_NAMESPACE::Device getDevice() const method swap (line 9835) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::IndirectEx... type isVulkanRAIIHandleType (line 2909) | struct isVulkanRAIIHandleType function Context (line 2922) | Context( PFN_vkGetInstanceProcAddr getInstanceProcAddr ) function Context (line 2930) | Context( Context const & ) = delete; function m_dispatcher (line 2934) | m_dispatcher( rhs.m_dispatcher.release() ) function Context (line 2940) | Context & operator=( Context const & ) = delete; function Context (line 2942) | Context & operator=( Context && rhs ) VULKAN_HPP_NOEXCEPT function swap (line 2960) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Context & rhs ) class Instance (line 2992) | class Instance method Instance (line 3004) | Instance( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Context con... method Instance (line 3012) | Instance( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Context con... method Instance (line 3021) | Instance( std::nullptr_t ) {} method Instance (line 3028) | Instance() = delete; method Instance (line 3029) | Instance( Instance const & ) = delete; method Instance (line 3031) | Instance( Instance && rhs ) VULKAN_HPP_NOEXCEPT method Instance (line 3038) | Instance & operator=( Instance const & ) = delete; method Instance (line 3040) | Instance & operator=( Instance && rhs ) VULKAN_HPP_NOEXCEPT method release (line 3072) | VULKAN_HPP_NAMESPACE::Instance release() method swap (line 3085) | void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance &... type isVulkanRAIIHandleType (line 3289) | struct isVulkanRAIIHandleType (line 3744) | struct isVulkanRAIIHandleType (line 4962) | struct isVulkanRAIIHandleType (line 5088) | struct isVulkanRAIIHandleType (line 5222) | struct isVulkanRAIIHandleType (line 5353) | struct isVulkanRAIIHandleType (line 5488) | struct isVulkanRAIIHandleType (line 5615) | struct isVulkanRAIIHandleType (line 5752) | struct isVulkanRAIIHandleType (line 6870) | struct isVulkanRAIIHandleType (line 7021) | struct isVulkanRAIIHandleType (line 7146) | struct isVulkanRAIIHandleType (line 7272) | struct isVulkanRAIIHandleType (line 7404) | struct isVulkanRAIIHandleType (line 7532) | struct isVulkanRAIIHandleType (line 7658) | struct isVulkanRAIIHandleType (line 7791) | struct isVulkanRAIIHandleType (line 7921) | struct isVulkanRAIIHandleType (line 8048) | struct isVulkanRAIIHandleType (line 8206) | struct isVulkanRAIIHandleType (line 8332) | struct isVulkanRAIIHandleType (line 8477) | struct isVulkanRAIIHandleType (line 8628) | struct isVulkanRAIIHandleType (line 8767) | struct isVulkanRAIIHandleType (line 8900) | struct isVulkanRAIIHandleType (line 9048) | struct isVulkanRAIIHandleType (line 9177) | struct isVulkanRAIIHandleType (line 9344) | struct isVulkanRAIIHandleType (line 9473) | struct isVulkanRAIIHandleType (line 9599) | struct isVulkanRAIIHandleType (line 9725) | struct isVulkanRAIIHandleType (line 9859) | struct isVulkanRAIIHandleType (line 9984) | struct isVulkanRAIIHandleType (line 10116) | struct isVulkanRAIIHandleType (line 10229) | struct isVulkanRAIIHandleType (line 10361) | struct isVulkanRAIIHandleType (line 10584) | struct isVulkanRAIIHandleType (line 10785) | struct isVulkanRAIIHandleType (line 10938) | struct isVulkanRAIIHandleType (line 11064) | struct isVulkanRAIIHandleType (line 11214) | struct isVulkanRAIIHandleType (line 11368) | struct isVulkanRAIIHandleType (line 11510) | struct isVulkanRAIIHandleType (line 11635) | struct isVulkanRAIIHandleType (line 11761) | struct isVulkanRAIIHandleType (line 11894) | struct isVulkanRAIIHandleType (line 12036) | struct isVulkanRAIIHandleType (line 12192) | struct isVulkanRAIIHandleType (line 12469) | struct isVulkanRAIIHandleType (line 12643) | struct isVulkanRAIIHandleType (line 12802) | struct isVulkanRAIIHandleType (line 12934) | struct isVulkanRAIIHandleType (line 13064) | struct isVulkanRAIIHandleType Physi... function VULKAN_HPP_NODISCARD (line 15356) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function if (line 15389) | if ( propertyCount < properties.size() ) function if (line 15427) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 15452) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function VULKAN_HPP_INLINE (line 15466) | VULKAN_HPP_INLINE void DescriptorSet::updateWithTemplate( VULKAN_HPP_NAM... function VULKAN_HPP_NODISCARD (line 15536) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function if (line 15603) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function do (line 15731) | do function if (line 15744) | if ( toolCount < toolProperties.size() ) function if (line 15763) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function VULKAN_HPP_NODISCARD (line 16104) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function VULKAN_HPP_NODISCARD (line 16134) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function if (line 16166) | if ( sparseMemoryRequirementCount < sparseMemoryRequirements.size() ) function VULKAN_HPP_NODISCARD (line 16247) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function VULKAN_HPP_NODISCARD (line 16279) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function VULKAN_HPP_INLINE (line 16313) | VULKAN_HPP_INLINE void CommandBuffer::pushDescriptorSetWithTemplate( VUL... function do (line 16466) | do function if (line 16482) | if ( surfaceFormatCount < surfaceFormats.size() ) function do (line 16498) | do function if (line 16514) | if ( presentModeCount < presentModes.size() ) function if (line 16535) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function do (line 16554) | do function if (line 16570) | if ( swapchainImageCount < swapchainImages.size() ) function do (line 16648) | do function if (line 16664) | if ( rectCount < rects.size() ) function do (line 16699) | do function if (line 16712) | if ( propertyCount < properties.size() ) function do (line 16727) | do function if (line 16740) | if ( propertyCount < properties.size() ) function do (line 16790) | do function if (line 16806) | if ( propertyCount < properties.size() ) function if (line 16825) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 16865) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 16891) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function for (line 16902) | for ( auto & swapchain : swapchains ) function if (line 16922) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 16949) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 16989) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 17029) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 17069) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 17097) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 17135) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function VULKAN_HPP_NODISCARD (line 17230) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function do (line 17256) | do function if (line 17275) | if ( videoFormatPropertyCount < videoFormatProperties.size() ) function VULKAN_HPP_NODISCARD (line 17283) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector function if (line 17340) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function do (line 17360) | do function if (line 17376) | if ( memoryRequirementsCount < memoryRequirements.size() ) function if (line 17408) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 17593) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 17617) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function do (line 17723) | do function if (line 17744) | if ( infoSize < info.size() ) function if (line 17783) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function VULKAN_HPP_NODISCARD (line 17855) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function VULKAN_HPP_NODISCARD (line 17881) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function VULKAN_HPP_NODISCARD (line 17908) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function VULKAN_HPP_NODISCARD (line 17939) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function if (line 17970) | if ( queueFamilyPropertyCount < queueFamilyProperties.size() ) function VULKAN_HPP_NODISCARD (line 17978) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector Physi... function VULKAN_HPP_NODISCARD (line 18023) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function if (line 18057) | if ( propertyCount < properties.size() ) function if (line 18117) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function do (line 18150) | do function if (line 18165) | if ( physicalDeviceGroupCount < physicalDeviceGroupProperties.size() ) function VULKAN_HPP_INLINE (line 18341) | VULKAN_HPP_INLINE void CommandBuffer::pushDescriptorSetWithTemplateKHR( ... function if (line 18391) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function VULKAN_HPP_INLINE (line 18418) | VULKAN_HPP_INLINE void DescriptorSet::updateWithTemplateKHR( VULKAN_HPP_... function if (line 18463) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 18518) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 18544) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function do (line 18592) | do function if (line 18608) | if ( presentationTimingCount < presentationTimings.size() ) function if (line 18681) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function do (line 18816) | do function if (line 18834) | if ( counterCount < counters.size() ) function VULKAN_HPP_NODISCARD (line 18892) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function do (line 18918) | do function if (line 18937) | if ( surfaceFormatCount < surfaceFormats.size() ) function VULKAN_HPP_NODISCARD (line 18945) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector function do (line 19000) | do function if (line 19013) | if ( propertyCount < properties.size() ) function do (line 19028) | do function if (line 19041) | if ( propertyCount < properties.size() ) function do (line 19056) | do function if (line 19072) | if ( propertyCount < properties.size() ) function VULKAN_HPP_NODISCARD (line 19080) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector Displ... function if (line 19152) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 19180) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 19269) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function VULKAN_HPP_NODISCARD (line 19313) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... type AHardwareBuffer (line 19329) | struct AHardwareBuffer type AHardwareBuffer (line 19335) | struct AHardwareBuffer function if (line 19395) | if ( ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) && ( result !=... function VULKAN_HPP_NODISCARD (line 19531) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function VULKAN_HPP_NODISCARD (line 19561) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function if (line 19593) | if ( sparseMemoryRequirementCount < sparseMemoryRequirements.size() ) function if (line 19614) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function VULKAN_HPP_NODISCARD (line 19777) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector Device::wri... function VULKAN_HPP_NODISCARD (line 19802) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE DataType Device::writeAcceleratio... function VULKAN_HPP_RAII_CREATE_NOEXCEPT (line 19987) | const VULKAN_HPP_RAII_CREATE_NOEXCEPT function VULKAN_HPP_NODISCARD (line 20012) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector function VULKAN_HPP_NODISCARD (line 20033) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE DataType Pipeline::getRayTracingS... function VULKAN_HPP_NODISCARD (line 20052) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector function VULKAN_HPP_NODISCARD (line 20073) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE DataType Pipeline::getRayTracingC... function if (line 20141) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 20218) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function do (line 20250) | do function if (line 20263) | if ( dataSize < data.size() ) function if (line 20320) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function VULKAN_HPP_NODISCARD (line 20348) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function if (line 20490) | if ( ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) && ( result !=... function VULKAN_HPP_NODISCARD (line 20503) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector function VULKAN_HPP_NODISCARD (line 20524) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE DataType Pipeline::getRayTracingS... function VULKAN_HPP_NODISCARD (line 20543) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector Acceleratio... function VULKAN_HPP_NODISCARD (line 20560) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE DataType AccelerationStructureNV:... function VULKAN_HPP_NODISCARD (line 20618) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function do (line 20734) | do function if (line 20747) | if ( timeDomainCount < timeDomains.size() ) function VULKAN_HPP_INLINE (line 20857) | VULKAN_HPP_INLINE void CommandBuffer::setCheckpointNV( CheckpointMarkerT... function if (line 20877) | if ( checkpointDataCount < checkpointData.size() ) function if (line 20897) | if ( checkpointDataCount < checkpointData.size() ) function if (line 21000) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 21061) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 21089) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function do (line 21113) | do function if (line 21128) | if ( fragmentShadingRateCount < fragmentShadingRates.size() ) function do (line 21194) | do function if (line 21207) | if ( toolCount < toolProperties.size() ) function do (line 21241) | do function if (line 21254) | if ( propertyCount < properties.size() ) function do (line 21272) | do function if (line 21287) | if ( combinationCount < combinations.size() ) function do (line 21306) | do function if (line 21325) | if ( presentModeCount < presentModes.size() ) function if (line 21383) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 21605) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function do (line 21665) | do function if (line 21681) | if ( executableCount < properties.size() ) function do (line 21697) | do function if (line 21713) | if ( statisticCount < statistics.size() ) function do (line 21729) | do function if (line 21748) | if ( internalRepresentationCount < internalRepresentations.size() ) function VULKAN_HPP_NODISCARD (line 21812) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function VULKAN_HPP_NODISCARD (line 21880) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function if (line 21942) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 21982) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 22008) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function VULKAN_HPP_NODISCARD (line 22076) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function do (line 22105) | do function VULKAN_HPP_NODISCARD (line 22130) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::pair function VULKAN_HPP_NODISCARD (line 23207) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE DataType function VULKAN_HPP_NODISCARD (line 23343) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function VULKAN_HPP_NODISCARD (line 23373) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function if (line 23405) | if ( sparseMemoryRequirementCount < sparseMemoryRequirements.size() ) function VULKAN_HPP_NODISCARD (line 23512) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function do (line 23893) | do function if (line 23912) | if ( formatCount < imageFormatProperties.size() ) function if (line 23931) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function VULKAN_HPP_NODISCARD (line 24014) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function VULKAN_HPP_NODISCARD (line 24046) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function if (line 24086) | if ( ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) && ( result !=... function for (line 24097) | for ( auto & shader : shaders ) function if (line 24116) | if ( ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) && ( result !=... function do (line 24135) | do function if (line 24148) | if ( dataSize < data.size() ) function if (line 24278) | if ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) function do (line 24316) | do function if (line 24332) | if ( propertiesCount < properties.size() ) function do (line 24364) | do function if (line 24377) | if ( propertyCount < properties.size() ) function do (line 24471) | do function if (line 24484) | if ( propertyCount < properties.size() ) function VULKAN_HPP_NODISCARD (line 24520) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function do (line 24557) | do function if (line 24570) | if ( timeDomainCount < timeDomains.size() ) function VULKAN_HPP_NODISCARD (line 24745) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::StructureCh... function if (line 24795) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function if (line 24820) | if ( result != VULKAN_HPP_NAMESPACE::Result::eSuccess ) function do (line 24868) | do function if (line 24883) | if ( propertyCount < properties.size() ) function VULKAN_HPP_NODISCARD (line 24907) | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::MemoryMetal... function filterCppTypes (line 24930) | std::vector filterCppTypes( std::vector filterCppTypes( std::vector::DestructorType() )> (line 34) | struct HasDestructorType::value>::type> (line 45) | struct GetDestructorType::deleter::PoolTypeExport() )> (line 64) | struct HasPoolType::value>::type> (line 75) | struct GetPoolType parent, Deleter deleter =... type SharedHeader (line 99) | struct SharedHeader method SharedHeader (line 101) | SharedHeader( Deleter deleter = Deleter() ) VULKAN_HPP_NOEXCEPT : de... class ReferenceCounter (line 109) | class ReferenceCounter method ReferenceCounter (line 113) | ReferenceCounter( Args &&... control_args ) : m_header( std::forward... method ReferenceCounter (line 117) | ReferenceCounter( const ReferenceCounter & ) = delete; method ReferenceCounter (line 118) | ReferenceCounter & operator=( const ReferenceCounter & ) = delete; class SharedHandleBase (line 141) | class SharedHandleBase method SharedHandleBase (line 144) | SharedHandleBase() = default; method SharedHandleBase (line 147) | SharedHandleBase( HandleType handle, Args &&... control_args ) method SharedHandleBase (line 152) | SharedHandleBase( const SharedHandleBase & o ) VULKAN_HPP_NOEXCEPT method SharedHandleBase (line 159) | SharedHandleBase( SharedHandleBase && o ) VULKAN_HPP_NOEXCEPT method SharedHandleBase (line 167) | SharedHandleBase & operator=( const SharedHandleBase & o ) VULKAN_HP... method SharedHandleBase (line 173) | SharedHandleBase & operator=( SharedHandleBase && o ) VULKAN_HPP_NOE... method HandleType (line 195) | HandleType get() const VULKAN_HPP_NOEXCEPT method HandleType (line 200) | HandleType operator*() const VULKAN_HPP_NOEXCEPT method HandleType (line 217) | const HandleType * operator->() const VULKAN_HPP_NOEXCEPT method HandleType (line 222) | HandleType * operator->() VULKAN_HPP_NOEXCEPT method swap (line 232) | void swap( SharedHandleBase & o ) VULKAN_HPP_NOEXCEPT method getDestructorType (line 239) | typename std::enable_if::value, const SharedHandle<... method internalDestroy (line 246) | static typename std::enable_if::value, void>::type... method internalDestroy (line 252) | static typename std::enable_if::value, void>::type ... method HeaderType (line 257) | const HeaderType & getHeader() const VULKAN_HPP_NOEXCEPT class SharedHandle (line 275) | class SharedHandle : public SharedHandleBase pool, const Dispatcher & di... method destroy (line 448) | void destroy( DestructorType parent, HandleType handle ) const VUL... class SharedHandleTraits (line 472) | class SharedHandleTraits class SharedHandleTraits (line 482) | class SharedHandleTraits class SharedHandleTraits (line 492) | class SharedHandleTraits class SharedHandleTraits (line 502) | class SharedHandleTraits class SharedHandleTraits (line 512) | class SharedHandleTraits class SharedHandleTraits (line 522) | class SharedHandleTraits class SharedHandleTraits (line 532) | class SharedHandleTraits class SharedHandleTraits (line 542) | class SharedHandleTraits class SharedHandleTraits (line 552) | class SharedHandleTraits class SharedHandleTraits (line 562) | class SharedHandleTraits class SharedHandleTraits (line 572) | class SharedHandleTraits class SharedHandleTraits (line 582) | class SharedHandleTraits class SharedHandleTraits (line 592) | class SharedHandleTraits class SharedHandleTraits (line 602) | class SharedHandleTraits class SharedHandleTraits (line 612) | class SharedHandleTraits class SharedHandleTraits (line 622) | class SharedHandleTraits class SharedHandleTraits (line 632) | class SharedHandleTraits class SharedHandleTraits (line 642) | class SharedHandleTraits class SharedHandleTraits (line 652) | class SharedHandleTraits class SharedHandleTraits (line 662) | class SharedHandleTraits class SharedHandleTraits (line 672) | class SharedHandleTraits class SharedHandleTraits (line 682) | class SharedHandleTraits class SharedHandleTraits (line 692) | class SharedHandleTraits class SharedHandleTraits (line 703) | class SharedHandleTraits class SharedHandleTraits (line 714) | class SharedHandleTraits class SharedHandleTraits (line 726) | class SharedHandleTraits class SharedHandleTraits (line 738) | class SharedHandleTraits class SharedHandleTraits (line 749) | class SharedHandleTraits class SharedHandleTraits (line 760) | class SharedHandleTraits class SharedHandleTraits (line 771) | class SharedHandleTraits class SharedHandleTraits (line 782) | class SharedHandleTraits class SharedHandleTraits (line 792) | class SharedHandleTraits class SharedHandleTraits (line 803) | class SharedHandleTraits class SharedHandleTraits (line 813) | class SharedHandleTraits class SharedHandleTraits (line 824) | class SharedHandleTraits class SharedHandleTraits (line 835) | class SharedHandleTraits class SharedHandleTraits (line 846) | class SharedHandleTraits class SharedHandleTraits (line 857) | class SharedHandleTraits class SharedHandleTraits (line 868) | class SharedHandleTraits class SharedHandleTraits (line 879) | class SharedHandleTraits class SharedHandleTraits (line 890) | class SharedHandleTraits class SharedHandleTraits (line 902) | class SharedHandleTraits class SharedHandleTraits (line 912) | class SharedHandleTraits class SharedHandleTraits (line 925) | class SharedHandleTraits class SharedHandleTraits (line 937) | class SharedHandleTraits class SharedHandleTraits (line 948) | class SharedHandleTraits class SharedHandleTraits (line 959) | class SharedHandleTraits class SharedHandleTraits (line 970) | class SharedHandleTraits class SharedHandleTraits (line 981) | class SharedHandleTraits class SharedHandleTraits (line 991) | class SharedHandleTraits type SwapchainOwns (line 1000) | enum class SwapchainOwns type ImageHeader (line 1006) | struct ImageHeader : SharedHeader (line 1022) | class SharedHandle : public SharedHandleB... method SharedHandle (line 1029) | SharedHandle() = default; method SharedHandle (line 1031) | explicit SharedHandle( VULKAN_HPP_NAMESPACE::Image ... method internalDestroy (line 1040) | static void internalDestroy( const ImageHeader & control, VULKAN_HPP... type SwapchainHeader (line 1049) | struct SwapchainHeader method SwapchainHeader (line 1051) | SwapchainHeader( SharedHandle ... class SharedHandle (line 1067) | class SharedHandle : public Shared... method SharedHandle (line 1074) | SharedHandle() = default; method SharedHandle (line 1076) | explicit SharedHandle( VULKAN_HPP_NAMESPACE::SwapchainKHR ... class SharedHandleBaseNoDestroy (line 1095) | class SharedHandleBaseNoDestroy : public SharedHandleBase (line 1112) | class SharedHandle : public SharedHandleBaseNoDestroy<... method SharedHandle (line 1117) | SharedHandle() = default; method SharedHandle (line 1119) | explicit SharedHandle( PhysicalDevice handle, SharedInstance parent ... class SharedHandle (line 1128) | class SharedHandle : public SharedHandleBaseNoDestroy (line 1143) | class SharedHandle : public SharedHandleBaseNoDestroy<... method SharedHandle (line 1148) | SharedHandle() = default; method SharedHandle (line 1150) | explicit SharedHandle( DisplayModeKHR handle, SharedDisplayKHR paren... FILE: src/libraries/vulkanheaders/vulkan_structs.hpp function AabbPositionsKHR (line 41) | AabbPositionsKHR( VkAabbPositionsKHR const & rhs ) VULKAN_HPP_NOEXCEPT :... function AabbPositionsKHR (line 43) | AabbPositionsKHR & operator=( AabbPositionsKHR const & rhs ) VULKAN_HPP_... function AabbPositionsKHR (line 46) | AabbPositionsKHR & operator=( VkAabbPositionsKHR const & rhs ) VULKAN_HP... function VULKAN_HPP_CONSTEXPR_14 (line 146) | VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstKHR( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_CONSTEXPR_14 (line 148) | VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstKHR( const void * hostAd... function AccelerationStructureGeometryTrianglesDataKHR (line 215) | AccelerationStructureGeometryTrianglesDataKHR( VkAccelerationStructureGe... function AccelerationStructureGeometryTrianglesDataKHR (line 220) | AccelerationStructureGeometryTrianglesDataKHR & operator=( AccelerationS... function AccelerationStructureGeometryTrianglesDataKHR (line 223) | AccelerationStructureGeometryTrianglesDataKHR & operator=( VkAcceleratio... type CppType (line 326) | struct CppType (line 418) | struct CppType (line 512) | struct CppType (line 677) | struct CppType (line 946) | struct CppType (line 1146) | struct CppType (line 1260) | struct CppType (line 1412) | struct CppType (line 1625) | struct CppType function VULKAN_HPP_CONSTEXPR (line 1638) | VULKAN_HPP_CONSTEXPR GeometryAABBNV( VULKAN_HPP_NAMESPACE::Buffer aa... function VULKAN_HPP_CONSTEXPR (line 1651) | VULKAN_HPP_CONSTEXPR GeometryAABBNV( GeometryAABBNV const & rhs ) VULKAN... function GeometryAABBNV (line 1653) | GeometryAABBNV( VkGeometryAABBNV const & rhs ) VULKAN_HPP_NOEXCEPT : Geo... function GeometryAABBNV (line 1655) | GeometryAABBNV & operator=( GeometryAABBNV const & rhs ) VULKAN_HPP_NOEX... function GeometryAABBNV (line 1658) | GeometryAABBNV & operator=( VkGeometryAABBNV const & rhs ) VULKAN_HPP_NO... type CppType (line 1752) | struct CppType function VULKAN_HPP_CONSTEXPR (line 1762) | VULKAN_HPP_CONSTEXPR GeometryDataNV( VULKAN_HPP_NAMESPACE::GeometryTrian... function VULKAN_HPP_CONSTEXPR (line 1769) | VULKAN_HPP_CONSTEXPR GeometryDataNV( GeometryDataNV const & rhs ) VULKAN... function GeometryDataNV (line 1771) | GeometryDataNV( VkGeometryDataNV const & rhs ) VULKAN_HPP_NOEXCEPT : Geo... function GeometryDataNV (line 1773) | GeometryDataNV & operator=( GeometryDataNV const & rhs ) VULKAN_HPP_NOEX... function GeometryDataNV (line 1776) | GeometryDataNV & operator=( VkGeometryDataNV const & rhs ) VULKAN_HPP_NO... function VULKAN_HPP_CONSTEXPR (line 1849) | VULKAN_HPP_CONSTEXPR GeometryNV( VULKAN_HPP_NAMESPACE::GeometryTypeKHR ... function VULKAN_HPP_CONSTEXPR (line 1860) | VULKAN_HPP_CONSTEXPR GeometryNV( GeometryNV const & rhs ) VULKAN_HPP_NOE... function GeometryNV (line 1862) | GeometryNV( VkGeometryNV const & rhs ) VULKAN_HPP_NOEXCEPT : GeometryNV(... function GeometryNV (line 1864) | GeometryNV & operator=( GeometryNV const & rhs ) VULKAN_HPP_NOEXCEPT = d... function GeometryNV (line 1867) | GeometryNV & operator=( VkGeometryNV const & rhs ) VULKAN_HPP_NOEXCEPT type CppType (line 1952) | struct CppType function AccelerationStructureInfoNV (line 1982) | AccelerationStructureInfoNV( VkAccelerationStructureInfoNV const & rhs )... function AccelerationStructureInfoNV (line 1988) | AccelerationStructureInfoNV( VULKAN_HPP_NAMESPACE::AccelerationStructure... function AccelerationStructureInfoNV (line 2003) | AccelerationStructureInfoNV & operator=( AccelerationStructureInfoNV con... function AccelerationStructureInfoNV (line 2006) | AccelerationStructureInfoNV & operator=( VkAccelerationStructureInfoNV c... function AccelerationStructureInfoNV (line 2050) | AccelerationStructureInfoNV & type CppType (line 2118) | struct CppType function VULKAN_HPP_CONSTEXPR (line 2131) | VULKAN_HPP_CONSTEXPR AccelerationStructureCreateInfoNV( VULKAN_HPP_NAMES... function VULKAN_HPP_CONSTEXPR (line 2140) | VULKAN_HPP_CONSTEXPR AccelerationStructureCreateInfoNV( AccelerationStru... function AccelerationStructureCreateInfoNV (line 2142) | AccelerationStructureCreateInfoNV( VkAccelerationStructureCreateInfoNV c... function AccelerationStructureCreateInfoNV (line 2147) | AccelerationStructureCreateInfoNV & operator=( AccelerationStructureCrea... function AccelerationStructureCreateInfoNV (line 2150) | AccelerationStructureCreateInfoNV & operator=( VkAccelerationStructureCr... type CppType (line 2227) | struct CppType (line 2325) | struct CppType (line 2532) | struct CppType (line 2614) | struct CppType (line 2778) | struct CppType (line 3243) | struct CppType (line 3353) | struct CppType (line 4299) | struct CppType (line 4510) | struct CppType (line 4606) | struct CppType (line 4746) | struct CppType function VULKAN_HPP_CONSTEXPR (line 4759) | VULKAN_HPP_CONSTEXPR AcquireProfilingLockInfoKHR( VULKAN_HPP_NAMESPACE::... function VULKAN_HPP_CONSTEXPR (line 4768) | VULKAN_HPP_CONSTEXPR AcquireProfilingLockInfoKHR( AcquireProfilingLockIn... function AcquireProfilingLockInfoKHR (line 4770) | AcquireProfilingLockInfoKHR( VkAcquireProfilingLockInfoKHR const & rhs )... function AcquireProfilingLockInfoKHR (line 4775) | AcquireProfilingLockInfoKHR & operator=( AcquireProfilingLockInfoKHR con... function AcquireProfilingLockInfoKHR (line 4778) | AcquireProfilingLockInfoKHR & operator=( VkAcquireProfilingLockInfoKHR c... type CppType (line 4852) | struct CppType function AllocationCallbacks (line 4899) | AllocationCallbacks( VkAllocationCallbacks const & rhs ) VULKAN_HPP_NOEX... function AllocationCallbacks (line 4912) | AllocationCallbacks( void * pUserData_, function AllocationCallbacks (line 4930) | AllocationCallbacks & operator=( AllocationCallbacks const & rhs ) VULKA... function AllocationCallbacks (line 4933) | AllocationCallbacks & operator=( VkAllocationCallbacks const & rhs ) VUL... function AllocationCallbacks (line 4986) | AllocationCallbacks & setPfnAllocation( PFN_vkAllocationFunction pfnAllo... function AllocationCallbacks (line 4993) | AllocationCallbacks & setPfnReallocation( PFN_vkReallocationFunction pfn... function AllocationCallbacks (line 5000) | AllocationCallbacks & setPfnInternalAllocation( PFN_vkInternalAllocation... function AllocationCallbacks (line 5007) | AllocationCallbacks & setPfnInternalFree( PFN_vkInternalFreeNotification... function VULKAN_HPP_CONSTEXPR (line 5075) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 5083) | VULKAN_HPP_CONSTEXPR AmigoProfilingSubmitInfoSEC( AmigoProfilingSubmitIn... function AmigoProfilingSubmitInfoSEC (line 5085) | AmigoProfilingSubmitInfoSEC( VkAmigoProfilingSubmitInfoSEC const & rhs )... function AmigoProfilingSubmitInfoSEC (line 5090) | AmigoProfilingSubmitInfoSEC & operator=( AmigoProfilingSubmitInfoSEC con... function AmigoProfilingSubmitInfoSEC (line 5093) | AmigoProfilingSubmitInfoSEC & operator=( VkAmigoProfilingSubmitInfoSEC c... type CppType (line 5168) | struct CppType function VULKAN_HPP_CONSTEXPR (line 5178) | VULKAN_HPP_CONSTEXPR ComponentMapping( VULKAN_HPP_NAMESPACE::ComponentSw... function VULKAN_HPP_CONSTEXPR (line 5189) | VULKAN_HPP_CONSTEXPR ComponentMapping( ComponentMapping const & rhs ) VU... function ComponentMapping (line 5191) | ComponentMapping( VkComponentMapping const & rhs ) VULKAN_HPP_NOEXCEPT :... function ComponentMapping (line 5193) | ComponentMapping & operator=( ComponentMapping const & rhs ) VULKAN_HPP_... function ComponentMapping (line 5196) | ComponentMapping & operator=( VkComponentMapping const & rhs ) VULKAN_HP... function AndroidHardwareBufferFormatProperties2ANDROID (line 5312) | AndroidHardwareBufferFormatProperties2ANDROID( VkAndroidHardwareBufferFo... function AndroidHardwareBufferFormatProperties2ANDROID (line 5317) | AndroidHardwareBufferFormatProperties2ANDROID & operator=( AndroidHardwa... function AndroidHardwareBufferFormatProperties2ANDROID (line 5320) | AndroidHardwareBufferFormatProperties2ANDROID & operator=( VkAndroidHard... type CppType (line 5401) | struct CppType (line 5529) | struct CppType (line 5617) | struct CppType (line 5705) | struct CppType (line 5789) | struct CppType (line 5900) | struct CppType function VULKAN_HPP_CONSTEXPR (line 5914) | VULKAN_HPP_CONSTEXPR AntiLagPresentationInfoAMD( VULKAN_HPP_NAMESPACE::A... function VULKAN_HPP_CONSTEXPR (line 5923) | VULKAN_HPP_CONSTEXPR AntiLagPresentationInfoAMD( AntiLagPresentationInfo... function AntiLagPresentationInfoAMD (line 5925) | AntiLagPresentationInfoAMD( VkAntiLagPresentationInfoAMD const & rhs ) V... function AntiLagPresentationInfoAMD (line 5930) | AntiLagPresentationInfoAMD & operator=( AntiLagPresentationInfoAMD const... function AntiLagPresentationInfoAMD (line 5933) | AntiLagPresentationInfoAMD & operator=( VkAntiLagPresentationInfoAMD con... type CppType (line 6007) | struct CppType function VULKAN_HPP_CONSTEXPR (line 6020) | VULKAN_HPP_CONSTEXPR AntiLagDataAMD( VULKAN_HPP_NAMESPACE::AntiLagModeAM... function VULKAN_HPP_CONSTEXPR (line 6031) | VULKAN_HPP_CONSTEXPR AntiLagDataAMD( AntiLagDataAMD const & rhs ) VULKAN... function AntiLagDataAMD (line 6033) | AntiLagDataAMD( VkAntiLagDataAMD const & rhs ) VULKAN_HPP_NOEXCEPT : Ant... function AntiLagDataAMD (line 6035) | AntiLagDataAMD & operator=( AntiLagDataAMD const & rhs ) VULKAN_HPP_NOEX... function AntiLagDataAMD (line 6038) | AntiLagDataAMD & operator=( VkAntiLagDataAMD const & rhs ) VULKAN_HPP_NO... type CppType (line 6125) | struct CppType function ApplicationInfo (line 6155) | ApplicationInfo( VkApplicationInfo const & rhs ) VULKAN_HPP_NOEXCEPT : A... function ApplicationInfo (line 6157) | ApplicationInfo & operator=( ApplicationInfo const & rhs ) VULKAN_HPP_NO... function ApplicationInfo (line 6160) | ApplicationInfo & operator=( VkApplicationInfo const & rhs ) VULKAN_HPP_... type CppType (line 6280) | struct CppType function AttachmentDescription (line 6314) | AttachmentDescription( VkAttachmentDescription const & rhs ) VULKAN_HPP_... function AttachmentDescription (line 6319) | AttachmentDescription & operator=( AttachmentDescription const & rhs ) V... function AttachmentDescription (line 6322) | AttachmentDescription & operator=( VkAttachmentDescription const & rhs )... function AttachmentDescription2 (line 6479) | AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HP... function AttachmentDescription2 (line 6484) | AttachmentDescription2 & operator=( AttachmentDescription2 const & rhs )... function AttachmentDescription2 (line 6487) | AttachmentDescription2 & operator=( VkAttachmentDescription2 const & rhs... type CppType (line 6622) | struct CppType function VULKAN_HPP_CONSTEXPR (line 6637) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 6647) | VULKAN_HPP_CONSTEXPR AttachmentDescriptionStencilLayout( AttachmentDescr... function AttachmentDescriptionStencilLayout (line 6649) | AttachmentDescriptionStencilLayout( VkAttachmentDescriptionStencilLayout... function AttachmentDescriptionStencilLayout (line 6654) | AttachmentDescriptionStencilLayout & operator=( AttachmentDescriptionSte... function AttachmentDescriptionStencilLayout (line 6657) | AttachmentDescriptionStencilLayout & operator=( VkAttachmentDescriptionS... type CppType (line 6735) | struct CppType (line 6943) | struct CppType function VULKAN_HPP_CONSTEXPR (line 6958) | VULKAN_HPP_CONSTEXPR AttachmentReferenceStencilLayout( VULKAN_HPP_NAMESP... function VULKAN_HPP_CONSTEXPR (line 6965) | VULKAN_HPP_CONSTEXPR AttachmentReferenceStencilLayout( AttachmentReferen... function AttachmentReferenceStencilLayout (line 6967) | AttachmentReferenceStencilLayout( VkAttachmentReferenceStencilLayout con... function AttachmentReferenceStencilLayout (line 6972) | AttachmentReferenceStencilLayout & operator=( AttachmentReferenceStencil... function AttachmentReferenceStencilLayout (line 6975) | AttachmentReferenceStencilLayout & operator=( VkAttachmentReferenceStenc... type CppType (line 7042) | struct CppType (line 7190) | struct CppType function VULKAN_HPP_CONSTEXPR (line 7202) | VULKAN_HPP_CONSTEXPR Extent2D( uint32_t width_ = {}, uint32_t height_ = ... function VULKAN_HPP_CONSTEXPR (line 7208) | VULKAN_HPP_CONSTEXPR Extent2D( Extent2D const & rhs ) VULKAN_HPP_NOEXCEP... function Extent2D (line 7210) | Extent2D( VkExtent2D const & rhs ) VULKAN_HPP_NOEXCEPT : Extent2D( *rein... function Extent2D (line 7212) | Extent2D & operator=( Extent2D const & rhs ) VULKAN_HPP_NOEXCEPT = default; function Extent2D (line 7215) | Extent2D & operator=( VkExtent2D const & rhs ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR_14 (line 7222) | VULKAN_HPP_CONSTEXPR_14 Extent2D & setWidth( uint32_t width_ ) VULKAN_HP... function VULKAN_HPP_CONSTEXPR_14 (line 7228) | VULKAN_HPP_CONSTEXPR_14 Extent2D & setHeight( uint32_t height_ ) VULKAN_... function VULKAN_HPP_CONSTEXPR (line 7285) | VULKAN_HPP_CONSTEXPR SampleLocationEXT( float x_ = {}, float y_ = {} ) V... function VULKAN_HPP_CONSTEXPR (line 7291) | VULKAN_HPP_CONSTEXPR SampleLocationEXT( SampleLocationEXT const & rhs ) ... function SampleLocationEXT (line 7293) | SampleLocationEXT( VkSampleLocationEXT const & rhs ) VULKAN_HPP_NOEXCEPT... function SampleLocationEXT (line 7295) | SampleLocationEXT & operator=( SampleLocationEXT const & rhs ) VULKAN_HP... function SampleLocationEXT (line 7298) | SampleLocationEXT & operator=( VkSampleLocationEXT const & rhs ) VULKAN_... function SampleLocationsInfoEXT (line 7387) | SampleLocationsInfoEXT( VkSampleLocationsInfoEXT const & rhs ) VULKAN_HP... function SampleLocationsInfoEXT (line 7393) | SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits ... function SampleLocationsInfoEXT (line 7406) | SampleLocationsInfoEXT & operator=( SampleLocationsInfoEXT const & rhs )... function SampleLocationsInfoEXT (line 7409) | SampleLocationsInfoEXT & operator=( VkSampleLocationsInfoEXT const & rhs... function SampleLocationsInfoEXT (line 7450) | SampleLocationsInfoEXT & setSampleLocations( type CppType (line 7517) | struct CppType function VULKAN_HPP_CONSTEXPR (line 7527) | VULKAN_HPP_CONSTEXPR AttachmentSampleLocationsEXT( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 7534) | VULKAN_HPP_CONSTEXPR AttachmentSampleLocationsEXT( AttachmentSampleLocat... function AttachmentSampleLocationsEXT (line 7536) | AttachmentSampleLocationsEXT( VkAttachmentSampleLocationsEXT const & rhs... function AttachmentSampleLocationsEXT (line 7541) | AttachmentSampleLocationsEXT & operator=( AttachmentSampleLocationsEXT c... function AttachmentSampleLocationsEXT (line 7544) | AttachmentSampleLocationsEXT & operator=( VkAttachmentSampleLocationsEXT... function BaseInStructure (line 7615) | BaseInStructure( VULKAN_HPP_NAMESPACE::StructureType sT... function BaseInStructure (line 7622) | BaseInStructure( BaseInStructure const & rhs ) VULKAN_HPP_NOEXCEPT = def... function BaseInStructure (line 7624) | BaseInStructure( VkBaseInStructure const & rhs ) VULKAN_HPP_NOEXCEPT : B... function BaseInStructure (line 7626) | BaseInStructure & operator=( BaseInStructure const & rhs ) VULKAN_HPP_NO... function BaseInStructure (line 7629) | BaseInStructure & operator=( VkBaseInStructure const & rhs ) VULKAN_HPP_... type VULKAN_HPP_NAMESPACE::BaseInStructure (line 7636) | struct VULKAN_HPP_NAMESPACE::BaseInStructure type VULKAN_HPP_NAMESPACE::BaseInStructure (line 7657) | struct VULKAN_HPP_NAMESPACE::BaseInStructure type VULKAN_HPP_NAMESPACE::BaseInStructure (line 7685) | struct VULKAN_HPP_NAMESPACE::BaseInStructure function BaseOutStructure (line 7693) | BaseOutStructure( VULKAN_HPP_NAMESPACE::StructureType sType_... function BaseOutStructure (line 7700) | BaseOutStructure( BaseOutStructure const & rhs ) VULKAN_HPP_NOEXCEPT = d... function BaseOutStructure (line 7702) | BaseOutStructure( VkBaseOutStructure const & rhs ) VULKAN_HPP_NOEXCEPT :... function BaseOutStructure (line 7704) | BaseOutStructure & operator=( BaseOutStructure const & rhs ) VULKAN_HPP_... function BaseOutStructure (line 7707) | BaseOutStructure & operator=( VkBaseOutStructure const & rhs ) VULKAN_HP... type VULKAN_HPP_NAMESPACE::BaseOutStructure (line 7714) | struct VULKAN_HPP_NAMESPACE::BaseOutStructure type VULKAN_HPP_NAMESPACE::BaseOutStructure (line 7735) | struct VULKAN_HPP_NAMESPACE::BaseOutStructure type VULKAN_HPP_NAMESPACE::BaseOutStructure (line 7763) | struct VULKAN_HPP_NAMESPACE::BaseOutStructure function BindAccelerationStructureMemoryInfoNV (line 7791) | BindAccelerationStructureMemoryInfoNV( VkBindAccelerationStructureMemory... function BindAccelerationStructureMemoryInfoNV (line 7797) | BindAccelerationStructureMemoryInfoNV( VULKAN_HPP_NAMESPACE::Acceleratio... function BindAccelerationStructureMemoryInfoNV (line 7812) | BindAccelerationStructureMemoryInfoNV & operator=( BindAccelerationStruc... function BindAccelerationStructureMemoryInfoNV (line 7815) | BindAccelerationStructureMemoryInfoNV & operator=( VkBindAccelerationStr... function BindAccelerationStructureMemoryInfoNV (line 7860) | BindAccelerationStructureMemoryInfoNV & type CppType (line 7928) | struct CppType (line 8051) | struct CppType (line 8172) | struct CppType function VULKAN_HPP_CONSTEXPR (line 8187) | VULKAN_HPP_CONSTEXPR BindDescriptorBufferEmbeddedSamplersInfoEXT( VULKAN... function VULKAN_HPP_CONSTEXPR (line 8198) | VULKAN_HPP_CONSTEXPR BindDescriptorBufferEmbeddedSamplersInfoEXT( BindDe... function BindDescriptorBufferEmbeddedSamplersInfoEXT (line 8200) | BindDescriptorBufferEmbeddedSamplersInfoEXT( VkBindDescriptorBufferEmbed... function BindDescriptorBufferEmbeddedSamplersInfoEXT (line 8205) | BindDescriptorBufferEmbeddedSamplersInfoEXT & operator=( BindDescriptorB... function BindDescriptorBufferEmbeddedSamplersInfoEXT (line 8208) | BindDescriptorBufferEmbeddedSamplersInfoEXT & operator=( VkBindDescripto... type CppType (line 8294) | struct CppType (line 8493) | struct CppType function VULKAN_HPP_CONSTEXPR (line 8505) | VULKAN_HPP_CONSTEXPR Offset2D( int32_t x_ = {}, int32_t y_ = {} ) VULKAN... function VULKAN_HPP_CONSTEXPR (line 8511) | VULKAN_HPP_CONSTEXPR Offset2D( Offset2D const & rhs ) VULKAN_HPP_NOEXCEP... function Offset2D (line 8513) | Offset2D( VkOffset2D const & rhs ) VULKAN_HPP_NOEXCEPT : Offset2D( *rein... function Offset2D (line 8515) | Offset2D & operator=( Offset2D const & rhs ) VULKAN_HPP_NOEXCEPT = default; function Offset2D (line 8518) | Offset2D & operator=( VkOffset2D const & rhs ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR_14 (line 8525) | VULKAN_HPP_CONSTEXPR_14 Offset2D & setX( int32_t x_ ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR_14 (line 8531) | VULKAN_HPP_CONSTEXPR_14 Offset2D & setY( int32_t y_ ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR (line 8588) | VULKAN_HPP_CONSTEXPR Rect2D( VULKAN_HPP_NAMESPACE::Offset2D offset_ = {}... function VULKAN_HPP_CONSTEXPR (line 8594) | VULKAN_HPP_CONSTEXPR Rect2D( Rect2D const & rhs ) VULKAN_HPP_NOEXCEPT = ... function Rect2D (line 8596) | Rect2D( VkRect2D const & rhs ) VULKAN_HPP_NOEXCEPT : Rect2D( *reinterpre... function Rect2D (line 8598) | Rect2D & operator=( Rect2D const & rhs ) VULKAN_HPP_NOEXCEPT = default; function Rect2D (line 8601) | Rect2D & operator=( VkRect2D const & rhs ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR_14 (line 8608) | VULKAN_HPP_CONSTEXPR_14 Rect2D & setOffset( VULKAN_HPP_NAMESPACE::Offset... function VULKAN_HPP_CONSTEXPR_14 (line 8614) | VULKAN_HPP_CONSTEXPR_14 Rect2D & setExtent( VULKAN_HPP_NAMESPACE::Extent... function VULKAN_HPP_CONSTEXPR (line 8674) | VULKAN_HPP_CONSTEXPR BindImageMemoryDeviceGroupInfo( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 8687) | VULKAN_HPP_CONSTEXPR BindImageMemoryDeviceGroupInfo( BindImageMemoryDevi... function BindImageMemoryDeviceGroupInfo (line 8689) | BindImageMemoryDeviceGroupInfo( VkBindImageMemoryDeviceGroupInfo const &... function BindImageMemoryDeviceGroupInfo (line 8695) | BindImageMemoryDeviceGroupInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTempor... function BindImageMemoryDeviceGroupInfo (line 8707) | BindImageMemoryDeviceGroupInfo & operator=( BindImageMemoryDeviceGroupIn... function BindImageMemoryDeviceGroupInfo (line 8710) | BindImageMemoryDeviceGroupInfo & operator=( VkBindImageMemoryDeviceGroup... function BindImageMemoryDeviceGroupInfo (line 8736) | BindImageMemoryDeviceGroupInfo & function BindImageMemoryDeviceGroupInfo (line 8759) | BindImageMemoryDeviceGroupInfo & setSplitInstanceBindRegions( type CppType (line 8825) | struct CppType (line 8945) | struct CppType function VULKAN_HPP_CONSTEXPR (line 8960) | VULKAN_HPP_CONSTEXPR BindImageMemorySwapchainInfoKHR( VULKAN_HPP_NAMESPA... function VULKAN_HPP_CONSTEXPR (line 8969) | VULKAN_HPP_CONSTEXPR BindImageMemorySwapchainInfoKHR( BindImageMemorySwa... function BindImageMemorySwapchainInfoKHR (line 8971) | BindImageMemorySwapchainInfoKHR( VkBindImageMemorySwapchainInfoKHR const... function BindImageMemorySwapchainInfoKHR (line 8976) | BindImageMemorySwapchainInfoKHR & operator=( BindImageMemorySwapchainInf... function BindImageMemorySwapchainInfoKHR (line 8979) | BindImageMemorySwapchainInfoKHR & operator=( VkBindImageMemorySwapchainI... type CppType (line 9053) | struct CppType (line 9150) | struct CppType function VULKAN_HPP_CONSTEXPR (line 9162) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 9172) | VULKAN_HPP_CONSTEXPR BindIndexBufferIndirectCommandEXT( BindIndexBufferI... function BindIndexBufferIndirectCommandEXT (line 9174) | BindIndexBufferIndirectCommandEXT( VkBindIndexBufferIndirectCommandEXT c... function BindIndexBufferIndirectCommandEXT (line 9179) | BindIndexBufferIndirectCommandEXT & operator=( BindIndexBufferIndirectCo... function BindIndexBufferIndirectCommandEXT (line 9182) | BindIndexBufferIndirectCommandEXT & operator=( VkBindIndexBufferIndirect... function VULKAN_HPP_CONSTEXPR (line 9259) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 9269) | VULKAN_HPP_CONSTEXPR BindIndexBufferIndirectCommandNV( BindIndexBufferIn... function BindIndexBufferIndirectCommandNV (line 9271) | BindIndexBufferIndirectCommandNV( VkBindIndexBufferIndirectCommandNV con... function BindIndexBufferIndirectCommandNV (line 9276) | BindIndexBufferIndirectCommandNV & operator=( BindIndexBufferIndirectCom... function BindIndexBufferIndirectCommandNV (line 9279) | BindIndexBufferIndirectCommandNV & operator=( VkBindIndexBufferIndirectC... function VULKAN_HPP_CONSTEXPR (line 9359) | VULKAN_HPP_CONSTEXPR BindMemoryStatus( VULKAN_HPP_NAMESPACE::Result * pR... function VULKAN_HPP_CONSTEXPR (line 9365) | VULKAN_HPP_CONSTEXPR BindMemoryStatus( BindMemoryStatus const & rhs ) VU... function BindMemoryStatus (line 9367) | BindMemoryStatus( VkBindMemoryStatus const & rhs ) VULKAN_HPP_NOEXCEPT :... function BindMemoryStatus (line 9369) | BindMemoryStatus & operator=( BindMemoryStatus const & rhs ) VULKAN_HPP_... function BindMemoryStatus (line 9372) | BindMemoryStatus & operator=( VkBindMemoryStatus const & rhs ) VULKAN_HP... type CppType (line 9439) | struct CppType function VULKAN_HPP_CONSTEXPR (line 9451) | VULKAN_HPP_CONSTEXPR BindPipelineIndirectCommandNV( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_CONSTEXPR (line 9456) | VULKAN_HPP_CONSTEXPR BindPipelineIndirectCommandNV( BindPipelineIndirect... function BindPipelineIndirectCommandNV (line 9458) | BindPipelineIndirectCommandNV( VkBindPipelineIndirectCommandNV const & r... function BindPipelineIndirectCommandNV (line 9463) | BindPipelineIndirectCommandNV & operator=( BindPipelineIndirectCommandNV... function BindPipelineIndirectCommandNV (line 9466) | BindPipelineIndirectCommandNV & operator=( VkBindPipelineIndirectCommand... function VULKAN_HPP_CONSTEXPR (line 9529) | VULKAN_HPP_CONSTEXPR BindShaderGroupIndirectCommandNV( uint32_t groupInd... function VULKAN_HPP_CONSTEXPR (line 9531) | VULKAN_HPP_CONSTEXPR BindShaderGroupIndirectCommandNV( BindShaderGroupIn... function BindShaderGroupIndirectCommandNV (line 9533) | BindShaderGroupIndirectCommandNV( VkBindShaderGroupIndirectCommandNV con... function BindShaderGroupIndirectCommandNV (line 9538) | BindShaderGroupIndirectCommandNV & operator=( BindShaderGroupIndirectCom... function BindShaderGroupIndirectCommandNV (line 9541) | BindShaderGroupIndirectCommandNV & operator=( VkBindShaderGroupIndirectC... function VULKAN_HPP_CONSTEXPR (line 9604) | VULKAN_HPP_CONSTEXPR SparseMemoryBind( VULKAN_HPP_NAMESPACE::DeviceSize ... function VULKAN_HPP_CONSTEXPR (line 9617) | VULKAN_HPP_CONSTEXPR SparseMemoryBind( SparseMemoryBind const & rhs ) VU... function SparseMemoryBind (line 9619) | SparseMemoryBind( VkSparseMemoryBind const & rhs ) VULKAN_HPP_NOEXCEPT :... function SparseMemoryBind (line 9621) | SparseMemoryBind & operator=( SparseMemoryBind const & rhs ) VULKAN_HPP_... function SparseMemoryBind (line 9624) | SparseMemoryBind & operator=( VkSparseMemoryBind const & rhs ) VULKAN_HP... function VULKAN_HPP_CONSTEXPR (line 9720) | VULKAN_HPP_CONSTEXPR SparseBufferMemoryBindInfo( VULKAN_HPP_NAMESPACE::B... function VULKAN_HPP_CONSTEXPR (line 9729) | VULKAN_HPP_CONSTEXPR SparseBufferMemoryBindInfo( SparseBufferMemoryBindI... function SparseBufferMemoryBindInfo (line 9731) | SparseBufferMemoryBindInfo( VkSparseBufferMemoryBindInfo const & rhs ) V... function SparseBufferMemoryBindInfo (line 9737) | SparseBufferMemoryBindInfo( VULKAN_HPP_NAMESPACE::Buffer ... function SparseBufferMemoryBindInfo (line 9744) | SparseBufferMemoryBindInfo & operator=( SparseBufferMemoryBindInfo const... function SparseBufferMemoryBindInfo (line 9747) | SparseBufferMemoryBindInfo & operator=( VkSparseBufferMemoryBindInfo con... function SparseBufferMemoryBindInfo (line 9773) | SparseBufferMemoryBindInfo & function VULKAN_HPP_CONSTEXPR (line 9834) | VULKAN_HPP_CONSTEXPR SparseImageOpaqueMemoryBindInfo( VULKAN_HPP_NAMESPA... function VULKAN_HPP_CONSTEXPR (line 9843) | VULKAN_HPP_CONSTEXPR SparseImageOpaqueMemoryBindInfo( SparseImageOpaqueM... function SparseImageOpaqueMemoryBindInfo (line 9845) | SparseImageOpaqueMemoryBindInfo( VkSparseImageOpaqueMemoryBindInfo const... function SparseImageOpaqueMemoryBindInfo (line 9851) | SparseImageOpaqueMemoryBindInfo( VULKAN_HPP_NAMESPACE::Image ... function SparseImageOpaqueMemoryBindInfo (line 9858) | SparseImageOpaqueMemoryBindInfo & operator=( SparseImageOpaqueMemoryBind... function SparseImageOpaqueMemoryBindInfo (line 9861) | SparseImageOpaqueMemoryBindInfo & operator=( VkSparseImageOpaqueMemoryBi... function SparseImageOpaqueMemoryBindInfo (line 9887) | SparseImageOpaqueMemoryBindInfo & function VULKAN_HPP_CONSTEXPR (line 9948) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 9956) | VULKAN_HPP_CONSTEXPR ImageSubresource( ImageSubresource const & rhs ) VU... function ImageSubresource (line 9958) | ImageSubresource( VkImageSubresource const & rhs ) VULKAN_HPP_NOEXCEPT :... function ImageSubresource (line 9960) | ImageSubresource & operator=( ImageSubresource const & rhs ) VULKAN_HPP_... function ImageSubresource (line 9963) | ImageSubresource & operator=( VkImageSubresource const & rhs ) VULKAN_HP... function VULKAN_HPP_CONSTEXPR (line 10040) | VULKAN_HPP_CONSTEXPR Offset3D( int32_t x_ = {}, int32_t y_ = {}, int32_t... function VULKAN_HPP_CONSTEXPR (line 10047) | VULKAN_HPP_CONSTEXPR Offset3D( Offset3D const & rhs ) VULKAN_HPP_NOEXCEP... function Offset3D (line 10049) | Offset3D( VkOffset3D const & rhs ) VULKAN_HPP_NOEXCEPT : Offset3D( *rein... function Offset3D (line 10051) | explicit Offset3D( Offset2D const & offset2D, int32_t z_ = {} ) : x( off... function Offset3D (line 10053) | Offset3D & operator=( Offset3D const & rhs ) VULKAN_HPP_NOEXCEPT = default; function Offset3D (line 10056) | Offset3D & operator=( VkOffset3D const & rhs ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR_14 (line 10063) | VULKAN_HPP_CONSTEXPR_14 Offset3D & setX( int32_t x_ ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR_14 (line 10069) | VULKAN_HPP_CONSTEXPR_14 Offset3D & setY( int32_t y_ ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR_14 (line 10075) | VULKAN_HPP_CONSTEXPR_14 Offset3D & setZ( int32_t z_ ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR (line 10133) | VULKAN_HPP_CONSTEXPR Extent3D( uint32_t width_ = {}, uint32_t height_ = ... function VULKAN_HPP_CONSTEXPR (line 10140) | VULKAN_HPP_CONSTEXPR Extent3D( Extent3D const & rhs ) VULKAN_HPP_NOEXCEP... function Extent3D (line 10142) | Extent3D( VkExtent3D const & rhs ) VULKAN_HPP_NOEXCEPT : Extent3D( *rein... function Extent3D (line 10144) | explicit Extent3D( Extent2D const & extent2D, uint32_t depth_ = {} ) : w... function Extent3D (line 10146) | Extent3D & operator=( Extent3D const & rhs ) VULKAN_HPP_NOEXCEPT = default; function Extent3D (line 10149) | Extent3D & operator=( VkExtent3D const & rhs ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR_14 (line 10156) | VULKAN_HPP_CONSTEXPR_14 Extent3D & setWidth( uint32_t width_ ) VULKAN_HP... function VULKAN_HPP_CONSTEXPR_14 (line 10162) | VULKAN_HPP_CONSTEXPR_14 Extent3D & setHeight( uint32_t height_ ) VULKAN_... function VULKAN_HPP_CONSTEXPR_14 (line 10168) | VULKAN_HPP_CONSTEXPR_14 Extent3D & setDepth( uint32_t depth_ ) VULKAN_HP... function SparseImageMemoryBind (line 10243) | SparseImageMemoryBind( VkSparseImageMemoryBind const & rhs ) VULKAN_HPP_... function SparseImageMemoryBind (line 10248) | SparseImageMemoryBind & operator=( SparseImageMemoryBind const & rhs ) V... function SparseImageMemoryBind (line 10251) | SparseImageMemoryBind & operator=( VkSparseImageMemoryBind const & rhs )... function VULKAN_HPP_CONSTEXPR (line 10355) | VULKAN_HPP_CONSTEXPR SparseImageMemoryBindInfo( VULKAN_HPP_NAMESPACE::Im... function VULKAN_HPP_CONSTEXPR (line 10364) | VULKAN_HPP_CONSTEXPR SparseImageMemoryBindInfo( SparseImageMemoryBindInf... function SparseImageMemoryBindInfo (line 10366) | SparseImageMemoryBindInfo( VkSparseImageMemoryBindInfo const & rhs ) VUL... function SparseImageMemoryBindInfo (line 10372) | SparseImageMemoryBindInfo( VULKAN_HPP_NAMESPACE::Image ... function SparseImageMemoryBindInfo (line 10379) | SparseImageMemoryBindInfo & operator=( SparseImageMemoryBindInfo const &... function SparseImageMemoryBindInfo (line 10382) | SparseImageMemoryBindInfo & operator=( VkSparseImageMemoryBindInfo const... function SparseImageMemoryBindInfo (line 10408) | SparseImageMemoryBindInfo & function BindSparseInfo (line 10499) | BindSparseInfo( VkBindSparseInfo const & rhs ) VULKAN_HPP_NOEXCEPT : Bin... function BindSparseInfo (line 10502) | BindSparseInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 10733) | struct CppType function VULKAN_HPP_CONSTEXPR (line 10743) | VULKAN_HPP_CONSTEXPR BindVertexBufferIndirectCommandEXT( VULKAN_HPP_NAME... function VULKAN_HPP_CONSTEXPR (line 10752) | VULKAN_HPP_CONSTEXPR BindVertexBufferIndirectCommandEXT( BindVertexBuffe... function BindVertexBufferIndirectCommandEXT (line 10754) | BindVertexBufferIndirectCommandEXT( VkBindVertexBufferIndirectCommandEXT... function BindVertexBufferIndirectCommandEXT (line 10759) | BindVertexBufferIndirectCommandEXT & operator=( BindVertexBufferIndirect... function BindVertexBufferIndirectCommandEXT (line 10762) | BindVertexBufferIndirectCommandEXT & operator=( VkBindVertexBufferIndire... function VULKAN_HPP_CONSTEXPR (line 10839) | VULKAN_HPP_CONSTEXPR BindVertexBufferIndirectCommandNV( VULKAN_HPP_NAMES... function VULKAN_HPP_CONSTEXPR (line 10848) | VULKAN_HPP_CONSTEXPR BindVertexBufferIndirectCommandNV( BindVertexBuffer... function BindVertexBufferIndirectCommandNV (line 10850) | BindVertexBufferIndirectCommandNV( VkBindVertexBufferIndirectCommandNV c... function BindVertexBufferIndirectCommandNV (line 10855) | BindVertexBufferIndirectCommandNV & operator=( BindVertexBufferIndirectC... function BindVertexBufferIndirectCommandNV (line 10858) | BindVertexBufferIndirectCommandNV & operator=( VkBindVertexBufferIndirec... function VULKAN_HPP_CONSTEXPR (line 10938) | VULKAN_HPP_CONSTEXPR BindVideoSessionMemoryInfoKHR( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 10951) | VULKAN_HPP_CONSTEXPR BindVideoSessionMemoryInfoKHR( BindVideoSessionMemo... function BindVideoSessionMemoryInfoKHR (line 10953) | BindVideoSessionMemoryInfoKHR( VkBindVideoSessionMemoryInfoKHR const & r... function BindVideoSessionMemoryInfoKHR (line 10958) | BindVideoSessionMemoryInfoKHR & operator=( BindVideoSessionMemoryInfoKHR... function BindVideoSessionMemoryInfoKHR (line 10961) | BindVideoSessionMemoryInfoKHR & operator=( VkBindVideoSessionMemoryInfoK... type CppType (line 11055) | struct CppType (line 11153) | struct CppType (line 11385) | struct CppType function BlitImageInfo2 (line 11421) | BlitImageInfo2( VkBlitImageInfo2 const & rhs ) VULKAN_HPP_NOEXCEPT : Bli... function BlitImageInfo2 (line 11424) | BlitImageInfo2( VULKAN_HPP_NAMESPACE::Image ... function BlitImageInfo2 (line 11443) | BlitImageInfo2 & operator=( BlitImageInfo2 const & rhs ) VULKAN_HPP_NOEX... function BlitImageInfo2 (line 11446) | BlitImageInfo2 & operator=( VkBlitImageInfo2 const & rhs ) VULKAN_HPP_NO... function BlitImageInfo2 (line 11496) | BlitImageInfo2 & setRegions( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporari... type CppType (line 11574) | struct CppType function VULKAN_HPP_CONSTEXPR (line 11589) | VULKAN_HPP_CONSTEXPR BufferCaptureDescriptorDataInfoEXT( VULKAN_HPP_NAME... function VULKAN_HPP_CONSTEXPR (line 11595) | VULKAN_HPP_CONSTEXPR BufferCaptureDescriptorDataInfoEXT( BufferCaptureDe... function BufferCaptureDescriptorDataInfoEXT (line 11597) | BufferCaptureDescriptorDataInfoEXT( VkBufferCaptureDescriptorDataInfoEXT... function BufferCaptureDescriptorDataInfoEXT (line 11602) | BufferCaptureDescriptorDataInfoEXT & operator=( BufferCaptureDescriptorD... function BufferCaptureDescriptorDataInfoEXT (line 11605) | BufferCaptureDescriptorDataInfoEXT & operator=( VkBufferCaptureDescripto... type CppType (line 11672) | struct CppType (line 11780) | struct CppType (line 11925) | struct CppType (line 12029) | struct CppType (line 12138) | struct CppType (line 12236) | struct CppType function BufferCollectionPropertiesFUCHSIA (line 12281) | BufferCollectionPropertiesFUCHSIA( VkBufferCollectionPropertiesFUCHSIA c... function BufferCollectionPropertiesFUCHSIA (line 12286) | BufferCollectionPropertiesFUCHSIA & operator=( BufferCollectionPropertie... function BufferCollectionPropertiesFUCHSIA (line 12289) | BufferCollectionPropertiesFUCHSIA & operator=( VkBufferCollectionPropert... type CppType (line 12380) | struct CppType (line 12555) | struct CppType function VULKAN_HPP_CONSTEXPR (line 12569) | VULKAN_HPP_CONSTEXPR BufferConstraintsInfoFUCHSIA( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_CONSTEXPR (line 12580) | VULKAN_HPP_CONSTEXPR BufferConstraintsInfoFUCHSIA( BufferConstraintsInfo... function BufferConstraintsInfoFUCHSIA (line 12582) | BufferConstraintsInfoFUCHSIA( VkBufferConstraintsInfoFUCHSIA const & rhs... function BufferConstraintsInfoFUCHSIA (line 12587) | BufferConstraintsInfoFUCHSIA & operator=( BufferConstraintsInfoFUCHSIA c... function BufferConstraintsInfoFUCHSIA (line 12590) | BufferConstraintsInfoFUCHSIA & operator=( VkBufferConstraintsInfoFUCHSIA... type CppType (line 12678) | struct CppType function VULKAN_HPP_CONSTEXPR (line 12689) | VULKAN_HPP_CONSTEXPR BufferCopy( VULKAN_HPP_NAMESPACE::DeviceSize srcOff... function VULKAN_HPP_CONSTEXPR (line 12698) | VULKAN_HPP_CONSTEXPR BufferCopy( BufferCopy const & rhs ) VULKAN_HPP_NOE... function BufferCopy (line 12700) | BufferCopy( VkBufferCopy const & rhs ) VULKAN_HPP_NOEXCEPT : BufferCopy(... function BufferCopy (line 12702) | BufferCopy & operator=( BufferCopy const & rhs ) VULKAN_HPP_NOEXCEPT = d... function BufferCopy (line 12705) | BufferCopy & operator=( VkBufferCopy const & rhs ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR (line 12785) | VULKAN_HPP_CONSTEXPR BufferCopy2( VULKAN_HPP_NAMESPACE::DeviceSize srcOf... function VULKAN_HPP_CONSTEXPR (line 12796) | VULKAN_HPP_CONSTEXPR BufferCopy2( BufferCopy2 const & rhs ) VULKAN_HPP_N... function BufferCopy2 (line 12798) | BufferCopy2( VkBufferCopy2 const & rhs ) VULKAN_HPP_NOEXCEPT : BufferCop... function BufferCopy2 (line 12800) | BufferCopy2 & operator=( BufferCopy2 const & rhs ) VULKAN_HPP_NOEXCEPT =... function BufferCopy2 (line 12803) | BufferCopy2 & operator=( VkBufferCopy2 const & rhs ) VULKAN_HPP_NOEXCEPT type CppType (line 12888) | struct CppType function VULKAN_HPP_CONSTEXPR (line 12903) | VULKAN_HPP_CONSTEXPR BufferDeviceAddressCreateInfoEXT( VULKAN_HPP_NAMESP... function VULKAN_HPP_CONSTEXPR (line 12910) | VULKAN_HPP_CONSTEXPR BufferDeviceAddressCreateInfoEXT( BufferDeviceAddre... function BufferDeviceAddressCreateInfoEXT (line 12912) | BufferDeviceAddressCreateInfoEXT( VkBufferDeviceAddressCreateInfoEXT con... function BufferDeviceAddressCreateInfoEXT (line 12917) | BufferDeviceAddressCreateInfoEXT & operator=( BufferDeviceAddressCreateI... function BufferDeviceAddressCreateInfoEXT (line 12920) | BufferDeviceAddressCreateInfoEXT & operator=( VkBufferDeviceAddressCreat... type CppType (line 12987) | struct CppType (line 13083) | struct CppType function BufferImageCopy (line 13113) | BufferImageCopy( VkBufferImageCopy const & rhs ) VULKAN_HPP_NOEXCEPT : B... function BufferImageCopy (line 13115) | BufferImageCopy & operator=( BufferImageCopy const & rhs ) VULKAN_HPP_NO... function BufferImageCopy (line 13118) | BufferImageCopy & operator=( VkBufferImageCopy const & rhs ) VULKAN_HPP_... function BufferImageCopy2 (line 13244) | BufferImageCopy2( VkBufferImageCopy2 const & rhs ) VULKAN_HPP_NOEXCEPT :... function BufferImageCopy2 (line 13246) | BufferImageCopy2 & operator=( BufferImageCopy2 const & rhs ) VULKAN_HPP_... function BufferImageCopy2 (line 13249) | BufferImageCopy2 & operator=( VkBufferImageCopy2 const & rhs ) VULKAN_HP... type CppType (line 13360) | struct CppType function BufferMemoryBarrier (line 13396) | BufferMemoryBarrier( VkBufferMemoryBarrier const & rhs ) VULKAN_HPP_NOEX... function BufferMemoryBarrier (line 13400) | BufferMemoryBarrier & operator=( BufferMemoryBarrier const & rhs ) VULKA... function BufferMemoryBarrier (line 13403) | BufferMemoryBarrier & operator=( VkBufferMemoryBarrier const & rhs ) VUL... type CppType (line 13522) | struct CppType function BufferMemoryBarrier2 (line 13560) | BufferMemoryBarrier2( VkBufferMemoryBarrier2 const & rhs ) VULKAN_HPP_NO... function BufferMemoryBarrier2 (line 13565) | BufferMemoryBarrier2 & operator=( BufferMemoryBarrier2 const & rhs ) VUL... function BufferMemoryBarrier2 (line 13568) | BufferMemoryBarrier2 & operator=( VkBufferMemoryBarrier2 const & rhs ) V... type CppType (line 13703) | struct CppType function VULKAN_HPP_CONSTEXPR (line 13718) | VULKAN_HPP_CONSTEXPR BufferMemoryRequirementsInfo2( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_CONSTEXPR (line 13724) | VULKAN_HPP_CONSTEXPR BufferMemoryRequirementsInfo2( BufferMemoryRequirem... function BufferMemoryRequirementsInfo2 (line 13726) | BufferMemoryRequirementsInfo2( VkBufferMemoryRequirementsInfo2 const & r... function BufferMemoryRequirementsInfo2 (line 13731) | BufferMemoryRequirementsInfo2 & operator=( BufferMemoryRequirementsInfo2... function BufferMemoryRequirementsInfo2 (line 13734) | BufferMemoryRequirementsInfo2 & operator=( VkBufferMemoryRequirementsInf... type CppType (line 13801) | struct CppType (line 13899) | struct CppType (line 13997) | struct CppType function BufferViewCreateInfo (line 14029) | BufferViewCreateInfo( VkBufferViewCreateInfo const & rhs ) VULKAN_HPP_NO... function BufferViewCreateInfo (line 14034) | BufferViewCreateInfo & operator=( BufferViewCreateInfo const & rhs ) VUL... function BufferViewCreateInfo (line 14037) | BufferViewCreateInfo & operator=( VkBufferViewCreateInfo const & rhs ) V... type CppType (line 14139) | struct CppType function VULKAN_HPP_CONSTEXPR (line 14149) | VULKAN_HPP_CONSTEXPR StridedDeviceAddressNV( VULKAN_HPP_NAMESPACE::Devic... function VULKAN_HPP_CONSTEXPR (line 14156) | VULKAN_HPP_CONSTEXPR StridedDeviceAddressNV( StridedDeviceAddressNV cons... function StridedDeviceAddressNV (line 14158) | StridedDeviceAddressNV( VkStridedDeviceAddressNV const & rhs ) VULKAN_HP... function StridedDeviceAddressNV (line 14163) | StridedDeviceAddressNV & operator=( StridedDeviceAddressNV const & rhs )... function StridedDeviceAddressNV (line 14166) | StridedDeviceAddressNV & operator=( VkStridedDeviceAddressNV const & rhs... function VULKAN_HPP_CONSTEXPR (line 14236) | VULKAN_HPP_CONSTEXPR BuildPartitionedAccelerationStructureIndirectComman... function VULKAN_HPP_CONSTEXPR (line 14246) | VULKAN_HPP_CONSTEXPR BuildPartitionedAccelerationStructureIndirectComman... function BuildPartitionedAccelerationStructureIndirectCommandNV (line 14249) | BuildPartitionedAccelerationStructureIndirectCommandNV( VkBuildPartition... function BuildPartitionedAccelerationStructureIndirectCommandNV (line 14254) | BuildPartitionedAccelerationStructureIndirectCommandNV & function BuildPartitionedAccelerationStructureIndirectCommandNV (line 14258) | BuildPartitionedAccelerationStructureIndirectCommandNV & function PartitionedAccelerationStructureInstancesInputNV (line 14359) | PartitionedAccelerationStructureInstancesInputNV( VkPartitionedAccelerat... function PartitionedAccelerationStructureInstancesInputNV (line 14364) | PartitionedAccelerationStructureInstancesInputNV & operator=( Partitione... function PartitionedAccelerationStructureInstancesInputNV (line 14367) | PartitionedAccelerationStructureInstancesInputNV & operator=( VkPartitio... type CppType (line 14473) | struct CppType (line 14628) | struct CppType (line 14725) | struct CppType function VULKAN_HPP_CONSTEXPR (line 14740) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 14748) | VULKAN_HPP_CONSTEXPR CheckpointData2NV( CheckpointData2NV const & rhs ) ... function CheckpointData2NV (line 14750) | CheckpointData2NV( VkCheckpointData2NV const & rhs ) VULKAN_HPP_NOEXCEPT... function CheckpointData2NV (line 14752) | CheckpointData2NV & operator=( CheckpointData2NV const & rhs ) VULKAN_HP... function CheckpointData2NV (line 14755) | CheckpointData2NV & operator=( VkCheckpointData2NV const & rhs ) VULKAN_... type CppType (line 14809) | struct CppType function VULKAN_HPP_CONSTEXPR (line 14822) | VULKAN_HPP_CONSTEXPR CheckpointDataNV( VULKAN_HPP_NAMESPACE::PipelineSta... function VULKAN_HPP_CONSTEXPR (line 14831) | VULKAN_HPP_CONSTEXPR CheckpointDataNV( CheckpointDataNV const & rhs ) VU... function CheckpointDataNV (line 14833) | CheckpointDataNV( VkCheckpointDataNV const & rhs ) VULKAN_HPP_NOEXCEPT :... function CheckpointDataNV (line 14835) | CheckpointDataNV & operator=( CheckpointDataNV const & rhs ) VULKAN_HPP_... function CheckpointDataNV (line 14838) | CheckpointDataNV & operator=( VkCheckpointDataNV const & rhs ) VULKAN_HP... type CppType (line 14892) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 14902) | VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array & fl... function VULKAN_HPP_CONSTEXPR (line 14904) | VULKAN_HPP_CONSTEXPR ClearColorValue( float float32_0, float float32_1, ... function VULKAN_HPP_CONSTEXPR_14 (line 14909) | VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array & ... function VULKAN_HPP_CONSTEXPR (line 14911) | VULKAN_HPP_CONSTEXPR ClearColorValue( int32_t int32_0, int32_t int32_1, ... function VULKAN_HPP_CONSTEXPR_14 (line 14916) | VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array &... function VULKAN_HPP_CONSTEXPR (line 14918) | VULKAN_HPP_CONSTEXPR ClearColorValue( uint32_t uint32_0, uint32_t uint32... function VULKAN_HPP_CONSTEXPR (line 14964) | VULKAN_HPP_CONSTEXPR ClearDepthStencilValue( float depth_ = {}, uint32_t... function VULKAN_HPP_CONSTEXPR (line 14970) | VULKAN_HPP_CONSTEXPR ClearDepthStencilValue( ClearDepthStencilValue cons... function ClearDepthStencilValue (line 14972) | ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) VULKAN_HP... function ClearDepthStencilValue (line 14977) | ClearDepthStencilValue & operator=( ClearDepthStencilValue const & rhs )... function ClearDepthStencilValue (line 14980) | ClearDepthStencilValue & operator=( VkClearDepthStencilValue const & rhs... function VULKAN_HPP_CONSTEXPR_14 (line 15050) | VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearColorValu... function VULKAN_HPP_CONSTEXPR_14 (line 15052) | VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearDepthSten... function VULKAN_HPP_CONSTEXPR_14 (line 15093) | VULKAN_HPP_CONSTEXPR_14 ClearAttachment( VULKAN_HPP_NAMESPACE::ImageAspe... function VULKAN_HPP_CONSTEXPR_14 (line 15102) | VULKAN_HPP_CONSTEXPR_14 ClearAttachment( ClearAttachment const & rhs ) V... function ClearAttachment (line 15104) | ClearAttachment( VkClearAttachment const & rhs ) VULKAN_HPP_NOEXCEPT : C... function ClearAttachment (line 15106) | ClearAttachment & operator=( ClearAttachment const & rhs ) VULKAN_HPP_NO... function ClearAttachment (line 15109) | ClearAttachment & operator=( VkClearAttachment const & rhs ) VULKAN_HPP_... function VULKAN_HPP_CONSTEXPR (line 15168) | VULKAN_HPP_CONSTEXPR ClearRect( VULKAN_HPP_NAMESPACE::Rect2D rect_ = {},... function VULKAN_HPP_CONSTEXPR (line 15175) | VULKAN_HPP_CONSTEXPR ClearRect( ClearRect const & rhs ) VULKAN_HPP_NOEXC... function ClearRect (line 15177) | ClearRect( VkClearRect const & rhs ) VULKAN_HPP_NOEXCEPT : ClearRect( *r... function ClearRect (line 15179) | ClearRect & operator=( ClearRect const & rhs ) VULKAN_HPP_NOEXCEPT = def... function ClearRect (line 15182) | ClearRect & operator=( VkClearRect const & rhs ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR_14 (line 15189) | VULKAN_HPP_CONSTEXPR_14 ClearRect & setRect( VULKAN_HPP_NAMESPACE::Rect2... function VULKAN_HPP_CONSTEXPR_14 (line 15195) | VULKAN_HPP_CONSTEXPR_14 ClearRect & setBaseArrayLayer( uint32_t baseArra... function VULKAN_HPP_CONSTEXPR_14 (line 15201) | VULKAN_HPP_CONSTEXPR_14 ClearRect & setLayerCount( uint32_t layerCount_ ... function VULKAN_HPP_CONSTEXPR (line 15259) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 15269) | VULKAN_HPP_CONSTEXPR ClusterAccelerationStructureBuildClustersBottomLeve... function ClusterAccelerationStructureBuildClustersBottomLevelInfoNV (line 15272) | ClusterAccelerationStructureBuildClustersBottomLevelInfoNV( VkClusterAcc... function ClusterAccelerationStructureBuildClustersBottomLevelInfoNV (line 15278) | ClusterAccelerationStructureBuildClustersBottomLevelInfoNV & function ClusterAccelerationStructureBuildClustersBottomLevelInfoNV (line 15282) | ClusterAccelerationStructureBuildClustersBottomLevelInfoNV & function VULKAN_HPP_CONSTEXPR (line 15364) | VULKAN_HPP_CONSTEXPR ClusterAccelerationStructureGeometryIndexAndGeometr... function VULKAN_HPP_CONSTEXPR (line 15373) | VULKAN_HPP_CONSTEXPR ClusterAccelerationStructureGeometryIndexAndGeometr... function ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV (line 15376) | ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV( VkClusterAc... function ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV (line 15382) | ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV & function ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV (line 15386) | ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV & function ClusterAccelerationStructureBuildTriangleClusterInfoNV (line 15505) | ClusterAccelerationStructureBuildTriangleClusterInfoNV( VkClusterAcceler... function ClusterAccelerationStructureBuildTriangleClusterInfoNV (line 15510) | ClusterAccelerationStructureBuildTriangleClusterInfoNV & function ClusterAccelerationStructureBuildTriangleClusterInfoNV (line 15514) | ClusterAccelerationStructureBuildTriangleClusterInfoNV & function ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV (line 15783) | ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV( VkCluste... function ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV (line 15790) | explicit ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV( function ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV (line 15814) | ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV & function ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV (line 15818) | ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV & function VULKAN_HPP_CONSTEXPR (line 16060) | VULKAN_HPP_CONSTEXPR ClusterAccelerationStructureClustersBottomLevelInpu... function VULKAN_HPP_CONSTEXPR (line 16069) | VULKAN_HPP_CONSTEXPR ClusterAccelerationStructureClustersBottomLevelInpu... function ClusterAccelerationStructureClustersBottomLevelInputNV (line 16072) | ClusterAccelerationStructureClustersBottomLevelInputNV( VkClusterAcceler... function ClusterAccelerationStructureClustersBottomLevelInputNV (line 16077) | ClusterAccelerationStructureClustersBottomLevelInputNV & function ClusterAccelerationStructureClustersBottomLevelInputNV (line 16081) | ClusterAccelerationStructureClustersBottomLevelInputNV & type CppType (line 16159) | struct CppType (line 16348) | struct CppType (line 16472) | struct CppType (line 16666) | struct CppType (line 16922) | struct CppType (line 17721) | struct CppType function CommandBufferInheritanceInfo (line 17753) | CommandBufferInheritanceInfo( VkCommandBufferInheritanceInfo const & rhs... function CommandBufferInheritanceInfo (line 17758) | CommandBufferInheritanceInfo & operator=( CommandBufferInheritanceInfo c... function CommandBufferInheritanceInfo (line 17761) | CommandBufferInheritanceInfo & operator=( VkCommandBufferInheritanceInfo... type CppType (line 17873) | struct CppType function VULKAN_HPP_CONSTEXPR (line 17886) | VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( VULKAN_HPP_NAMESPACE::Comma... function VULKAN_HPP_CONSTEXPR (line 17895) | VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( CommandBufferBeginInfo cons... function CommandBufferBeginInfo (line 17897) | CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) VULKAN_HP... function CommandBufferBeginInfo (line 17902) | CommandBufferBeginInfo & operator=( CommandBufferBeginInfo const & rhs )... function CommandBufferBeginInfo (line 17905) | CommandBufferBeginInfo & operator=( VkCommandBufferBeginInfo const & rhs... type CppType (line 17983) | struct CppType function VULKAN_HPP_CONSTEXPR (line 17996) | VULKAN_HPP_CONSTEXPR CommandBufferInheritanceConditionalRenderingInfoEXT... function VULKAN_HPP_CONSTEXPR (line 18003) | VULKAN_HPP_CONSTEXPR function CommandBufferInheritanceConditionalRenderingInfoEXT (line 18006) | CommandBufferInheritanceConditionalRenderingInfoEXT( VkCommandBufferInhe... function CommandBufferInheritanceConditionalRenderingInfoEXT (line 18011) | CommandBufferInheritanceConditionalRenderingInfoEXT & function CommandBufferInheritanceConditionalRenderingInfoEXT (line 18015) | CommandBufferInheritanceConditionalRenderingInfoEXT & operator=( VkComma... type CppType (line 18083) | struct CppType (line 18197) | struct CppType (line 18395) | struct CppType (line 18637) | struct CppType (line 18743) | struct CppType function VULKAN_HPP_CONSTEXPR (line 18758) | VULKAN_HPP_CONSTEXPR CommandPoolCreateInfo( VULKAN_HPP_NAMESPACE::Comman... function VULKAN_HPP_CONSTEXPR (line 18767) | VULKAN_HPP_CONSTEXPR CommandPoolCreateInfo( CommandPoolCreateInfo const ... function CommandPoolCreateInfo (line 18769) | CommandPoolCreateInfo( VkCommandPoolCreateInfo const & rhs ) VULKAN_HPP_... function CommandPoolCreateInfo (line 18774) | CommandPoolCreateInfo & operator=( CommandPoolCreateInfo const & rhs ) V... function CommandPoolCreateInfo (line 18777) | CommandPoolCreateInfo & operator=( VkCommandPoolCreateInfo const & rhs )... type CppType (line 18851) | struct CppType function VULKAN_HPP_CONSTEXPR (line 18861) | VULKAN_HPP_CONSTEXPR SpecializationMapEntry( uint32_t constantID_ = {}, ... function VULKAN_HPP_CONSTEXPR (line 18868) | VULKAN_HPP_CONSTEXPR SpecializationMapEntry( SpecializationMapEntry cons... function SpecializationMapEntry (line 18870) | SpecializationMapEntry( VkSpecializationMapEntry const & rhs ) VULKAN_HP... function SpecializationMapEntry (line 18875) | SpecializationMapEntry & operator=( SpecializationMapEntry const & rhs )... function SpecializationMapEntry (line 18878) | SpecializationMapEntry & operator=( VkSpecializationMapEntry const & rhs... function VULKAN_HPP_CONSTEXPR (line 18955) | VULKAN_HPP_CONSTEXPR SpecializationInfo( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 18966) | VULKAN_HPP_CONSTEXPR SpecializationInfo( SpecializationInfo const & rhs ... function SpecializationInfo (line 18968) | SpecializationInfo( VkSpecializationInfo const & rhs ) VULKAN_HPP_NOEXCE... function SpecializationInfo (line 18972) | SpecializationInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 19235) | struct CppType (line 19375) | struct CppType function VULKAN_HPP_CONSTEXPR (line 19388) | VULKAN_HPP_CONSTEXPR ComputePipelineIndirectBufferInfoNV( VULKAN_HPP_NAM... function VULKAN_HPP_CONSTEXPR (line 19399) | VULKAN_HPP_CONSTEXPR ComputePipelineIndirectBufferInfoNV( ComputePipelin... function ComputePipelineIndirectBufferInfoNV (line 19401) | ComputePipelineIndirectBufferInfoNV( VkComputePipelineIndirectBufferInfo... function ComputePipelineIndirectBufferInfoNV (line 19406) | ComputePipelineIndirectBufferInfoNV & operator=( ComputePipelineIndirect... function ComputePipelineIndirectBufferInfoNV (line 19409) | ComputePipelineIndirectBufferInfoNV & operator=( VkComputePipelineIndire... type CppType (line 19496) | struct CppType (line 19615) | struct CppType (line 19927) | struct CppType (line 20054) | struct CppType (line 20173) | struct CppType (line 20287) | struct CppType (line 20442) | struct CppType (line 20562) | struct CppType (line 20665) | struct CppType (line 20811) | struct CppType function CopyBufferToImageInfo2 (line 20843) | CopyBufferToImageInfo2( VkCopyBufferToImageInfo2 const & rhs ) VULKAN_HP... function CopyBufferToImageInfo2 (line 20849) | CopyBufferToImageInfo2( VULKAN_HPP_NAMESPACE::Buffer ... function CopyBufferToImageInfo2 (line 20864) | CopyBufferToImageInfo2 & operator=( CopyBufferToImageInfo2 const & rhs )... function CopyBufferToImageInfo2 (line 20867) | CopyBufferToImageInfo2 & operator=( VkCopyBufferToImageInfo2 const & rhs... function CopyBufferToImageInfo2 (line 20911) | CopyBufferToImageInfo2 & type CppType (line 20979) | struct CppType function VULKAN_HPP_CONSTEXPR (line 20994) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 21002) | VULKAN_HPP_CONSTEXPR CopyCommandTransformInfoQCOM( CopyCommandTransformI... function CopyCommandTransformInfoQCOM (line 21004) | CopyCommandTransformInfoQCOM( VkCopyCommandTransformInfoQCOM const & rhs... function CopyCommandTransformInfoQCOM (line 21009) | CopyCommandTransformInfoQCOM & operator=( CopyCommandTransformInfoQCOM c... function CopyCommandTransformInfoQCOM (line 21012) | CopyCommandTransformInfoQCOM & operator=( VkCopyCommandTransformInfoQCOM... type CppType (line 21079) | struct CppType function CopyDescriptorSet (line 21113) | CopyDescriptorSet( VkCopyDescriptorSet const & rhs ) VULKAN_HPP_NOEXCEPT... function CopyDescriptorSet (line 21115) | CopyDescriptorSet & operator=( CopyDescriptorSet const & rhs ) VULKAN_HP... function CopyDescriptorSet (line 21118) | CopyDescriptorSet & operator=( VkCopyDescriptorSet const & rhs ) VULKAN_... type CppType (line 21237) | struct CppType function ImageCopy2 (line 21267) | ImageCopy2( VkImageCopy2 const & rhs ) VULKAN_HPP_NOEXCEPT : ImageCopy2(... function ImageCopy2 (line 21269) | ImageCopy2 & operator=( ImageCopy2 const & rhs ) VULKAN_HPP_NOEXCEPT = d... function ImageCopy2 (line 21272) | ImageCopy2 & operator=( VkImageCopy2 const & rhs ) VULKAN_HPP_NOEXCEPT type CppType (line 21374) | struct CppType function CopyImageInfo2 (line 21408) | CopyImageInfo2( VkCopyImageInfo2 const & rhs ) VULKAN_HPP_NOEXCEPT : Cop... function CopyImageInfo2 (line 21411) | CopyImageInfo2( VULKAN_HPP_NAMESPACE::Image ... function CopyImageInfo2 (line 21428) | CopyImageInfo2 & operator=( CopyImageInfo2 const & rhs ) VULKAN_HPP_NOEX... function CopyImageInfo2 (line 21431) | CopyImageInfo2 & operator=( VkCopyImageInfo2 const & rhs ) VULKAN_HPP_NO... function CopyImageInfo2 (line 21481) | CopyImageInfo2 & setRegions( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporari... type CppType (line 21550) | struct CppType function CopyImageToBufferInfo2 (line 21582) | CopyImageToBufferInfo2( VkCopyImageToBufferInfo2 const & rhs ) VULKAN_HP... function CopyImageToBufferInfo2 (line 21588) | CopyImageToBufferInfo2( VULKAN_HPP_NAMESPACE::Image ... function CopyImageToBufferInfo2 (line 21603) | CopyImageToBufferInfo2 & operator=( CopyImageToBufferInfo2 const & rhs )... function CopyImageToBufferInfo2 (line 21606) | CopyImageToBufferInfo2 & operator=( VkCopyImageToBufferInfo2 const & rhs... function CopyImageToBufferInfo2 (line 21650) | CopyImageToBufferInfo2 & type CppType (line 21718) | struct CppType function CopyImageToImageInfo (line 21754) | CopyImageToImageInfo( VkCopyImageToImageInfo const & rhs ) VULKAN_HPP_NO... function CopyImageToImageInfo (line 21760) | CopyImageToImageInfo( VULKAN_HPP_NAMESPACE::HostImageCopyFlags ... function CopyImageToImageInfo (line 21779) | CopyImageToImageInfo & operator=( CopyImageToImageInfo const & rhs ) VUL... function CopyImageToImageInfo (line 21782) | CopyImageToImageInfo & operator=( VkCopyImageToImageInfo const & rhs ) V... function CopyImageToImageInfo (line 21838) | CopyImageToImageInfo & type CppType (line 21911) | struct CppType function ImageToMemoryCopy (line 21945) | ImageToMemoryCopy( VkImageToMemoryCopy const & rhs ) VULKAN_HPP_NOEXCEPT... function ImageToMemoryCopy (line 21947) | ImageToMemoryCopy & operator=( ImageToMemoryCopy const & rhs ) VULKAN_HP... function ImageToMemoryCopy (line 21950) | ImageToMemoryCopy & operator=( VkImageToMemoryCopy const & rhs ) VULKAN_... type CppType (line 22062) | struct CppType function CopyImageToMemoryInfo (line 22094) | CopyImageToMemoryInfo( VkCopyImageToMemoryInfo const & rhs ) VULKAN_HPP_... function CopyImageToMemoryInfo (line 22100) | CopyImageToMemoryInfo( VULKAN_HPP_NAMESPACE::HostImageCopyFlags ... function CopyImageToMemoryInfo (line 22115) | CopyImageToMemoryInfo & operator=( CopyImageToMemoryInfo const & rhs ) V... function CopyImageToMemoryInfo (line 22118) | CopyImageToMemoryInfo & operator=( VkCopyImageToMemoryInfo const & rhs )... function CopyImageToMemoryInfo (line 22162) | CopyImageToMemoryInfo & type CppType (line 22230) | struct CppType function VULKAN_HPP_CONSTEXPR (line 22242) | VULKAN_HPP_CONSTEXPR CopyMemoryIndirectCommandNV( VULKAN_HPP_NAMESPACE::... function VULKAN_HPP_CONSTEXPR (line 22251) | VULKAN_HPP_CONSTEXPR CopyMemoryIndirectCommandNV( CopyMemoryIndirectComm... function CopyMemoryIndirectCommandNV (line 22253) | CopyMemoryIndirectCommandNV( VkCopyMemoryIndirectCommandNV const & rhs )... function CopyMemoryIndirectCommandNV (line 22258) | CopyMemoryIndirectCommandNV & operator=( CopyMemoryIndirectCommandNV con... function CopyMemoryIndirectCommandNV (line 22261) | CopyMemoryIndirectCommandNV & operator=( VkCopyMemoryIndirectCommandNV c... function VULKAN_HPP_CONSTEXPR_14 (line 22341) | VULKAN_HPP_CONSTEXPR_14 CopyMemoryToAccelerationStructureInfoKHR( function VULKAN_HPP_CONSTEXPR_14 (line 22353) | VULKAN_HPP_CONSTEXPR_14 CopyMemoryToAccelerationStructureInfoKHR( CopyMe... function CopyMemoryToAccelerationStructureInfoKHR (line 22355) | CopyMemoryToAccelerationStructureInfoKHR( VkCopyMemoryToAccelerationStru... function CopyMemoryToAccelerationStructureInfoKHR (line 22360) | CopyMemoryToAccelerationStructureInfoKHR & operator=( CopyMemoryToAccele... function CopyMemoryToAccelerationStructureInfoKHR (line 22363) | CopyMemoryToAccelerationStructureInfoKHR & operator=( VkCopyMemoryToAcce... type CppType (line 22432) | struct CppType (line 22711) | struct CppType function CopyMemoryToImageInfo (line 22743) | CopyMemoryToImageInfo( VkCopyMemoryToImageInfo const & rhs ) VULKAN_HPP_... function CopyMemoryToImageInfo (line 22749) | CopyMemoryToImageInfo( VULKAN_HPP_NAMESPACE::HostImageCopyFlags ... function CopyMemoryToImageInfo (line 22764) | CopyMemoryToImageInfo & operator=( CopyMemoryToImageInfo const & rhs ) V... function CopyMemoryToImageInfo (line 22767) | CopyMemoryToImageInfo & operator=( VkCopyMemoryToImageInfo const & rhs )... function CopyMemoryToImageInfo (line 22811) | CopyMemoryToImageInfo & type CppType (line 22879) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 22894) | VULKAN_HPP_CONSTEXPR_14 CopyMemoryToMicromapInfoEXT( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_CONSTEXPR_14 (line 22905) | VULKAN_HPP_CONSTEXPR_14 CopyMemoryToMicromapInfoEXT( CopyMemoryToMicroma... function CopyMemoryToMicromapInfoEXT (line 22907) | CopyMemoryToMicromapInfoEXT( VkCopyMemoryToMicromapInfoEXT const & rhs )... function CopyMemoryToMicromapInfoEXT (line 22912) | CopyMemoryToMicromapInfoEXT & operator=( CopyMemoryToMicromapInfoEXT con... function CopyMemoryToMicromapInfoEXT (line 22915) | CopyMemoryToMicromapInfoEXT & operator=( VkCopyMemoryToMicromapInfoEXT c... type CppType (line 22982) | struct CppType function VULKAN_HPP_CONSTEXPR (line 22995) | VULKAN_HPP_CONSTEXPR CopyMicromapInfoEXT( VULKAN_HPP_NAMESPACE::Micromap... function VULKAN_HPP_CONSTEXPR (line 23006) | VULKAN_HPP_CONSTEXPR CopyMicromapInfoEXT( CopyMicromapInfoEXT const & rh... function CopyMicromapInfoEXT (line 23008) | CopyMicromapInfoEXT( VkCopyMicromapInfoEXT const & rhs ) VULKAN_HPP_NOEX... function CopyMicromapInfoEXT (line 23012) | CopyMicromapInfoEXT & operator=( CopyMicromapInfoEXT const & rhs ) VULKA... function CopyMicromapInfoEXT (line 23015) | CopyMicromapInfoEXT & operator=( VkCopyMicromapInfoEXT const & rhs ) VUL... type CppType (line 23100) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 23113) | VULKAN_HPP_CONSTEXPR_14 CopyMicromapToMemoryInfoEXT( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_CONSTEXPR_14 (line 23124) | VULKAN_HPP_CONSTEXPR_14 CopyMicromapToMemoryInfoEXT( CopyMicromapToMemor... function CopyMicromapToMemoryInfoEXT (line 23126) | CopyMicromapToMemoryInfoEXT( VkCopyMicromapToMemoryInfoEXT const & rhs )... function CopyMicromapToMemoryInfoEXT (line 23131) | CopyMicromapToMemoryInfoEXT & operator=( CopyMicromapToMemoryInfoEXT con... function CopyMicromapToMemoryInfoEXT (line 23134) | CopyMicromapToMemoryInfoEXT & operator=( VkCopyMicromapToMemoryInfoEXT c... type CppType (line 23201) | struct CppType function VULKAN_HPP_CONSTEXPR (line 23214) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 23222) | VULKAN_HPP_CONSTEXPR CuFunctionCreateInfoNVX( CuFunctionCreateInfoNVX co... function CuFunctionCreateInfoNVX (line 23224) | CuFunctionCreateInfoNVX( VkCuFunctionCreateInfoNVX const & rhs ) VULKAN_... function CuFunctionCreateInfoNVX (line 23229) | CuFunctionCreateInfoNVX & operator=( CuFunctionCreateInfoNVX const & rhs... function CuFunctionCreateInfoNVX (line 23232) | CuFunctionCreateInfoNVX & operator=( VkCuFunctionCreateInfoNVX const & r... type CppType (line 23315) | struct CppType function CuLaunchInfoNVX (line 23359) | CuLaunchInfoNVX( VkCuLaunchInfoNVX const & rhs ) VULKAN_HPP_NOEXCEPT : C... function CuLaunchInfoNVX (line 23362) | CuLaunchInfoNVX( VULKAN_HPP_NAMESPACE::CuFunctionNVX ... function CuLaunchInfoNVX (line 23390) | CuLaunchInfoNVX & operator=( CuLaunchInfoNVX const & rhs ) VULKAN_HPP_NO... function CuLaunchInfoNVX (line 23393) | CuLaunchInfoNVX & operator=( VkCuLaunchInfoNVX const & rhs ) VULKAN_HPP_... function CuLaunchInfoNVX (line 23467) | CuLaunchInfoNVX & setParams( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporari... function CuLaunchInfoNVX (line 23488) | CuLaunchInfoNVX & setExtras( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporari... type CppType (line 23572) | struct CppType function VULKAN_HPP_CONSTEXPR (line 23585) | VULKAN_HPP_CONSTEXPR CuModuleCreateInfoNVX( size_t dataSize_ = {}, const... function VULKAN_HPP_CONSTEXPR (line 23592) | VULKAN_HPP_CONSTEXPR CuModuleCreateInfoNVX( CuModuleCreateInfoNVX const ... function CuModuleCreateInfoNVX (line 23594) | CuModuleCreateInfoNVX( VkCuModuleCreateInfoNVX const & rhs ) VULKAN_HPP_... function CuModuleCreateInfoNVX (line 23601) | CuModuleCreateInfoNVX( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 23694) | struct CppType function VULKAN_HPP_CONSTEXPR (line 23707) | VULKAN_HPP_CONSTEXPR CuModuleTexturingModeCreateInfoNVX( VULKAN_HPP_NAME... function VULKAN_HPP_CONSTEXPR (line 23714) | VULKAN_HPP_CONSTEXPR CuModuleTexturingModeCreateInfoNVX( CuModuleTexturi... function CuModuleTexturingModeCreateInfoNVX (line 23716) | CuModuleTexturingModeCreateInfoNVX( VkCuModuleTexturingModeCreateInfoNVX... function CuModuleTexturingModeCreateInfoNVX (line 23721) | CuModuleTexturingModeCreateInfoNVX & operator=( CuModuleTexturingModeCre... function CuModuleTexturingModeCreateInfoNVX (line 23724) | CuModuleTexturingModeCreateInfoNVX & operator=( VkCuModuleTexturingModeC... type CppType (line 23791) | struct CppType (line 23906) | struct CppType function CudaLaunchInfoNV (line 23952) | CudaLaunchInfoNV( VkCudaLaunchInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT :... function CudaLaunchInfoNV (line 23955) | CudaLaunchInfoNV( VULKAN_HPP_NAMESPACE::CudaFunctionNV ... function CudaLaunchInfoNV (line 23983) | CudaLaunchInfoNV & operator=( CudaLaunchInfoNV const & rhs ) VULKAN_HPP_... function CudaLaunchInfoNV (line 23986) | CudaLaunchInfoNV & operator=( VkCudaLaunchInfoNV const & rhs ) VULKAN_HP... function CudaLaunchInfoNV (line 24060) | CudaLaunchInfoNV & setParams( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporar... function CudaLaunchInfoNV (line 24081) | CudaLaunchInfoNV & setExtras( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporar... type CppType (line 24165) | struct CppType function VULKAN_HPP_CONSTEXPR (line 24180) | VULKAN_HPP_CONSTEXPR CudaModuleCreateInfoNV( size_t dataSize_ = {}, cons... function VULKAN_HPP_CONSTEXPR (line 24187) | VULKAN_HPP_CONSTEXPR CudaModuleCreateInfoNV( CudaModuleCreateInfoNV cons... function CudaModuleCreateInfoNV (line 24189) | CudaModuleCreateInfoNV( VkCudaModuleCreateInfoNV const & rhs ) VULKAN_HP... function CudaModuleCreateInfoNV (line 24196) | CudaModuleCreateInfoNV( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 24289) | struct CppType function D3D12FenceSubmitInfoKHR (line 24319) | D3D12FenceSubmitInfoKHR( VkD3D12FenceSubmitInfoKHR const & rhs ) VULKAN_... function D3D12FenceSubmitInfoKHR (line 24325) | D3D12FenceSubmitInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 24455) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 24469) | VULKAN_HPP_CONSTEXPR_14 function VULKAN_HPP_CONSTEXPR_14 (line 24477) | VULKAN_HPP_CONSTEXPR_14 DebugMarkerMarkerInfoEXT( DebugMarkerMarkerInfoE... function DebugMarkerMarkerInfoEXT (line 24479) | DebugMarkerMarkerInfoEXT( VkDebugMarkerMarkerInfoEXT const & rhs ) VULKA... function DebugMarkerMarkerInfoEXT (line 24484) | DebugMarkerMarkerInfoEXT & operator=( DebugMarkerMarkerInfoEXT const & r... function DebugMarkerMarkerInfoEXT (line 24487) | DebugMarkerMarkerInfoEXT & operator=( VkDebugMarkerMarkerInfoEXT const &... type CppType (line 24571) | struct CppType function VULKAN_HPP_CONSTEXPR (line 24584) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 24596) | VULKAN_HPP_CONSTEXPR DebugMarkerObjectNameInfoEXT( DebugMarkerObjectName... function DebugMarkerObjectNameInfoEXT (line 24598) | DebugMarkerObjectNameInfoEXT( VkDebugMarkerObjectNameInfoEXT const & rhs... function DebugMarkerObjectNameInfoEXT (line 24603) | DebugMarkerObjectNameInfoEXT & operator=( DebugMarkerObjectNameInfoEXT c... function DebugMarkerObjectNameInfoEXT (line 24606) | DebugMarkerObjectNameInfoEXT & operator=( VkDebugMarkerObjectNameInfoEXT... type CppType (line 24703) | struct CppType function DebugMarkerObjectTagInfoEXT (line 24734) | DebugMarkerObjectTagInfoEXT( VkDebugMarkerObjectTagInfoEXT const & rhs )... function DebugMarkerObjectTagInfoEXT (line 24741) | DebugMarkerObjectTagInfoEXT( VULKAN_HPP_NAMESPACE::DebugReportObjectType... function DebugMarkerObjectTagInfoEXT (line 24751) | DebugMarkerObjectTagInfoEXT & operator=( DebugMarkerObjectTagInfoEXT con... function DebugMarkerObjectTagInfoEXT (line 24754) | DebugMarkerObjectTagInfoEXT & operator=( VkDebugMarkerObjectTagInfoEXT c... function DebugMarkerObjectTagInfoEXT (line 24799) | DebugMarkerObjectTagInfoEXT & setTag( VULKAN_HPP_NAMESPACE::ArrayProxyNo... type CppType (line 24866) | struct CppType function VULKAN_HPP_CONSTEXPR (line 24888) | VULKAN_HPP_CONSTEXPR DebugReportCallbackCreateInfoEXT( VULKAN_HPP_NAMESP... function VULKAN_HPP_CONSTEXPR (line 24899) | VULKAN_HPP_CONSTEXPR DebugReportCallbackCreateInfoEXT( DebugReportCallba... function DebugReportCallbackCreateInfoEXT (line 24901) | DebugReportCallbackCreateInfoEXT( VkDebugReportCallbackCreateInfoEXT con... function DebugReportCallbackCreateInfoEXT (line 24915) | DebugReportCallbackCreateInfoEXT( VULKAN_HPP_NAMESPACE::DebugReportFlags... function DebugReportCallbackCreateInfoEXT (line 24926) | DebugReportCallbackCreateInfoEXT & operator=( DebugReportCallbackCreateI... function DebugReportCallbackCreateInfoEXT (line 24929) | DebugReportCallbackCreateInfoEXT & operator=( VkDebugReportCallbackCreat... function DebugReportCallbackCreateInfoEXT (line 24970) | DebugReportCallbackCreateInfoEXT & setPfnCallback( PFN_vkDebugReportCall... type CppType (line 25028) | struct CppType (line 25140) | struct CppType function VULKAN_HPP_CONSTEXPR (line 25153) | VULKAN_HPP_CONSTEXPR DebugUtilsObjectNameInfoEXT( VULKAN_HPP_NAMESPACE::... function VULKAN_HPP_CONSTEXPR (line 25164) | VULKAN_HPP_CONSTEXPR DebugUtilsObjectNameInfoEXT( DebugUtilsObjectNameIn... function DebugUtilsObjectNameInfoEXT (line 25166) | DebugUtilsObjectNameInfoEXT( VkDebugUtilsObjectNameInfoEXT const & rhs )... function DebugUtilsObjectNameInfoEXT (line 25171) | DebugUtilsObjectNameInfoEXT & operator=( DebugUtilsObjectNameInfoEXT con... function DebugUtilsObjectNameInfoEXT (line 25174) | DebugUtilsObjectNameInfoEXT & operator=( VkDebugUtilsObjectNameInfoEXT c... type CppType (line 25268) | struct CppType function DebugUtilsMessengerCallbackDataEXT (line 25308) | DebugUtilsMessengerCallbackDataEXT( VkDebugUtilsMessengerCallbackDataEXT... function DebugUtilsMessengerCallbackDataEXT (line 25314) | DebugUtilsMessengerCallbackDataEXT( function DebugUtilsMessengerCallbackDataEXT (line 25338) | DebugUtilsMessengerCallbackDataEXT & operator=( DebugUtilsMessengerCallb... function DebugUtilsMessengerCallbackDataEXT (line 25341) | DebugUtilsMessengerCallbackDataEXT & operator=( VkDebugUtilsMessengerCal... function DebugUtilsMessengerCallbackDataEXT (line 25393) | DebugUtilsMessengerCallbackDataEXT & function DebugUtilsMessengerCallbackDataEXT (line 25416) | DebugUtilsMessengerCallbackDataEXT & function DebugUtilsMessengerCallbackDataEXT (line 25439) | DebugUtilsMessengerCallbackDataEXT & type CppType (line 25547) | struct CppType (line 25736) | struct CppType (line 25903) | struct CppType function VULKAN_HPP_CONSTEXPR (line 25913) | VULKAN_HPP_CONSTEXPR DecompressMemoryRegionNV( VULKAN_HPP_NAMESPACE::Dev... function VULKAN_HPP_CONSTEXPR (line 25926) | VULKAN_HPP_CONSTEXPR DecompressMemoryRegionNV( DecompressMemoryRegionNV ... function DecompressMemoryRegionNV (line 25928) | DecompressMemoryRegionNV( VkDecompressMemoryRegionNV const & rhs ) VULKA... function DecompressMemoryRegionNV (line 25933) | DecompressMemoryRegionNV & operator=( DecompressMemoryRegionNV const & r... function DecompressMemoryRegionNV (line 25936) | DecompressMemoryRegionNV & operator=( VkDecompressMemoryRegionNV const &... function VULKAN_HPP_CONSTEXPR (line 26036) | VULKAN_HPP_CONSTEXPR DedicatedAllocationBufferCreateInfoNV( VULKAN_HPP_N... function VULKAN_HPP_CONSTEXPR (line 26043) | VULKAN_HPP_CONSTEXPR DedicatedAllocationBufferCreateInfoNV( DedicatedAll... function DedicatedAllocationBufferCreateInfoNV (line 26045) | DedicatedAllocationBufferCreateInfoNV( VkDedicatedAllocationBufferCreate... function DedicatedAllocationBufferCreateInfoNV (line 26050) | DedicatedAllocationBufferCreateInfoNV & operator=( DedicatedAllocationBu... function DedicatedAllocationBufferCreateInfoNV (line 26053) | DedicatedAllocationBufferCreateInfoNV & operator=( VkDedicatedAllocation... type CppType (line 26121) | struct CppType (line 26219) | struct CppType (line 26325) | struct CppType (line 26452) | struct CppType function VULKAN_HPP_CONSTEXPR (line 26464) | VULKAN_HPP_CONSTEXPR ImageSubresourceRange( VULKAN_HPP_NAMESPACE::ImageA... function VULKAN_HPP_CONSTEXPR (line 26477) | VULKAN_HPP_CONSTEXPR ImageSubresourceRange( ImageSubresourceRange const ... function ImageSubresourceRange (line 26479) | ImageSubresourceRange( VkImageSubresourceRange const & rhs ) VULKAN_HPP_... function ImageSubresourceRange (line 26484) | ImageSubresourceRange & operator=( ImageSubresourceRange const & rhs ) V... function ImageSubresourceRange (line 26487) | ImageSubresourceRange & operator=( VkImageSubresourceRange const & rhs )... function ImageMemoryBarrier2 (line 26609) | ImageMemoryBarrier2( VkImageMemoryBarrier2 const & rhs ) VULKAN_HPP_NOEX... function ImageMemoryBarrier2 (line 26613) | ImageMemoryBarrier2 & operator=( ImageMemoryBarrier2 const & rhs ) VULKA... function ImageMemoryBarrier2 (line 26616) | ImageMemoryBarrier2 & operator=( VkImageMemoryBarrier2 const & rhs ) VUL... type CppType (line 26772) | struct CppType function DependencyInfo (line 26808) | DependencyInfo( VkDependencyInfo const & rhs ) VULKAN_HPP_NOEXCEPT : Dep... function DependencyInfo (line 26811) | DependencyInfo( VULKAN_HPP_NAMESPACE::DependencyFlags ... function DependencyInfo (line 26828) | DependencyInfo & operator=( DependencyInfo const & rhs ) VULKAN_HPP_NOEX... function DependencyInfo (line 26831) | DependencyInfo & operator=( VkDependencyInfo const & rhs ) VULKAN_HPP_NO... function DependencyInfo (line 26863) | DependencyInfo & function DependencyInfo (line 26886) | DependencyInfo & setBufferMemoryBarriers( function DependencyInfo (line 26909) | DependencyInfo & setImageMemoryBarriers( type CppType (line 26991) | struct CppType function VULKAN_HPP_CONSTEXPR (line 27006) | VULKAN_HPP_CONSTEXPR DepthBiasInfoEXT( float depthBiasConstantFac... function VULKAN_HPP_CONSTEXPR (line 27017) | VULKAN_HPP_CONSTEXPR DepthBiasInfoEXT( DepthBiasInfoEXT const & rhs ) VU... function DepthBiasInfoEXT (line 27019) | DepthBiasInfoEXT( VkDepthBiasInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT :... function DepthBiasInfoEXT (line 27021) | DepthBiasInfoEXT & operator=( DepthBiasInfoEXT const & rhs ) VULKAN_HPP_... function DepthBiasInfoEXT (line 27024) | DepthBiasInfoEXT & operator=( VkDepthBiasInfoEXT const & rhs ) VULKAN_HP... type CppType (line 27106) | struct CppType function VULKAN_HPP_CONSTEXPR (line 27119) | VULKAN_HPP_CONSTEXPR DepthBiasRepresentationInfoEXT( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_CONSTEXPR (line 27129) | VULKAN_HPP_CONSTEXPR DepthBiasRepresentationInfoEXT( DepthBiasRepresenta... function DepthBiasRepresentationInfoEXT (line 27131) | DepthBiasRepresentationInfoEXT( VkDepthBiasRepresentationInfoEXT const &... function DepthBiasRepresentationInfoEXT (line 27136) | DepthBiasRepresentationInfoEXT & operator=( DepthBiasRepresentationInfoE... function DepthBiasRepresentationInfoEXT (line 27139) | DepthBiasRepresentationInfoEXT & operator=( VkDepthBiasRepresentationInf... type CppType (line 27218) | struct CppType (line 27420) | struct CppType function VULKAN_HPP_CONSTEXPR (line 27433) | VULKAN_HPP_CONSTEXPR DescriptorBufferBindingInfoEXT( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_CONSTEXPR (line 27442) | VULKAN_HPP_CONSTEXPR DescriptorBufferBindingInfoEXT( DescriptorBufferBin... function DescriptorBufferBindingInfoEXT (line 27444) | DescriptorBufferBindingInfoEXT( VkDescriptorBufferBindingInfoEXT const &... function DescriptorBufferBindingInfoEXT (line 27449) | DescriptorBufferBindingInfoEXT & operator=( DescriptorBufferBindingInfoE... function DescriptorBufferBindingInfoEXT (line 27452) | DescriptorBufferBindingInfoEXT & operator=( VkDescriptorBufferBindingInf... type CppType (line 27529) | struct CppType (line 27628) | struct CppType (line 28032) | struct CppType function VULKAN_HPP_CONSTEXPR (line 28042) | VULKAN_HPP_CONSTEXPR DescriptorPoolSize( VULKAN_HPP_NAMESPACE::Descripto... function VULKAN_HPP_CONSTEXPR (line 28049) | VULKAN_HPP_CONSTEXPR DescriptorPoolSize( DescriptorPoolSize const & rhs ... function DescriptorPoolSize (line 28051) | DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) VULKAN_HPP_NOEXCE... function DescriptorPoolSize (line 28053) | DescriptorPoolSize & operator=( DescriptorPoolSize const & rhs ) VULKAN_... function DescriptorPoolSize (line 28056) | DescriptorPoolSize & operator=( VkDescriptorPoolSize const & rhs ) VULKA... function VULKAN_HPP_CONSTEXPR (line 28129) | VULKAN_HPP_CONSTEXPR DescriptorPoolCreateInfo( VULKAN_HPP_NAMESPACE::Des... function VULKAN_HPP_CONSTEXPR (line 28142) | VULKAN_HPP_CONSTEXPR DescriptorPoolCreateInfo( DescriptorPoolCreateInfo ... function DescriptorPoolCreateInfo (line 28144) | DescriptorPoolCreateInfo( VkDescriptorPoolCreateInfo const & rhs ) VULKA... function DescriptorPoolCreateInfo (line 28150) | DescriptorPoolCreateInfo( VULKAN_HPP_NAMESPACE::DescriptorPoolCreateFlag... function DescriptorPoolCreateInfo (line 28159) | DescriptorPoolCreateInfo & operator=( DescriptorPoolCreateInfo const & r... function DescriptorPoolCreateInfo (line 28162) | DescriptorPoolCreateInfo & operator=( VkDescriptorPoolCreateInfo const &... function DescriptorPoolCreateInfo (line 28200) | DescriptorPoolCreateInfo & type CppType (line 28266) | struct CppType function VULKAN_HPP_CONSTEXPR (line 28279) | VULKAN_HPP_CONSTEXPR DescriptorPoolInlineUniformBlockCreateInfo( uint32_... function VULKAN_HPP_CONSTEXPR (line 28286) | VULKAN_HPP_CONSTEXPR DescriptorPoolInlineUniformBlockCreateInfo( Descrip... function DescriptorPoolInlineUniformBlockCreateInfo (line 28288) | DescriptorPoolInlineUniformBlockCreateInfo( VkDescriptorPoolInlineUnifor... function DescriptorPoolInlineUniformBlockCreateInfo (line 28293) | DescriptorPoolInlineUniformBlockCreateInfo & operator=( DescriptorPoolIn... function DescriptorPoolInlineUniformBlockCreateInfo (line 28296) | DescriptorPoolInlineUniformBlockCreateInfo & operator=( VkDescriptorPool... type CppType (line 28364) | struct CppType (line 28505) | struct CppType function VULKAN_HPP_CONSTEXPR (line 28518) | VULKAN_HPP_CONSTEXPR DescriptorSetBindingReferenceVALVE( VULKAN_HPP_NAME... function VULKAN_HPP_CONSTEXPR (line 28527) | VULKAN_HPP_CONSTEXPR DescriptorSetBindingReferenceVALVE( DescriptorSetBi... function DescriptorSetBindingReferenceVALVE (line 28529) | DescriptorSetBindingReferenceVALVE( VkDescriptorSetBindingReferenceVALVE... function DescriptorSetBindingReferenceVALVE (line 28534) | DescriptorSetBindingReferenceVALVE & operator=( DescriptorSetBindingRefe... function DescriptorSetBindingReferenceVALVE (line 28537) | DescriptorSetBindingReferenceVALVE & operator=( VkDescriptorSetBindingRe... type CppType (line 28612) | struct CppType (line 28881) | struct CppType (line 29023) | struct CppType (line 29128) | struct CppType (line 29210) | struct CppType function VULKAN_HPP_CONSTEXPR (line 29225) | VULKAN_HPP_CONSTEXPR DescriptorSetVariableDescriptorCountAllocateInfo( u... function VULKAN_HPP_CONSTEXPR (line 29234) | VULKAN_HPP_CONSTEXPR function DescriptorSetVariableDescriptorCountAllocateInfo (line 29237) | DescriptorSetVariableDescriptorCountAllocateInfo( VkDescriptorSetVariabl... function DescriptorSetVariableDescriptorCountAllocateInfo (line 29243) | DescriptorSetVariableDescriptorCountAllocateInfo( VULKAN_HPP_NAMESPACE::... function DescriptorSetVariableDescriptorCountAllocateInfo (line 29250) | DescriptorSetVariableDescriptorCountAllocateInfo & operator=( Descriptor... function DescriptorSetVariableDescriptorCountAllocateInfo (line 29253) | DescriptorSetVariableDescriptorCountAllocateInfo & operator=( VkDescript... function DescriptorSetVariableDescriptorCountAllocateInfo (line 29279) | DescriptorSetVariableDescriptorCountAllocateInfo & type CppType (line 29338) | struct CppType (line 29425) | struct CppType (line 29766) | struct CppType (line 29900) | struct CppType (line 29997) | struct CppType (line 30152) | struct CppType function PhysicalDeviceFeatures (line 30277) | PhysicalDeviceFeatures( VkPhysicalDeviceFeatures const & rhs ) VULKAN_HP... function PhysicalDeviceFeatures (line 30282) | PhysicalDeviceFeatures & operator=( PhysicalDeviceFeatures const & rhs )... function PhysicalDeviceFeatures (line 30285) | PhysicalDeviceFeatures & operator=( VkPhysicalDeviceFeatures const & rhs... function DeviceCreateInfo (line 30898) | DeviceCreateInfo( VkDeviceCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT :... function DeviceCreateInfo (line 30901) | DeviceCreateInfo( VULKAN_HPP_NAMESPACE::DeviceCreateFlags ... function DeviceCreateInfo (line 30920) | DeviceCreateInfo & operator=( DeviceCreateInfo const & rhs ) VULKAN_HPP_... function DeviceCreateInfo (line 30923) | DeviceCreateInfo & operator=( VkDeviceCreateInfo const & rhs ) VULKAN_HP... function DeviceCreateInfo (line 30956) | DeviceCreateInfo & setQueueCreateInfos( function DeviceCreateInfo (line 30978) | DeviceCreateInfo & function DeviceCreateInfo (line 31000) | DeviceCreateInfo & type CppType (line 31127) | struct CppType function DeviceMemoryReportCallbackDataEXT (line 31162) | DeviceMemoryReportCallbackDataEXT( VkDeviceMemoryReportCallbackDataEXT c... function DeviceMemoryReportCallbackDataEXT (line 31167) | DeviceMemoryReportCallbackDataEXT & operator=( DeviceMemoryReportCallbac... function DeviceMemoryReportCallbackDataEXT (line 31170) | DeviceMemoryReportCallbackDataEXT & operator=( VkDeviceMemoryReportCallb... type CppType (line 31238) | struct CppType (line 31398) | struct CppType (line 31495) | struct CppType (line 31589) | struct CppType function VULKAN_HPP_CONSTEXPR (line 31599) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 31609) | VULKAN_HPP_CONSTEXPR DeviceFaultAddressInfoEXT( DeviceFaultAddressInfoEX... function DeviceFaultAddressInfoEXT (line 31611) | DeviceFaultAddressInfoEXT( VkDeviceFaultAddressInfoEXT const & rhs ) VUL... function DeviceFaultAddressInfoEXT (line 31616) | DeviceFaultAddressInfoEXT & operator=( DeviceFaultAddressInfoEXT const &... function DeviceFaultAddressInfoEXT (line 31619) | DeviceFaultAddressInfoEXT & operator=( VkDeviceFaultAddressInfoEXT const... function VULKAN_HPP_CONSTEXPR (line 31699) | VULKAN_HPP_CONSTEXPR DeviceFaultCountsEXT( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 31710) | VULKAN_HPP_CONSTEXPR DeviceFaultCountsEXT( DeviceFaultCountsEXT const & ... function DeviceFaultCountsEXT (line 31712) | DeviceFaultCountsEXT( VkDeviceFaultCountsEXT const & rhs ) VULKAN_HPP_NO... function DeviceFaultCountsEXT (line 31717) | DeviceFaultCountsEXT & operator=( DeviceFaultCountsEXT const & rhs ) VUL... function DeviceFaultCountsEXT (line 31720) | DeviceFaultCountsEXT & operator=( VkDeviceFaultCountsEXT const & rhs ) V... type CppType (line 31802) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 31812) | VULKAN_HPP_CONSTEXPR_14 DeviceFaultVendorInfoEXT( std::array (line 32079) | struct CppType function DeviceFaultVendorBinaryHeaderVersionOneEXT (line 32117) | DeviceFaultVendorBinaryHeaderVersionOneEXT( VkDeviceFaultVendorBinaryHea... function DeviceFaultVendorBinaryHeaderVersionOneEXT (line 32122) | DeviceFaultVendorBinaryHeaderVersionOneEXT & operator=( DeviceFaultVendo... function DeviceFaultVendorBinaryHeaderVersionOneEXT (line 32125) | DeviceFaultVendorBinaryHeaderVersionOneEXT & operator=( VkDeviceFaultVen... function VULKAN_HPP_CONSTEXPR (line 32286) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 32294) | VULKAN_HPP_CONSTEXPR DeviceGroupBindSparseInfo( DeviceGroupBindSparseInf... function DeviceGroupBindSparseInfo (line 32296) | DeviceGroupBindSparseInfo( VkDeviceGroupBindSparseInfo const & rhs ) VUL... function DeviceGroupBindSparseInfo (line 32301) | DeviceGroupBindSparseInfo & operator=( DeviceGroupBindSparseInfo const &... function DeviceGroupBindSparseInfo (line 32304) | DeviceGroupBindSparseInfo & operator=( VkDeviceGroupBindSparseInfo const... type CppType (line 32379) | struct CppType function VULKAN_HPP_CONSTEXPR (line 32394) | VULKAN_HPP_CONSTEXPR DeviceGroupCommandBufferBeginInfo( uint32_t deviceM... function VULKAN_HPP_CONSTEXPR (line 32400) | VULKAN_HPP_CONSTEXPR DeviceGroupCommandBufferBeginInfo( DeviceGroupComma... function DeviceGroupCommandBufferBeginInfo (line 32402) | DeviceGroupCommandBufferBeginInfo( VkDeviceGroupCommandBufferBeginInfo c... function DeviceGroupCommandBufferBeginInfo (line 32407) | DeviceGroupCommandBufferBeginInfo & operator=( DeviceGroupCommandBufferB... function DeviceGroupCommandBufferBeginInfo (line 32410) | DeviceGroupCommandBufferBeginInfo & operator=( VkDeviceGroupCommandBuffe... type CppType (line 32477) | struct CppType (line 32605) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 32620) | VULKAN_HPP_CONSTEXPR_14 DeviceGroupPresentCapabilitiesKHR( std::array (line 32696) | struct CppType (line 32835) | struct CppType function VULKAN_HPP_CONSTEXPR (line 32848) | VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 32859) | VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( DeviceGroupRenderPa... function DeviceGroupRenderPassBeginInfo (line 32861) | DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const &... function DeviceGroupRenderPassBeginInfo (line 32867) | DeviceGroupRenderPassBeginInfo( uint32_t ... function DeviceGroupRenderPassBeginInfo (line 32878) | DeviceGroupRenderPassBeginInfo & operator=( DeviceGroupRenderPassBeginIn... function DeviceGroupRenderPassBeginInfo (line 32881) | DeviceGroupRenderPassBeginInfo & operator=( VkDeviceGroupRenderPassBegin... function DeviceGroupRenderPassBeginInfo (line 32914) | DeviceGroupRenderPassBeginInfo & type CppType (line 32975) | struct CppType (line 33182) | struct CppType function VULKAN_HPP_CONSTEXPR (line 33197) | VULKAN_HPP_CONSTEXPR DeviceGroupSwapchainCreateInfoKHR( VULKAN_HPP_NAMES... function VULKAN_HPP_CONSTEXPR (line 33204) | VULKAN_HPP_CONSTEXPR DeviceGroupSwapchainCreateInfoKHR( DeviceGroupSwapc... function DeviceGroupSwapchainCreateInfoKHR (line 33206) | DeviceGroupSwapchainCreateInfoKHR( VkDeviceGroupSwapchainCreateInfoKHR c... function DeviceGroupSwapchainCreateInfoKHR (line 33211) | DeviceGroupSwapchainCreateInfoKHR & operator=( DeviceGroupSwapchainCreat... function DeviceGroupSwapchainCreateInfoKHR (line 33214) | DeviceGroupSwapchainCreateInfoKHR & operator=( VkDeviceGroupSwapchainCre... type CppType (line 33281) | struct CppType (line 33556) | struct CppType function VULKAN_HPP_CONSTEXPR (line 33569) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 33579) | VULKAN_HPP_CONSTEXPR DeviceImageMemoryRequirements( DeviceImageMemoryReq... function DeviceImageMemoryRequirements (line 33581) | DeviceImageMemoryRequirements( VkDeviceImageMemoryRequirements const & r... function DeviceImageMemoryRequirements (line 33586) | DeviceImageMemoryRequirements & operator=( DeviceImageMemoryRequirements... function DeviceImageMemoryRequirements (line 33589) | DeviceImageMemoryRequirements & operator=( VkDeviceImageMemoryRequiremen... type CppType (line 33666) | struct CppType (line 33761) | struct CppType function VULKAN_HPP_CONSTEXPR (line 33777) | VULKAN_HPP_CONSTEXPR DeviceImageSubresourceInfo( const VULKAN_HPP_NAMESP... function VULKAN_HPP_CONSTEXPR (line 33786) | VULKAN_HPP_CONSTEXPR DeviceImageSubresourceInfo( DeviceImageSubresourceI... function DeviceImageSubresourceInfo (line 33788) | DeviceImageSubresourceInfo( VkDeviceImageSubresourceInfo const & rhs ) V... function DeviceImageSubresourceInfo (line 33793) | DeviceImageSubresourceInfo & operator=( DeviceImageSubresourceInfo const... function DeviceImageSubresourceInfo (line 33796) | DeviceImageSubresourceInfo & operator=( VkDeviceImageSubresourceInfo con... type CppType (line 33873) | struct CppType function VULKAN_HPP_CONSTEXPR (line 33888) | VULKAN_HPP_CONSTEXPR DeviceMemoryOpaqueCaptureAddressInfo( VULKAN_HPP_NA... function VULKAN_HPP_CONSTEXPR (line 33895) | VULKAN_HPP_CONSTEXPR DeviceMemoryOpaqueCaptureAddressInfo( DeviceMemoryO... function DeviceMemoryOpaqueCaptureAddressInfo (line 33897) | DeviceMemoryOpaqueCaptureAddressInfo( VkDeviceMemoryOpaqueCaptureAddress... function DeviceMemoryOpaqueCaptureAddressInfo (line 33902) | DeviceMemoryOpaqueCaptureAddressInfo & operator=( DeviceMemoryOpaqueCapt... function DeviceMemoryOpaqueCaptureAddressInfo (line 33905) | DeviceMemoryOpaqueCaptureAddressInfo & operator=( VkDeviceMemoryOpaqueCa... type CppType (line 33972) | struct CppType (line 34073) | struct CppType (line 34216) | struct CppType (line 34312) | struct CppType function VULKAN_HPP_CONSTEXPR (line 34327) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 34335) | VULKAN_HPP_CONSTEXPR DeviceQueueGlobalPriorityCreateInfo( DeviceQueueGlo... function DeviceQueueGlobalPriorityCreateInfo (line 34337) | DeviceQueueGlobalPriorityCreateInfo( VkDeviceQueueGlobalPriorityCreateIn... function DeviceQueueGlobalPriorityCreateInfo (line 34342) | DeviceQueueGlobalPriorityCreateInfo & operator=( DeviceQueueGlobalPriori... function DeviceQueueGlobalPriorityCreateInfo (line 34345) | DeviceQueueGlobalPriorityCreateInfo & operator=( VkDeviceQueueGlobalPrio... type CppType (line 34413) | struct CppType (line 34533) | struct CppType function VULKAN_HPP_CONSTEXPR (line 34546) | VULKAN_HPP_CONSTEXPR DeviceQueueShaderCoreControlCreateInfoARM( uint32_t... function VULKAN_HPP_CONSTEXPR (line 34552) | VULKAN_HPP_CONSTEXPR DeviceQueueShaderCoreControlCreateInfoARM( DeviceQu... function DeviceQueueShaderCoreControlCreateInfoARM (line 34554) | DeviceQueueShaderCoreControlCreateInfoARM( VkDeviceQueueShaderCoreContro... function DeviceQueueShaderCoreControlCreateInfoARM (line 34559) | DeviceQueueShaderCoreControlCreateInfoARM & operator=( DeviceQueueShader... function DeviceQueueShaderCoreControlCreateInfoARM (line 34562) | DeviceQueueShaderCoreControlCreateInfoARM & operator=( VkDeviceQueueShad... type CppType (line 34629) | struct CppType (line 34737) | struct CppType (line 34873) | struct CppType (line 34993) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 35005) | VULKAN_HPP_CONSTEXPR_14 DispatchGraphCountInfoAMDX( uint32_t ... function VULKAN_HPP_CONSTEXPR_14 (line 35014) | VULKAN_HPP_CONSTEXPR_14 DispatchGraphCountInfoAMDX( DispatchGraphCountIn... function DispatchGraphCountInfoAMDX (line 35016) | DispatchGraphCountInfoAMDX( VkDispatchGraphCountInfoAMDX const & rhs ) V... function DispatchGraphCountInfoAMDX (line 35021) | DispatchGraphCountInfoAMDX & operator=( DispatchGraphCountInfoAMDX const... function DispatchGraphCountInfoAMDX (line 35024) | DispatchGraphCountInfoAMDX & operator=( VkDispatchGraphCountInfoAMDX con... function VULKAN_HPP_CONSTEXPR_14 (line 35085) | VULKAN_HPP_CONSTEXPR_14 DispatchGraphInfoAMDX( uint32_t ... function VULKAN_HPP_CONSTEXPR_14 (line 35096) | VULKAN_HPP_CONSTEXPR_14 DispatchGraphInfoAMDX( DispatchGraphInfoAMDX con... function DispatchGraphInfoAMDX (line 35098) | DispatchGraphInfoAMDX( VkDispatchGraphInfoAMDX const & rhs ) VULKAN_HPP_... function DispatchGraphInfoAMDX (line 35103) | DispatchGraphInfoAMDX & operator=( DispatchGraphInfoAMDX const & rhs ) V... function DispatchGraphInfoAMDX (line 35106) | DispatchGraphInfoAMDX & operator=( VkDispatchGraphInfoAMDX const & rhs )... function VULKAN_HPP_CONSTEXPR (line 35173) | VULKAN_HPP_CONSTEXPR DispatchIndirectCommand( uint32_t x_ = {}, uint32_t... function VULKAN_HPP_CONSTEXPR (line 35180) | VULKAN_HPP_CONSTEXPR DispatchIndirectCommand( DispatchIndirectCommand co... function DispatchIndirectCommand (line 35182) | DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) VULKAN_... function DispatchIndirectCommand (line 35187) | DispatchIndirectCommand & operator=( DispatchIndirectCommand const & rhs... function DispatchIndirectCommand (line 35190) | DispatchIndirectCommand & operator=( VkDispatchIndirectCommand const & r... function VULKAN_HPP_CONSTEXPR (line 35270) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 35278) | VULKAN_HPP_CONSTEXPR DisplayEventInfoEXT( DisplayEventInfoEXT const & rh... function DisplayEventInfoEXT (line 35280) | DisplayEventInfoEXT( VkDisplayEventInfoEXT const & rhs ) VULKAN_HPP_NOEX... function DisplayEventInfoEXT (line 35284) | DisplayEventInfoEXT & operator=( DisplayEventInfoEXT const & rhs ) VULKA... function DisplayEventInfoEXT (line 35287) | DisplayEventInfoEXT & operator=( VkDisplayEventInfoEXT const & rhs ) VUL... type CppType (line 35354) | struct CppType function VULKAN_HPP_CONSTEXPR (line 35364) | VULKAN_HPP_CONSTEXPR DisplayModeParametersKHR( VULKAN_HPP_NAMESPACE::Ext... function VULKAN_HPP_CONSTEXPR (line 35370) | VULKAN_HPP_CONSTEXPR DisplayModeParametersKHR( DisplayModeParametersKHR ... function DisplayModeParametersKHR (line 35372) | DisplayModeParametersKHR( VkDisplayModeParametersKHR const & rhs ) VULKA... function DisplayModeParametersKHR (line 35377) | DisplayModeParametersKHR & operator=( DisplayModeParametersKHR const & r... function DisplayModeParametersKHR (line 35380) | DisplayModeParametersKHR & operator=( VkDisplayModeParametersKHR const &... function VULKAN_HPP_CONSTEXPR (line 35453) | VULKAN_HPP_CONSTEXPR DisplayModeCreateInfoKHR( VULKAN_HPP_NAMESPACE::Dis... function VULKAN_HPP_CONSTEXPR (line 35462) | VULKAN_HPP_CONSTEXPR DisplayModeCreateInfoKHR( DisplayModeCreateInfoKHR ... function DisplayModeCreateInfoKHR (line 35464) | DisplayModeCreateInfoKHR( VkDisplayModeCreateInfoKHR const & rhs ) VULKA... function DisplayModeCreateInfoKHR (line 35469) | DisplayModeCreateInfoKHR & operator=( DisplayModeCreateInfoKHR const & r... function DisplayModeCreateInfoKHR (line 35472) | DisplayModeCreateInfoKHR & operator=( VkDisplayModeCreateInfoKHR const &... type CppType (line 35549) | struct CppType function VULKAN_HPP_CONSTEXPR (line 35559) | VULKAN_HPP_CONSTEXPR DisplayModePropertiesKHR( VULKAN_HPP_NAMESPACE::Dis... function VULKAN_HPP_CONSTEXPR (line 35566) | VULKAN_HPP_CONSTEXPR DisplayModePropertiesKHR( DisplayModePropertiesKHR ... function DisplayModePropertiesKHR (line 35568) | DisplayModePropertiesKHR( VkDisplayModePropertiesKHR const & rhs ) VULKA... function DisplayModePropertiesKHR (line 35573) | DisplayModePropertiesKHR & operator=( DisplayModePropertiesKHR const & r... function DisplayModePropertiesKHR (line 35576) | DisplayModePropertiesKHR & operator=( VkDisplayModePropertiesKHR const &... function VULKAN_HPP_CONSTEXPR (line 35635) | VULKAN_HPP_CONSTEXPR DisplayModeProperties2KHR( VULKAN_HPP_NAMESPACE::Di... function VULKAN_HPP_CONSTEXPR (line 35642) | VULKAN_HPP_CONSTEXPR DisplayModeProperties2KHR( DisplayModeProperties2KH... function DisplayModeProperties2KHR (line 35644) | DisplayModeProperties2KHR( VkDisplayModeProperties2KHR const & rhs ) VUL... function DisplayModeProperties2KHR (line 35649) | DisplayModeProperties2KHR & operator=( DisplayModeProperties2KHR const &... function DisplayModeProperties2KHR (line 35652) | DisplayModeProperties2KHR & operator=( VkDisplayModeProperties2KHR const... type CppType (line 35705) | struct CppType function VULKAN_HPP_CONSTEXPR (line 35718) | VULKAN_HPP_CONSTEXPR DisplayModeStereoPropertiesNV( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_CONSTEXPR (line 35724) | VULKAN_HPP_CONSTEXPR DisplayModeStereoPropertiesNV( DisplayModeStereoPro... function DisplayModeStereoPropertiesNV (line 35726) | DisplayModeStereoPropertiesNV( VkDisplayModeStereoPropertiesNV const & r... function DisplayModeStereoPropertiesNV (line 35731) | DisplayModeStereoPropertiesNV & operator=( DisplayModeStereoPropertiesNV... function DisplayModeStereoPropertiesNV (line 35734) | DisplayModeStereoPropertiesNV & operator=( VkDisplayModeStereoProperties... type CppType (line 35787) | struct CppType (line 35870) | struct CppType (line 36057) | struct CppType function VULKAN_HPP_CONSTEXPR (line 36070) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 36078) | VULKAN_HPP_CONSTEXPR DisplayPlaneInfo2KHR( DisplayPlaneInfo2KHR const & ... function DisplayPlaneInfo2KHR (line 36080) | DisplayPlaneInfo2KHR( VkDisplayPlaneInfo2KHR const & rhs ) VULKAN_HPP_NO... function DisplayPlaneInfo2KHR (line 36085) | DisplayPlaneInfo2KHR & operator=( DisplayPlaneInfo2KHR const & rhs ) VUL... function DisplayPlaneInfo2KHR (line 36088) | DisplayPlaneInfo2KHR & operator=( VkDisplayPlaneInfo2KHR const & rhs ) V... type CppType (line 36162) | struct CppType function VULKAN_HPP_CONSTEXPR (line 36172) | VULKAN_HPP_CONSTEXPR DisplayPlanePropertiesKHR( VULKAN_HPP_NAMESPACE::Di... function VULKAN_HPP_CONSTEXPR (line 36179) | VULKAN_HPP_CONSTEXPR DisplayPlanePropertiesKHR( DisplayPlanePropertiesKH... function DisplayPlanePropertiesKHR (line 36181) | DisplayPlanePropertiesKHR( VkDisplayPlanePropertiesKHR const & rhs ) VUL... function DisplayPlanePropertiesKHR (line 36186) | DisplayPlanePropertiesKHR & operator=( DisplayPlanePropertiesKHR const &... function DisplayPlanePropertiesKHR (line 36189) | DisplayPlanePropertiesKHR & operator=( VkDisplayPlanePropertiesKHR const... function VULKAN_HPP_CONSTEXPR (line 36248) | VULKAN_HPP_CONSTEXPR DisplayPlaneProperties2KHR( VULKAN_HPP_NAMESPACE::D... function VULKAN_HPP_CONSTEXPR (line 36255) | VULKAN_HPP_CONSTEXPR DisplayPlaneProperties2KHR( DisplayPlaneProperties2... function DisplayPlaneProperties2KHR (line 36257) | DisplayPlaneProperties2KHR( VkDisplayPlaneProperties2KHR const & rhs ) V... function DisplayPlaneProperties2KHR (line 36262) | DisplayPlaneProperties2KHR & operator=( DisplayPlaneProperties2KHR const... function DisplayPlaneProperties2KHR (line 36265) | DisplayPlaneProperties2KHR & operator=( VkDisplayPlaneProperties2KHR con... type CppType (line 36318) | struct CppType function VULKAN_HPP_CONSTEXPR (line 36331) | VULKAN_HPP_CONSTEXPR DisplayPowerInfoEXT( VULKAN_HPP_NAMESPACE::DisplayP... function VULKAN_HPP_CONSTEXPR (line 36338) | VULKAN_HPP_CONSTEXPR DisplayPowerInfoEXT( DisplayPowerInfoEXT const & rh... function DisplayPowerInfoEXT (line 36340) | DisplayPowerInfoEXT( VkDisplayPowerInfoEXT const & rhs ) VULKAN_HPP_NOEX... function DisplayPowerInfoEXT (line 36344) | DisplayPowerInfoEXT & operator=( DisplayPowerInfoEXT const & rhs ) VULKA... function DisplayPowerInfoEXT (line 36347) | DisplayPowerInfoEXT & operator=( VkDisplayPowerInfoEXT const & rhs ) VUL... type CppType (line 36414) | struct CppType function VULKAN_HPP_CONSTEXPR (line 36427) | VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR( VULKAN_HPP_NAMESPACE::Rect2D... function VULKAN_HPP_CONSTEXPR (line 36438) | VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR( DisplayPresentInfoKHR const ... function DisplayPresentInfoKHR (line 36440) | DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_... function DisplayPresentInfoKHR (line 36445) | DisplayPresentInfoKHR & operator=( DisplayPresentInfoKHR const & rhs ) V... function DisplayPresentInfoKHR (line 36448) | DisplayPresentInfoKHR & operator=( VkDisplayPresentInfoKHR const & rhs )... type CppType (line 36533) | struct CppType function DisplayPropertiesKHR (line 36562) | DisplayPropertiesKHR( VkDisplayPropertiesKHR const & rhs ) VULKAN_HPP_NO... function DisplayPropertiesKHR (line 36567) | DisplayPropertiesKHR & operator=( DisplayPropertiesKHR const & rhs ) VUL... function DisplayPropertiesKHR (line 36570) | DisplayPropertiesKHR & operator=( VkDisplayPropertiesKHR const & rhs ) V... function VULKAN_HPP_CONSTEXPR (line 36658) | VULKAN_HPP_CONSTEXPR DisplayProperties2KHR( VULKAN_HPP_NAMESPACE::Displa... function VULKAN_HPP_CONSTEXPR (line 36665) | VULKAN_HPP_CONSTEXPR DisplayProperties2KHR( DisplayProperties2KHR const ... function DisplayProperties2KHR (line 36667) | DisplayProperties2KHR( VkDisplayProperties2KHR const & rhs ) VULKAN_HPP_... function DisplayProperties2KHR (line 36672) | DisplayProperties2KHR & operator=( DisplayProperties2KHR const & rhs ) V... function DisplayProperties2KHR (line 36675) | DisplayProperties2KHR & operator=( VkDisplayProperties2KHR const & rhs )... type CppType (line 36728) | struct CppType function DisplaySurfaceCreateInfoKHR (line 36765) | DisplaySurfaceCreateInfoKHR( VkDisplaySurfaceCreateInfoKHR const & rhs )... function DisplaySurfaceCreateInfoKHR (line 36770) | DisplaySurfaceCreateInfoKHR & operator=( DisplaySurfaceCreateInfoKHR con... function DisplaySurfaceCreateInfoKHR (line 36773) | DisplaySurfaceCreateInfoKHR & operator=( VkDisplaySurfaceCreateInfoKHR c... type CppType (line 36900) | struct CppType function VULKAN_HPP_CONSTEXPR (line 36913) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 36921) | VULKAN_HPP_CONSTEXPR DisplaySurfaceStereoCreateInfoNV( DisplaySurfaceSte... function DisplaySurfaceStereoCreateInfoNV (line 36923) | DisplaySurfaceStereoCreateInfoNV( VkDisplaySurfaceStereoCreateInfoNV con... function DisplaySurfaceStereoCreateInfoNV (line 36928) | DisplaySurfaceStereoCreateInfoNV & operator=( DisplaySurfaceStereoCreate... function DisplaySurfaceStereoCreateInfoNV (line 36931) | DisplaySurfaceStereoCreateInfoNV & operator=( VkDisplaySurfaceStereoCrea... type CppType (line 36998) | struct CppType (line 37736) | struct CppType (line 37823) | struct CppType (line 37916) | struct CppType function VULKAN_HPP_CONSTEXPR (line 37929) | VULKAN_HPP_CONSTEXPR PipelineLibraryCreateInfoKHR( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 37938) | VULKAN_HPP_CONSTEXPR PipelineLibraryCreateInfoKHR( PipelineLibraryCreate... function PipelineLibraryCreateInfoKHR (line 37940) | PipelineLibraryCreateInfoKHR( VkPipelineLibraryCreateInfoKHR const & rhs... function PipelineLibraryCreateInfoKHR (line 37946) | PipelineLibraryCreateInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporar... function PipelineLibraryCreateInfoKHR (line 37953) | PipelineLibraryCreateInfoKHR & operator=( PipelineLibraryCreateInfoKHR c... function PipelineLibraryCreateInfoKHR (line 37956) | PipelineLibraryCreateInfoKHR & operator=( VkPipelineLibraryCreateInfoKHR... function PipelineLibraryCreateInfoKHR (line 37982) | PipelineLibraryCreateInfoKHR & type CppType (line 38040) | struct CppType function ExecutionGraphPipelineCreateInfoAMDX (line 38075) | ExecutionGraphPipelineCreateInfoAMDX( VkExecutionGraphPipelineCreateInfo... function ExecutionGraphPipelineCreateInfoAMDX (line 38081) | ExecutionGraphPipelineCreateInfoAMDX( function ExecutionGraphPipelineCreateInfoAMDX (line 38101) | ExecutionGraphPipelineCreateInfoAMDX & operator=( ExecutionGraphPipeline... function ExecutionGraphPipelineCreateInfoAMDX (line 38104) | ExecutionGraphPipelineCreateInfoAMDX & operator=( VkExecutionGraphPipeli... function ExecutionGraphPipelineCreateInfoAMDX (line 38137) | ExecutionGraphPipelineCreateInfoAMDX & type CppType (line 38236) | struct CppType (line 38358) | struct CppType (line 38456) | struct CppType function VULKAN_HPP_CONSTEXPR (line 38472) | VULKAN_HPP_CONSTEXPR ExportFenceWin32HandleInfoKHR( const SECURITY_ATTRI... function VULKAN_HPP_CONSTEXPR (line 38483) | VULKAN_HPP_CONSTEXPR ExportFenceWin32HandleInfoKHR( ExportFenceWin32Hand... function ExportFenceWin32HandleInfoKHR (line 38485) | ExportFenceWin32HandleInfoKHR( VkExportFenceWin32HandleInfoKHR const & r... function ExportFenceWin32HandleInfoKHR (line 38490) | ExportFenceWin32HandleInfoKHR & operator=( ExportFenceWin32HandleInfoKHR... function ExportFenceWin32HandleInfoKHR (line 38493) | ExportFenceWin32HandleInfoKHR & operator=( VkExportFenceWin32HandleInfoK... type CppType (line 38574) | struct CppType (line 38672) | struct CppType function VULKAN_HPP_CONSTEXPR (line 38687) | VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfoNV( VULKAN_HPP_NAMESPACE::E... function VULKAN_HPP_CONSTEXPR (line 38694) | VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfoNV( ExportMemoryAllocateInf... function ExportMemoryAllocateInfoNV (line 38696) | ExportMemoryAllocateInfoNV( VkExportMemoryAllocateInfoNV const & rhs ) V... function ExportMemoryAllocateInfoNV (line 38701) | ExportMemoryAllocateInfoNV & operator=( ExportMemoryAllocateInfoNV const... function ExportMemoryAllocateInfoNV (line 38704) | ExportMemoryAllocateInfoNV & operator=( VkExportMemoryAllocateInfoNV con... type CppType (line 38772) | struct CppType function VULKAN_HPP_CONSTEXPR (line 38786) | VULKAN_HPP_CONSTEXPR ExportMemoryWin32HandleInfoKHR( const SECURITY_ATTR... function VULKAN_HPP_CONSTEXPR (line 38797) | VULKAN_HPP_CONSTEXPR ExportMemoryWin32HandleInfoKHR( ExportMemoryWin32Ha... function ExportMemoryWin32HandleInfoKHR (line 38799) | ExportMemoryWin32HandleInfoKHR( VkExportMemoryWin32HandleInfoKHR const &... function ExportMemoryWin32HandleInfoKHR (line 38804) | ExportMemoryWin32HandleInfoKHR & operator=( ExportMemoryWin32HandleInfoK... function ExportMemoryWin32HandleInfoKHR (line 38807) | ExportMemoryWin32HandleInfoKHR & operator=( VkExportMemoryWin32HandleInf... type CppType (line 38888) | struct CppType (line 38995) | struct CppType (line 39103) | struct CppType function VULKAN_HPP_CONSTEXPR (line 39118) | VULKAN_HPP_CONSTEXPR ExportMetalCommandQueueInfoEXT( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_CONSTEXPR (line 39127) | VULKAN_HPP_CONSTEXPR ExportMetalCommandQueueInfoEXT( ExportMetalCommandQ... function ExportMetalCommandQueueInfoEXT (line 39129) | ExportMetalCommandQueueInfoEXT( VkExportMetalCommandQueueInfoEXT const &... function ExportMetalCommandQueueInfoEXT (line 39134) | ExportMetalCommandQueueInfoEXT & operator=( ExportMetalCommandQueueInfoE... function ExportMetalCommandQueueInfoEXT (line 39137) | ExportMetalCommandQueueInfoEXT & operator=( VkExportMetalCommandQueueInf... type CppType (line 39211) | struct CppType (line 39309) | struct CppType function VULKAN_HPP_CONSTEXPR (line 39324) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 39332) | VULKAN_HPP_CONSTEXPR ExportMetalIOSurfaceInfoEXT( ExportMetalIOSurfaceIn... function ExportMetalIOSurfaceInfoEXT (line 39334) | ExportMetalIOSurfaceInfoEXT( VkExportMetalIOSurfaceInfoEXT const & rhs )... function ExportMetalIOSurfaceInfoEXT (line 39339) | ExportMetalIOSurfaceInfoEXT & operator=( ExportMetalIOSurfaceInfoEXT con... function ExportMetalIOSurfaceInfoEXT (line 39342) | ExportMetalIOSurfaceInfoEXT & operator=( VkExportMetalIOSurfaceInfoEXT c... type CppType (line 39416) | struct CppType function VULKAN_HPP_CONSTEXPR (line 39431) | VULKAN_HPP_CONSTEXPR ExportMetalObjectCreateInfoEXT( function VULKAN_HPP_CONSTEXPR (line 39439) | VULKAN_HPP_CONSTEXPR ExportMetalObjectCreateInfoEXT( ExportMetalObjectCr... function ExportMetalObjectCreateInfoEXT (line 39441) | ExportMetalObjectCreateInfoEXT( VkExportMetalObjectCreateInfoEXT const &... function ExportMetalObjectCreateInfoEXT (line 39446) | ExportMetalObjectCreateInfoEXT & operator=( ExportMetalObjectCreateInfoE... function ExportMetalObjectCreateInfoEXT (line 39449) | ExportMetalObjectCreateInfoEXT & operator=( VkExportMetalObjectCreateInf... type CppType (line 39517) | struct CppType (line 39604) | struct CppType function VULKAN_HPP_CONSTEXPR (line 39619) | VULKAN_HPP_CONSTEXPR ExportMetalSharedEventInfoEXT( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_CONSTEXPR (line 39630) | VULKAN_HPP_CONSTEXPR ExportMetalSharedEventInfoEXT( ExportMetalSharedEve... function ExportMetalSharedEventInfoEXT (line 39632) | ExportMetalSharedEventInfoEXT( VkExportMetalSharedEventInfoEXT const & r... function ExportMetalSharedEventInfoEXT (line 39637) | ExportMetalSharedEventInfoEXT & operator=( ExportMetalSharedEventInfoEXT... function ExportMetalSharedEventInfoEXT (line 39640) | ExportMetalSharedEventInfoEXT & operator=( VkExportMetalSharedEventInfoE... type CppType (line 39726) | struct CppType (line 39868) | struct CppType function VULKAN_HPP_CONSTEXPR (line 39882) | VULKAN_HPP_CONSTEXPR ExportSemaphoreCreateInfo( VULKAN_HPP_NAMESPACE::Ex... function VULKAN_HPP_CONSTEXPR (line 39889) | VULKAN_HPP_CONSTEXPR ExportSemaphoreCreateInfo( ExportSemaphoreCreateInf... function ExportSemaphoreCreateInfo (line 39891) | ExportSemaphoreCreateInfo( VkExportSemaphoreCreateInfo const & rhs ) VUL... function ExportSemaphoreCreateInfo (line 39896) | ExportSemaphoreCreateInfo & operator=( ExportSemaphoreCreateInfo const &... function ExportSemaphoreCreateInfo (line 39899) | ExportSemaphoreCreateInfo & operator=( VkExportSemaphoreCreateInfo const... type CppType (line 39967) | struct CppType function VULKAN_HPP_CONSTEXPR (line 39983) | VULKAN_HPP_CONSTEXPR ExportSemaphoreWin32HandleInfoKHR( const SECURITY_A... function VULKAN_HPP_CONSTEXPR (line 39994) | VULKAN_HPP_CONSTEXPR ExportSemaphoreWin32HandleInfoKHR( ExportSemaphoreW... function ExportSemaphoreWin32HandleInfoKHR (line 39996) | ExportSemaphoreWin32HandleInfoKHR( VkExportSemaphoreWin32HandleInfoKHR c... function ExportSemaphoreWin32HandleInfoKHR (line 40001) | ExportSemaphoreWin32HandleInfoKHR & operator=( ExportSemaphoreWin32Handl... function ExportSemaphoreWin32HandleInfoKHR (line 40004) | ExportSemaphoreWin32HandleInfoKHR & operator=( VkExportSemaphoreWin32Han... type CppType (line 40085) | struct CppType (line 40326) | struct CppType function VULKAN_HPP_CONSTEXPR (line 40341) | VULKAN_HPP_CONSTEXPR ExternalFenceProperties( VULKAN_HPP_NAMESPACE::Exte... function VULKAN_HPP_CONSTEXPR (line 40352) | VULKAN_HPP_CONSTEXPR ExternalFenceProperties( ExternalFenceProperties co... function ExternalFenceProperties (line 40354) | ExternalFenceProperties( VkExternalFenceProperties const & rhs ) VULKAN_... function ExternalFenceProperties (line 40359) | ExternalFenceProperties & operator=( ExternalFenceProperties const & rhs... function ExternalFenceProperties (line 40362) | ExternalFenceProperties & operator=( VkExternalFenceProperties const & r... type CppType (line 40422) | struct CppType function VULKAN_HPP_CONSTEXPR (line 40438) | VULKAN_HPP_CONSTEXPR ExternalFormatANDROID( uint64_t externalFormat_ = {... function VULKAN_HPP_CONSTEXPR (line 40444) | VULKAN_HPP_CONSTEXPR ExternalFormatANDROID( ExternalFormatANDROID const ... function ExternalFormatANDROID (line 40446) | ExternalFormatANDROID( VkExternalFormatANDROID const & rhs ) VULKAN_HPP_... function ExternalFormatANDROID (line 40451) | ExternalFormatANDROID & operator=( ExternalFormatANDROID const & rhs ) V... function ExternalFormatANDROID (line 40454) | ExternalFormatANDROID & operator=( VkExternalFormatANDROID const & rhs )... type CppType (line 40521) | struct CppType function VULKAN_HPP_CONSTEXPR (line 40536) | VULKAN_HPP_CONSTEXPR ExternalFormatQNX( uint64_t externalFormat_ = {}, v... function VULKAN_HPP_CONSTEXPR (line 40542) | VULKAN_HPP_CONSTEXPR ExternalFormatQNX( ExternalFormatQNX const & rhs ) ... function ExternalFormatQNX (line 40544) | ExternalFormatQNX( VkExternalFormatQNX const & rhs ) VULKAN_HPP_NOEXCEPT... function ExternalFormatQNX (line 40546) | ExternalFormatQNX & operator=( ExternalFormatQNX const & rhs ) VULKAN_HP... function ExternalFormatQNX (line 40549) | ExternalFormatQNX & operator=( VkExternalFormatQNX const & rhs ) VULKAN_... type CppType (line 40616) | struct CppType function VULKAN_HPP_CONSTEXPR (line 40630) | VULKAN_HPP_CONSTEXPR ExternalImageFormatProperties( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_CONSTEXPR (line 40637) | VULKAN_HPP_CONSTEXPR ExternalImageFormatProperties( ExternalImageFormatP... function ExternalImageFormatProperties (line 40639) | ExternalImageFormatProperties( VkExternalImageFormatProperties const & r... function ExternalImageFormatProperties (line 40644) | ExternalImageFormatProperties & operator=( ExternalImageFormatProperties... function ExternalImageFormatProperties (line 40647) | ExternalImageFormatProperties & operator=( VkExternalImageFormatProperti... type CppType (line 40700) | struct CppType (line 40971) | struct CppType (line 41069) | struct CppType (line 41169) | struct CppType (line 41269) | struct CppType (line 41363) | struct CppType function VULKAN_HPP_CONSTEXPR (line 41378) | VULKAN_HPP_CONSTEXPR FenceCreateInfo( VULKAN_HPP_NAMESPACE::FenceCreateF... function VULKAN_HPP_CONSTEXPR (line 41384) | VULKAN_HPP_CONSTEXPR FenceCreateInfo( FenceCreateInfo const & rhs ) VULK... function FenceCreateInfo (line 41386) | FenceCreateInfo( VkFenceCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT : F... function FenceCreateInfo (line 41388) | FenceCreateInfo & operator=( FenceCreateInfo const & rhs ) VULKAN_HPP_NO... function FenceCreateInfo (line 41391) | FenceCreateInfo & operator=( VkFenceCreateInfo const & rhs ) VULKAN_HPP_... type CppType (line 41458) | struct CppType function VULKAN_HPP_CONSTEXPR (line 41471) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 41481) | VULKAN_HPP_CONSTEXPR FenceGetFdInfoKHR( FenceGetFdInfoKHR const & rhs ) ... function FenceGetFdInfoKHR (line 41483) | FenceGetFdInfoKHR( VkFenceGetFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT... function FenceGetFdInfoKHR (line 41485) | FenceGetFdInfoKHR & operator=( FenceGetFdInfoKHR const & rhs ) VULKAN_HP... function FenceGetFdInfoKHR (line 41488) | FenceGetFdInfoKHR & operator=( VkFenceGetFdInfoKHR const & rhs ) VULKAN_... type CppType (line 41565) | struct CppType function VULKAN_HPP_CONSTEXPR (line 41579) | VULKAN_HPP_CONSTEXPR FenceGetWin32HandleInfoKHR( function VULKAN_HPP_CONSTEXPR (line 41589) | VULKAN_HPP_CONSTEXPR FenceGetWin32HandleInfoKHR( FenceGetWin32HandleInfo... function FenceGetWin32HandleInfoKHR (line 41591) | FenceGetWin32HandleInfoKHR( VkFenceGetWin32HandleInfoKHR const & rhs ) V... function FenceGetWin32HandleInfoKHR (line 41596) | FenceGetWin32HandleInfoKHR & operator=( FenceGetWin32HandleInfoKHR const... function FenceGetWin32HandleInfoKHR (line 41599) | FenceGetWin32HandleInfoKHR & operator=( VkFenceGetWin32HandleInfoKHR con... type CppType (line 41676) | struct CppType function VULKAN_HPP_CONSTEXPR (line 41690) | VULKAN_HPP_CONSTEXPR FilterCubicImageViewImageFormatPropertiesEXT( VULKA... function VULKAN_HPP_CONSTEXPR (line 41699) | VULKAN_HPP_CONSTEXPR FilterCubicImageViewImageFormatPropertiesEXT( Filte... function FilterCubicImageViewImageFormatPropertiesEXT (line 41701) | FilterCubicImageViewImageFormatPropertiesEXT( VkFilterCubicImageViewImag... function FilterCubicImageViewImageFormatPropertiesEXT (line 41706) | FilterCubicImageViewImageFormatPropertiesEXT & operator=( FilterCubicIma... function FilterCubicImageViewImageFormatPropertiesEXT (line 41709) | FilterCubicImageViewImageFormatPropertiesEXT & operator=( VkFilterCubicI... type CppType (line 41763) | struct CppType (line 41918) | struct CppType function VULKAN_HPP_CONSTEXPR (line 41933) | VULKAN_HPP_CONSTEXPR FormatProperties3( VULKAN_HPP_NAMESPACE::FormatFeat... function VULKAN_HPP_CONSTEXPR (line 41944) | VULKAN_HPP_CONSTEXPR FormatProperties3( FormatProperties3 const & rhs ) ... function FormatProperties3 (line 41946) | FormatProperties3( VkFormatProperties3 const & rhs ) VULKAN_HPP_NOEXCEPT... function FormatProperties3 (line 41948) | FormatProperties3 & operator=( FormatProperties3 const & rhs ) VULKAN_HP... function FormatProperties3 (line 41951) | FormatProperties3 & operator=( VkFormatProperties3 const & rhs ) VULKAN_... type CppType (line 42011) | struct CppType function VULKAN_HPP_CONSTEXPR (line 42026) | VULKAN_HPP_CONSTEXPR FragmentShadingRateAttachmentInfoKHR( const VULKAN_... function VULKAN_HPP_CONSTEXPR (line 42035) | VULKAN_HPP_CONSTEXPR FragmentShadingRateAttachmentInfoKHR( FragmentShadi... function FragmentShadingRateAttachmentInfoKHR (line 42037) | FragmentShadingRateAttachmentInfoKHR( VkFragmentShadingRateAttachmentInf... function FragmentShadingRateAttachmentInfoKHR (line 42042) | FragmentShadingRateAttachmentInfoKHR & operator=( FragmentShadingRateAtt... function FragmentShadingRateAttachmentInfoKHR (line 42045) | FragmentShadingRateAttachmentInfoKHR & operator=( VkFragmentShadingRateA... type CppType (line 42125) | struct CppType (line 42354) | struct CppType function FramebufferAttachmentImageInfo (line 42388) | FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const &... function FramebufferAttachmentImageInfo (line 42394) | FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags ... function FramebufferAttachmentImageInfo (line 42413) | FramebufferAttachmentImageInfo & operator=( FramebufferAttachmentImageIn... function FramebufferAttachmentImageInfo (line 42416) | FramebufferAttachmentImageInfo & operator=( VkFramebufferAttachmentImage... function FramebufferAttachmentImageInfo (line 42472) | FramebufferAttachmentImageInfo & type CppType (line 42544) | struct CppType (line 42679) | struct CppType (line 42872) | struct CppType function VULKAN_HPP_CONSTEXPR (line 42885) | VULKAN_HPP_CONSTEXPR FramebufferMixedSamplesCombinationNV( function VULKAN_HPP_CONSTEXPR (line 42899) | VULKAN_HPP_CONSTEXPR FramebufferMixedSamplesCombinationNV( FramebufferMi... function FramebufferMixedSamplesCombinationNV (line 42901) | FramebufferMixedSamplesCombinationNV( VkFramebufferMixedSamplesCombinati... function FramebufferMixedSamplesCombinationNV (line 42906) | FramebufferMixedSamplesCombinationNV & operator=( FramebufferMixedSample... function FramebufferMixedSamplesCombinationNV (line 42909) | FramebufferMixedSamplesCombinationNV & operator=( VkFramebufferMixedSamp... type CppType (line 42971) | struct CppType (line 43176) | struct CppType function VULKAN_HPP_CONSTEXPR (line 43186) | VULKAN_HPP_CONSTEXPR IndirectCommandsStreamNV( VULKAN_HPP_NAMESPACE::Buf... function VULKAN_HPP_CONSTEXPR (line 43193) | VULKAN_HPP_CONSTEXPR IndirectCommandsStreamNV( IndirectCommandsStreamNV ... function IndirectCommandsStreamNV (line 43195) | IndirectCommandsStreamNV( VkIndirectCommandsStreamNV const & rhs ) VULKA... function IndirectCommandsStreamNV (line 43200) | IndirectCommandsStreamNV & operator=( IndirectCommandsStreamNV const & r... function IndirectCommandsStreamNV (line 43203) | IndirectCommandsStreamNV & operator=( VkIndirectCommandsStreamNV const &... function GeneratedCommandsInfoNV (line 43310) | GeneratedCommandsInfoNV( VkGeneratedCommandsInfoNV const & rhs ) VULKAN_... function GeneratedCommandsInfoNV (line 43316) | GeneratedCommandsInfoNV( VULKAN_HPP_NAMESPACE::PipelineBindPoint ... function GeneratedCommandsInfoNV (line 43347) | GeneratedCommandsInfoNV & operator=( GeneratedCommandsInfoNV const & rhs... function GeneratedCommandsInfoNV (line 43350) | GeneratedCommandsInfoNV & operator=( VkGeneratedCommandsInfoNV const & r... function GeneratedCommandsInfoNV (line 43395) | GeneratedCommandsInfoNV & type CppType (line 43545) | struct CppType function VULKAN_HPP_CONSTEXPR (line 43558) | VULKAN_HPP_CONSTEXPR GeneratedCommandsMemoryRequirementsInfoEXT( VULKAN_... function VULKAN_HPP_CONSTEXPR (line 43571) | VULKAN_HPP_CONSTEXPR GeneratedCommandsMemoryRequirementsInfoEXT( Generat... function GeneratedCommandsMemoryRequirementsInfoEXT (line 43573) | GeneratedCommandsMemoryRequirementsInfoEXT( VkGeneratedCommandsMemoryReq... function GeneratedCommandsMemoryRequirementsInfoEXT (line 43578) | GeneratedCommandsMemoryRequirementsInfoEXT & operator=( GeneratedCommand... function GeneratedCommandsMemoryRequirementsInfoEXT (line 43581) | GeneratedCommandsMemoryRequirementsInfoEXT & operator=( VkGeneratedComma... type CppType (line 43677) | struct CppType (line 43810) | struct CppType (line 43906) | struct CppType (line 44030) | struct CppType (line 44187) | struct CppType function VULKAN_HPP_CONSTEXPR (line 44200) | VULKAN_HPP_CONSTEXPR GetLatencyMarkerInfoNV( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 44209) | VULKAN_HPP_CONSTEXPR GetLatencyMarkerInfoNV( GetLatencyMarkerInfoNV cons... function GetLatencyMarkerInfoNV (line 44211) | GetLatencyMarkerInfoNV( VkGetLatencyMarkerInfoNV const & rhs ) VULKAN_HP... function GetLatencyMarkerInfoNV (line 44217) | GetLatencyMarkerInfoNV( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 44311) | struct CppType function VULKAN_HPP_CONSTEXPR (line 44321) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 44331) | VULKAN_HPP_CONSTEXPR VertexInputBindingDescription( VertexInputBindingDe... function VertexInputBindingDescription (line 44333) | VertexInputBindingDescription( VkVertexInputBindingDescription const & r... function VertexInputBindingDescription (line 44338) | VertexInputBindingDescription & operator=( VertexInputBindingDescription... function VertexInputBindingDescription (line 44341) | VertexInputBindingDescription & operator=( VkVertexInputBindingDescripti... function VULKAN_HPP_CONSTEXPR (line 44418) | VULKAN_HPP_CONSTEXPR VertexInputAttributeDescription( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 44429) | VULKAN_HPP_CONSTEXPR VertexInputAttributeDescription( VertexInputAttribu... function VertexInputAttributeDescription (line 44431) | VertexInputAttributeDescription( VkVertexInputAttributeDescription const... function VertexInputAttributeDescription (line 44436) | VertexInputAttributeDescription & operator=( VertexInputAttributeDescrip... function VertexInputAttributeDescription (line 44439) | VertexInputAttributeDescription & operator=( VkVertexInputAttributeDescr... function PipelineVertexInputStateCreateInfo (line 44543) | PipelineVertexInputStateCreateInfo( VkPipelineVertexInputStateCreateInfo... function PipelineVertexInputStateCreateInfo (line 44549) | PipelineVertexInputStateCreateInfo( function PipelineVertexInputStateCreateInfo (line 44564) | PipelineVertexInputStateCreateInfo & operator=( PipelineVertexInputState... function PipelineVertexInputStateCreateInfo (line 44567) | PipelineVertexInputStateCreateInfo & operator=( VkPipelineVertexInputSta... function PipelineVertexInputStateCreateInfo (line 44601) | PipelineVertexInputStateCreateInfo & setVertexBindingDescriptions( function PipelineVertexInputStateCreateInfo (line 44626) | PipelineVertexInputStateCreateInfo & setVertexAttributeDescriptions( type CppType (line 44697) | struct CppType (line 44820) | struct CppType (line 44930) | struct CppType (line 45105) | struct CppType (line 45321) | struct CppType (line 45486) | struct CppType (line 45827) | struct CppType (line 46164) | struct CppType (line 46303) | struct CppType (line 46645) | struct CppType function VULKAN_HPP_CONSTEXPR (line 46658) | VULKAN_HPP_CONSTEXPR GraphicsPipelineLibraryCreateInfoEXT( VULKAN_HPP_NA... function VULKAN_HPP_CONSTEXPR (line 46665) | VULKAN_HPP_CONSTEXPR GraphicsPipelineLibraryCreateInfoEXT( GraphicsPipel... function GraphicsPipelineLibraryCreateInfoEXT (line 46667) | GraphicsPipelineLibraryCreateInfoEXT( VkGraphicsPipelineLibraryCreateInf... function GraphicsPipelineLibraryCreateInfoEXT (line 46672) | GraphicsPipelineLibraryCreateInfoEXT & operator=( GraphicsPipelineLibrar... function GraphicsPipelineLibraryCreateInfoEXT (line 46675) | GraphicsPipelineLibraryCreateInfoEXT & operator=( VkGraphicsPipelineLibr... type CppType (line 46742) | struct CppType (line 46899) | struct CppType (line 47064) | struct CppType (line 47325) | struct CppType function VULKAN_HPP_CONSTEXPR (line 47338) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 47346) | VULKAN_HPP_CONSTEXPR HdrVividDynamicMetadataHUAWEI( HdrVividDynamicMetad... function HdrVividDynamicMetadataHUAWEI (line 47348) | HdrVividDynamicMetadataHUAWEI( VkHdrVividDynamicMetadataHUAWEI const & r... function HdrVividDynamicMetadataHUAWEI (line 47355) | HdrVividDynamicMetadataHUAWEI( VULKAN_HPP_NAMESPACE::ArrayProxyNoTempora... function HdrVividDynamicMetadataHUAWEI (line 47361) | HdrVividDynamicMetadataHUAWEI & operator=( HdrVividDynamicMetadataHUAWEI... function HdrVividDynamicMetadataHUAWEI (line 47364) | HdrVividDynamicMetadataHUAWEI & operator=( VkHdrVividDynamicMetadataHUAW... function HdrVividDynamicMetadataHUAWEI (line 47391) | HdrVividDynamicMetadataHUAWEI & setDynamicMetadata( VULKAN_HPP_NAMESPACE... type CppType (line 47449) | struct CppType (line 47546) | struct CppType function VULKAN_HPP_CONSTEXPR (line 47559) | VULKAN_HPP_CONSTEXPR HostImageCopyDevicePerformanceQuery( VULKAN_HPP_NAM... function VULKAN_HPP_CONSTEXPR (line 47568) | VULKAN_HPP_CONSTEXPR HostImageCopyDevicePerformanceQuery( HostImageCopyD... function HostImageCopyDevicePerformanceQuery (line 47570) | HostImageCopyDevicePerformanceQuery( VkHostImageCopyDevicePerformanceQue... function HostImageCopyDevicePerformanceQuery (line 47575) | HostImageCopyDevicePerformanceQuery & operator=( HostImageCopyDevicePerf... function HostImageCopyDevicePerformanceQuery (line 47578) | HostImageCopyDevicePerformanceQuery & operator=( VkHostImageCopyDevicePe... type CppType (line 47633) | struct CppType (line 47766) | struct CppType (line 47875) | struct CppType function VULKAN_HPP_CONSTEXPR (line 47889) | VULKAN_HPP_CONSTEXPR ImageAlignmentControlCreateInfoMESA( uint32_t maxim... function VULKAN_HPP_CONSTEXPR (line 47895) | VULKAN_HPP_CONSTEXPR ImageAlignmentControlCreateInfoMESA( ImageAlignment... function ImageAlignmentControlCreateInfoMESA (line 47897) | ImageAlignmentControlCreateInfoMESA( VkImageAlignmentControlCreateInfoME... function ImageAlignmentControlCreateInfoMESA (line 47902) | ImageAlignmentControlCreateInfoMESA & operator=( ImageAlignmentControlCr... function ImageAlignmentControlCreateInfoMESA (line 47905) | ImageAlignmentControlCreateInfoMESA & operator=( VkImageAlignmentControl... type CppType (line 47972) | struct CppType (line 48174) | struct CppType (line 48317) | struct CppType function VULKAN_HPP_CONSTEXPR (line 48330) | VULKAN_HPP_CONSTEXPR ImageCompressionPropertiesEXT( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_CONSTEXPR (line 48339) | VULKAN_HPP_CONSTEXPR ImageCompressionPropertiesEXT( ImageCompressionProp... function ImageCompressionPropertiesEXT (line 48341) | ImageCompressionPropertiesEXT( VkImageCompressionPropertiesEXT const & r... function ImageCompressionPropertiesEXT (line 48346) | ImageCompressionPropertiesEXT & operator=( ImageCompressionPropertiesEXT... function ImageCompressionPropertiesEXT (line 48349) | ImageCompressionPropertiesEXT & operator=( VkImageCompressionPropertiesE... type CppType (line 48407) | struct CppType (line 48590) | struct CppType (line 48750) | struct CppType function VULKAN_HPP_CONSTEXPR (line 48761) | VULKAN_HPP_CONSTEXPR ImageCopy( VULKAN_HPP_NAMESPACE::ImageSubresourceLa... function VULKAN_HPP_CONSTEXPR (line 48774) | VULKAN_HPP_CONSTEXPR ImageCopy( ImageCopy const & rhs ) VULKAN_HPP_NOEXC... function ImageCopy (line 48776) | ImageCopy( VkImageCopy const & rhs ) VULKAN_HPP_NOEXCEPT : ImageCopy( *r... function ImageCopy (line 48778) | ImageCopy & operator=( ImageCopy const & rhs ) VULKAN_HPP_NOEXCEPT = def... function ImageCopy (line 48781) | ImageCopy & operator=( VkImageCopy const & rhs ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR_14 (line 48788) | VULKAN_HPP_CONSTEXPR_14 ImageCopy & setSrcSubresource( VULKAN_HPP_NAMESP... function VULKAN_HPP_CONSTEXPR_14 (line 48794) | VULKAN_HPP_CONSTEXPR_14 ImageCopy & setSrcOffset( VULKAN_HPP_NAMESPACE::... function VULKAN_HPP_CONSTEXPR_14 (line 48800) | VULKAN_HPP_CONSTEXPR_14 ImageCopy & setDstSubresource( VULKAN_HPP_NAMESP... function VULKAN_HPP_CONSTEXPR_14 (line 48806) | VULKAN_HPP_CONSTEXPR_14 ImageCopy & setDstOffset( VULKAN_HPP_NAMESPACE::... function VULKAN_HPP_CONSTEXPR_14 (line 48812) | VULKAN_HPP_CONSTEXPR_14 ImageCopy & setExtent( VULKAN_HPP_NAMESPACE::Ext... function VULKAN_HPP_CONSTEXPR (line 48877) | VULKAN_HPP_CONSTEXPR SubresourceLayout( VULKAN_HPP_NAMESPACE::DeviceSize... function VULKAN_HPP_CONSTEXPR (line 48890) | VULKAN_HPP_CONSTEXPR SubresourceLayout( SubresourceLayout const & rhs ) ... function SubresourceLayout (line 48892) | SubresourceLayout( VkSubresourceLayout const & rhs ) VULKAN_HPP_NOEXCEPT... function SubresourceLayout (line 48894) | SubresourceLayout & operator=( SubresourceLayout const & rhs ) VULKAN_HP... function SubresourceLayout (line 48897) | SubresourceLayout & operator=( VkSubresourceLayout const & rhs ) VULKAN_... function VULKAN_HPP_CONSTEXPR (line 48996) | VULKAN_HPP_CONSTEXPR ImageDrmFormatModifierExplicitCreateInfoEXT( uint64... function VULKAN_HPP_CONSTEXPR (line 49007) | VULKAN_HPP_CONSTEXPR ImageDrmFormatModifierExplicitCreateInfoEXT( ImageD... function ImageDrmFormatModifierExplicitCreateInfoEXT (line 49009) | ImageDrmFormatModifierExplicitCreateInfoEXT( VkImageDrmFormatModifierExp... function ImageDrmFormatModifierExplicitCreateInfoEXT (line 49015) | ImageDrmFormatModifierExplicitCreateInfoEXT( function ImageDrmFormatModifierExplicitCreateInfoEXT (line 49027) | ImageDrmFormatModifierExplicitCreateInfoEXT & operator=( ImageDrmFormatM... function ImageDrmFormatModifierExplicitCreateInfoEXT (line 49030) | ImageDrmFormatModifierExplicitCreateInfoEXT & operator=( VkImageDrmForma... function ImageDrmFormatModifierExplicitCreateInfoEXT (line 49064) | ImageDrmFormatModifierExplicitCreateInfoEXT & type CppType (line 49128) | struct CppType (line 49253) | struct CppType (line 49335) | struct CppType (line 49459) | struct CppType function VULKAN_HPP_CONSTEXPR (line 49474) | VULKAN_HPP_CONSTEXPR ImageFormatProperties2( VULKAN_HPP_NAMESPACE::Image... function VULKAN_HPP_CONSTEXPR (line 49481) | VULKAN_HPP_CONSTEXPR ImageFormatProperties2( ImageFormatProperties2 cons... function ImageFormatProperties2 (line 49483) | ImageFormatProperties2( VkImageFormatProperties2 const & rhs ) VULKAN_HP... function ImageFormatProperties2 (line 49488) | ImageFormatProperties2 & operator=( ImageFormatProperties2 const & rhs )... function ImageFormatProperties2 (line 49491) | ImageFormatProperties2 & operator=( VkImageFormatProperties2 const & rhs... type CppType (line 49544) | struct CppType function ImageMemoryBarrier (line 49582) | ImageMemoryBarrier( VkImageMemoryBarrier const & rhs ) VULKAN_HPP_NOEXCE... function ImageMemoryBarrier (line 49584) | ImageMemoryBarrier & operator=( ImageMemoryBarrier const & rhs ) VULKAN_... function ImageMemoryBarrier (line 49587) | ImageMemoryBarrier & operator=( VkImageMemoryBarrier const & rhs ) VULKA... type CppType (line 49715) | struct CppType function VULKAN_HPP_CONSTEXPR (line 49728) | VULKAN_HPP_CONSTEXPR ImageMemoryRequirementsInfo2( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_CONSTEXPR (line 49734) | VULKAN_HPP_CONSTEXPR ImageMemoryRequirementsInfo2( ImageMemoryRequiremen... function ImageMemoryRequirementsInfo2 (line 49736) | ImageMemoryRequirementsInfo2( VkImageMemoryRequirementsInfo2 const & rhs... function ImageMemoryRequirementsInfo2 (line 49741) | ImageMemoryRequirementsInfo2 & operator=( ImageMemoryRequirementsInfo2 c... function ImageMemoryRequirementsInfo2 (line 49744) | ImageMemoryRequirementsInfo2 & operator=( VkImageMemoryRequirementsInfo2... type CppType (line 49811) | struct CppType function VULKAN_HPP_CONSTEXPR (line 49827) | VULKAN_HPP_CONSTEXPR ImagePipeSurfaceCreateInfoFUCHSIA( VULKAN_HPP_NAMES... function VULKAN_HPP_CONSTEXPR (line 49836) | VULKAN_HPP_CONSTEXPR ImagePipeSurfaceCreateInfoFUCHSIA( ImagePipeSurface... function ImagePipeSurfaceCreateInfoFUCHSIA (line 49838) | ImagePipeSurfaceCreateInfoFUCHSIA( VkImagePipeSurfaceCreateInfoFUCHSIA c... function ImagePipeSurfaceCreateInfoFUCHSIA (line 49843) | ImagePipeSurfaceCreateInfoFUCHSIA & operator=( ImagePipeSurfaceCreateInf... function ImagePipeSurfaceCreateInfoFUCHSIA (line 49846) | ImagePipeSurfaceCreateInfoFUCHSIA & operator=( VkImagePipeSurfaceCreateI... type CppType (line 49932) | struct CppType (line 50031) | struct CppType (line 50286) | struct CppType function VULKAN_HPP_CONSTEXPR (line 50301) | VULKAN_HPP_CONSTEXPR ImageSparseMemoryRequirementsInfo2( VULKAN_HPP_NAME... function VULKAN_HPP_CONSTEXPR (line 50307) | VULKAN_HPP_CONSTEXPR ImageSparseMemoryRequirementsInfo2( ImageSparseMemo... function ImageSparseMemoryRequirementsInfo2 (line 50309) | ImageSparseMemoryRequirementsInfo2( VkImageSparseMemoryRequirementsInfo2... function ImageSparseMemoryRequirementsInfo2 (line 50314) | ImageSparseMemoryRequirementsInfo2 & operator=( ImageSparseMemoryRequire... function ImageSparseMemoryRequirementsInfo2 (line 50317) | ImageSparseMemoryRequirementsInfo2 & operator=( VkImageSparseMemoryRequi... type CppType (line 50384) | struct CppType (line 50483) | struct CppType function VULKAN_HPP_CONSTEXPR (line 50498) | VULKAN_HPP_CONSTEXPR ImageSwapchainCreateInfoKHR( VULKAN_HPP_NAMESPACE::... function VULKAN_HPP_CONSTEXPR (line 50504) | VULKAN_HPP_CONSTEXPR ImageSwapchainCreateInfoKHR( ImageSwapchainCreateIn... function ImageSwapchainCreateInfoKHR (line 50506) | ImageSwapchainCreateInfoKHR( VkImageSwapchainCreateInfoKHR const & rhs )... function ImageSwapchainCreateInfoKHR (line 50511) | ImageSwapchainCreateInfoKHR & operator=( ImageSwapchainCreateInfoKHR con... function ImageSwapchainCreateInfoKHR (line 50514) | ImageSwapchainCreateInfoKHR & operator=( VkImageSwapchainCreateInfoKHR c... type CppType (line 50581) | struct CppType function VULKAN_HPP_CONSTEXPR (line 50594) | VULKAN_HPP_CONSTEXPR ImageViewASTCDecodeModeEXT( VULKAN_HPP_NAMESPACE::F... function VULKAN_HPP_CONSTEXPR (line 50601) | VULKAN_HPP_CONSTEXPR ImageViewASTCDecodeModeEXT( ImageViewASTCDecodeMode... function ImageViewASTCDecodeModeEXT (line 50603) | ImageViewASTCDecodeModeEXT( VkImageViewASTCDecodeModeEXT const & rhs ) V... function ImageViewASTCDecodeModeEXT (line 50608) | ImageViewASTCDecodeModeEXT & operator=( ImageViewASTCDecodeModeEXT const... function ImageViewASTCDecodeModeEXT (line 50611) | ImageViewASTCDecodeModeEXT & operator=( VkImageViewASTCDecodeModeEXT con... type CppType (line 50678) | struct CppType function VULKAN_HPP_CONSTEXPR (line 50691) | VULKAN_HPP_CONSTEXPR ImageViewAddressPropertiesNVX( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_CONSTEXPR (line 50700) | VULKAN_HPP_CONSTEXPR ImageViewAddressPropertiesNVX( ImageViewAddressProp... function ImageViewAddressPropertiesNVX (line 50702) | ImageViewAddressPropertiesNVX( VkImageViewAddressPropertiesNVX const & r... function ImageViewAddressPropertiesNVX (line 50707) | ImageViewAddressPropertiesNVX & operator=( ImageViewAddressPropertiesNVX... function ImageViewAddressPropertiesNVX (line 50710) | ImageViewAddressPropertiesNVX & operator=( VkImageViewAddressPropertiesN... type CppType (line 50765) | struct CppType (line 50862) | struct CppType (line 51012) | struct CppType function VULKAN_HPP_CONSTEXPR (line 51025) | VULKAN_HPP_CONSTEXPR ImageViewHandleInfoNVX( VULKAN_HPP_NAMESPACE::Image... function VULKAN_HPP_CONSTEXPR (line 51036) | VULKAN_HPP_CONSTEXPR ImageViewHandleInfoNVX( ImageViewHandleInfoNVX cons... function ImageViewHandleInfoNVX (line 51038) | ImageViewHandleInfoNVX( VkImageViewHandleInfoNVX const & rhs ) VULKAN_HP... function ImageViewHandleInfoNVX (line 51043) | ImageViewHandleInfoNVX & operator=( ImageViewHandleInfoNVX const & rhs )... function ImageViewHandleInfoNVX (line 51046) | ImageViewHandleInfoNVX & operator=( VkImageViewHandleInfoNVX const & rhs... type CppType (line 51132) | struct CppType function VULKAN_HPP_CONSTEXPR (line 51145) | VULKAN_HPP_CONSTEXPR ImageViewMinLodCreateInfoEXT( float minLod_ = {}, c... function VULKAN_HPP_CONSTEXPR (line 51151) | VULKAN_HPP_CONSTEXPR ImageViewMinLodCreateInfoEXT( ImageViewMinLodCreate... function ImageViewMinLodCreateInfoEXT (line 51153) | ImageViewMinLodCreateInfoEXT( VkImageViewMinLodCreateInfoEXT const & rhs... function ImageViewMinLodCreateInfoEXT (line 51158) | ImageViewMinLodCreateInfoEXT & operator=( ImageViewMinLodCreateInfoEXT c... function ImageViewMinLodCreateInfoEXT (line 51161) | ImageViewMinLodCreateInfoEXT & operator=( VkImageViewMinLodCreateInfoEXT... type CppType (line 51228) | struct CppType function VULKAN_HPP_CONSTEXPR (line 51241) | VULKAN_HPP_CONSTEXPR ImageViewSampleWeightCreateInfoQCOM( VULKAN_HPP_NAM... function VULKAN_HPP_CONSTEXPR (line 51252) | VULKAN_HPP_CONSTEXPR ImageViewSampleWeightCreateInfoQCOM( ImageViewSampl... function ImageViewSampleWeightCreateInfoQCOM (line 51254) | ImageViewSampleWeightCreateInfoQCOM( VkImageViewSampleWeightCreateInfoQC... function ImageViewSampleWeightCreateInfoQCOM (line 51259) | ImageViewSampleWeightCreateInfoQCOM & operator=( ImageViewSampleWeightCr... function ImageViewSampleWeightCreateInfoQCOM (line 51262) | ImageViewSampleWeightCreateInfoQCOM & operator=( VkImageViewSampleWeight... type CppType (line 51348) | struct CppType (line 51453) | struct CppType function VULKAN_HPP_CONSTEXPR (line 51466) | VULKAN_HPP_CONSTEXPR ImageViewUsageCreateInfo( VULKAN_HPP_NAMESPACE::Ima... function VULKAN_HPP_CONSTEXPR (line 51472) | VULKAN_HPP_CONSTEXPR ImageViewUsageCreateInfo( ImageViewUsageCreateInfo ... function ImageViewUsageCreateInfo (line 51474) | ImageViewUsageCreateInfo( VkImageViewUsageCreateInfo const & rhs ) VULKA... function ImageViewUsageCreateInfo (line 51479) | ImageViewUsageCreateInfo & operator=( ImageViewUsageCreateInfo const & r... function ImageViewUsageCreateInfo (line 51482) | ImageViewUsageCreateInfo & operator=( VkImageViewUsageCreateInfo const &... type CppType (line 51549) | struct CppType function VULKAN_HPP_CONSTEXPR (line 51565) | VULKAN_HPP_CONSTEXPR ImportAndroidHardwareBufferInfoANDROID( struct AHar... function VULKAN_HPP_CONSTEXPR (line 51571) | VULKAN_HPP_CONSTEXPR ImportAndroidHardwareBufferInfoANDROID( ImportAndro... function ImportAndroidHardwareBufferInfoANDROID (line 51573) | ImportAndroidHardwareBufferInfoANDROID( VkImportAndroidHardwareBufferInf... function ImportAndroidHardwareBufferInfoANDROID (line 51578) | ImportAndroidHardwareBufferInfoANDROID & operator=( ImportAndroidHardwar... function ImportAndroidHardwareBufferInfoANDROID (line 51581) | ImportAndroidHardwareBufferInfoANDROID & operator=( VkImportAndroidHardw... type AHardwareBuffer (line 51594) | struct AHardwareBuffer type AHardwareBuffer (line 51615) | struct AHardwareBuffer type AHardwareBuffer (line 51644) | struct AHardwareBuffer type CppType (line 51648) | struct CppType (line 51780) | struct CppType function ImportFenceWin32HandleInfoKHR (line 51812) | ImportFenceWin32HandleInfoKHR( VkImportFenceWin32HandleInfoKHR const & r... function ImportFenceWin32HandleInfoKHR (line 51817) | ImportFenceWin32HandleInfoKHR & operator=( ImportFenceWin32HandleInfoKHR... function ImportFenceWin32HandleInfoKHR (line 51820) | ImportFenceWin32HandleInfoKHR & operator=( VkImportFenceWin32HandleInfoK... type CppType (line 51923) | struct CppType (line 52031) | struct CppType (line 52139) | struct CppType function VULKAN_HPP_CONSTEXPR (line 52152) | VULKAN_HPP_CONSTEXPR ImportMemoryHostPointerInfoEXT( function VULKAN_HPP_CONSTEXPR (line 52162) | VULKAN_HPP_CONSTEXPR ImportMemoryHostPointerInfoEXT( ImportMemoryHostPoi... function ImportMemoryHostPointerInfoEXT (line 52164) | ImportMemoryHostPointerInfoEXT( VkImportMemoryHostPointerInfoEXT const &... function ImportMemoryHostPointerInfoEXT (line 52169) | ImportMemoryHostPointerInfoEXT & operator=( ImportMemoryHostPointerInfoE... function ImportMemoryHostPointerInfoEXT (line 52172) | ImportMemoryHostPointerInfoEXT & operator=( VkImportMemoryHostPointerInf... type CppType (line 52248) | struct CppType (line 52358) | struct CppType (line 52481) | struct CppType (line 52590) | struct CppType (line 52712) | struct CppType (line 52810) | struct CppType function VULKAN_HPP_CONSTEXPR (line 52825) | VULKAN_HPP_CONSTEXPR ImportMetalIOSurfaceInfoEXT( IOSurfaceRef ioSurface... function VULKAN_HPP_CONSTEXPR (line 52831) | VULKAN_HPP_CONSTEXPR ImportMetalIOSurfaceInfoEXT( ImportMetalIOSurfaceIn... function ImportMetalIOSurfaceInfoEXT (line 52833) | ImportMetalIOSurfaceInfoEXT( VkImportMetalIOSurfaceInfoEXT const & rhs )... function ImportMetalIOSurfaceInfoEXT (line 52838) | ImportMetalIOSurfaceInfoEXT & operator=( ImportMetalIOSurfaceInfoEXT con... function ImportMetalIOSurfaceInfoEXT (line 52841) | ImportMetalIOSurfaceInfoEXT & operator=( VkImportMetalIOSurfaceInfoEXT c... type CppType (line 52908) | struct CppType function VULKAN_HPP_CONSTEXPR (line 52923) | VULKAN_HPP_CONSTEXPR ImportMetalSharedEventInfoEXT( MTLSharedEvent_id mt... function VULKAN_HPP_CONSTEXPR (line 52929) | VULKAN_HPP_CONSTEXPR ImportMetalSharedEventInfoEXT( ImportMetalSharedEve... function ImportMetalSharedEventInfoEXT (line 52931) | ImportMetalSharedEventInfoEXT( VkImportMetalSharedEventInfoEXT const & r... function ImportMetalSharedEventInfoEXT (line 52936) | ImportMetalSharedEventInfoEXT & operator=( ImportMetalSharedEventInfoEXT... function ImportMetalSharedEventInfoEXT (line 52939) | ImportMetalSharedEventInfoEXT & operator=( VkImportMetalSharedEventInfoE... type CppType (line 53006) | struct CppType (line 53114) | struct CppType function VULKAN_HPP_CONSTEXPR (line 53129) | VULKAN_HPP_CONSTEXPR ImportScreenBufferInfoQNX( struct _screen_buffer * ... function VULKAN_HPP_CONSTEXPR (line 53135) | VULKAN_HPP_CONSTEXPR ImportScreenBufferInfoQNX( ImportScreenBufferInfoQN... function ImportScreenBufferInfoQNX (line 53137) | ImportScreenBufferInfoQNX( VkImportScreenBufferInfoQNX const & rhs ) VUL... function ImportScreenBufferInfoQNX (line 53142) | ImportScreenBufferInfoQNX & operator=( ImportScreenBufferInfoQNX const &... function ImportScreenBufferInfoQNX (line 53145) | ImportScreenBufferInfoQNX & operator=( VkImportScreenBufferInfoQNX const... type _screen_buffer (line 53158) | struct _screen_buffer type _screen_buffer (line 53179) | struct _screen_buffer type _screen_buffer (line 53208) | struct _screen_buffer type CppType (line 53212) | struct CppType function VULKAN_HPP_CONSTEXPR (line 53226) | VULKAN_HPP_CONSTEXPR ImportSemaphoreFdInfoKHR( function VULKAN_HPP_CONSTEXPR (line 53240) | VULKAN_HPP_CONSTEXPR ImportSemaphoreFdInfoKHR( ImportSemaphoreFdInfoKHR ... function ImportSemaphoreFdInfoKHR (line 53242) | ImportSemaphoreFdInfoKHR( VkImportSemaphoreFdInfoKHR const & rhs ) VULKA... function ImportSemaphoreFdInfoKHR (line 53247) | ImportSemaphoreFdInfoKHR & operator=( ImportSemaphoreFdInfoKHR const & r... function ImportSemaphoreFdInfoKHR (line 53250) | ImportSemaphoreFdInfoKHR & operator=( VkImportSemaphoreFdInfoKHR const &... type CppType (line 53345) | struct CppType function ImportSemaphoreWin32HandleInfoKHR (line 53377) | ImportSemaphoreWin32HandleInfoKHR( VkImportSemaphoreWin32HandleInfoKHR c... function ImportSemaphoreWin32HandleInfoKHR (line 53382) | ImportSemaphoreWin32HandleInfoKHR & operator=( ImportSemaphoreWin32Handl... function ImportSemaphoreWin32HandleInfoKHR (line 53385) | ImportSemaphoreWin32HandleInfoKHR & operator=( VkImportSemaphoreWin32Han... type CppType (line 53488) | struct CppType (line 53634) | struct CppType (line 54233) | struct CppType (line 54415) | struct CppType (line 54718) | struct CppType (line 54909) | struct CppType (line 55015) | struct CppType (line 55140) | struct CppType (line 55353) | struct CppType (line 55496) | struct CppType (line 55592) | struct CppType (line 55907) | struct CppType function VULKAN_HPP_CONSTEXPR (line 55920) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 55928) | VULKAN_HPP_CONSTEXPR LatencySleepInfoNV( LatencySleepInfoNV const & rhs ... function LatencySleepInfoNV (line 55930) | LatencySleepInfoNV( VkLatencySleepInfoNV const & rhs ) VULKAN_HPP_NOEXCE... function LatencySleepInfoNV (line 55932) | LatencySleepInfoNV & operator=( LatencySleepInfoNV const & rhs ) VULKAN_... function LatencySleepInfoNV (line 55935) | LatencySleepInfoNV & operator=( VkLatencySleepInfoNV const & rhs ) VULKA... type CppType (line 56009) | struct CppType function VULKAN_HPP_CONSTEXPR (line 56022) | VULKAN_HPP_CONSTEXPR LatencySleepModeInfoNV( VULKAN_HPP_NAMESPACE::Bool3... function VULKAN_HPP_CONSTEXPR (line 56033) | VULKAN_HPP_CONSTEXPR LatencySleepModeInfoNV( LatencySleepModeInfoNV cons... function LatencySleepModeInfoNV (line 56035) | LatencySleepModeInfoNV( VkLatencySleepModeInfoNV const & rhs ) VULKAN_HP... function LatencySleepModeInfoNV (line 56040) | LatencySleepModeInfoNV & operator=( LatencySleepModeInfoNV const & rhs )... function LatencySleepModeInfoNV (line 56043) | LatencySleepModeInfoNV & operator=( VkLatencySleepModeInfoNV const & rhs... type CppType (line 56129) | struct CppType function VULKAN_HPP_CONSTEXPR (line 56142) | VULKAN_HPP_CONSTEXPR LatencySubmissionPresentIdNV( uint64_t presentID_ =... function VULKAN_HPP_CONSTEXPR (line 56148) | VULKAN_HPP_CONSTEXPR LatencySubmissionPresentIdNV( LatencySubmissionPres... function LatencySubmissionPresentIdNV (line 56150) | LatencySubmissionPresentIdNV( VkLatencySubmissionPresentIdNV const & rhs... function LatencySubmissionPresentIdNV (line 56155) | LatencySubmissionPresentIdNV & operator=( LatencySubmissionPresentIdNV c... function LatencySubmissionPresentIdNV (line 56158) | LatencySubmissionPresentIdNV & operator=( VkLatencySubmissionPresentIdNV... type CppType (line 56225) | struct CppType function VULKAN_HPP_CONSTEXPR (line 56238) | VULKAN_HPP_CONSTEXPR LatencySurfaceCapabilitiesNV( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 56247) | VULKAN_HPP_CONSTEXPR LatencySurfaceCapabilitiesNV( LatencySurfaceCapabil... function LatencySurfaceCapabilitiesNV (line 56249) | LatencySurfaceCapabilitiesNV( VkLatencySurfaceCapabilitiesNV const & rhs... function LatencySurfaceCapabilitiesNV (line 56255) | LatencySurfaceCapabilitiesNV( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporar... function LatencySurfaceCapabilitiesNV (line 56262) | LatencySurfaceCapabilitiesNV & operator=( LatencySurfaceCapabilitiesNV c... function LatencySurfaceCapabilitiesNV (line 56265) | LatencySurfaceCapabilitiesNV & operator=( VkLatencySurfaceCapabilitiesNV... function LatencySurfaceCapabilitiesNV (line 56291) | LatencySurfaceCapabilitiesNV & type CppType (line 56349) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 56359) | VULKAN_HPP_CONSTEXPR_14 LayerProperties( std::array (line 56825) | struct CppType function VULKAN_HPP_CONSTEXPR (line 56839) | VULKAN_HPP_CONSTEXPR MacOSSurfaceCreateInfoMVK( VULKAN_HPP_NAMESPACE::Ma... function VULKAN_HPP_CONSTEXPR (line 56848) | VULKAN_HPP_CONSTEXPR MacOSSurfaceCreateInfoMVK( MacOSSurfaceCreateInfoMV... function MacOSSurfaceCreateInfoMVK (line 56850) | MacOSSurfaceCreateInfoMVK( VkMacOSSurfaceCreateInfoMVK const & rhs ) VUL... function MacOSSurfaceCreateInfoMVK (line 56855) | MacOSSurfaceCreateInfoMVK & operator=( MacOSSurfaceCreateInfoMVK const &... function MacOSSurfaceCreateInfoMVK (line 56858) | MacOSSurfaceCreateInfoMVK & operator=( VkMacOSSurfaceCreateInfoMVK const... type CppType (line 56933) | struct CppType function VULKAN_HPP_CONSTEXPR (line 56947) | VULKAN_HPP_CONSTEXPR MappedMemoryRange( VULKAN_HPP_NAMESPACE::DeviceMemo... function VULKAN_HPP_CONSTEXPR (line 56958) | VULKAN_HPP_CONSTEXPR MappedMemoryRange( MappedMemoryRange const & rhs ) ... function MappedMemoryRange (line 56960) | MappedMemoryRange( VkMappedMemoryRange const & rhs ) VULKAN_HPP_NOEXCEPT... function MappedMemoryRange (line 56962) | MappedMemoryRange & operator=( MappedMemoryRange const & rhs ) VULKAN_HP... function MappedMemoryRange (line 56965) | MappedMemoryRange & operator=( VkMappedMemoryRange const & rhs ) VULKAN_... type CppType (line 57050) | struct CppType function VULKAN_HPP_CONSTEXPR (line 57063) | VULKAN_HPP_CONSTEXPR MemoryAllocateFlagsInfo( VULKAN_HPP_NAMESPACE::Memo... function VULKAN_HPP_CONSTEXPR (line 57072) | VULKAN_HPP_CONSTEXPR MemoryAllocateFlagsInfo( MemoryAllocateFlagsInfo co... function MemoryAllocateFlagsInfo (line 57074) | MemoryAllocateFlagsInfo( VkMemoryAllocateFlagsInfo const & rhs ) VULKAN_... function MemoryAllocateFlagsInfo (line 57079) | MemoryAllocateFlagsInfo & operator=( MemoryAllocateFlagsInfo const & rhs... function MemoryAllocateFlagsInfo (line 57082) | MemoryAllocateFlagsInfo & operator=( VkMemoryAllocateFlagsInfo const & r... type CppType (line 57156) | struct CppType function VULKAN_HPP_CONSTEXPR (line 57171) | VULKAN_HPP_CONSTEXPR MemoryAllocateInfo( VULKAN_HPP_NAMESPACE::DeviceSiz... function VULKAN_HPP_CONSTEXPR (line 57180) | VULKAN_HPP_CONSTEXPR MemoryAllocateInfo( MemoryAllocateInfo const & rhs ... function MemoryAllocateInfo (line 57182) | MemoryAllocateInfo( VkMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCE... function MemoryAllocateInfo (line 57184) | MemoryAllocateInfo & operator=( MemoryAllocateInfo const & rhs ) VULKAN_... function MemoryAllocateInfo (line 57187) | MemoryAllocateInfo & operator=( VkMemoryAllocateInfo const & rhs ) VULKA... type CppType (line 57261) | struct CppType function VULKAN_HPP_CONSTEXPR (line 57274) | VULKAN_HPP_CONSTEXPR MemoryBarrier( VULKAN_HPP_NAMESPACE::AccessFlags sr... function VULKAN_HPP_CONSTEXPR (line 57283) | VULKAN_HPP_CONSTEXPR MemoryBarrier( MemoryBarrier const & rhs ) VULKAN_H... function MemoryBarrier (line 57285) | MemoryBarrier( VkMemoryBarrier const & rhs ) VULKAN_HPP_NOEXCEPT : Memor... function MemoryBarrier (line 57287) | MemoryBarrier & operator=( MemoryBarrier const & rhs ) VULKAN_HPP_NOEXCE... function MemoryBarrier (line 57290) | MemoryBarrier & operator=( VkMemoryBarrier const & rhs ) VULKAN_HPP_NOEX... type CppType (line 57367) | struct CppType function VULKAN_HPP_CONSTEXPR (line 57380) | VULKAN_HPP_CONSTEXPR MemoryBarrierAccessFlags3KHR( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_CONSTEXPR (line 57389) | VULKAN_HPP_CONSTEXPR MemoryBarrierAccessFlags3KHR( MemoryBarrierAccessFl... function MemoryBarrierAccessFlags3KHR (line 57391) | MemoryBarrierAccessFlags3KHR( VkMemoryBarrierAccessFlags3KHR const & rhs... function MemoryBarrierAccessFlags3KHR (line 57396) | MemoryBarrierAccessFlags3KHR & operator=( MemoryBarrierAccessFlags3KHR c... function MemoryBarrierAccessFlags3KHR (line 57399) | MemoryBarrierAccessFlags3KHR & operator=( VkMemoryBarrierAccessFlags3KHR... type CppType (line 57476) | struct CppType function VULKAN_HPP_CONSTEXPR (line 57489) | VULKAN_HPP_CONSTEXPR MemoryDedicatedAllocateInfo( VULKAN_HPP_NAMESPACE::... function VULKAN_HPP_CONSTEXPR (line 57498) | VULKAN_HPP_CONSTEXPR MemoryDedicatedAllocateInfo( MemoryDedicatedAllocat... function MemoryDedicatedAllocateInfo (line 57500) | MemoryDedicatedAllocateInfo( VkMemoryDedicatedAllocateInfo const & rhs )... function MemoryDedicatedAllocateInfo (line 57505) | MemoryDedicatedAllocateInfo & operator=( MemoryDedicatedAllocateInfo con... function MemoryDedicatedAllocateInfo (line 57508) | MemoryDedicatedAllocateInfo & operator=( VkMemoryDedicatedAllocateInfo c... type CppType (line 57582) | struct CppType function VULKAN_HPP_CONSTEXPR (line 57597) | VULKAN_HPP_CONSTEXPR MemoryDedicatedRequirements( VULKAN_HPP_NAMESPACE::... function VULKAN_HPP_CONSTEXPR (line 57606) | VULKAN_HPP_CONSTEXPR MemoryDedicatedRequirements( MemoryDedicatedRequire... function MemoryDedicatedRequirements (line 57608) | MemoryDedicatedRequirements( VkMemoryDedicatedRequirements const & rhs )... function MemoryDedicatedRequirements (line 57613) | MemoryDedicatedRequirements & operator=( MemoryDedicatedRequirements con... function MemoryDedicatedRequirements (line 57616) | MemoryDedicatedRequirements & operator=( VkMemoryDedicatedRequirements c... type CppType (line 57671) | struct CppType function VULKAN_HPP_CONSTEXPR (line 57686) | VULKAN_HPP_CONSTEXPR MemoryFdPropertiesKHR( uint32_t memoryTypeBits_ = {... function VULKAN_HPP_CONSTEXPR (line 57692) | VULKAN_HPP_CONSTEXPR MemoryFdPropertiesKHR( MemoryFdPropertiesKHR const ... function MemoryFdPropertiesKHR (line 57694) | MemoryFdPropertiesKHR( VkMemoryFdPropertiesKHR const & rhs ) VULKAN_HPP_... function MemoryFdPropertiesKHR (line 57699) | MemoryFdPropertiesKHR & operator=( MemoryFdPropertiesKHR const & rhs ) V... function MemoryFdPropertiesKHR (line 57702) | MemoryFdPropertiesKHR & operator=( VkMemoryFdPropertiesKHR const & rhs )... type CppType (line 57755) | struct CppType function VULKAN_HPP_CONSTEXPR (line 57769) | VULKAN_HPP_CONSTEXPR MemoryGetAndroidHardwareBufferInfoANDROID( VULKAN_H... function VULKAN_HPP_CONSTEXPR (line 57776) | VULKAN_HPP_CONSTEXPR MemoryGetAndroidHardwareBufferInfoANDROID( MemoryGe... function MemoryGetAndroidHardwareBufferInfoANDROID (line 57778) | MemoryGetAndroidHardwareBufferInfoANDROID( VkMemoryGetAndroidHardwareBuf... function MemoryGetAndroidHardwareBufferInfoANDROID (line 57783) | MemoryGetAndroidHardwareBufferInfoANDROID & operator=( MemoryGetAndroidH... function MemoryGetAndroidHardwareBufferInfoANDROID (line 57786) | MemoryGetAndroidHardwareBufferInfoANDROID & operator=( VkMemoryGetAndroi... type CppType (line 57853) | struct CppType (line 57961) | struct CppType function VULKAN_HPP_CONSTEXPR (line 57975) | VULKAN_HPP_CONSTEXPR MemoryGetMetalHandleInfoEXT( function VULKAN_HPP_CONSTEXPR (line 57985) | VULKAN_HPP_CONSTEXPR MemoryGetMetalHandleInfoEXT( MemoryGetMetalHandleIn... function MemoryGetMetalHandleInfoEXT (line 57987) | MemoryGetMetalHandleInfoEXT( VkMemoryGetMetalHandleInfoEXT const & rhs )... function MemoryGetMetalHandleInfoEXT (line 57992) | MemoryGetMetalHandleInfoEXT & operator=( MemoryGetMetalHandleInfoEXT con... function MemoryGetMetalHandleInfoEXT (line 57995) | MemoryGetMetalHandleInfoEXT & operator=( VkMemoryGetMetalHandleInfoEXT c... type CppType (line 58073) | struct CppType function VULKAN_HPP_CONSTEXPR (line 58087) | VULKAN_HPP_CONSTEXPR MemoryGetRemoteAddressInfoNV( function VULKAN_HPP_CONSTEXPR (line 58097) | VULKAN_HPP_CONSTEXPR MemoryGetRemoteAddressInfoNV( MemoryGetRemoteAddres... function MemoryGetRemoteAddressInfoNV (line 58099) | MemoryGetRemoteAddressInfoNV( VkMemoryGetRemoteAddressInfoNV const & rhs... function MemoryGetRemoteAddressInfoNV (line 58104) | MemoryGetRemoteAddressInfoNV & operator=( MemoryGetRemoteAddressInfoNV c... function MemoryGetRemoteAddressInfoNV (line 58107) | MemoryGetRemoteAddressInfoNV & operator=( VkMemoryGetRemoteAddressInfoNV... type CppType (line 58185) | struct CppType function VULKAN_HPP_CONSTEXPR (line 58199) | VULKAN_HPP_CONSTEXPR MemoryGetWin32HandleInfoKHR( function VULKAN_HPP_CONSTEXPR (line 58209) | VULKAN_HPP_CONSTEXPR MemoryGetWin32HandleInfoKHR( MemoryGetWin32HandleIn... function MemoryGetWin32HandleInfoKHR (line 58211) | MemoryGetWin32HandleInfoKHR( VkMemoryGetWin32HandleInfoKHR const & rhs )... function MemoryGetWin32HandleInfoKHR (line 58216) | MemoryGetWin32HandleInfoKHR & operator=( MemoryGetWin32HandleInfoKHR con... function MemoryGetWin32HandleInfoKHR (line 58219) | MemoryGetWin32HandleInfoKHR & operator=( VkMemoryGetWin32HandleInfoKHR c... type CppType (line 58297) | struct CppType function VULKAN_HPP_CONSTEXPR (line 58312) | VULKAN_HPP_CONSTEXPR MemoryGetZirconHandleInfoFUCHSIA( function VULKAN_HPP_CONSTEXPR (line 58322) | VULKAN_HPP_CONSTEXPR MemoryGetZirconHandleInfoFUCHSIA( MemoryGetZirconHa... function MemoryGetZirconHandleInfoFUCHSIA (line 58324) | MemoryGetZirconHandleInfoFUCHSIA( VkMemoryGetZirconHandleInfoFUCHSIA con... function MemoryGetZirconHandleInfoFUCHSIA (line 58329) | MemoryGetZirconHandleInfoFUCHSIA & operator=( MemoryGetZirconHandleInfoF... function MemoryGetZirconHandleInfoFUCHSIA (line 58332) | MemoryGetZirconHandleInfoFUCHSIA & operator=( VkMemoryGetZirconHandleInf... type CppType (line 58410) | struct CppType (line 58562) | struct CppType (line 58689) | struct CppType function VULKAN_HPP_CONSTEXPR (line 58704) | VULKAN_HPP_CONSTEXPR MemoryMapPlacedInfoEXT( void * pPlacedAddress_ = {}... function VULKAN_HPP_CONSTEXPR (line 58710) | VULKAN_HPP_CONSTEXPR MemoryMapPlacedInfoEXT( MemoryMapPlacedInfoEXT cons... function MemoryMapPlacedInfoEXT (line 58712) | MemoryMapPlacedInfoEXT( VkMemoryMapPlacedInfoEXT const & rhs ) VULKAN_HP... function MemoryMapPlacedInfoEXT (line 58717) | MemoryMapPlacedInfoEXT & operator=( MemoryMapPlacedInfoEXT const & rhs )... function MemoryMapPlacedInfoEXT (line 58720) | MemoryMapPlacedInfoEXT & operator=( VkMemoryMapPlacedInfoEXT const & rhs... type CppType (line 58787) | struct CppType function VULKAN_HPP_CONSTEXPR (line 58801) | VULKAN_HPP_CONSTEXPR MemoryMetalHandlePropertiesEXT( uint32_t memoryType... function VULKAN_HPP_CONSTEXPR (line 58807) | VULKAN_HPP_CONSTEXPR MemoryMetalHandlePropertiesEXT( MemoryMetalHandlePr... function MemoryMetalHandlePropertiesEXT (line 58809) | MemoryMetalHandlePropertiesEXT( VkMemoryMetalHandlePropertiesEXT const &... function MemoryMetalHandlePropertiesEXT (line 58814) | MemoryMetalHandlePropertiesEXT & operator=( MemoryMetalHandlePropertiesE... function MemoryMetalHandlePropertiesEXT (line 58817) | MemoryMetalHandlePropertiesEXT & operator=( VkMemoryMetalHandlePropertie... type CppType (line 58870) | struct CppType (line 58967) | struct CppType (line 59065) | struct CppType (line 59219) | struct CppType function VULKAN_HPP_CONSTEXPR (line 59231) | VULKAN_HPP_CONSTEXPR MemoryType( VULKAN_HPP_NAMESPACE::MemoryPropertyFla... function VULKAN_HPP_CONSTEXPR (line 59237) | VULKAN_HPP_CONSTEXPR MemoryType( MemoryType const & rhs ) VULKAN_HPP_NOE... function MemoryType (line 59239) | MemoryType( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT : MemoryType(... function MemoryType (line 59241) | MemoryType & operator=( MemoryType const & rhs ) VULKAN_HPP_NOEXCEPT = d... function MemoryType (line 59244) | MemoryType & operator=( VkMemoryType const & rhs ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR (line 59303) | VULKAN_HPP_CONSTEXPR MemoryUnmapInfo( VULKAN_HPP_NAMESPACE::MemoryUnmapF... function VULKAN_HPP_CONSTEXPR (line 59312) | VULKAN_HPP_CONSTEXPR MemoryUnmapInfo( MemoryUnmapInfo const & rhs ) VULK... function MemoryUnmapInfo (line 59314) | MemoryUnmapInfo( VkMemoryUnmapInfo const & rhs ) VULKAN_HPP_NOEXCEPT : M... function MemoryUnmapInfo (line 59316) | MemoryUnmapInfo & operator=( MemoryUnmapInfo const & rhs ) VULKAN_HPP_NO... function MemoryUnmapInfo (line 59319) | MemoryUnmapInfo & operator=( VkMemoryUnmapInfo const & rhs ) VULKAN_HPP_... type CppType (line 59396) | struct CppType function VULKAN_HPP_CONSTEXPR (line 59412) | VULKAN_HPP_CONSTEXPR MemoryWin32HandlePropertiesKHR( uint32_t memoryType... function VULKAN_HPP_CONSTEXPR (line 59418) | VULKAN_HPP_CONSTEXPR MemoryWin32HandlePropertiesKHR( MemoryWin32HandlePr... function MemoryWin32HandlePropertiesKHR (line 59420) | MemoryWin32HandlePropertiesKHR( VkMemoryWin32HandlePropertiesKHR const &... function MemoryWin32HandlePropertiesKHR (line 59425) | MemoryWin32HandlePropertiesKHR & operator=( MemoryWin32HandlePropertiesK... function MemoryWin32HandlePropertiesKHR (line 59428) | MemoryWin32HandlePropertiesKHR & operator=( VkMemoryWin32HandlePropertie... type CppType (line 59481) | struct CppType (line 59565) | struct CppType (line 59676) | struct CppType function MicromapBuildInfoEXT (line 59719) | MicromapBuildInfoEXT( VkMicromapBuildInfoEXT const & rhs ) VULKAN_HPP_NO... function MicromapBuildInfoEXT (line 59725) | MicromapBuildInfoEXT( VULKAN_HPP_NAMESPACE::MicromapTypeEXT ... function MicromapBuildInfoEXT (line 59760) | MicromapBuildInfoEXT & operator=( MicromapBuildInfoEXT const & rhs ) VUL... function MicromapBuildInfoEXT (line 59763) | MicromapBuildInfoEXT & operator=( VkMicromapBuildInfoEXT const & rhs ) V... function MicromapBuildInfoEXT (line 59813) | MicromapBuildInfoEXT & function MicromapBuildInfoEXT (line 59829) | MicromapBuildInfoEXT & setPUsageCounts( type CppType (line 59916) | struct CppType function VULKAN_HPP_CONSTEXPR (line 59929) | VULKAN_HPP_CONSTEXPR MicromapBuildSizesInfoEXT( VULKAN_HPP_NAMESPACE::De... function VULKAN_HPP_CONSTEXPR (line 59940) | VULKAN_HPP_CONSTEXPR MicromapBuildSizesInfoEXT( MicromapBuildSizesInfoEX... function MicromapBuildSizesInfoEXT (line 59942) | MicromapBuildSizesInfoEXT( VkMicromapBuildSizesInfoEXT const & rhs ) VUL... function MicromapBuildSizesInfoEXT (line 59947) | MicromapBuildSizesInfoEXT & operator=( MicromapBuildSizesInfoEXT const &... function MicromapBuildSizesInfoEXT (line 59950) | MicromapBuildSizesInfoEXT & operator=( VkMicromapBuildSizesInfoEXT const... type CppType (line 60036) | struct CppType function MicromapCreateInfoEXT (line 60068) | MicromapCreateInfoEXT( VkMicromapCreateInfoEXT const & rhs ) VULKAN_HPP_... function MicromapCreateInfoEXT (line 60073) | MicromapCreateInfoEXT & operator=( MicromapCreateInfoEXT const & rhs ) V... function MicromapCreateInfoEXT (line 60076) | MicromapCreateInfoEXT & operator=( VkMicromapCreateInfoEXT const & rhs )... type CppType (line 60186) | struct CppType function VULKAN_HPP_CONSTEXPR (line 60196) | VULKAN_HPP_CONSTEXPR MicromapTriangleEXT( uint32_t dataOffset_ = {}, uin... function VULKAN_HPP_CONSTEXPR (line 60203) | VULKAN_HPP_CONSTEXPR MicromapTriangleEXT( MicromapTriangleEXT const & rh... function MicromapTriangleEXT (line 60205) | MicromapTriangleEXT( VkMicromapTriangleEXT const & rhs ) VULKAN_HPP_NOEX... function MicromapTriangleEXT (line 60209) | MicromapTriangleEXT & operator=( MicromapTriangleEXT const & rhs ) VULKA... function MicromapTriangleEXT (line 60212) | MicromapTriangleEXT & operator=( VkMicromapTriangleEXT const & rhs ) VUL... function VULKAN_HPP_CONSTEXPR (line 60292) | VULKAN_HPP_CONSTEXPR MicromapVersionInfoEXT( const uint8_t * pVersionDat... function VULKAN_HPP_CONSTEXPR (line 60298) | VULKAN_HPP_CONSTEXPR MicromapVersionInfoEXT( MicromapVersionInfoEXT cons... function MicromapVersionInfoEXT (line 60300) | MicromapVersionInfoEXT( VkMicromapVersionInfoEXT const & rhs ) VULKAN_HP... function MicromapVersionInfoEXT (line 60305) | MicromapVersionInfoEXT & operator=( MicromapVersionInfoEXT const & rhs )... function MicromapVersionInfoEXT (line 60308) | MicromapVersionInfoEXT & operator=( VkMicromapVersionInfoEXT const & rhs... type CppType (line 60375) | struct CppType function VULKAN_HPP_CONSTEXPR (line 60385) | VULKAN_HPP_CONSTEXPR MultiDrawIndexedInfoEXT( uint32_t firstIndex_ = {},... function VULKAN_HPP_CONSTEXPR (line 60392) | VULKAN_HPP_CONSTEXPR MultiDrawIndexedInfoEXT( MultiDrawIndexedInfoEXT co... function MultiDrawIndexedInfoEXT (line 60394) | MultiDrawIndexedInfoEXT( VkMultiDrawIndexedInfoEXT const & rhs ) VULKAN_... function MultiDrawIndexedInfoEXT (line 60399) | MultiDrawIndexedInfoEXT & operator=( MultiDrawIndexedInfoEXT const & rhs... function MultiDrawIndexedInfoEXT (line 60402) | MultiDrawIndexedInfoEXT & operator=( VkMultiDrawIndexedInfoEXT const & r... function VULKAN_HPP_CONSTEXPR (line 60479) | VULKAN_HPP_CONSTEXPR MultiDrawInfoEXT( uint32_t firstVertex_ = {}, uint3... function VULKAN_HPP_CONSTEXPR (line 60485) | VULKAN_HPP_CONSTEXPR MultiDrawInfoEXT( MultiDrawInfoEXT const & rhs ) VU... function MultiDrawInfoEXT (line 60487) | MultiDrawInfoEXT( VkMultiDrawInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT :... function MultiDrawInfoEXT (line 60489) | MultiDrawInfoEXT & operator=( MultiDrawInfoEXT const & rhs ) VULKAN_HPP_... function MultiDrawInfoEXT (line 60492) | MultiDrawInfoEXT & operator=( VkMultiDrawInfoEXT const & rhs ) VULKAN_HP... function VULKAN_HPP_CONSTEXPR (line 60565) | VULKAN_HPP_CONSTEXPR MultisamplePropertiesEXT( VULKAN_HPP_NAMESPACE::Ext... function VULKAN_HPP_CONSTEXPR (line 60571) | VULKAN_HPP_CONSTEXPR MultisamplePropertiesEXT( MultisamplePropertiesEXT ... function MultisamplePropertiesEXT (line 60573) | MultisamplePropertiesEXT( VkMultisamplePropertiesEXT const & rhs ) VULKA... function MultisamplePropertiesEXT (line 60578) | MultisamplePropertiesEXT & operator=( MultisamplePropertiesEXT const & r... function MultisamplePropertiesEXT (line 60581) | MultisamplePropertiesEXT & operator=( VkMultisamplePropertiesEXT const &... type CppType (line 60634) | struct CppType function VULKAN_HPP_CONSTEXPR (line 60647) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 60657) | VULKAN_HPP_CONSTEXPR MultisampledRenderToSingleSampledInfoEXT( Multisamp... function MultisampledRenderToSingleSampledInfoEXT (line 60659) | MultisampledRenderToSingleSampledInfoEXT( VkMultisampledRenderToSingleSa... function MultisampledRenderToSingleSampledInfoEXT (line 60664) | MultisampledRenderToSingleSampledInfoEXT & operator=( MultisampledRender... function MultisampledRenderToSingleSampledInfoEXT (line 60667) | MultisampledRenderToSingleSampledInfoEXT & operator=( VkMultisampledRend... type CppType (line 60747) | struct CppType (line 60855) | struct CppType (line 60984) | struct CppType (line 61225) | struct CppType (line 61325) | struct CppType (line 61463) | struct CppType function VULKAN_HPP_CONSTEXPR (line 61476) | VULKAN_HPP_CONSTEXPR OpticalFlowImageFormatInfoNV( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_CONSTEXPR (line 61483) | VULKAN_HPP_CONSTEXPR OpticalFlowImageFormatInfoNV( OpticalFlowImageForma... function OpticalFlowImageFormatInfoNV (line 61485) | OpticalFlowImageFormatInfoNV( VkOpticalFlowImageFormatInfoNV const & rhs... function OpticalFlowImageFormatInfoNV (line 61490) | OpticalFlowImageFormatInfoNV & operator=( OpticalFlowImageFormatInfoNV c... function OpticalFlowImageFormatInfoNV (line 61493) | OpticalFlowImageFormatInfoNV & operator=( VkOpticalFlowImageFormatInfoNV... type CppType (line 61560) | struct CppType function VULKAN_HPP_CONSTEXPR (line 61573) | VULKAN_HPP_CONSTEXPR OpticalFlowImageFormatPropertiesNV( VULKAN_HPP_NAME... function VULKAN_HPP_CONSTEXPR (line 61580) | VULKAN_HPP_CONSTEXPR OpticalFlowImageFormatPropertiesNV( OpticalFlowImag... function OpticalFlowImageFormatPropertiesNV (line 61582) | OpticalFlowImageFormatPropertiesNV( VkOpticalFlowImageFormatPropertiesNV... function OpticalFlowImageFormatPropertiesNV (line 61587) | OpticalFlowImageFormatPropertiesNV & operator=( OpticalFlowImageFormatPr... function OpticalFlowImageFormatPropertiesNV (line 61590) | OpticalFlowImageFormatPropertiesNV & operator=( VkOpticalFlowImageFormat... type CppType (line 61643) | struct CppType (line 61828) | struct CppType (line 61943) | struct CppType (line 62040) | struct CppType function VULKAN_HPP_CONSTEXPR (line 62053) | VULKAN_HPP_CONSTEXPR PartitionedAccelerationStructureFlagsNV( VULKAN_HPP... function VULKAN_HPP_CONSTEXPR (line 62060) | VULKAN_HPP_CONSTEXPR PartitionedAccelerationStructureFlagsNV( Partitione... function PartitionedAccelerationStructureFlagsNV (line 62062) | PartitionedAccelerationStructureFlagsNV( VkPartitionedAccelerationStruct... function PartitionedAccelerationStructureFlagsNV (line 62067) | PartitionedAccelerationStructureFlagsNV & operator=( PartitionedAccelera... function PartitionedAccelerationStructureFlagsNV (line 62070) | PartitionedAccelerationStructureFlagsNV & operator=( VkPartitionedAccele... type CppType (line 62138) | struct CppType (line 62694) | struct CppType (line 62804) | struct CppType (line 62903) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 62913) | VULKAN_HPP_CONSTEXPR_14 PerformanceCounterResultKHR( int32_t int32_ = {}... function VULKAN_HPP_CONSTEXPR_14 (line 62915) | VULKAN_HPP_CONSTEXPR_14 PerformanceCounterResultKHR( int64_t int64_ ) : ... function VULKAN_HPP_CONSTEXPR_14 (line 62917) | VULKAN_HPP_CONSTEXPR_14 PerformanceCounterResultKHR( uint32_t uint32_ ) ... function VULKAN_HPP_CONSTEXPR_14 (line 62919) | VULKAN_HPP_CONSTEXPR_14 PerformanceCounterResultKHR( uint64_t uint64_ ) ... function VULKAN_HPP_CONSTEXPR_14 (line 62921) | VULKAN_HPP_CONSTEXPR_14 PerformanceCounterResultKHR( float float32_ ) : ... function VULKAN_HPP_CONSTEXPR_14 (line 62923) | VULKAN_HPP_CONSTEXPR_14 PerformanceCounterResultKHR( double float64_ ) :... function VULKAN_HPP_CONSTEXPR (line 62990) | VULKAN_HPP_CONSTEXPR PerformanceMarkerInfoINTEL( uint64_t marker_ = {}, ... function VULKAN_HPP_CONSTEXPR (line 62996) | VULKAN_HPP_CONSTEXPR PerformanceMarkerInfoINTEL( PerformanceMarkerInfoIN... function PerformanceMarkerInfoINTEL (line 62998) | PerformanceMarkerInfoINTEL( VkPerformanceMarkerInfoINTEL const & rhs ) V... function PerformanceMarkerInfoINTEL (line 63003) | PerformanceMarkerInfoINTEL & operator=( PerformanceMarkerInfoINTEL const... function PerformanceMarkerInfoINTEL (line 63006) | PerformanceMarkerInfoINTEL & operator=( VkPerformanceMarkerInfoINTEL con... type CppType (line 63073) | struct CppType function VULKAN_HPP_CONSTEXPR (line 63086) | VULKAN_HPP_CONSTEXPR PerformanceOverrideInfoINTEL( function VULKAN_HPP_CONSTEXPR (line 63098) | VULKAN_HPP_CONSTEXPR PerformanceOverrideInfoINTEL( PerformanceOverrideIn... function PerformanceOverrideInfoINTEL (line 63100) | PerformanceOverrideInfoINTEL( VkPerformanceOverrideInfoINTEL const & rhs... function PerformanceOverrideInfoINTEL (line 63105) | PerformanceOverrideInfoINTEL & operator=( PerformanceOverrideInfoINTEL c... function PerformanceOverrideInfoINTEL (line 63108) | PerformanceOverrideInfoINTEL & operator=( VkPerformanceOverrideInfoINTEL... type CppType (line 63193) | struct CppType function VULKAN_HPP_CONSTEXPR (line 63206) | VULKAN_HPP_CONSTEXPR PerformanceQuerySubmitInfoKHR( uint32_t counterPass... function VULKAN_HPP_CONSTEXPR (line 63212) | VULKAN_HPP_CONSTEXPR PerformanceQuerySubmitInfoKHR( PerformanceQuerySubm... function PerformanceQuerySubmitInfoKHR (line 63214) | PerformanceQuerySubmitInfoKHR( VkPerformanceQuerySubmitInfoKHR const & r... function PerformanceQuerySubmitInfoKHR (line 63219) | PerformanceQuerySubmitInfoKHR & operator=( PerformanceQuerySubmitInfoKHR... function PerformanceQuerySubmitInfoKHR (line 63222) | PerformanceQuerySubmitInfoKHR & operator=( VkPerformanceQuerySubmitInfoK... type CppType (line 63289) | struct CppType (line 63385) | struct CppType (line 63647) | struct CppType (line 63755) | struct CppType (line 63878) | struct CppType (line 63978) | struct CppType (line 64134) | struct CppType (line 64263) | struct CppType (line 64362) | struct CppType (line 64459) | struct CppType (line 64555) | struct CppType (line 64657) | struct CppType (line 64757) | struct CppType (line 64856) | struct CppType (line 64974) | struct CppType (line 65083) | struct CppType (line 65207) | struct CppType (line 65333) | struct CppType (line 65435) | struct CppType (line 65564) | struct CppType (line 65674) | struct CppType (line 65775) | struct CppType (line 65875) | struct CppType (line 65973) | struct CppType (line 66071) | struct CppType (line 66170) | struct CppType (line 66281) | struct CppType (line 66368) | struct CppType (line 66478) | struct CppType (line 66614) | struct CppType (line 66793) | struct CppType (line 66889) | struct CppType (line 66998) | struct CppType (line 67107) | struct CppType (line 67190) | struct CppType (line 67273) | struct CppType (line 67382) | struct CppType (line 67487) | struct CppType (line 67584) | struct CppType (line 67667) | struct CppType (line 67765) | struct CppType (line 67864) | struct CppType (line 67960) | struct CppType (line 68058) | struct CppType (line 68157) | struct CppType (line 68246) | struct CppType (line 68356) | struct CppType (line 68439) | struct CppType (line 68540) | struct CppType (line 68674) | struct CppType (line 68772) | struct CppType (line 68870) | struct CppType (line 68970) | struct CppType (line 69067) | struct CppType (line 69166) | struct CppType (line 69254) | struct CppType (line 69390) | struct CppType (line 69667) | struct CppType (line 70017) | struct CppType (line 70237) | struct CppType (line 70339) | struct CppType (line 70439) | struct CppType (line 70566) | struct CppType (line 70676) | struct CppType (line 70775) | struct CppType (line 70930) | struct CppType (line 71066) | struct CppType (line 71164) | struct CppType (line 71262) | struct CppType (line 71344) | struct CppType (line 71443) | struct CppType (line 71529) | struct CppType (line 71640) | struct CppType (line 71749) | struct CppType (line 71846) | struct CppType (line 71947) | struct CppType (line 72051) | struct CppType (line 72148) | struct CppType (line 72273) | struct CppType (line 72768) | struct CppType (line 72867) | struct CppType (line 72966) | struct CppType (line 73066) | struct CppType (line 73162) | struct CppType (line 73283) | struct CppType (line 73384) | struct CppType (line 73487) | struct CppType (line 73588) | struct CppType (line 73688) | struct CppType (line 73774) | struct CppType (line 73872) | struct CppType (line 73973) | struct CppType (line 74073) | struct CppType (line 74183) | struct CppType (line 74279) | struct CppType function PhysicalDeviceFloatControlsProperties (line 74336) | PhysicalDeviceFloatControlsProperties( VkPhysicalDeviceFloatControlsProp... function PhysicalDeviceFloatControlsProperties (line 74341) | PhysicalDeviceFloatControlsProperties & operator=( PhysicalDeviceFloatCo... function PhysicalDeviceFloatControlsProperties (line 74344) | PhysicalDeviceFloatControlsProperties & operator=( VkPhysicalDeviceFloat... type CppType (line 74460) | struct CppType (line 74560) | struct CppType (line 74660) | struct CppType (line 74784) | struct CppType (line 74884) | struct CppType (line 74969) | struct CppType (line 75064) | struct CppType (line 75164) | struct CppType (line 75253) | struct CppType (line 75378) | struct CppType (line 75503) | struct CppType (line 75604) | struct CppType (line 75727) | struct CppType (line 75814) | struct CppType (line 75999) | struct CppType (line 76095) | struct CppType (line 76193) | struct CppType (line 76295) | struct CppType (line 76407) | struct CppType (line 76516) | struct CppType (line 76614) | struct CppType (line 76710) | struct CppType (line 76905) | struct CppType (line 77003) | struct CppType (line 77107) | struct CppType function VULKAN_HPP_CONSTEXPR (line 77122) | VULKAN_HPP_CONSTEXPR PhysicalDeviceImage2DViewOf3DFeaturesEXT( VULKAN_HP... function VULKAN_HPP_CONSTEXPR (line 77131) | VULKAN_HPP_CONSTEXPR PhysicalDeviceImage2DViewOf3DFeaturesEXT( PhysicalD... function PhysicalDeviceImage2DViewOf3DFeaturesEXT (line 77133) | PhysicalDeviceImage2DViewOf3DFeaturesEXT( VkPhysicalDeviceImage2DViewOf3... function PhysicalDeviceImage2DViewOf3DFeaturesEXT (line 77138) | PhysicalDeviceImage2DViewOf3DFeaturesEXT & operator=( PhysicalDeviceImag... function PhysicalDeviceImage2DViewOf3DFeaturesEXT (line 77141) | PhysicalDeviceImage2DViewOf3DFeaturesEXT & operator=( VkPhysicalDeviceIm... type CppType (line 77216) | struct CppType (line 77315) | struct CppType (line 77415) | struct CppType (line 77514) | struct CppType (line 77616) | struct CppType (line 77771) | struct CppType (line 77911) | struct CppType (line 78011) | struct CppType (line 78094) | struct CppType (line 78217) | struct CppType (line 78316) | struct CppType (line 78413) | struct CppType (line 78513) | struct CppType (line 78612) | struct CppType (line 78708) | struct CppType (line 78806) | struct CppType (line 78904) | struct CppType (line 79006) | struct CppType (line 79115) | struct CppType (line 79228) | struct CppType (line 79327) | struct CppType (line 79426) | struct CppType (line 79554) | struct CppType (line 80508) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 80523) | VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceLayeredApiVulkanPropertiesKHR( VUL... function VULKAN_HPP_CONSTEXPR_14 (line 80530) | VULKAN_HPP_CONSTEXPR_14 function PhysicalDeviceLayeredApiVulkanPropertiesKHR (line 80533) | PhysicalDeviceLayeredApiVulkanPropertiesKHR( VkPhysicalDeviceLayeredApiV... function PhysicalDeviceLayeredApiVulkanPropertiesKHR (line 80538) | PhysicalDeviceLayeredApiVulkanPropertiesKHR & operator=( PhysicalDeviceL... function PhysicalDeviceLayeredApiVulkanPropertiesKHR (line 80541) | PhysicalDeviceLayeredApiVulkanPropertiesKHR & operator=( VkPhysicalDevic... type CppType (line 80594) | struct CppType (line 80678) | struct CppType (line 80775) | struct CppType (line 80874) | struct CppType (line 80974) | struct CppType (line 81128) | struct CppType (line 81213) | struct CppType (line 81315) | struct CppType (line 81402) | struct CppType (line 81500) | struct CppType (line 81585) | struct CppType (line 81683) | struct CppType (line 81802) | struct CppType (line 81900) | struct CppType (line 81997) | struct CppType (line 82095) | struct CppType (line 82225) | struct CppType (line 82321) | struct CppType (line 82443) | struct CppType (line 82526) | struct CppType (line 82615) | struct CppType (line 82713) | struct CppType (line 82801) | struct CppType (line 82898) | struct CppType (line 83081) | struct CppType (line 83226) | struct CppType (line 83332) | struct CppType (line 83570) | struct CppType (line 83724) | struct CppType (line 83820) | struct CppType (line 83902) | struct CppType (line 84004) | struct CppType (line 84126) | struct CppType (line 84213) | struct CppType (line 84313) | struct CppType (line 84413) | struct CppType (line 84500) | struct CppType (line 84601) | struct CppType (line 84727) | struct CppType (line 84826) | struct CppType (line 84924) | struct CppType (line 85046) | struct CppType (line 85133) | struct CppType (line 85229) | struct CppType (line 85370) | struct CppType (line 85460) | struct CppType (line 85560) | struct CppType (line 85661) | struct CppType (line 85748) | struct CppType (line 85858) | struct CppType (line 85967) | struct CppType (line 86050) | struct CppType (line 86147) | struct CppType (line 86301) | struct CppType (line 86401) | struct CppType (line 86503) | struct CppType (line 86603) | struct CppType (line 86702) | struct CppType (line 86800) | struct CppType (line 86899) | struct CppType (line 86999) | struct CppType (line 87107) | struct CppType (line 87193) | struct CppType (line 87471) | struct CppType (line 87571) | struct CppType (line 87669) | struct CppType (line 87765) | struct CppType (line 87865) | struct CppType (line 87961) | struct CppType (line 88072) | struct CppType (line 88198) | struct CppType (line 88294) | struct CppType (line 88393) | struct CppType (line 88476) | struct CppType (line 88585) | struct CppType (line 88672) | struct CppType (line 88754) | struct CppType (line 88854) | struct CppType (line 88984) | struct CppType (line 89084) | struct CppType (line 89180) | struct CppType (line 89280) | struct CppType (line 89368) | struct CppType (line 89477) | struct CppType (line 89587) | struct CppType (line 89696) | struct CppType (line 89850) | struct CppType (line 89977) | struct CppType (line 90076) | struct CppType (line 90202) | struct CppType (line 90300) | struct CppType (line 90400) | struct CppType (line 90498) | struct CppType (line 90585) | struct CppType (line 90685) | struct CppType (line 90806) | struct CppType (line 90893) | struct CppType (line 91002) | struct CppType (line 91089) | struct CppType (line 91189) | struct CppType (line 91289) | struct CppType (line 91389) | struct CppType (line 91489) | struct CppType (line 91589) | struct CppType (line 91691) | struct CppType (line 91935) | struct CppType (line 92175) | struct CppType (line 92284) | struct CppType (line 92394) | struct CppType (line 92492) | struct CppType (line 92583) | struct CppType (line 92670) | struct CppType (line 92828) | struct CppType (line 92917) | struct CppType (line 93017) | struct CppType (line 93117) | struct CppType (line 93220) | struct CppType (line 93328) | struct CppType (line 93508) | struct CppType (line 93607) | struct CppType (line 93715) | struct CppType (line 93816) | struct CppType (line 93928) | struct CppType (line 94025) | struct CppType (line 94124) | struct CppType (line 94396) | struct CppType (line 94498) | struct CppType (line 94598) | struct CppType (line 94697) | struct CppType (line 94783) | struct CppType (line 94879) | struct CppType (line 94967) | struct CppType (line 95065) | struct CppType (line 95167) | struct CppType (line 95267) | struct CppType (line 95364) | struct CppType (line 95449) | struct CppType (line 95549) | struct CppType (line 95660) | struct CppType (line 95764) | struct CppType (line 95863) | struct CppType (line 95989) | struct CppType (line 96085) | struct CppType (line 96193) | struct CppType (line 96283) | struct CppType (line 96424) | struct CppType (line 96524) | struct CppType (line 96633) | struct CppType (line 96733) | struct CppType (line 96834) | struct CppType (line 96931) | struct CppType (line 97014) | struct CppType (line 97110) | struct CppType (line 97209) | struct CppType (line 97306) | struct CppType (line 97407) | struct CppType (line 97512) | struct CppType (line 97613) | struct CppType (line 97712) | struct CppType (line 97810) | struct CppType (line 97895) | struct CppType (line 98013) | struct CppType function VULKAN_HPP_CONSTEXPR (line 98028) | VULKAN_HPP_CONSTEXPR PhysicalDeviceTransformFeedbackFeaturesEXT( VULKAN_... function VULKAN_HPP_CONSTEXPR (line 98037) | VULKAN_HPP_CONSTEXPR PhysicalDeviceTransformFeedbackFeaturesEXT( Physica... function PhysicalDeviceTransformFeedbackFeaturesEXT (line 98039) | PhysicalDeviceTransformFeedbackFeaturesEXT( VkPhysicalDeviceTransformFee... function PhysicalDeviceTransformFeedbackFeaturesEXT (line 98044) | PhysicalDeviceTransformFeedbackFeaturesEXT & operator=( PhysicalDeviceTr... function PhysicalDeviceTransformFeedbackFeaturesEXT (line 98047) | PhysicalDeviceTransformFeedbackFeaturesEXT & operator=( VkPhysicalDevice... type CppType (line 98122) | struct CppType (line 98262) | struct CppType (line 98362) | struct CppType (line 98472) | struct CppType (line 98585) | struct CppType (line 98676) | struct CppType (line 98762) | struct CppType (line 98862) | struct CppType (line 98961) | struct CppType (line 99058) | struct CppType (line 99190) | struct CppType function VULKAN_HPP_CONSTEXPR (line 99203) | VULKAN_HPP_CONSTEXPR PhysicalDeviceVideoEncodeQualityLevelInfoKHR( const... function VULKAN_HPP_CONSTEXPR (line 99212) | VULKAN_HPP_CONSTEXPR PhysicalDeviceVideoEncodeQualityLevelInfoKHR( Physi... function PhysicalDeviceVideoEncodeQualityLevelInfoKHR (line 99214) | PhysicalDeviceVideoEncodeQualityLevelInfoKHR( VkPhysicalDeviceVideoEncod... function PhysicalDeviceVideoEncodeQualityLevelInfoKHR (line 99219) | PhysicalDeviceVideoEncodeQualityLevelInfoKHR & operator=( PhysicalDevice... function PhysicalDeviceVideoEncodeQualityLevelInfoKHR (line 99222) | PhysicalDeviceVideoEncodeQualityLevelInfoKHR & operator=( VkPhysicalDevi... type CppType (line 99297) | struct CppType (line 99397) | struct CppType (line 99494) | struct CppType (line 99592) | struct CppType (line 99690) | struct CppType (line 99924) | struct CppType (line 100089) | struct CppType (line 100764) | struct CppType (line 101255) | struct CppType (line 101525) | struct CppType (line 101881) | struct CppType (line 102218) | struct CppType (line 102450) | struct CppType (line 102574) | struct CppType (line 102721) | struct CppType (line 102820) | struct CppType (line 102916) | struct CppType (line 103014) | struct CppType (line 103114) | struct CppType (line 103225) | struct CppType function VULKAN_HPP_CONSTEXPR (line 103235) | VULKAN_HPP_CONSTEXPR PipelineBinaryDataKHR( size_t dataSize_ = {}, void ... function VULKAN_HPP_CONSTEXPR (line 103241) | VULKAN_HPP_CONSTEXPR PipelineBinaryDataKHR( PipelineBinaryDataKHR const ... function PipelineBinaryDataKHR (line 103243) | PipelineBinaryDataKHR( VkPipelineBinaryDataKHR const & rhs ) VULKAN_HPP_... function PipelineBinaryDataKHR (line 103250) | PipelineBinaryDataKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries ... function PipelineBinaryDataKHR (line 103255) | PipelineBinaryDataKHR & operator=( PipelineBinaryDataKHR const & rhs ) V... function PipelineBinaryDataKHR (line 103258) | PipelineBinaryDataKHR & operator=( VkPipelineBinaryDataKHR const & rhs )... function PipelineBinaryDataKHR (line 103279) | PipelineBinaryDataKHR & setData( VULKAN_HPP_NAMESPACE::ArrayProxyNoTempo... function VULKAN_HPP_CONSTEXPR_14 (line 103338) | VULKAN_HPP_CONSTEXPR_14 PipelineBinaryKeysAndDataKHR( uint32_t ... function VULKAN_HPP_CONSTEXPR_14 (line 103347) | VULKAN_HPP_CONSTEXPR_14 PipelineBinaryKeysAndDataKHR( PipelineBinaryKeys... function PipelineBinaryKeysAndDataKHR (line 103349) | PipelineBinaryKeysAndDataKHR( VkPipelineBinaryKeysAndDataKHR const & rhs... function PipelineBinaryKeysAndDataKHR (line 103355) | PipelineBinaryKeysAndDataKHR( function PipelineBinaryKeysAndDataKHR (line 103374) | PipelineBinaryKeysAndDataKHR & operator=( PipelineBinaryKeysAndDataKHR c... function PipelineBinaryKeysAndDataKHR (line 103377) | PipelineBinaryKeysAndDataKHR & operator=( VkPipelineBinaryKeysAndDataKHR... function PipelineBinaryKeysAndDataKHR (line 103398) | PipelineBinaryKeysAndDataKHR & setPipelineBinaryKeys( function PipelineBinaryKeysAndDataKHR (line 103415) | PipelineBinaryKeysAndDataKHR & setPipelineBinaryData( function VULKAN_HPP_CONSTEXPR (line 103479) | VULKAN_HPP_CONSTEXPR PipelineCreateInfoKHR( void * pNext_ = nullptr ) VU... function VULKAN_HPP_CONSTEXPR (line 103481) | VULKAN_HPP_CONSTEXPR PipelineCreateInfoKHR( PipelineCreateInfoKHR const ... function PipelineCreateInfoKHR (line 103483) | PipelineCreateInfoKHR( VkPipelineCreateInfoKHR const & rhs ) VULKAN_HPP_... function PipelineCreateInfoKHR (line 103488) | PipelineCreateInfoKHR & operator=( PipelineCreateInfoKHR const & rhs ) V... function PipelineCreateInfoKHR (line 103491) | PipelineCreateInfoKHR & operator=( VkPipelineCreateInfoKHR const & rhs )... type CppType (line 103551) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 103564) | VULKAN_HPP_CONSTEXPR_14 PipelineBinaryCreateInfoKHR( const VULKAN_HPP_NA... function VULKAN_HPP_CONSTEXPR_14 (line 103575) | VULKAN_HPP_CONSTEXPR_14 PipelineBinaryCreateInfoKHR( PipelineBinaryCreat... function PipelineBinaryCreateInfoKHR (line 103577) | PipelineBinaryCreateInfoKHR( VkPipelineBinaryCreateInfoKHR const & rhs )... function PipelineBinaryCreateInfoKHR (line 103582) | PipelineBinaryCreateInfoKHR & operator=( PipelineBinaryCreateInfoKHR con... function PipelineBinaryCreateInfoKHR (line 103585) | PipelineBinaryCreateInfoKHR & operator=( VkPipelineBinaryCreateInfoKHR c... type CppType (line 103673) | struct CppType function VULKAN_HPP_CONSTEXPR (line 103686) | VULKAN_HPP_CONSTEXPR PipelineBinaryDataInfoKHR( VULKAN_HPP_NAMESPACE::Pi... function VULKAN_HPP_CONSTEXPR (line 103692) | VULKAN_HPP_CONSTEXPR PipelineBinaryDataInfoKHR( PipelineBinaryDataInfoKH... function PipelineBinaryDataInfoKHR (line 103694) | PipelineBinaryDataInfoKHR( VkPipelineBinaryDataInfoKHR const & rhs ) VUL... function PipelineBinaryDataInfoKHR (line 103699) | PipelineBinaryDataInfoKHR & operator=( PipelineBinaryDataInfoKHR const &... function PipelineBinaryDataInfoKHR (line 103702) | PipelineBinaryDataInfoKHR & operator=( VkPipelineBinaryDataInfoKHR const... type CppType (line 103769) | struct CppType function VULKAN_HPP_CONSTEXPR (line 103782) | VULKAN_HPP_CONSTEXPR PipelineBinaryHandlesInfoKHR( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 103791) | VULKAN_HPP_CONSTEXPR PipelineBinaryHandlesInfoKHR( PipelineBinaryHandles... function PipelineBinaryHandlesInfoKHR (line 103793) | PipelineBinaryHandlesInfoKHR( VkPipelineBinaryHandlesInfoKHR const & rhs... function PipelineBinaryHandlesInfoKHR (line 103799) | PipelineBinaryHandlesInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporar... function PipelineBinaryHandlesInfoKHR (line 103806) | PipelineBinaryHandlesInfoKHR & operator=( PipelineBinaryHandlesInfoKHR c... function PipelineBinaryHandlesInfoKHR (line 103809) | PipelineBinaryHandlesInfoKHR & operator=( VkPipelineBinaryHandlesInfoKHR... function PipelineBinaryHandlesInfoKHR (line 103836) | PipelineBinaryHandlesInfoKHR & setPipelineBinaries( type CppType (line 103895) | struct CppType function VULKAN_HPP_CONSTEXPR (line 103908) | VULKAN_HPP_CONSTEXPR PipelineBinaryInfoKHR( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 103917) | VULKAN_HPP_CONSTEXPR PipelineBinaryInfoKHR( PipelineBinaryInfoKHR const ... function PipelineBinaryInfoKHR (line 103919) | PipelineBinaryInfoKHR( VkPipelineBinaryInfoKHR const & rhs ) VULKAN_HPP_... function PipelineBinaryInfoKHR (line 103925) | PipelineBinaryInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 104020) | struct CppType function VULKAN_HPP_CONSTEXPR (line 104033) | VULKAN_HPP_CONSTEXPR PipelineCacheCreateInfo( VULKAN_HPP_NAMESPACE::Pipe... function VULKAN_HPP_CONSTEXPR (line 104044) | VULKAN_HPP_CONSTEXPR PipelineCacheCreateInfo( PipelineCacheCreateInfo co... function PipelineCacheCreateInfo (line 104046) | PipelineCacheCreateInfo( VkPipelineCacheCreateInfo const & rhs ) VULKAN_... function PipelineCacheCreateInfo (line 104053) | PipelineCacheCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCacheCreateFlags ... function PipelineCacheCreateInfo (line 104061) | PipelineCacheCreateInfo & operator=( PipelineCacheCreateInfo const & rhs... function PipelineCacheCreateInfo (line 104064) | PipelineCacheCreateInfo & operator=( VkPipelineCacheCreateInfo const & r... function PipelineCacheCreateInfo (line 104097) | PipelineCacheCreateInfo & setInitialData( VULKAN_HPP_NAMESPACE::ArrayPro... type CppType (line 104160) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 104170) | VULKAN_HPP_CONSTEXPR_14 function VULKAN_HPP_CONSTEXPR_14 (line 104184) | VULKAN_HPP_CONSTEXPR_14 PipelineCacheHeaderVersionOne( PipelineCacheHead... function PipelineCacheHeaderVersionOne (line 104186) | PipelineCacheHeaderVersionOne( VkPipelineCacheHeaderVersionOne const & r... function PipelineCacheHeaderVersionOne (line 104191) | PipelineCacheHeaderVersionOne & operator=( PipelineCacheHeaderVersionOne... function PipelineCacheHeaderVersionOne (line 104194) | PipelineCacheHeaderVersionOne & operator=( VkPipelineCacheHeaderVersionO... function VULKAN_HPP_CONSTEXPR (line 104294) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 104306) | VULKAN_HPP_CONSTEXPR PipelineColorBlendAdvancedStateCreateInfoEXT( Pipel... function PipelineColorBlendAdvancedStateCreateInfoEXT (line 104308) | PipelineColorBlendAdvancedStateCreateInfoEXT( VkPipelineColorBlendAdvanc... function PipelineColorBlendAdvancedStateCreateInfoEXT (line 104313) | PipelineColorBlendAdvancedStateCreateInfoEXT & operator=( PipelineColorB... function PipelineColorBlendAdvancedStateCreateInfoEXT (line 104316) | PipelineColorBlendAdvancedStateCreateInfoEXT & operator=( VkPipelineColo... type CppType (line 104405) | struct CppType (line 104530) | struct CppType (line 104628) | struct CppType (line 104801) | struct CppType (line 104913) | struct CppType (line 105035) | struct CppType (line 105132) | struct CppType (line 105357) | struct CppType (line 105517) | struct CppType (line 105623) | struct CppType function PipelineExecutableInternalRepresentationKHR (line 105654) | PipelineExecutableInternalRepresentationKHR( VkPipelineExecutableInterna... function PipelineExecutableInternalRepresentationKHR (line 105659) | PipelineExecutableInternalRepresentationKHR & operator=( PipelineExecuta... function PipelineExecutableInternalRepresentationKHR (line 105662) | PipelineExecutableInternalRepresentationKHR & operator=( VkPipelineExecu... type CppType (line 105740) | struct CppType (line 105850) | struct CppType (line 105993) | struct CppType (line 106119) | struct CppType (line 106233) | struct CppType (line 106344) | struct CppType (line 106437) | struct CppType function PipelineLayoutCreateInfo (line 106469) | PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKA... function PipelineLayoutCreateInfo (line 106475) | PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlag... function PipelineLayoutCreateInfo (line 106489) | PipelineLayoutCreateInfo & operator=( PipelineLayoutCreateInfo const & r... function PipelineLayoutCreateInfo (line 106492) | PipelineLayoutCreateInfo & operator=( VkPipelineLayoutCreateInfo const &... function PipelineLayoutCreateInfo (line 106524) | PipelineLayoutCreateInfo & function PipelineLayoutCreateInfo (line 106547) | PipelineLayoutCreateInfo & setPushConstantRanges( type CppType (line 106616) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 106629) | VULKAN_HPP_CONSTEXPR_14 PipelinePropertiesIdentifierEXT( std::array (line 106699) | struct CppType (line 106826) | struct CppType (line 106938) | struct CppType (line 107072) | struct CppType (line 107177) | struct CppType (line 107277) | struct CppType (line 107388) | struct CppType (line 107557) | struct CppType function VULKAN_HPP_CONSTEXPR (line 107572) | VULKAN_HPP_CONSTEXPR PipelineRepresentativeFragmentTestStateCreateInfoNV... function VULKAN_HPP_CONSTEXPR (line 107579) | VULKAN_HPP_CONSTEXPR function PipelineRepresentativeFragmentTestStateCreateInfoNV (line 107582) | PipelineRepresentativeFragmentTestStateCreateInfoNV( VkPipelineRepresent... function PipelineRepresentativeFragmentTestStateCreateInfoNV (line 107587) | PipelineRepresentativeFragmentTestStateCreateInfoNV & function PipelineRepresentativeFragmentTestStateCreateInfoNV (line 107591) | PipelineRepresentativeFragmentTestStateCreateInfoNV & operator=( VkPipel... type CppType (line 107659) | struct CppType (line 107793) | struct CppType function VULKAN_HPP_CONSTEXPR (line 107808) | VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT( VULKAN_H... function VULKAN_HPP_CONSTEXPR (line 107817) | VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT( Pipeline... function PipelineSampleLocationsStateCreateInfoEXT (line 107819) | PipelineSampleLocationsStateCreateInfoEXT( VkPipelineSampleLocationsStat... function PipelineSampleLocationsStateCreateInfoEXT (line 107824) | PipelineSampleLocationsStateCreateInfoEXT & operator=( PipelineSampleLoc... function PipelineSampleLocationsStateCreateInfoEXT (line 107827) | PipelineSampleLocationsStateCreateInfoEXT & operator=( VkPipelineSampleL... type CppType (line 107907) | struct CppType (line 108032) | struct CppType (line 108147) | struct CppType (line 108232) | struct CppType (line 108335) | struct CppType (line 108560) | struct CppType (line 108712) | struct CppType (line 108825) | struct CppType (line 108924) | struct CppType (line 109052) | struct CppType (line 109307) | struct CppType (line 109555) | struct CppType (line 109783) | struct CppType (line 109886) | struct CppType function VULKAN_HPP_CONSTEXPR (line 109900) | VULKAN_HPP_CONSTEXPR PresentIdKHR( uint32_t swapchainCount_ = {}, const ... function VULKAN_HPP_CONSTEXPR (line 109907) | VULKAN_HPP_CONSTEXPR PresentIdKHR( PresentIdKHR const & rhs ) VULKAN_HPP... function PresentIdKHR (line 109909) | PresentIdKHR( VkPresentIdKHR const & rhs ) VULKAN_HPP_NOEXCEPT : Present... function PresentIdKHR (line 109912) | PresentIdKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 110004) | struct CppType function PresentInfoKHR (line 110036) | PresentInfoKHR( VkPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT : Pre... function PresentInfoKHR (line 110039) | PresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 110225) | struct CppType function VULKAN_HPP_CONSTEXPR (line 110235) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 110243) | VULKAN_HPP_CONSTEXPR RectLayerKHR( RectLayerKHR const & rhs ) VULKAN_HPP... function RectLayerKHR (line 110245) | RectLayerKHR( VkRectLayerKHR const & rhs ) VULKAN_HPP_NOEXCEPT : RectLay... function RectLayerKHR (line 110247) | explicit RectLayerKHR( Rect2D const & rect2D, uint32_t layer_ = {} ) : o... function RectLayerKHR (line 110249) | RectLayerKHR & operator=( RectLayerKHR const & rhs ) VULKAN_HPP_NOEXCEPT... function RectLayerKHR (line 110252) | RectLayerKHR & operator=( VkRectLayerKHR const & rhs ) VULKAN_HPP_NOEXCEPT function VULKAN_HPP_CONSTEXPR (line 110329) | VULKAN_HPP_CONSTEXPR PresentRegionKHR( uint32_t rectangleCount_ = {}, co... function VULKAN_HPP_CONSTEXPR (line 110335) | VULKAN_HPP_CONSTEXPR PresentRegionKHR( PresentRegionKHR const & rhs ) VU... function PresentRegionKHR (line 110337) | PresentRegionKHR( VkPresentRegionKHR const & rhs ) VULKAN_HPP_NOEXCEPT :... function PresentRegionKHR (line 110340) | PresentRegionKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 110540) | struct CppType function VULKAN_HPP_CONSTEXPR (line 110550) | VULKAN_HPP_CONSTEXPR PresentTimeGOOGLE( uint32_t presentID_ = {}, uint64... function VULKAN_HPP_CONSTEXPR (line 110556) | VULKAN_HPP_CONSTEXPR PresentTimeGOOGLE( PresentTimeGOOGLE const & rhs ) ... function PresentTimeGOOGLE (line 110558) | PresentTimeGOOGLE( VkPresentTimeGOOGLE const & rhs ) VULKAN_HPP_NOEXCEPT... function PresentTimeGOOGLE (line 110560) | PresentTimeGOOGLE & operator=( PresentTimeGOOGLE const & rhs ) VULKAN_HP... function PresentTimeGOOGLE (line 110563) | PresentTimeGOOGLE & operator=( VkPresentTimeGOOGLE const & rhs ) VULKAN_... function VULKAN_HPP_CONSTEXPR (line 110636) | VULKAN_HPP_CONSTEXPR PresentTimesInfoGOOGLE( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 110645) | VULKAN_HPP_CONSTEXPR PresentTimesInfoGOOGLE( PresentTimesInfoGOOGLE cons... function PresentTimesInfoGOOGLE (line 110647) | PresentTimesInfoGOOGLE( VkPresentTimesInfoGOOGLE const & rhs ) VULKAN_HP... function PresentTimesInfoGOOGLE (line 110653) | PresentTimesInfoGOOGLE( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 110747) | struct CppType function VULKAN_HPP_CONSTEXPR (line 110760) | VULKAN_HPP_CONSTEXPR PrivateDataSlotCreateInfo( VULKAN_HPP_NAMESPACE::Pr... function VULKAN_HPP_CONSTEXPR (line 110767) | VULKAN_HPP_CONSTEXPR PrivateDataSlotCreateInfo( PrivateDataSlotCreateInf... function PrivateDataSlotCreateInfo (line 110769) | PrivateDataSlotCreateInfo( VkPrivateDataSlotCreateInfo const & rhs ) VUL... function PrivateDataSlotCreateInfo (line 110774) | PrivateDataSlotCreateInfo & operator=( PrivateDataSlotCreateInfo const &... function PrivateDataSlotCreateInfo (line 110777) | PrivateDataSlotCreateInfo & operator=( VkPrivateDataSlotCreateInfo const... type CppType (line 110844) | struct CppType function VULKAN_HPP_CONSTEXPR (line 110859) | VULKAN_HPP_CONSTEXPR ProtectedSubmitInfo( VULKAN_HPP_NAMESPACE::Bool32 p... function VULKAN_HPP_CONSTEXPR (line 110865) | VULKAN_HPP_CONSTEXPR ProtectedSubmitInfo( ProtectedSubmitInfo const & rh... function ProtectedSubmitInfo (line 110867) | ProtectedSubmitInfo( VkProtectedSubmitInfo const & rhs ) VULKAN_HPP_NOEX... function ProtectedSubmitInfo (line 110871) | ProtectedSubmitInfo & operator=( ProtectedSubmitInfo const & rhs ) VULKA... function ProtectedSubmitInfo (line 110874) | ProtectedSubmitInfo & operator=( VkProtectedSubmitInfo const & rhs ) VUL... type CppType (line 110941) | struct CppType function PushConstantsInfo (line 110971) | PushConstantsInfo( VkPushConstantsInfo const & rhs ) VULKAN_HPP_NOEXCEPT... function PushConstantsInfo (line 110975) | PushConstantsInfo( VULKAN_HPP_NAMESPACE::PipelineLayout ... function PushConstantsInfo (line 110990) | PushConstantsInfo & operator=( PushConstantsInfo const & rhs ) VULKAN_HP... function PushConstantsInfo (line 110993) | PushConstantsInfo & operator=( VkPushConstantsInfo const & rhs ) VULKAN_... function PushConstantsInfo (line 111038) | PushConstantsInfo & setValues( VULKAN_HPP_NAMESPACE::ArrayProxyNoTempora... type CppType (line 111105) | struct CppType function WriteDescriptorSet (line 111143) | WriteDescriptorSet( VkWriteDescriptorSet const & rhs ) VULKAN_HPP_NOEXCE... function WriteDescriptorSet (line 111146) | WriteDescriptorSet( VULKAN_HPP_NAMESPACE::DescriptorSet ... function WriteDescriptorSet (line 111178) | WriteDescriptorSet & operator=( WriteDescriptorSet const & rhs ) VULKAN_... function WriteDescriptorSet (line 111181) | WriteDescriptorSet & operator=( VkWriteDescriptorSet const & rhs ) VULKA... function WriteDescriptorSet (line 111231) | WriteDescriptorSet & function WriteDescriptorSet (line 111247) | WriteDescriptorSet & function WriteDescriptorSet (line 111263) | WriteDescriptorSet & type CppType (line 111338) | struct CppType function PushDescriptorSetInfo (line 111368) | PushDescriptorSetInfo( VkPushDescriptorSetInfo const & rhs ) VULKAN_HPP_... function PushDescriptorSetInfo (line 111374) | PushDescriptorSetInfo( VULKAN_HPP_NAMESPACE::ShaderStageFlags ... function PushDescriptorSetInfo (line 111389) | PushDescriptorSetInfo & operator=( PushDescriptorSetInfo const & rhs ) V... function PushDescriptorSetInfo (line 111392) | PushDescriptorSetInfo & operator=( VkPushDescriptorSetInfo const & rhs )... function PushDescriptorSetInfo (line 111437) | PushDescriptorSetInfo & setDescriptorWrites( type CppType (line 111505) | struct CppType function VULKAN_HPP_CONSTEXPR (line 111520) | VULKAN_HPP_CONSTEXPR PushDescriptorSetWithTemplateInfo( VULKAN_HPP_NAMES... function VULKAN_HPP_CONSTEXPR (line 111533) | VULKAN_HPP_CONSTEXPR PushDescriptorSetWithTemplateInfo( PushDescriptorSe... function PushDescriptorSetWithTemplateInfo (line 111535) | PushDescriptorSetWithTemplateInfo( VkPushDescriptorSetWithTemplateInfo c... function PushDescriptorSetWithTemplateInfo (line 111540) | PushDescriptorSetWithTemplateInfo & operator=( PushDescriptorSetWithTemp... function PushDescriptorSetWithTemplateInfo (line 111543) | PushDescriptorSetWithTemplateInfo & operator=( VkPushDescriptorSetWithTe... type CppType (line 111638) | struct CppType (line 111736) | struct CppType function VULKAN_HPP_CONSTEXPR (line 111749) | VULKAN_HPP_CONSTEXPR QueryPoolCreateInfo( VULKAN_HPP_NAMESPACE::QueryPoo... function VULKAN_HPP_CONSTEXPR (line 111762) | VULKAN_HPP_CONSTEXPR QueryPoolCreateInfo( QueryPoolCreateInfo const & rh... function QueryPoolCreateInfo (line 111764) | QueryPoolCreateInfo( VkQueryPoolCreateInfo const & rhs ) VULKAN_HPP_NOEX... function QueryPoolCreateInfo (line 111768) | QueryPoolCreateInfo & operator=( QueryPoolCreateInfo const & rhs ) VULKA... function QueryPoolCreateInfo (line 111771) | QueryPoolCreateInfo & operator=( VkQueryPoolCreateInfo const & rhs ) VUL... type CppType (line 111866) | struct CppType function VULKAN_HPP_CONSTEXPR (line 111879) | VULKAN_HPP_CONSTEXPR QueryPoolPerformanceCreateInfoKHR( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 111890) | VULKAN_HPP_CONSTEXPR QueryPoolPerformanceCreateInfoKHR( QueryPoolPerform... function QueryPoolPerformanceCreateInfoKHR (line 111892) | QueryPoolPerformanceCreateInfoKHR( VkQueryPoolPerformanceCreateInfoKHR c... function QueryPoolPerformanceCreateInfoKHR (line 111898) | QueryPoolPerformanceCreateInfoKHR( uint32_t ... function QueryPoolPerformanceCreateInfoKHR (line 111909) | QueryPoolPerformanceCreateInfoKHR & operator=( QueryPoolPerformanceCreat... function QueryPoolPerformanceCreateInfoKHR (line 111912) | QueryPoolPerformanceCreateInfoKHR & operator=( VkQueryPoolPerformanceCre... function QueryPoolPerformanceCreateInfoKHR (line 111944) | QueryPoolPerformanceCreateInfoKHR & type CppType (line 112004) | struct CppType (line 112103) | struct CppType (line 112203) | struct CppType (line 112286) | struct CppType (line 112369) | struct CppType (line 112486) | struct CppType (line 112652) | struct CppType function VULKAN_HPP_CONSTEXPR (line 112667) | VULKAN_HPP_CONSTEXPR QueueFamilyQueryResultStatusPropertiesKHR( VULKAN_H... function VULKAN_HPP_CONSTEXPR (line 112674) | VULKAN_HPP_CONSTEXPR QueueFamilyQueryResultStatusPropertiesKHR( QueueFam... function QueueFamilyQueryResultStatusPropertiesKHR (line 112676) | QueueFamilyQueryResultStatusPropertiesKHR( VkQueueFamilyQueryResultStatu... function QueueFamilyQueryResultStatusPropertiesKHR (line 112681) | QueueFamilyQueryResultStatusPropertiesKHR & operator=( QueueFamilyQueryR... function QueueFamilyQueryResultStatusPropertiesKHR (line 112684) | QueueFamilyQueryResultStatusPropertiesKHR & operator=( VkQueueFamilyQuer... type CppType (line 112737) | struct CppType (line 112820) | struct CppType (line 112922) | struct CppType (line 113075) | struct CppType (line 113183) | struct CppType (line 113463) | struct CppType (line 113604) | struct CppType (line 113831) | struct CppType (line 113994) | struct CppType (line 114132) | struct CppType (line 114256) | struct CppType (line 114423) | struct CppType function SubpassDescription (line 114458) | SubpassDescription( VkSubpassDescription const & rhs ) VULKAN_HPP_NOEXCE... function SubpassDescription (line 114461) | SubpassDescription( VULKAN_HPP_NAMESPACE::SubpassDescriptionFlags ... function SubpassDescription (line 114492) | SubpassDescription & operator=( SubpassDescription const & rhs ) VULKAN_... function SubpassDescription (line 114495) | SubpassDescription & operator=( VkSubpassDescription const & rhs ) VULKA... function SubpassDescription (line 114528) | SubpassDescription & setInputAttachments( function SubpassDescription (line 114551) | SubpassDescription & setColorAttachments( function SubpassDescription (line 114568) | SubpassDescription & setResolveAttachments( function SubpassDescription (line 114597) | SubpassDescription & function SubpassDependency (line 114706) | SubpassDependency( VkSubpassDependency const & rhs ) VULKAN_HPP_NOEXCEPT... function SubpassDependency (line 114708) | SubpassDependency & operator=( SubpassDependency const & rhs ) VULKAN_HP... function SubpassDependency (line 114711) | SubpassDependency & operator=( VkSubpassDependency const & rhs ) VULKAN_... function RenderPassCreateInfo (line 114848) | RenderPassCreateInfo( VkRenderPassCreateInfo const & rhs ) VULKAN_HPP_NO... function RenderPassCreateInfo (line 114854) | RenderPassCreateInfo( VULKAN_HPP_NAMESPACE::RenderPassCreateFlags ... function RenderPassCreateInfo (line 114871) | RenderPassCreateInfo & operator=( RenderPassCreateInfo const & rhs ) VUL... function RenderPassCreateInfo (line 114874) | RenderPassCreateInfo & operator=( VkRenderPassCreateInfo const & rhs ) V... function RenderPassCreateInfo (line 114906) | RenderPassCreateInfo & setAttachments( function RenderPassCreateInfo (line 114928) | RenderPassCreateInfo & function RenderPassCreateInfo (line 114950) | RenderPassCreateInfo & type CppType (line 115023) | struct CppType function SubpassDescription2 (line 115065) | SubpassDescription2( VkSubpassDescription2 const & rhs ) VULKAN_HPP_NOEX... function SubpassDescription2 (line 115070) | SubpassDescription2( VULKAN_HPP_NAMESPACE::SubpassDescriptionFlags ... function SubpassDescription2 (line 115105) | SubpassDescription2 & operator=( SubpassDescription2 const & rhs ) VULKA... function SubpassDescription2 (line 115108) | SubpassDescription2 & operator=( VkSubpassDescription2 const & rhs ) VUL... function SubpassDescription2 (line 115153) | SubpassDescription2 & setInputAttachments( function SubpassDescription2 (line 115176) | SubpassDescription2 & setColorAttachments( function SubpassDescription2 (line 115193) | SubpassDescription2 & setResolveAttachments( function SubpassDescription2 (line 115222) | SubpassDescription2 & type CppType (line 115317) | struct CppType function SubpassDependency2 (line 115355) | SubpassDependency2( VkSubpassDependency2 const & rhs ) VULKAN_HPP_NOEXCE... function SubpassDependency2 (line 115357) | SubpassDependency2 & operator=( SubpassDependency2 const & rhs ) VULKAN_... function SubpassDependency2 (line 115360) | SubpassDependency2 & operator=( VkSubpassDependency2 const & rhs ) VULKA... type CppType (line 115487) | struct CppType function RenderPassCreateInfo2 (line 115527) | RenderPassCreateInfo2( VkRenderPassCreateInfo2 const & rhs ) VULKAN_HPP_... function RenderPassCreateInfo2 (line 115533) | RenderPassCreateInfo2( VULKAN_HPP_NAMESPACE::RenderPassCreateFlags ... function RenderPassCreateInfo2 (line 115553) | RenderPassCreateInfo2 & operator=( RenderPassCreateInfo2 const & rhs ) V... function RenderPassCreateInfo2 (line 115556) | RenderPassCreateInfo2 & operator=( VkRenderPassCreateInfo2 const & rhs )... function RenderPassCreateInfo2 (line 115588) | RenderPassCreateInfo2 & setAttachments( function RenderPassCreateInfo2 (line 115610) | RenderPassCreateInfo2 & function RenderPassCreateInfo2 (line 115632) | RenderPassCreateInfo2 & function RenderPassCreateInfo2 (line 115654) | RenderPassCreateInfo2 & type CppType (line 115742) | struct CppType function VULKAN_HPP_CONSTEXPR (line 115757) | VULKAN_HPP_CONSTEXPR RenderPassCreationControlEXT( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_CONSTEXPR (line 115763) | VULKAN_HPP_CONSTEXPR RenderPassCreationControlEXT( RenderPassCreationCon... function RenderPassCreationControlEXT (line 115765) | RenderPassCreationControlEXT( VkRenderPassCreationControlEXT const & rhs... function RenderPassCreationControlEXT (line 115770) | RenderPassCreationControlEXT & operator=( RenderPassCreationControlEXT c... function RenderPassCreationControlEXT (line 115773) | RenderPassCreationControlEXT & operator=( VkRenderPassCreationControlEXT... type CppType (line 115840) | struct CppType function VULKAN_HPP_CONSTEXPR (line 115850) | VULKAN_HPP_CONSTEXPR RenderPassCreationFeedbackInfoEXT( uint32_t postMer... function VULKAN_HPP_CONSTEXPR (line 115855) | VULKAN_HPP_CONSTEXPR RenderPassCreationFeedbackInfoEXT( RenderPassCreati... function RenderPassCreationFeedbackInfoEXT (line 115857) | RenderPassCreationFeedbackInfoEXT( VkRenderPassCreationFeedbackInfoEXT c... function RenderPassCreationFeedbackInfoEXT (line 115862) | RenderPassCreationFeedbackInfoEXT & operator=( RenderPassCreationFeedbac... function RenderPassCreationFeedbackInfoEXT (line 115865) | RenderPassCreationFeedbackInfoEXT & operator=( VkRenderPassCreationFeedb... function VULKAN_HPP_CONSTEXPR (line 115923) | VULKAN_HPP_CONSTEXPR RenderPassCreationFeedbackCreateInfoEXT( VULKAN_HPP... function VULKAN_HPP_CONSTEXPR (line 115930) | VULKAN_HPP_CONSTEXPR RenderPassCreationFeedbackCreateInfoEXT( RenderPass... function RenderPassCreationFeedbackCreateInfoEXT (line 115932) | RenderPassCreationFeedbackCreateInfoEXT( VkRenderPassCreationFeedbackCre... function RenderPassCreationFeedbackCreateInfoEXT (line 115937) | RenderPassCreationFeedbackCreateInfoEXT & operator=( RenderPassCreationF... function RenderPassCreationFeedbackCreateInfoEXT (line 115940) | RenderPassCreationFeedbackCreateInfoEXT & operator=( VkRenderPassCreatio... type CppType (line 116008) | struct CppType (line 116106) | struct CppType (line 116236) | struct CppType (line 116433) | struct CppType (line 116696) | struct CppType (line 116792) | struct CppType function VULKAN_HPP_CONSTEXPR (line 116805) | VULKAN_HPP_CONSTEXPR RenderPassStripeBeginInfoARM( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 116814) | VULKAN_HPP_CONSTEXPR RenderPassStripeBeginInfoARM( RenderPassStripeBegin... function RenderPassStripeBeginInfoARM (line 116816) | RenderPassStripeBeginInfoARM( VkRenderPassStripeBeginInfoARM const & rhs... function RenderPassStripeBeginInfoARM (line 116822) | RenderPassStripeBeginInfoARM( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporar... function RenderPassStripeBeginInfoARM (line 116829) | RenderPassStripeBeginInfoARM & operator=( RenderPassStripeBeginInfoARM c... function RenderPassStripeBeginInfoARM (line 116832) | RenderPassStripeBeginInfoARM & operator=( VkRenderPassStripeBeginInfoARM... function RenderPassStripeBeginInfoARM (line 116859) | RenderPassStripeBeginInfoARM & setStripeInfos( type CppType (line 116918) | struct CppType function VULKAN_HPP_CONSTEXPR (line 116931) | VULKAN_HPP_CONSTEXPR SemaphoreSubmitInfo( VULKAN_HPP_NAMESPACE::Semaphor... function VULKAN_HPP_CONSTEXPR (line 116944) | VULKAN_HPP_CONSTEXPR SemaphoreSubmitInfo( SemaphoreSubmitInfo const & rh... function SemaphoreSubmitInfo (line 116946) | SemaphoreSubmitInfo( VkSemaphoreSubmitInfo const & rhs ) VULKAN_HPP_NOEX... function SemaphoreSubmitInfo (line 116950) | SemaphoreSubmitInfo & operator=( SemaphoreSubmitInfo const & rhs ) VULKA... function SemaphoreSubmitInfo (line 116953) | SemaphoreSubmitInfo & operator=( VkSemaphoreSubmitInfo const & rhs ) VUL... type CppType (line 117047) | struct CppType function VULKAN_HPP_CONSTEXPR (line 117062) | VULKAN_HPP_CONSTEXPR RenderPassStripeSubmitInfoARM( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 117071) | VULKAN_HPP_CONSTEXPR RenderPassStripeSubmitInfoARM( RenderPassStripeSubm... function RenderPassStripeSubmitInfoARM (line 117073) | RenderPassStripeSubmitInfoARM( VkRenderPassStripeSubmitInfoARM const & r... function RenderPassStripeSubmitInfoARM (line 117079) | RenderPassStripeSubmitInfoARM( VULKAN_HPP_NAMESPACE::ArrayProxyNoTempora... function RenderPassStripeSubmitInfoARM (line 117088) | RenderPassStripeSubmitInfoARM & operator=( RenderPassStripeSubmitInfoARM... function RenderPassStripeSubmitInfoARM (line 117091) | RenderPassStripeSubmitInfoARM & operator=( VkRenderPassStripeSubmitInfoA... function RenderPassStripeSubmitInfoARM (line 117118) | RenderPassStripeSubmitInfoARM & setStripeSemaphoreInfos( type CppType (line 117177) | struct CppType (line 117359) | struct CppType (line 117457) | struct CppType (line 117621) | struct CppType function RenderingAttachmentInfo (line 117659) | RenderingAttachmentInfo( VkRenderingAttachmentInfo const & rhs ) VULKAN_... function RenderingAttachmentInfo (line 117664) | RenderingAttachmentInfo & operator=( RenderingAttachmentInfo const & rhs... function RenderingAttachmentInfo (line 117667) | RenderingAttachmentInfo & operator=( VkRenderingAttachmentInfo const & r... type CppType (line 117774) | struct CppType function VULKAN_HPP_CONSTEXPR (line 117789) | VULKAN_HPP_CONSTEXPR RenderingAttachmentLocationInfo( uint32_t c... function VULKAN_HPP_CONSTEXPR (line 117798) | VULKAN_HPP_CONSTEXPR RenderingAttachmentLocationInfo( RenderingAttachmen... function RenderingAttachmentLocationInfo (line 117800) | RenderingAttachmentLocationInfo( VkRenderingAttachmentLocationInfo const... function RenderingAttachmentLocationInfo (line 117806) | RenderingAttachmentLocationInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTempo... function RenderingAttachmentLocationInfo (line 117815) | RenderingAttachmentLocationInfo & operator=( RenderingAttachmentLocation... function RenderingAttachmentLocationInfo (line 117818) | RenderingAttachmentLocationInfo & operator=( VkRenderingAttachmentLocati... function RenderingAttachmentLocationInfo (line 117844) | RenderingAttachmentLocationInfo & type CppType (line 117903) | struct CppType (line 118015) | struct CppType (line 118138) | struct CppType (line 118339) | struct CppType function RenderingInputAttachmentIndexInfo (line 118369) | RenderingInputAttachmentIndexInfo( VkRenderingInputAttachmentIndexInfo c... function RenderingInputAttachmentIndexInfo (line 118375) | RenderingInputAttachmentIndexInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTem... function RenderingInputAttachmentIndexInfo (line 118388) | RenderingInputAttachmentIndexInfo & operator=( RenderingInputAttachmentI... function RenderingInputAttachmentIndexInfo (line 118391) | RenderingInputAttachmentIndexInfo & operator=( VkRenderingInputAttachmen... function RenderingInputAttachmentIndexInfo (line 118418) | RenderingInputAttachmentIndexInfo & type CppType (line 118499) | struct CppType (line 118676) | struct CppType function VULKAN_HPP_CONSTEXPR (line 118691) | VULKAN_HPP_CONSTEXPR SamplerBlockMatchWindowCreateInfoQCOM( function VULKAN_HPP_CONSTEXPR (line 118701) | VULKAN_HPP_CONSTEXPR SamplerBlockMatchWindowCreateInfoQCOM( SamplerBlock... function SamplerBlockMatchWindowCreateInfoQCOM (line 118703) | SamplerBlockMatchWindowCreateInfoQCOM( VkSamplerBlockMatchWindowCreateIn... function SamplerBlockMatchWindowCreateInfoQCOM (line 118708) | SamplerBlockMatchWindowCreateInfoQCOM & operator=( SamplerBlockMatchWind... function SamplerBlockMatchWindowCreateInfoQCOM (line 118711) | SamplerBlockMatchWindowCreateInfoQCOM & operator=( VkSamplerBlockMatchWi... type CppType (line 118789) | struct CppType (line 118900) | struct CppType (line 118996) | struct CppType (line 119263) | struct CppType function VULKAN_HPP_CONSTEXPR (line 119276) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 119284) | VULKAN_HPP_CONSTEXPR SamplerCubicWeightsCreateInfoQCOM( SamplerCubicWeig... function SamplerCubicWeightsCreateInfoQCOM (line 119286) | SamplerCubicWeightsCreateInfoQCOM( VkSamplerCubicWeightsCreateInfoQCOM c... function SamplerCubicWeightsCreateInfoQCOM (line 119291) | SamplerCubicWeightsCreateInfoQCOM & operator=( SamplerCubicWeightsCreate... function SamplerCubicWeightsCreateInfoQCOM (line 119294) | SamplerCubicWeightsCreateInfoQCOM & operator=( VkSamplerCubicWeightsCrea... type CppType (line 119362) | struct CppType (line 119454) | struct CppType (line 119552) | struct CppType (line 119729) | struct CppType (line 119814) | struct CppType (line 119913) | struct CppType function VULKAN_HPP_CONSTEXPR (line 119928) | VULKAN_HPP_CONSTEXPR SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM( V... function VULKAN_HPP_CONSTEXPR (line 119937) | VULKAN_HPP_CONSTEXPR function SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM (line 119940) | SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM( VkSamplerYcbcrConversi... function SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM (line 119945) | SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM & operator=( SamplerYcb... function SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM (line 119948) | SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM & operator=( VkSamplerY... type CppType (line 120024) | struct CppType (line 120157) | struct CppType (line 120245) | struct CppType function VULKAN_HPP_CONSTEXPR (line 120260) | VULKAN_HPP_CONSTEXPR ScreenSurfaceCreateInfoQNX( VULKAN_HPP_NAMESPACE::S... function VULKAN_HPP_CONSTEXPR (line 120271) | VULKAN_HPP_CONSTEXPR ScreenSurfaceCreateInfoQNX( ScreenSurfaceCreateInfo... function ScreenSurfaceCreateInfoQNX (line 120273) | ScreenSurfaceCreateInfoQNX( VkScreenSurfaceCreateInfoQNX const & rhs ) V... function ScreenSurfaceCreateInfoQNX (line 120278) | ScreenSurfaceCreateInfoQNX & operator=( ScreenSurfaceCreateInfoQNX const... function ScreenSurfaceCreateInfoQNX (line 120281) | ScreenSurfaceCreateInfoQNX & operator=( VkScreenSurfaceCreateInfoQNX con... type _screen_context (line 120300) | struct _screen_context type _screen_window (line 120306) | struct _screen_window type _screen_context (line 120330) | struct _screen_context type _screen_window (line 120331) | struct _screen_window type _screen_context (line 120361) | struct _screen_context type _screen_window (line 120362) | struct _screen_window type CppType (line 120366) | struct CppType function VULKAN_HPP_CONSTEXPR (line 120380) | VULKAN_HPP_CONSTEXPR SemaphoreCreateInfo( VULKAN_HPP_NAMESPACE::Semaphor... function VULKAN_HPP_CONSTEXPR (line 120386) | VULKAN_HPP_CONSTEXPR SemaphoreCreateInfo( SemaphoreCreateInfo const & rh... function SemaphoreCreateInfo (line 120388) | SemaphoreCreateInfo( VkSemaphoreCreateInfo const & rhs ) VULKAN_HPP_NOEX... function SemaphoreCreateInfo (line 120392) | SemaphoreCreateInfo & operator=( SemaphoreCreateInfo const & rhs ) VULKA... function SemaphoreCreateInfo (line 120395) | SemaphoreCreateInfo & operator=( VkSemaphoreCreateInfo const & rhs ) VUL... type CppType (line 120462) | struct CppType function VULKAN_HPP_CONSTEXPR (line 120475) | VULKAN_HPP_CONSTEXPR SemaphoreGetFdInfoKHR( function VULKAN_HPP_CONSTEXPR (line 120485) | VULKAN_HPP_CONSTEXPR SemaphoreGetFdInfoKHR( SemaphoreGetFdInfoKHR const ... function SemaphoreGetFdInfoKHR (line 120487) | SemaphoreGetFdInfoKHR( VkSemaphoreGetFdInfoKHR const & rhs ) VULKAN_HPP_... function SemaphoreGetFdInfoKHR (line 120492) | SemaphoreGetFdInfoKHR & operator=( SemaphoreGetFdInfoKHR const & rhs ) V... function SemaphoreGetFdInfoKHR (line 120495) | SemaphoreGetFdInfoKHR & operator=( VkSemaphoreGetFdInfoKHR const & rhs )... type CppType (line 120572) | struct CppType function VULKAN_HPP_CONSTEXPR (line 120586) | VULKAN_HPP_CONSTEXPR SemaphoreGetWin32HandleInfoKHR( function VULKAN_HPP_CONSTEXPR (line 120596) | VULKAN_HPP_CONSTEXPR SemaphoreGetWin32HandleInfoKHR( SemaphoreGetWin32Ha... function SemaphoreGetWin32HandleInfoKHR (line 120598) | SemaphoreGetWin32HandleInfoKHR( VkSemaphoreGetWin32HandleInfoKHR const &... function SemaphoreGetWin32HandleInfoKHR (line 120603) | SemaphoreGetWin32HandleInfoKHR & operator=( SemaphoreGetWin32HandleInfoK... function SemaphoreGetWin32HandleInfoKHR (line 120606) | SemaphoreGetWin32HandleInfoKHR & operator=( VkSemaphoreGetWin32HandleInf... type CppType (line 120684) | struct CppType (line 120797) | struct CppType (line 120902) | struct CppType function VULKAN_HPP_CONSTEXPR (line 120917) | VULKAN_HPP_CONSTEXPR SemaphoreTypeCreateInfo( VULKAN_HPP_NAMESPACE::Sema... function VULKAN_HPP_CONSTEXPR (line 120926) | VULKAN_HPP_CONSTEXPR SemaphoreTypeCreateInfo( SemaphoreTypeCreateInfo co... function SemaphoreTypeCreateInfo (line 120928) | SemaphoreTypeCreateInfo( VkSemaphoreTypeCreateInfo const & rhs ) VULKAN_... function SemaphoreTypeCreateInfo (line 120933) | SemaphoreTypeCreateInfo & operator=( SemaphoreTypeCreateInfo const & rhs... function SemaphoreTypeCreateInfo (line 120936) | SemaphoreTypeCreateInfo & operator=( VkSemaphoreTypeCreateInfo const & r... type CppType (line 121010) | struct CppType function VULKAN_HPP_CONSTEXPR (line 121025) | VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreW... function VULKAN_HPP_CONSTEXPR (line 121038) | VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( SemaphoreWaitInfo const & rhs ) ... function SemaphoreWaitInfo (line 121040) | SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT... function SemaphoreWaitInfo (line 121043) | SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags ... function SemaphoreWaitInfo (line 121064) | SemaphoreWaitInfo & operator=( SemaphoreWaitInfo const & rhs ) VULKAN_HP... function SemaphoreWaitInfo (line 121067) | SemaphoreWaitInfo & operator=( VkSemaphoreWaitInfo const & rhs ) VULKAN_... function SemaphoreWaitInfo (line 121099) | SemaphoreWaitInfo & function SemaphoreWaitInfo (line 121115) | SemaphoreWaitInfo & setValues( VULKAN_HPP_NAMESPACE::ArrayProxyNoTempora... type CppType (line 121180) | struct CppType function SetDescriptorBufferOffsetsInfoEXT (line 121214) | SetDescriptorBufferOffsetsInfoEXT( VkSetDescriptorBufferOffsetsInfoEXT c... function SetDescriptorBufferOffsetsInfoEXT (line 121220) | SetDescriptorBufferOffsetsInfoEXT( VULKAN_HPP_NAMESPACE::ShaderStageFlag... function SetDescriptorBufferOffsetsInfoEXT (line 121246) | SetDescriptorBufferOffsetsInfoEXT & operator=( SetDescriptorBufferOffset... function SetDescriptorBufferOffsetsInfoEXT (line 121249) | SetDescriptorBufferOffsetsInfoEXT & operator=( VkSetDescriptorBufferOffs... function SetDescriptorBufferOffsetsInfoEXT (line 121293) | SetDescriptorBufferOffsetsInfoEXT & function SetDescriptorBufferOffsetsInfoEXT (line 121309) | SetDescriptorBufferOffsetsInfoEXT & type CppType (line 121379) | struct CppType (line 121485) | struct CppType function VULKAN_HPP_CONSTEXPR (line 121495) | VULKAN_HPP_CONSTEXPR SetStateFlagsIndirectCommandNV( uint32_t data_ = {}... function VULKAN_HPP_CONSTEXPR (line 121497) | VULKAN_HPP_CONSTEXPR SetStateFlagsIndirectCommandNV( SetStateFlagsIndire... function SetStateFlagsIndirectCommandNV (line 121499) | SetStateFlagsIndirectCommandNV( VkSetStateFlagsIndirectCommandNV const &... function SetStateFlagsIndirectCommandNV (line 121504) | SetStateFlagsIndirectCommandNV & operator=( SetStateFlagsIndirectCommand... function SetStateFlagsIndirectCommandNV (line 121507) | SetStateFlagsIndirectCommandNV & operator=( VkSetStateFlagsIndirectComma... function ShaderCreateInfoEXT (line 121604) | ShaderCreateInfoEXT( VkShaderCreateInfoEXT const & rhs ) VULKAN_HPP_NOEX... function ShaderCreateInfoEXT (line 121610) | ShaderCreateInfoEXT( VULKAN_HPP_NAMESPACE::ShaderCreateFlagsEXT ... function ShaderCreateInfoEXT (line 121637) | ShaderCreateInfoEXT & operator=( ShaderCreateInfoEXT const & rhs ) VULKA... function ShaderCreateInfoEXT (line 121640) | ShaderCreateInfoEXT & operator=( VkShaderCreateInfoEXT const & rhs ) VUL... function ShaderCreateInfoEXT (line 121691) | ShaderCreateInfoEXT & setCode( VULKAN_HPP_NAMESPACE::ArrayProxyNoTempora... function ShaderCreateInfoEXT (line 121718) | ShaderCreateInfoEXT & function ShaderCreateInfoEXT (line 121741) | ShaderCreateInfoEXT & setPushConstantRanges( type CppType (line 121875) | struct CppType function VULKAN_HPP_CONSTEXPR (line 121888) | VULKAN_HPP_CONSTEXPR ShaderModuleCreateInfo( VULKAN_HPP_NAMESPACE::Shade... function VULKAN_HPP_CONSTEXPR (line 121899) | VULKAN_HPP_CONSTEXPR ShaderModuleCreateInfo( ShaderModuleCreateInfo cons... function ShaderModuleCreateInfo (line 121901) | ShaderModuleCreateInfo( VkShaderModuleCreateInfo const & rhs ) VULKAN_HP... function ShaderModuleCreateInfo (line 121907) | ShaderModuleCreateInfo( VULKAN_HPP_NAMESPACE::ShaderModuleCreateFlags ... function ShaderModuleCreateInfo (line 121915) | ShaderModuleCreateInfo & operator=( ShaderModuleCreateInfo const & rhs )... function ShaderModuleCreateInfo (line 121918) | ShaderModuleCreateInfo & operator=( VkShaderModuleCreateInfo const & rhs... function ShaderModuleCreateInfo (line 121950) | ShaderModuleCreateInfo & setCode( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemp... type CppType (line 122012) | struct CppType function VULKAN_HPP_CONSTEXPR_14 (line 122025) | VULKAN_HPP_CONSTEXPR_14 ShaderModuleIdentifierEXT( uint32_t ... function VULKAN_HPP_CONSTEXPR_14 (line 122034) | VULKAN_HPP_CONSTEXPR_14 ShaderModuleIdentifierEXT( ShaderModuleIdentifie... function ShaderModuleIdentifierEXT (line 122036) | ShaderModuleIdentifierEXT( VkShaderModuleIdentifierEXT const & rhs ) VUL... function ShaderModuleIdentifierEXT (line 122041) | ShaderModuleIdentifierEXT & operator=( ShaderModuleIdentifierEXT const &... function ShaderModuleIdentifierEXT (line 122044) | ShaderModuleIdentifierEXT & operator=( VkShaderModuleIdentifierEXT const... type CppType (line 122113) | struct CppType function VULKAN_HPP_CONSTEXPR (line 122126) | VULKAN_HPP_CONSTEXPR ShaderModuleValidationCacheCreateInfoEXT( VULKAN_HP... function VULKAN_HPP_CONSTEXPR (line 122133) | VULKAN_HPP_CONSTEXPR ShaderModuleValidationCacheCreateInfoEXT( ShaderMod... function ShaderModuleValidationCacheCreateInfoEXT (line 122135) | ShaderModuleValidationCacheCreateInfoEXT( VkShaderModuleValidationCacheC... function ShaderModuleValidationCacheCreateInfoEXT (line 122140) | ShaderModuleValidationCacheCreateInfoEXT & operator=( ShaderModuleValida... function ShaderModuleValidationCacheCreateInfoEXT (line 122143) | ShaderModuleValidationCacheCreateInfoEXT & operator=( VkShaderModuleVali... type CppType (line 122211) | struct CppType (line 122473) | struct CppType (line 122632) | struct CppType function VULKAN_HPP_CONSTEXPR (line 122644) | VULKAN_HPP_CONSTEXPR SparseImageMemoryRequirements( VULKAN_HPP_NAMESPACE... function VULKAN_HPP_CONSTEXPR (line 122657) | VULKAN_HPP_CONSTEXPR SparseImageMemoryRequirements( SparseImageMemoryReq... function SparseImageMemoryRequirements (line 122659) | SparseImageMemoryRequirements( VkSparseImageMemoryRequirements const & r... function SparseImageMemoryRequirements (line 122664) | SparseImageMemoryRequirements & operator=( SparseImageMemoryRequirements... function SparseImageMemoryRequirements (line 122667) | SparseImageMemoryRequirements & operator=( VkSparseImageMemoryRequiremen... function VULKAN_HPP_CONSTEXPR (line 122735) | VULKAN_HPP_CONSTEXPR SparseImageMemoryRequirements2( VULKAN_HPP_NAMESPAC... function VULKAN_HPP_CONSTEXPR (line 122742) | VULKAN_HPP_CONSTEXPR SparseImageMemoryRequirements2( SparseImageMemoryRe... function SparseImageMemoryRequirements2 (line 122744) | SparseImageMemoryRequirements2( VkSparseImageMemoryRequirements2 const &... function SparseImageMemoryRequirements2 (line 122749) | SparseImageMemoryRequirements2 & operator=( SparseImageMemoryRequirement... function SparseImageMemoryRequirements2 (line 122752) | SparseImageMemoryRequirements2 & operator=( VkSparseImageMemoryRequireme... type CppType (line 122805) | struct CppType (line 122927) | struct CppType (line 123154) | struct CppType function SubmitInfo2 (line 123188) | SubmitInfo2( VkSubmitInfo2 const & rhs ) VULKAN_HPP_NOEXCEPT : SubmitInf... function SubmitInfo2 (line 123191) | SubmitInfo2( VULKAN_HPP_NAMESPACE::SubmitFlags ... function SubmitInfo2 (line 123208) | SubmitInfo2 & operator=( SubmitInfo2 const & rhs ) VULKAN_HPP_NOEXCEPT =... function SubmitInfo2 (line 123211) | SubmitInfo2 & operator=( VkSubmitInfo2 const & rhs ) VULKAN_HPP_NOEXCEPT function SubmitInfo2 (line 123243) | SubmitInfo2 & setWaitSemaphoreInfos( function SubmitInfo2 (line 123266) | SubmitInfo2 & setCommandBufferInfos( function SubmitInfo2 (line 123289) | SubmitInfo2 & setSignalSemaphoreInfos( type CppType (line 123371) | struct CppType function VULKAN_HPP_CONSTEXPR (line 123386) | VULKAN_HPP_CONSTEXPR SubpassBeginInfo( VULKAN_HPP_NAMESPACE::SubpassCont... function VULKAN_HPP_CONSTEXPR (line 123393) | VULKAN_HPP_CONSTEXPR SubpassBeginInfo( SubpassBeginInfo const & rhs ) VU... function SubpassBeginInfo (line 123395) | SubpassBeginInfo( VkSubpassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT :... function SubpassBeginInfo (line 123397) | SubpassBeginInfo & operator=( SubpassBeginInfo const & rhs ) VULKAN_HPP_... function SubpassBeginInfo (line 123400) | SubpassBeginInfo & operator=( VkSubpassBeginInfo const & rhs ) VULKAN_HP... type CppType (line 123467) | struct CppType function VULKAN_HPP_CONSTEXPR (line 123482) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 123494) | VULKAN_HPP_CONSTEXPR SubpassDescriptionDepthStencilResolve( SubpassDescr... function SubpassDescriptionDepthStencilResolve (line 123496) | SubpassDescriptionDepthStencilResolve( VkSubpassDescriptionDepthStencilR... function SubpassDescriptionDepthStencilResolve (line 123501) | SubpassDescriptionDepthStencilResolve & operator=( SubpassDescriptionDep... function SubpassDescriptionDepthStencilResolve (line 123504) | SubpassDescriptionDepthStencilResolve & operator=( VkSubpassDescriptionD... type CppType (line 123593) | struct CppType (line 123677) | struct CppType function VULKAN_HPP_CONSTEXPR (line 123692) | VULKAN_HPP_CONSTEXPR SubpassFragmentDensityMapOffsetEndInfoQCOM( uint32_... function VULKAN_HPP_CONSTEXPR (line 123701) | VULKAN_HPP_CONSTEXPR SubpassFragmentDensityMapOffsetEndInfoQCOM( Subpass... function SubpassFragmentDensityMapOffsetEndInfoQCOM (line 123703) | SubpassFragmentDensityMapOffsetEndInfoQCOM( VkSubpassFragmentDensityMapO... function SubpassFragmentDensityMapOffsetEndInfoQCOM (line 123709) | SubpassFragmentDensityMapOffsetEndInfoQCOM( function SubpassFragmentDensityMapOffsetEndInfoQCOM (line 123718) | SubpassFragmentDensityMapOffsetEndInfoQCOM & operator=( SubpassFragmentD... function SubpassFragmentDensityMapOffsetEndInfoQCOM (line 123721) | SubpassFragmentDensityMapOffsetEndInfoQCOM & operator=( VkSubpassFragmen... function SubpassFragmentDensityMapOffsetEndInfoQCOM (line 123749) | SubpassFragmentDensityMapOffsetEndInfoQCOM & setFragmentDensityOffsets( type CppType (line 123808) | struct CppType (line 123890) | struct CppType (line 123996) | struct CppType (line 124078) | struct CppType function VULKAN_HPP_CONSTEXPR (line 124093) | VULKAN_HPP_CONSTEXPR SubresourceLayout2( VULKAN_HPP_NAMESPACE::Subresour... function VULKAN_HPP_CONSTEXPR (line 124099) | VULKAN_HPP_CONSTEXPR SubresourceLayout2( SubresourceLayout2 const & rhs ... function SubresourceLayout2 (line 124101) | SubresourceLayout2( VkSubresourceLayout2 const & rhs ) VULKAN_HPP_NOEXCE... function SubresourceLayout2 (line 124103) | SubresourceLayout2 & operator=( SubresourceLayout2 const & rhs ) VULKAN_... function SubresourceLayout2 (line 124106) | SubresourceLayout2 & operator=( VkSubresourceLayout2 const & rhs ) VULKA... type CppType (line 124159) | struct CppType function SurfaceCapabilities2EXT (line 124205) | SurfaceCapabilities2EXT( VkSurfaceCapabilities2EXT const & rhs ) VULKAN_... function SurfaceCapabilities2EXT (line 124210) | SurfaceCapabilities2EXT & operator=( SurfaceCapabilities2EXT const & rhs... function SurfaceCapabilities2EXT (line 124213) | SurfaceCapabilities2EXT & operator=( VkSurfaceCapabilities2EXT const & r... type CppType (line 124304) | struct CppType function SurfaceCapabilitiesKHR (line 124340) | SurfaceCapabilitiesKHR( VkSurfaceCapabilitiesKHR const & rhs ) VULKAN_HP... function SurfaceCapabilitiesKHR (line 124345) | SurfaceCapabilitiesKHR & operator=( SurfaceCapabilitiesKHR const & rhs )... function SurfaceCapabilitiesKHR (line 124348) | SurfaceCapabilitiesKHR & operator=( VkSurfaceCapabilitiesKHR const & rhs... function VULKAN_HPP_CONSTEXPR (line 124436) | VULKAN_HPP_CONSTEXPR SurfaceCapabilities2KHR( VULKAN_HPP_NAMESPACE::Surf... function VULKAN_HPP_CONSTEXPR (line 124443) | VULKAN_HPP_CONSTEXPR SurfaceCapabilities2KHR( SurfaceCapabilities2KHR co... function SurfaceCapabilities2KHR (line 124445) | SurfaceCapabilities2KHR( VkSurfaceCapabilities2KHR const & rhs ) VULKAN_... function SurfaceCapabilities2KHR (line 124450) | SurfaceCapabilities2KHR & operator=( SurfaceCapabilities2KHR const & rhs... function SurfaceCapabilities2KHR (line 124453) | SurfaceCapabilities2KHR & operator=( VkSurfaceCapabilities2KHR const & r... type CppType (line 124506) | struct CppType function VULKAN_HPP_CONSTEXPR (line 124520) | VULKAN_HPP_CONSTEXPR SurfaceCapabilitiesFullScreenExclusiveEXT( VULKAN_H... function VULKAN_HPP_CONSTEXPR (line 124527) | VULKAN_HPP_CONSTEXPR SurfaceCapabilitiesFullScreenExclusiveEXT( SurfaceC... function SurfaceCapabilitiesFullScreenExclusiveEXT (line 124529) | SurfaceCapabilitiesFullScreenExclusiveEXT( VkSurfaceCapabilitiesFullScre... function SurfaceCapabilitiesFullScreenExclusiveEXT (line 124534) | SurfaceCapabilitiesFullScreenExclusiveEXT & operator=( SurfaceCapabiliti... function SurfaceCapabilitiesFullScreenExclusiveEXT (line 124537) | SurfaceCapabilitiesFullScreenExclusiveEXT & operator=( VkSurfaceCapabili... type CppType (line 124590) | struct CppType (line 124674) | struct CppType (line 124824) | struct CppType function VULKAN_HPP_CONSTEXPR (line 124838) | VULKAN_HPP_CONSTEXPR SurfaceFullScreenExclusiveInfoEXT( function VULKAN_HPP_CONSTEXPR (line 124846) | VULKAN_HPP_CONSTEXPR SurfaceFullScreenExclusiveInfoEXT( SurfaceFullScree... function SurfaceFullScreenExclusiveInfoEXT (line 124848) | SurfaceFullScreenExclusiveInfoEXT( VkSurfaceFullScreenExclusiveInfoEXT c... function SurfaceFullScreenExclusiveInfoEXT (line 124853) | SurfaceFullScreenExclusiveInfoEXT & operator=( SurfaceFullScreenExclusiv... function SurfaceFullScreenExclusiveInfoEXT (line 124856) | SurfaceFullScreenExclusiveInfoEXT & operator=( VkSurfaceFullScreenExclus... type CppType (line 124924) | struct CppType (line 125022) | struct CppType (line 125147) | struct CppType (line 125244) | struct CppType function SurfacePresentScalingCapabilitiesEXT (line 125274) | SurfacePresentScalingCapabilitiesEXT( VkSurfacePresentScalingCapabilitie... function SurfacePresentScalingCapabilitiesEXT (line 125279) | SurfacePresentScalingCapabilitiesEXT & operator=( SurfacePresentScalingC... function SurfacePresentScalingCapabilitiesEXT (line 125282) | SurfacePresentScalingCapabilitiesEXT & operator=( VkSurfacePresentScalin... type CppType (line 125347) | struct CppType (line 125430) | struct CppType (line 125528) | struct CppType (line 125848) | struct CppType function VULKAN_HPP_CONSTEXPR (line 125861) | VULKAN_HPP_CONSTEXPR SwapchainDisplayNativeHdrCreateInfoAMD( VULKAN_HPP_... function VULKAN_HPP_CONSTEXPR (line 125868) | VULKAN_HPP_CONSTEXPR SwapchainDisplayNativeHdrCreateInfoAMD( SwapchainDi... function SwapchainDisplayNativeHdrCreateInfoAMD (line 125870) | SwapchainDisplayNativeHdrCreateInfoAMD( VkSwapchainDisplayNativeHdrCreat... function SwapchainDisplayNativeHdrCreateInfoAMD (line 125875) | SwapchainDisplayNativeHdrCreateInfoAMD & operator=( SwapchainDisplayNati... function SwapchainDisplayNativeHdrCreateInfoAMD (line 125878) | SwapchainDisplayNativeHdrCreateInfoAMD & operator=( VkSwapchainDisplayNa... type CppType (line 125946) | struct CppType (line 126042) | struct CppType function VULKAN_HPP_CONSTEXPR (line 126055) | VULKAN_HPP_CONSTEXPR SwapchainPresentBarrierCreateInfoNV( VULKAN_HPP_NAM... function VULKAN_HPP_CONSTEXPR (line 126062) | VULKAN_HPP_CONSTEXPR SwapchainPresentBarrierCreateInfoNV( SwapchainPrese... function SwapchainPresentBarrierCreateInfoNV (line 126064) | SwapchainPresentBarrierCreateInfoNV( VkSwapchainPresentBarrierCreateInfo... function SwapchainPresentBarrierCreateInfoNV (line 126069) | SwapchainPresentBarrierCreateInfoNV & operator=( SwapchainPresentBarrier... function SwapchainPresentBarrierCreateInfoNV (line 126072) | SwapchainPresentBarrierCreateInfoNV & operator=( VkSwapchainPresentBarri... type CppType (line 126140) | struct CppType (line 126264) | struct CppType function VULKAN_HPP_CONSTEXPR (line 126277) | VULKAN_HPP_CONSTEXPR SwapchainPresentModeInfoEXT( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 126286) | VULKAN_HPP_CONSTEXPR SwapchainPresentModeInfoEXT( SwapchainPresentModeIn... function SwapchainPresentModeInfoEXT (line 126288) | SwapchainPresentModeInfoEXT( VkSwapchainPresentModeInfoEXT const & rhs )... function SwapchainPresentModeInfoEXT (line 126294) | SwapchainPresentModeInfoEXT( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporari... function SwapchainPresentModeInfoEXT (line 126301) | SwapchainPresentModeInfoEXT & operator=( SwapchainPresentModeInfoEXT con... function SwapchainPresentModeInfoEXT (line 126304) | SwapchainPresentModeInfoEXT & operator=( VkSwapchainPresentModeInfoEXT c... function SwapchainPresentModeInfoEXT (line 126330) | SwapchainPresentModeInfoEXT & type CppType (line 126388) | struct CppType function VULKAN_HPP_CONSTEXPR (line 126401) | VULKAN_HPP_CONSTEXPR SwapchainPresentModesCreateInfoEXT( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 126410) | VULKAN_HPP_CONSTEXPR SwapchainPresentModesCreateInfoEXT( SwapchainPresen... function SwapchainPresentModesCreateInfoEXT (line 126412) | SwapchainPresentModesCreateInfoEXT( VkSwapchainPresentModesCreateInfoEXT... function SwapchainPresentModesCreateInfoEXT (line 126418) | SwapchainPresentModesCreateInfoEXT( VULKAN_HPP_NAMESPACE::ArrayProxyNoTe... function SwapchainPresentModesCreateInfoEXT (line 126425) | SwapchainPresentModesCreateInfoEXT & operator=( SwapchainPresentModesCre... function SwapchainPresentModesCreateInfoEXT (line 126428) | SwapchainPresentModesCreateInfoEXT & operator=( VkSwapchainPresentModesC... function SwapchainPresentModesCreateInfoEXT (line 126455) | SwapchainPresentModesCreateInfoEXT & type CppType (line 126513) | struct CppType (line 126636) | struct CppType (line 126719) | struct CppType (line 126835) | struct CppType function TimelineSemaphoreSubmitInfo (line 126863) | TimelineSemaphoreSubmitInfo( VkTimelineSemaphoreSubmitInfo const & rhs )... function TimelineSemaphoreSubmitInfo (line 126869) | TimelineSemaphoreSubmitInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporari... function TimelineSemaphoreSubmitInfo (line 126881) | TimelineSemaphoreSubmitInfo & operator=( TimelineSemaphoreSubmitInfo con... function TimelineSemaphoreSubmitInfo (line 126884) | TimelineSemaphoreSubmitInfo & operator=( VkTimelineSemaphoreSubmitInfo c... function TimelineSemaphoreSubmitInfo (line 126910) | TimelineSemaphoreSubmitInfo & function TimelineSemaphoreSubmitInfo (line 126932) | TimelineSemaphoreSubmitInfo & type CppType (line 126999) | struct CppType function TraceRaysIndirectCommand2KHR (line 127044) | TraceRaysIndirectCommand2KHR( VkTraceRaysIndirectCommand2KHR const & rhs... function TraceRaysIndirectCommand2KHR (line 127049) | TraceRaysIndirectCommand2KHR & operator=( TraceRaysIndirectCommand2KHR c... function TraceRaysIndirectCommand2KHR (line 127052) | TraceRaysIndirectCommand2KHR & operator=( VkTraceRaysIndirectCommand2KHR... function VULKAN_HPP_CONSTEXPR (line 127250) | VULKAN_HPP_CONSTEXPR TraceRaysIndirectCommandKHR( uint32_t width_ = {}, ... function VULKAN_HPP_CONSTEXPR (line 127257) | VULKAN_HPP_CONSTEXPR TraceRaysIndirectCommandKHR( TraceRaysIndirectComma... function TraceRaysIndirectCommandKHR (line 127259) | TraceRaysIndirectCommandKHR( VkTraceRaysIndirectCommandKHR const & rhs )... function TraceRaysIndirectCommandKHR (line 127264) | explicit TraceRaysIndirectCommandKHR( Extent2D const & extent2D, uint32_... function TraceRaysIndirectCommandKHR (line 127269) | TraceRaysIndirectCommandKHR & operator=( TraceRaysIndirectCommandKHR con... function TraceRaysIndirectCommandKHR (line 127272) | TraceRaysIndirectCommandKHR & operator=( VkTraceRaysIndirectCommandKHR c... function VULKAN_HPP_CONSTEXPR (line 127352) | VULKAN_HPP_CONSTEXPR ValidationCacheCreateInfoEXT( VULKAN_HPP_NAMESPACE:... function VULKAN_HPP_CONSTEXPR (line 127363) | VULKAN_HPP_CONSTEXPR ValidationCacheCreateInfoEXT( ValidationCacheCreate... function ValidationCacheCreateInfoEXT (line 127365) | ValidationCacheCreateInfoEXT( VkValidationCacheCreateInfoEXT const & rhs... function ValidationCacheCreateInfoEXT (line 127372) | ValidationCacheCreateInfoEXT( VULKAN_HPP_NAMESPACE::ValidationCacheCreat... function ValidationCacheCreateInfoEXT (line 127380) | ValidationCacheCreateInfoEXT & operator=( ValidationCacheCreateInfoEXT c... function ValidationCacheCreateInfoEXT (line 127383) | ValidationCacheCreateInfoEXT & operator=( VkValidationCacheCreateInfoEXT... function ValidationCacheCreateInfoEXT (line 127416) | ValidationCacheCreateInfoEXT & setInitialData( VULKAN_HPP_NAMESPACE::Arr... type CppType (line 127479) | struct CppType function ValidationFeaturesEXT (line 127507) | ValidationFeaturesEXT( VkValidationFeaturesEXT const & rhs ) VULKAN_HPP_... function ValidationFeaturesEXT (line 127513) | ValidationFeaturesEXT( function ValidationFeaturesEXT (line 127526) | ValidationFeaturesEXT & operator=( ValidationFeaturesEXT const & rhs ) V... function ValidationFeaturesEXT (line 127529) | ValidationFeaturesEXT & operator=( VkValidationFeaturesEXT const & rhs )... function ValidationFeaturesEXT (line 127556) | ValidationFeaturesEXT & setEnabledValidationFeatures( function ValidationFeaturesEXT (line 127580) | ValidationFeaturesEXT & setDisabledValidationFeatures( type CppType (line 127648) | struct CppType function VULKAN_HPP_CONSTEXPR (line 127661) | VULKAN_HPP_CONSTEXPR ValidationFlagsEXT( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 127670) | VULKAN_HPP_CONSTEXPR ValidationFlagsEXT( ValidationFlagsEXT const & rhs ... function ValidationFlagsEXT (line 127672) | ValidationFlagsEXT( VkValidationFlagsEXT const & rhs ) VULKAN_HPP_NOEXCE... function ValidationFlagsEXT (line 127675) | ValidationFlagsEXT( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 127773) | struct CppType function VULKAN_HPP_CONSTEXPR (line 127786) | VULKAN_HPP_CONSTEXPR VertexInputAttributeDescription2EXT( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 127799) | VULKAN_HPP_CONSTEXPR VertexInputAttributeDescription2EXT( VertexInputAtt... function VertexInputAttributeDescription2EXT (line 127801) | VertexInputAttributeDescription2EXT( VkVertexInputAttributeDescription2E... function VertexInputAttributeDescription2EXT (line 127806) | VertexInputAttributeDescription2EXT & operator=( VertexInputAttributeDes... function VertexInputAttributeDescription2EXT (line 127809) | VertexInputAttributeDescription2EXT & operator=( VkVertexInputAttributeD... type CppType (line 127903) | struct CppType (line 128033) | struct CppType (line 128139) | struct CppType function VULKAN_HPP_CONSTEXPR (line 128153) | VULKAN_HPP_CONSTEXPR VideoPictureResourceInfoKHR( VULKAN_HPP_NAMESPACE::... function VULKAN_HPP_CONSTEXPR (line 128166) | VULKAN_HPP_CONSTEXPR VideoPictureResourceInfoKHR( VideoPictureResourceIn... function VideoPictureResourceInfoKHR (line 128168) | VideoPictureResourceInfoKHR( VkVideoPictureResourceInfoKHR const & rhs )... function VideoPictureResourceInfoKHR (line 128173) | VideoPictureResourceInfoKHR & operator=( VideoPictureResourceInfoKHR con... function VideoPictureResourceInfoKHR (line 128176) | VideoPictureResourceInfoKHR & operator=( VkVideoPictureResourceInfoKHR c... type CppType (line 128270) | struct CppType function VULKAN_HPP_CONSTEXPR (line 128283) | VULKAN_HPP_CONSTEXPR VideoReferenceSlotInfoKHR( int32_t ... function VULKAN_HPP_CONSTEXPR (line 128292) | VULKAN_HPP_CONSTEXPR VideoReferenceSlotInfoKHR( VideoReferenceSlotInfoKH... function VideoReferenceSlotInfoKHR (line 128294) | VideoReferenceSlotInfoKHR( VkVideoReferenceSlotInfoKHR const & rhs ) VUL... function VideoReferenceSlotInfoKHR (line 128299) | VideoReferenceSlotInfoKHR & operator=( VideoReferenceSlotInfoKHR const &... function VideoReferenceSlotInfoKHR (line 128302) | VideoReferenceSlotInfoKHR & operator=( VkVideoReferenceSlotInfoKHR const... type CppType (line 128380) | struct CppType function VideoBeginCodingInfoKHR (line 128410) | VideoBeginCodingInfoKHR( VkVideoBeginCodingInfoKHR const & rhs ) VULKAN_... function VideoBeginCodingInfoKHR (line 128416) | VideoBeginCodingInfoKHR( VULKAN_HPP_NAMESPACE::VideoBeginCodingFlagsKHR ... function VideoBeginCodingInfoKHR (line 128431) | VideoBeginCodingInfoKHR & operator=( VideoBeginCodingInfoKHR const & rhs... function VideoBeginCodingInfoKHR (line 128434) | VideoBeginCodingInfoKHR & operator=( VkVideoBeginCodingInfoKHR const & r... function VideoBeginCodingInfoKHR (line 128480) | VideoBeginCodingInfoKHR & setReferenceSlots( type CppType (line 128549) | struct CppType function VideoCapabilitiesKHR (line 128587) | VideoCapabilitiesKHR( VkVideoCapabilitiesKHR const & rhs ) VULKAN_HPP_NO... function VideoCapabilitiesKHR (line 128592) | VideoCapabilitiesKHR & operator=( VideoCapabilitiesKHR const & rhs ) VUL... function VideoCapabilitiesKHR (line 128595) | VideoCapabilitiesKHR & operator=( VkVideoCapabilitiesKHR const & rhs ) V... type CppType (line 128680) | struct CppType function VULKAN_HPP_CONSTEXPR (line 128693) | VULKAN_HPP_CONSTEXPR VideoCodingControlInfoKHR( VULKAN_HPP_NAMESPACE::Vi... function VULKAN_HPP_CONSTEXPR (line 128700) | VULKAN_HPP_CONSTEXPR VideoCodingControlInfoKHR( VideoCodingControlInfoKH... function VideoCodingControlInfoKHR (line 128702) | VideoCodingControlInfoKHR( VkVideoCodingControlInfoKHR const & rhs ) VUL... function VideoCodingControlInfoKHR (line 128707) | VideoCodingControlInfoKHR & operator=( VideoCodingControlInfoKHR const &... function VideoCodingControlInfoKHR (line 128710) | VideoCodingControlInfoKHR & operator=( VkVideoCodingControlInfoKHR const... type CppType (line 128777) | struct CppType function VULKAN_HPP_CONSTEXPR (line 128790) | VULKAN_HPP_CONSTEXPR VideoDecodeAV1CapabilitiesKHR( StdVideoAV1Level max... function VULKAN_HPP_CONSTEXPR (line 128796) | VULKAN_HPP_CONSTEXPR VideoDecodeAV1CapabilitiesKHR( VideoDecodeAV1Capabi... function VideoDecodeAV1CapabilitiesKHR (line 128798) | VideoDecodeAV1CapabilitiesKHR( VkVideoDecodeAV1CapabilitiesKHR const & r... function VideoDecodeAV1CapabilitiesKHR (line 128803) | VideoDecodeAV1CapabilitiesKHR & operator=( VideoDecodeAV1CapabilitiesKHR... function VideoDecodeAV1CapabilitiesKHR (line 128806) | VideoDecodeAV1CapabilitiesKHR & operator=( VkVideoDecodeAV1CapabilitiesK... type CppType (line 128865) | struct CppType (line 128962) | struct CppType function VULKAN_HPP_CONSTEXPR (line 128975) | VULKAN_HPP_CONSTEXPR VideoDecodeAV1InlineSessionParametersInfoKHR( const... function VULKAN_HPP_CONSTEXPR (line 128982) | VULKAN_HPP_CONSTEXPR VideoDecodeAV1InlineSessionParametersInfoKHR( Video... function VideoDecodeAV1InlineSessionParametersInfoKHR (line 128984) | VideoDecodeAV1InlineSessionParametersInfoKHR( VkVideoDecodeAV1InlineSess... function VideoDecodeAV1InlineSessionParametersInfoKHR (line 128989) | VideoDecodeAV1InlineSessionParametersInfoKHR & operator=( VideoDecodeAV1... function VideoDecodeAV1InlineSessionParametersInfoKHR (line 128992) | VideoDecodeAV1InlineSessionParametersInfoKHR & operator=( VkVideoDecodeA... type CppType (line 129060) | struct CppType (line 129257) | struct CppType function VULKAN_HPP_CONSTEXPR (line 129270) | VULKAN_HPP_CONSTEXPR VideoDecodeAV1ProfileInfoKHR( StdVideoAV1Profile ... function VULKAN_HPP_CONSTEXPR (line 129279) | VULKAN_HPP_CONSTEXPR VideoDecodeAV1ProfileInfoKHR( VideoDecodeAV1Profile... function VideoDecodeAV1ProfileInfoKHR (line 129281) | VideoDecodeAV1ProfileInfoKHR( VkVideoDecodeAV1ProfileInfoKHR const & rhs... function VideoDecodeAV1ProfileInfoKHR (line 129286) | VideoDecodeAV1ProfileInfoKHR & operator=( VideoDecodeAV1ProfileInfoKHR c... function VideoDecodeAV1ProfileInfoKHR (line 129289) | VideoDecodeAV1ProfileInfoKHR & operator=( VkVideoDecodeAV1ProfileInfoKHR... type CppType (line 129372) | struct CppType function VULKAN_HPP_CONSTEXPR (line 129385) | VULKAN_HPP_CONSTEXPR VideoDecodeAV1SessionParametersCreateInfoKHR( const... function VULKAN_HPP_CONSTEXPR (line 129392) | VULKAN_HPP_CONSTEXPR VideoDecodeAV1SessionParametersCreateInfoKHR( Video... function VideoDecodeAV1SessionParametersCreateInfoKHR (line 129394) | VideoDecodeAV1SessionParametersCreateInfoKHR( VkVideoDecodeAV1SessionPar... function VideoDecodeAV1SessionParametersCreateInfoKHR (line 129399) | VideoDecodeAV1SessionParametersCreateInfoKHR & operator=( VideoDecodeAV1... function VideoDecodeAV1SessionParametersCreateInfoKHR (line 129402) | VideoDecodeAV1SessionParametersCreateInfoKHR & operator=( VkVideoDecodeA... type CppType (line 129470) | struct CppType (line 129553) | struct CppType function VULKAN_HPP_CONSTEXPR (line 129566) | VULKAN_HPP_CONSTEXPR VideoDecodeH264CapabilitiesKHR( StdVideoH264LevelId... function VULKAN_HPP_CONSTEXPR (line 129575) | VULKAN_HPP_CONSTEXPR VideoDecodeH264CapabilitiesKHR( VideoDecodeH264Capa... function VideoDecodeH264CapabilitiesKHR (line 129577) | VideoDecodeH264CapabilitiesKHR( VkVideoDecodeH264CapabilitiesKHR const &... function VideoDecodeH264CapabilitiesKHR (line 129582) | VideoDecodeH264CapabilitiesKHR & operator=( VideoDecodeH264CapabilitiesK... function VideoDecodeH264CapabilitiesKHR (line 129585) | VideoDecodeH264CapabilitiesKHR & operator=( VkVideoDecodeH264Capabilitie... type CppType (line 129648) | struct CppType (line 129746) | struct CppType (line 129856) | struct CppType (line 129994) | struct CppType (line 130114) | struct CppType (line 130277) | struct CppType (line 130400) | struct CppType (line 130488) | struct CppType (line 130586) | struct CppType (line 130706) | struct CppType (line 130848) | struct CppType (line 130950) | struct CppType (line 131146) | struct CppType (line 131279) | struct CppType (line 131484) | struct CppType function VULKAN_HPP_CONSTEXPR (line 131497) | VULKAN_HPP_CONSTEXPR VideoDecodeUsageInfoKHR( VULKAN_HPP_NAMESPACE::Vide... function VULKAN_HPP_CONSTEXPR (line 131504) | VULKAN_HPP_CONSTEXPR VideoDecodeUsageInfoKHR( VideoDecodeUsageInfoKHR co... function VideoDecodeUsageInfoKHR (line 131506) | VideoDecodeUsageInfoKHR( VkVideoDecodeUsageInfoKHR const & rhs ) VULKAN_... function VideoDecodeUsageInfoKHR (line 131511) | VideoDecodeUsageInfoKHR & operator=( VideoDecodeUsageInfoKHR const & rhs... function VideoDecodeUsageInfoKHR (line 131514) | VideoDecodeUsageInfoKHR & operator=( VkVideoDecodeUsageInfoKHR const & r... type CppType (line 131581) | struct CppType function VideoEncodeAV1CapabilitiesKHR (line 131649) | VideoEncodeAV1CapabilitiesKHR( VkVideoEncodeAV1CapabilitiesKHR const & r... function VideoEncodeAV1CapabilitiesKHR (line 131654) | VideoEncodeAV1CapabilitiesKHR & operator=( VideoEncodeAV1CapabilitiesKHR... function VideoEncodeAV1CapabilitiesKHR (line 131657) | VideoEncodeAV1CapabilitiesKHR & operator=( VkVideoEncodeAV1CapabilitiesK... type CppType (line 131850) | struct CppType (line 131947) | struct CppType function VULKAN_HPP_CONSTEXPR (line 131957) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 131965) | VULKAN_HPP_CONSTEXPR VideoEncodeAV1FrameSizeKHR( VideoEncodeAV1FrameSize... function VideoEncodeAV1FrameSizeKHR (line 131967) | VideoEncodeAV1FrameSizeKHR( VkVideoEncodeAV1FrameSizeKHR const & rhs ) V... function VideoEncodeAV1FrameSizeKHR (line 131972) | VideoEncodeAV1FrameSizeKHR & operator=( VideoEncodeAV1FrameSizeKHR const... function VideoEncodeAV1FrameSizeKHR (line 131975) | VideoEncodeAV1FrameSizeKHR & operator=( VkVideoEncodeAV1FrameSizeKHR con... function VULKAN_HPP_CONSTEXPR (line 132056) | VULKAN_HPP_CONSTEXPR VideoEncodeAV1GopRemainingFrameInfoKHR( VULKAN_HPP_... function VULKAN_HPP_CONSTEXPR (line 132069) | VULKAN_HPP_CONSTEXPR VideoEncodeAV1GopRemainingFrameInfoKHR( VideoEncode... function VideoEncodeAV1GopRemainingFrameInfoKHR (line 132071) | VideoEncodeAV1GopRemainingFrameInfoKHR( VkVideoEncodeAV1GopRemainingFram... function VideoEncodeAV1GopRemainingFrameInfoKHR (line 132076) | VideoEncodeAV1GopRemainingFrameInfoKHR & operator=( VideoEncodeAV1GopRem... function VideoEncodeAV1GopRemainingFrameInfoKHR (line 132079) | VideoEncodeAV1GopRemainingFrameInfoKHR & operator=( VkVideoEncodeAV1GopR... type CppType (line 132175) | struct CppType (line 132351) | struct CppType function VULKAN_HPP_CONSTEXPR (line 132364) | VULKAN_HPP_CONSTEXPR VideoEncodeAV1ProfileInfoKHR( StdVideoAV1Profile st... function VULKAN_HPP_CONSTEXPR (line 132370) | VULKAN_HPP_CONSTEXPR VideoEncodeAV1ProfileInfoKHR( VideoEncodeAV1Profile... function VideoEncodeAV1ProfileInfoKHR (line 132372) | VideoEncodeAV1ProfileInfoKHR( VkVideoEncodeAV1ProfileInfoKHR const & rhs... function VideoEncodeAV1ProfileInfoKHR (line 132377) | VideoEncodeAV1ProfileInfoKHR & operator=( VideoEncodeAV1ProfileInfoKHR c... function VideoEncodeAV1ProfileInfoKHR (line 132380) | VideoEncodeAV1ProfileInfoKHR & operator=( VkVideoEncodeAV1ProfileInfoKHR... type CppType (line 132453) | struct CppType function VULKAN_HPP_CONSTEXPR (line 132463) | VULKAN_HPP_CONSTEXPR function VULKAN_HPP_CONSTEXPR (line 132471) | VULKAN_HPP_CONSTEXPR VideoEncodeAV1QIndexKHR( VideoEncodeAV1QIndexKHR co... function VideoEncodeAV1QIndexKHR (line 132473) | VideoEncodeAV1QIndexKHR( VkVideoEncodeAV1QIndexKHR const & rhs ) VULKAN_... function VideoEncodeAV1QIndexKHR (line 132478) | VideoEncodeAV1QIndexKHR & operator=( VideoEncodeAV1QIndexKHR const & rhs... function VideoEncodeAV1QIndexKHR (line 132481) | VideoEncodeAV1QIndexKHR & operator=( VkVideoEncodeAV1QIndexKHR const & r... function VideoEncodeAV1QualityLevelPropertiesKHR (line 132598) | VideoEncodeAV1QualityLevelPropertiesKHR( VkVideoEncodeAV1QualityLevelPro... function VideoEncodeAV1QualityLevelPropertiesKHR (line 132603) | VideoEncodeAV1QualityLevelPropertiesKHR & operator=( VideoEncodeAV1Quali... function VideoEncodeAV1QualityLevelPropertiesKHR (line 132606) | VideoEncodeAV1QualityLevelPropertiesKHR & operator=( VkVideoEncodeAV1Qua... type CppType (line 132717) | struct CppType (line 132802) | struct CppType (line 132944) | struct CppType (line 133098) | struct CppType (line 133213) | struct CppType (line 133372) | struct CppType (line 133491) | struct CppType function VideoEncodeH264CapabilitiesKHR (line 133537) | VideoEncodeH264CapabilitiesKHR( VkVideoEncodeH264CapabilitiesKHR const &... function VideoEncodeH264CapabilitiesKHR (line 133542) | VideoEncodeH264CapabilitiesKHR & operator=( VideoEncodeH264CapabilitiesK... function VideoEncodeH264CapabilitiesKHR (line 133545) | VideoEncodeH264CapabilitiesKHR & operator=( VkVideoEncodeH264Capabilitie... type CppType (line 133674) | struct CppType (line 133772) | struct CppType (line 133997) | struct CppType (line 134103) | struct CppType (line 134259) | struct CppType (line 134361) | struct CppType (line 134587) | struct CppType (line 134673) | struct CppType (line 134813) | struct CppType (line 134964) | struct CppType (line 135079) | struct CppType (line 135242) | struct CppType (line 135365) | struct CppType (line 135453) | struct CppType (line 135583) | struct CppType (line 135788) | struct CppType (line 135886) | struct CppType (line 136111) | struct CppType (line 136218) | struct CppType (line 136363) | struct CppType (line 136465) | struct CppType (line 136685) | struct CppType (line 136771) | struct CppType (line 136911) | struct CppType (line 137062) | struct CppType (line 137177) | struct CppType (line 137373) | struct CppType (line 137506) | struct CppType (line 137601) | struct CppType (line 137751) | struct CppType (line 137977) | struct CppType function VULKAN_HPP_CONSTEXPR (line 137990) | VULKAN_HPP_CONSTEXPR VideoEncodeQualityLevelInfoKHR( uint32_t qualityLev... function VULKAN_HPP_CONSTEXPR (line 137996) | VULKAN_HPP_CONSTEXPR VideoEncodeQualityLevelInfoKHR( VideoEncodeQualityL... function VideoEncodeQualityLevelInfoKHR (line 137998) | VideoEncodeQualityLevelInfoKHR( VkVideoEncodeQualityLevelInfoKHR const &... function VideoEncodeQualityLevelInfoKHR (line 138003) | VideoEncodeQualityLevelInfoKHR & operator=( VideoEncodeQualityLevelInfoK... function VideoEncodeQualityLevelInfoKHR (line 138006) | VideoEncodeQualityLevelInfoKHR & operator=( VkVideoEncodeQualityLevelInf... type CppType (line 138073) | struct CppType (line 138163) | struct CppType (line 138246) | struct CppType (line 138355) | struct CppType (line 138456) | struct CppType (line 138581) | struct CppType (line 138764) | struct CppType (line 138847) | struct CppType (line 138945) | struct CppType (line 139067) | struct CppType function VULKAN_HPP_CONSTEXPR (line 139080) | VULKAN_HPP_CONSTEXPR VideoEndCodingInfoKHR( VULKAN_HPP_NAMESPACE::VideoE... function VULKAN_HPP_CONSTEXPR (line 139086) | VULKAN_HPP_CONSTEXPR VideoEndCodingInfoKHR( VideoEndCodingInfoKHR const ... function VideoEndCodingInfoKHR (line 139088) | VideoEndCodingInfoKHR( VkVideoEndCodingInfoKHR const & rhs ) VULKAN_HPP_... function VideoEndCodingInfoKHR (line 139093) | VideoEndCodingInfoKHR & operator=( VideoEndCodingInfoKHR const & rhs ) V... function VideoEndCodingInfoKHR (line 139096) | VideoEndCodingInfoKHR & operator=( VkVideoEndCodingInfoKHR const & rhs )... type CppType (line 139163) | struct CppType function VULKAN_HPP_CONSTEXPR (line 139176) | VULKAN_HPP_CONSTEXPR VideoFormatAV1QuantizationMapPropertiesKHR( VULKAN_... function VULKAN_HPP_CONSTEXPR (line 139183) | VULKAN_HPP_CONSTEXPR VideoFormatAV1QuantizationMapPropertiesKHR( VideoFo... function VideoFormatAV1QuantizationMapPropertiesKHR (line 139185) | VideoFormatAV1QuantizationMapPropertiesKHR( VkVideoFormatAV1Quantization... function VideoFormatAV1QuantizationMapPropertiesKHR (line 139190) | VideoFormatAV1QuantizationMapPropertiesKHR & operator=( VideoFormatAV1Qu... function VideoFormatAV1QuantizationMapPropertiesKHR (line 139193) | VideoFormatAV1QuantizationMapPropertiesKHR & operator=( VkVideoFormatAV1... type CppType (line 139246) | struct CppType (line 139329) | struct CppType (line 139436) | struct CppType function VULKAN_HPP_CONSTEXPR (line 139449) | VULKAN_HPP_CONSTEXPR VideoFormatQuantizationMapPropertiesKHR( VULKAN_HPP... function VULKAN_HPP_CONSTEXPR (line 139456) | VULKAN_HPP_CONSTEXPR VideoFormatQuantizationMapPropertiesKHR( VideoForma... function VideoFormatQuantizationMapPropertiesKHR (line 139458) | VideoFormatQuantizationMapPropertiesKHR( VkVideoFormatQuantizationMapPro... function VideoFormatQuantizationMapPropertiesKHR (line 139463) | VideoFormatQuantizationMapPropertiesKHR & operator=( VideoFormatQuantiza... function VideoFormatQuantizationMapPropertiesKHR (line 139466) | VideoFormatQuantizationMapPropertiesKHR & operator=( VkVideoFormatQuanti... type CppType (line 139519) | struct CppType (line 139635) | struct CppType function VULKAN_HPP_CONSTEXPR (line 139648) | VULKAN_HPP_CONSTEXPR VideoProfileListInfoKHR( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 139657) | VULKAN_HPP_CONSTEXPR VideoProfileListInfoKHR( VideoProfileListInfoKHR co... function VideoProfileListInfoKHR (line 139659) | VideoProfileListInfoKHR( VkVideoProfileListInfoKHR const & rhs ) VULKAN_... function VideoProfileListInfoKHR (line 139665) | VideoProfileListInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries (line 139759) | struct CppType function VideoSessionCreateInfoKHR (line 139797) | VideoSessionCreateInfoKHR( VkVideoSessionCreateInfoKHR const & rhs ) VUL... function VideoSessionCreateInfoKHR (line 139802) | VideoSessionCreateInfoKHR & operator=( VideoSessionCreateInfoKHR const &... function VideoSessionCreateInfoKHR (line 139805) | VideoSessionCreateInfoKHR & operator=( VkVideoSessionCreateInfoKHR const... type CppType (line 139952) | struct CppType function VULKAN_HPP_CONSTEXPR (line 139965) | VULKAN_HPP_CONSTEXPR VideoSessionMemoryRequirementsKHR( uint32_t ... function VULKAN_HPP_CONSTEXPR (line 139974) | VULKAN_HPP_CONSTEXPR VideoSessionMemoryRequirementsKHR( VideoSessionMemo... function VideoSessionMemoryRequirementsKHR (line 139976) | VideoSessionMemoryRequirementsKHR( VkVideoSessionMemoryRequirementsKHR c... function VideoSessionMemoryRequirementsKHR (line 139981) | VideoSessionMemoryRequirementsKHR & operator=( VideoSessionMemoryRequire... function VideoSessionMemoryRequirementsKHR (line 139984) | VideoSessionMemoryRequirementsKHR & operator=( VkVideoSessionMemoryRequi... type CppType (line 140038) | struct CppType (line 140160) | struct CppType (line 140256) | struct CppType (line 140376) | struct CppType function Win32KeyedMutexAcquireReleaseInfoKHR (line 140412) | Win32KeyedMutexAcquireReleaseInfoKHR( VkWin32KeyedMutexAcquireReleaseInf... function Win32KeyedMutexAcquireReleaseInfoKHR (line 140418) | Win32KeyedMutexAcquireReleaseInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNo... function Win32KeyedMutexAcquireReleaseInfoKHR (line 140467) | Win32KeyedMutexAcquireReleaseInfoKHR & operator=( Win32KeyedMutexAcquire... function Win32KeyedMutexAcquireReleaseInfoKHR (line 140470) | Win32KeyedMutexAcquireReleaseInfoKHR & operator=( VkWin32KeyedMutexAcqui... function Win32KeyedMutexAcquireReleaseInfoKHR (line 140497) | Win32KeyedMutexAcquireReleaseInfoKHR & function Win32KeyedMutexAcquireReleaseInfoKHR (line 140513) | Win32KeyedMutexAcquireReleaseInfoKHR & function Win32KeyedMutexAcquireReleaseInfoKHR (line 140529) | Win32KeyedMutexAcquireReleaseInfoKHR & function Win32KeyedMutexAcquireReleaseInfoKHR (line 140552) | Win32KeyedMutexAcquireReleaseInfoKHR & function Win32KeyedMutexAcquireReleaseInfoKHR (line 140568) | Win32KeyedMutexAcquireReleaseInfoKHR & type CppType (line 140641) | struct CppType (line 140909) | struct CppType (line 141030) | struct CppType function VULKAN_HPP_CONSTEXPR (line 141044) | VULKAN_HPP_CONSTEXPR WriteDescriptorSetAccelerationStructureKHR( uint32_... function VULKAN_HPP_CONSTEXPR (line 141053) | VULKAN_HPP_CONSTEXPR WriteDescriptorSetAccelerationStructureKHR( WriteDe... function WriteDescriptorSetAccelerationStructureKHR (line 141055) | WriteDescriptorSetAccelerationStructureKHR( VkWriteDescriptorSetAccelera... function WriteDescriptorSetAccelerationStructureKHR (line 141061) | WriteDescriptorSetAccelerationStructureKHR( function WriteDescriptorSetAccelerationStructureKHR (line 141071) | WriteDescriptorSetAccelerationStructureKHR & operator=( WriteDescriptorS... function WriteDescriptorSetAccelerationStructureKHR (line 141074) | WriteDescriptorSetAccelerationStructureKHR & operator=( VkWriteDescripto... function WriteDescriptorSetAccelerationStructureKHR (line 141102) | WriteDescriptorSetAccelerationStructureKHR & setAccelerationStructures( type CppType (line 141162) | struct CppType (line 141293) | struct CppType (line 141416) | struct CppType (line 141549) | struct CppType (line 141655) | struct CppType (line 141761) | struct CppType (line 141892) | struct CppType type XlibSurfaceCreateInfoKHR (line 141899) | struct XlibSurfaceCreateInfoKHR method VULKAN_HPP_CONSTEXPR (line 141907) | VULKAN_HPP_CONSTEXPR XlibSurfaceCreateInfoKHR( VULKAN_HPP_NAMESPACE::X... method VULKAN_HPP_CONSTEXPR (line 141918) | VULKAN_HPP_CONSTEXPR XlibSurfaceCreateInfoKHR( XlibSurfaceCreateInfoKH... method XlibSurfaceCreateInfoKHR (line 141920) | XlibSurfaceCreateInfoKHR( VkXlibSurfaceCreateInfoKHR const & rhs ) VUL... method XlibSurfaceCreateInfoKHR (line 141925) | XlibSurfaceCreateInfoKHR & operator=( XlibSurfaceCreateInfoKHR const &... method XlibSurfaceCreateInfoKHR (line 141928) | XlibSurfaceCreateInfoKHR & operator=( VkXlibSurfaceCreateInfoKHR const... type CppType (line 142024) | struct CppType FILE: src/libraries/vulkanheaders/vulkan_to_string.hpp type VULKAN_HPP_NAMESPACE (line 32) | namespace VULKAN_HPP_NAMESPACE function VULKAN_HPP_INLINE (line 41) | VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) function VULKAN_HPP_INLINE (line 113) | VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) function VULKAN_HPP_INLINE (line 163) | VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) function VULKAN_HPP_INLINE (line 219) | VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) function VULKAN_HPP_INLINE (line 231) | VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) function VULKAN_HPP_INLINE (line 245) | VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) function VULKAN_HPP_INLINE (line 273) | VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) function VULKAN_HPP_INLINE (line 299) | VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) function VULKAN_HPP_INLINE (line 323) | VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) function VULKAN_HPP_INLINE (line 328) | VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) function VULKAN_HPP_INLINE (line 340) | VULKAN_HPP_INLINE std::string to_string( PipelineStageFlags value ) function VULKAN_HPP_INLINE (line 402) | VULKAN_HPP_INLINE std::string to_string( MemoryMapFlags value ) function VULKAN_HPP_INLINE (line 414) | VULKAN_HPP_INLINE std::string to_string( ImageAspectFlags value ) function VULKAN_HPP_INLINE (line 446) | VULKAN_HPP_INLINE std::string to_string( SparseImageFormatFlags value ) function VULKAN_HPP_INLINE (line 462) | VULKAN_HPP_INLINE std::string to_string( SparseMemoryBindFlags value ) function VULKAN_HPP_INLINE (line 474) | VULKAN_HPP_INLINE std::string to_string( FenceCreateFlags value ) function VULKAN_HPP_INLINE (line 486) | VULKAN_HPP_INLINE std::string to_string( SemaphoreCreateFlags ) function VULKAN_HPP_INLINE (line 491) | VULKAN_HPP_INLINE std::string to_string( EventCreateFlags value ) function VULKAN_HPP_INLINE (line 503) | VULKAN_HPP_INLINE std::string to_string( QueryPipelineStatisticFlags v... function VULKAN_HPP_INLINE (line 541) | VULKAN_HPP_INLINE std::string to_string( QueryPoolCreateFlags ) function VULKAN_HPP_INLINE (line 546) | VULKAN_HPP_INLINE std::string to_string( QueryResultFlags value ) function VULKAN_HPP_INLINE (line 566) | VULKAN_HPP_INLINE std::string to_string( BufferCreateFlags value ) function VULKAN_HPP_INLINE (line 590) | VULKAN_HPP_INLINE std::string to_string( BufferUsageFlags value ) function VULKAN_HPP_INLINE (line 654) | VULKAN_HPP_INLINE std::string to_string( BufferViewCreateFlags ) function VULKAN_HPP_INLINE (line 659) | VULKAN_HPP_INLINE std::string to_string( ImageViewCreateFlags value ) function VULKAN_HPP_INLINE (line 675) | VULKAN_HPP_INLINE std::string to_string( ShaderModuleCreateFlags ) function VULKAN_HPP_INLINE (line 680) | VULKAN_HPP_INLINE std::string to_string( PipelineCacheCreateFlags value ) function VULKAN_HPP_INLINE (line 694) | VULKAN_HPP_INLINE std::string to_string( ColorComponentFlags value ) function VULKAN_HPP_INLINE (line 712) | VULKAN_HPP_INLINE std::string to_string( CullModeFlags value ) function VULKAN_HPP_INLINE (line 726) | VULKAN_HPP_INLINE std::string to_string( PipelineColorBlendStateCreate... function VULKAN_HPP_INLINE (line 738) | VULKAN_HPP_INLINE std::string to_string( PipelineCreateFlags value ) function VULKAN_HPP_INLINE (line 812) | VULKAN_HPP_INLINE std::string to_string( PipelineDepthStencilStateCrea... function VULKAN_HPP_INLINE (line 826) | VULKAN_HPP_INLINE std::string to_string( PipelineDynamicStateCreateFla... function VULKAN_HPP_INLINE (line 831) | VULKAN_HPP_INLINE std::string to_string( PipelineInputAssemblyStateCre... function VULKAN_HPP_INLINE (line 836) | VULKAN_HPP_INLINE std::string to_string( PipelineLayoutCreateFlags val... function VULKAN_HPP_INLINE (line 848) | VULKAN_HPP_INLINE std::string to_string( PipelineMultisampleStateCreat... function VULKAN_HPP_INLINE (line 853) | VULKAN_HPP_INLINE std::string to_string( PipelineRasterizationStateCre... function VULKAN_HPP_INLINE (line 858) | VULKAN_HPP_INLINE std::string to_string( PipelineShaderStageCreateFlag... function VULKAN_HPP_INLINE (line 872) | VULKAN_HPP_INLINE std::string to_string( PipelineTessellationStateCrea... function VULKAN_HPP_INLINE (line 877) | VULKAN_HPP_INLINE std::string to_string( PipelineVertexInputStateCreat... function VULKAN_HPP_INLINE (line 882) | VULKAN_HPP_INLINE std::string to_string( PipelineViewportStateCreateFl... function VULKAN_HPP_INLINE (line 887) | VULKAN_HPP_INLINE std::string to_string( ShaderStageFlags value ) function VULKAN_HPP_INLINE (line 929) | VULKAN_HPP_INLINE std::string to_string( SamplerCreateFlags value ) function VULKAN_HPP_INLINE (line 949) | VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlags val... function VULKAN_HPP_INLINE (line 969) | VULKAN_HPP_INLINE std::string to_string( DescriptorPoolResetFlags ) function VULKAN_HPP_INLINE (line 974) | VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlag... function VULKAN_HPP_INLINE (line 998) | VULKAN_HPP_INLINE std::string to_string( AccessFlags value ) function VULKAN_HPP_INLINE (line 1064) | VULKAN_HPP_INLINE std::string to_string( AttachmentDescriptionFlags va... function VULKAN_HPP_INLINE (line 1076) | VULKAN_HPP_INLINE std::string to_string( DependencyFlags value ) function VULKAN_HPP_INLINE (line 1096) | VULKAN_HPP_INLINE std::string to_string( FramebufferCreateFlags value ) function VULKAN_HPP_INLINE (line 1108) | VULKAN_HPP_INLINE std::string to_string( RenderPassCreateFlags value ) function VULKAN_HPP_INLINE (line 1120) | VULKAN_HPP_INLINE std::string to_string( SubpassDescriptionFlags value ) function VULKAN_HPP_INLINE (line 1146) | VULKAN_HPP_INLINE std::string to_string( CommandPoolCreateFlags value ) function VULKAN_HPP_INLINE (line 1162) | VULKAN_HPP_INLINE std::string to_string( CommandPoolResetFlags value ) function VULKAN_HPP_INLINE (line 1174) | VULKAN_HPP_INLINE std::string to_string( CommandBufferResetFlags value ) function VULKAN_HPP_INLINE (line 1186) | VULKAN_HPP_INLINE std::string to_string( CommandBufferUsageFlags value ) function VULKAN_HPP_INLINE (line 1202) | VULKAN_HPP_INLINE std::string to_string( QueryControlFlags value ) function VULKAN_HPP_INLINE (line 1214) | VULKAN_HPP_INLINE std::string to_string( StencilFaceFlags value ) function VULKAN_HPP_INLINE (line 1230) | VULKAN_HPP_INLINE std::string to_string( SubgroupFeatureFlags value ) function VULKAN_HPP_INLINE (line 1262) | VULKAN_HPP_INLINE std::string to_string( PeerMemoryFeatureFlags value ) function VULKAN_HPP_INLINE (line 1280) | VULKAN_HPP_INLINE std::string to_string( MemoryAllocateFlags value ) function VULKAN_HPP_INLINE (line 1296) | VULKAN_HPP_INLINE std::string to_string( CommandPoolTrimFlags ) function VULKAN_HPP_INLINE (line 1301) | VULKAN_HPP_INLINE std::string to_string( DescriptorUpdateTemplateCreat... function VULKAN_HPP_INLINE (line 1306) | VULKAN_HPP_INLINE std::string to_string( ExternalMemoryHandleTypeFlags... function VULKAN_HPP_INLINE (line 1358) | VULKAN_HPP_INLINE std::string to_string( ExternalMemoryFeatureFlags va... function VULKAN_HPP_INLINE (line 1374) | VULKAN_HPP_INLINE std::string to_string( ExternalFenceHandleTypeFlags ... function VULKAN_HPP_INLINE (line 1392) | VULKAN_HPP_INLINE std::string to_string( ExternalFenceFeatureFlags val... function VULKAN_HPP_INLINE (line 1406) | VULKAN_HPP_INLINE std::string to_string( FenceImportFlags value ) function VULKAN_HPP_INLINE (line 1418) | VULKAN_HPP_INLINE std::string to_string( SemaphoreImportFlags value ) function VULKAN_HPP_INLINE (line 1430) | VULKAN_HPP_INLINE std::string to_string( ExternalSemaphoreHandleTypeFl... function VULKAN_HPP_INLINE (line 1454) | VULKAN_HPP_INLINE std::string to_string( ExternalSemaphoreFeatureFlags... function VULKAN_HPP_INLINE (line 1470) | VULKAN_HPP_INLINE std::string to_string( DescriptorBindingFlags value ) function VULKAN_HPP_INLINE (line 1488) | VULKAN_HPP_INLINE std::string to_string( ResolveModeFlags value ) function VULKAN_HPP_INLINE (line 1510) | VULKAN_HPP_INLINE std::string to_string( SemaphoreWaitFlags value ) function VULKAN_HPP_INLINE (line 1524) | VULKAN_HPP_INLINE std::string to_string( PipelineCreationFeedbackFlags... function VULKAN_HPP_INLINE (line 1540) | VULKAN_HPP_INLINE std::string to_string( ToolPurposeFlags value ) function VULKAN_HPP_INLINE (line 1564) | VULKAN_HPP_INLINE std::string to_string( PrivateDataSlotCreateFlags ) function VULKAN_HPP_INLINE (line 1569) | VULKAN_HPP_INLINE std::string to_string( PipelineStageFlags2 value ) function VULKAN_HPP_INLINE (line 1663) | VULKAN_HPP_INLINE std::string to_string( AccessFlags2 value ) function VULKAN_HPP_INLINE (line 1757) | VULKAN_HPP_INLINE std::string to_string( SubmitFlags value ) function VULKAN_HPP_INLINE (line 1769) | VULKAN_HPP_INLINE std::string to_string( RenderingFlags value ) function VULKAN_HPP_INLINE (line 1789) | VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags2 value ) function VULKAN_HPP_INLINE (line 1893) | VULKAN_HPP_INLINE std::string to_string( MemoryUnmapFlags value ) function VULKAN_HPP_INLINE (line 1905) | VULKAN_HPP_INLINE std::string to_string( PipelineCreateFlags2 value ) function VULKAN_HPP_INLINE (line 1991) | VULKAN_HPP_INLINE std::string to_string( BufferUsageFlags2 value ) function VULKAN_HPP_INLINE (line 2057) | VULKAN_HPP_INLINE std::string to_string( HostImageCopyFlags value ) function VULKAN_HPP_INLINE (line 2071) | VULKAN_HPP_INLINE std::string to_string( CompositeAlphaFlagsKHR value ) function VULKAN_HPP_INLINE (line 2091) | VULKAN_HPP_INLINE std::string to_string( SwapchainCreateFlagsKHR value ) function VULKAN_HPP_INLINE (line 2109) | VULKAN_HPP_INLINE std::string to_string( DeviceGroupPresentModeFlagsKH... function VULKAN_HPP_INLINE (line 2129) | VULKAN_HPP_INLINE std::string to_string( DisplayModeCreateFlagsKHR ) function VULKAN_HPP_INLINE (line 2134) | VULKAN_HPP_INLINE std::string to_string( DisplayPlaneAlphaFlagsKHR val... function VULKAN_HPP_INLINE (line 2152) | VULKAN_HPP_INLINE std::string to_string( DisplaySurfaceCreateFlagsKHR ) function VULKAN_HPP_INLINE (line 2157) | VULKAN_HPP_INLINE std::string to_string( SurfaceTransformFlagsKHR value ) function VULKAN_HPP_INLINE (line 2188) | VULKAN_HPP_INLINE std::string to_string( XlibSurfaceCreateFlagsKHR ) function VULKAN_HPP_INLINE (line 2197) | VULKAN_HPP_INLINE std::string to_string( XcbSurfaceCreateFlagsKHR ) function VULKAN_HPP_INLINE (line 2206) | VULKAN_HPP_INLINE std::string to_string( WaylandSurfaceCreateFlagsKHR ) function VULKAN_HPP_INLINE (line 2215) | VULKAN_HPP_INLINE std::string to_string( AndroidSurfaceCreateFlagsKHR ) function VULKAN_HPP_INLINE (line 2224) | VULKAN_HPP_INLINE std::string to_string( Win32SurfaceCreateFlagsKHR ) function VULKAN_HPP_INLINE (line 2232) | VULKAN_HPP_INLINE std::string to_string( DebugReportFlagsEXT value ) function VULKAN_HPP_INLINE (line 2254) | VULKAN_HPP_INLINE std::string to_string( VideoCodecOperationFlagsKHR v... function VULKAN_HPP_INLINE (line 2276) | VULKAN_HPP_INLINE std::string to_string( VideoChromaSubsamplingFlagsKH... function VULKAN_HPP_INLINE (line 2294) | VULKAN_HPP_INLINE std::string to_string( VideoComponentBitDepthFlagsKH... function VULKAN_HPP_INLINE (line 2310) | VULKAN_HPP_INLINE std::string to_string( VideoCapabilityFlagsKHR value ) function VULKAN_HPP_INLINE (line 2324) | VULKAN_HPP_INLINE std::string to_string( VideoSessionCreateFlagsKHR va... function VULKAN_HPP_INLINE (line 2346) | VULKAN_HPP_INLINE std::string to_string( VideoSessionParametersCreateF... function VULKAN_HPP_INLINE (line 2358) | VULKAN_HPP_INLINE std::string to_string( VideoBeginCodingFlagsKHR ) function VULKAN_HPP_INLINE (line 2363) | VULKAN_HPP_INLINE std::string to_string( VideoEndCodingFlagsKHR ) function VULKAN_HPP_INLINE (line 2368) | VULKAN_HPP_INLINE std::string to_string( VideoCodingControlFlagsKHR va... function VULKAN_HPP_INLINE (line 2386) | VULKAN_HPP_INLINE std::string to_string( VideoDecodeCapabilityFlagsKHR... function VULKAN_HPP_INLINE (line 2400) | VULKAN_HPP_INLINE std::string to_string( VideoDecodeUsageFlagsKHR value ) function VULKAN_HPP_INLINE (line 2416) | VULKAN_HPP_INLINE std::string to_string( VideoDecodeFlagsKHR ) function VULKAN_HPP_INLINE (line 2423) | VULKAN_HPP_INLINE std::string to_string( PipelineRasterizationStateStr... function VULKAN_HPP_INLINE (line 2430) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH264CapabilityFlag... function VULKAN_HPP_INLINE (line 2460) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH264StdFlagsKHR va... function VULKAN_HPP_INLINE (line 2510) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH264RateControlFla... function VULKAN_HPP_INLINE (line 2532) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH265CapabilityFlag... function VULKAN_HPP_INLINE (line 2564) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH265StdFlagsKHR va... function VULKAN_HPP_INLINE (line 2616) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH265CtbSizeFlagsKH... function VULKAN_HPP_INLINE (line 2632) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH265TransformBlock... function VULKAN_HPP_INLINE (line 2650) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH265RateControlFla... function VULKAN_HPP_INLINE (line 2672) | VULKAN_HPP_INLINE std::string to_string( VideoDecodeH264PictureLayoutF... function VULKAN_HPP_INLINE (line 2689) | VULKAN_HPP_INLINE std::string to_string( StreamDescriptorSurfaceCreate... function VULKAN_HPP_INLINE (line 2697) | VULKAN_HPP_INLINE std::string to_string( ExternalMemoryHandleTypeFlags... function VULKAN_HPP_INLINE (line 2715) | VULKAN_HPP_INLINE std::string to_string( ExternalMemoryFeatureFlagsNV ... function VULKAN_HPP_INLINE (line 2734) | VULKAN_HPP_INLINE std::string to_string( ViSurfaceCreateFlagsNN ) function VULKAN_HPP_INLINE (line 2742) | VULKAN_HPP_INLINE std::string to_string( ConditionalRenderingFlagsEXT ... function VULKAN_HPP_INLINE (line 2756) | VULKAN_HPP_INLINE std::string to_string( SurfaceCounterFlagsEXT value ) function VULKAN_HPP_INLINE (line 2770) | VULKAN_HPP_INLINE std::string to_string( PipelineViewportSwizzleStateC... function VULKAN_HPP_INLINE (line 2777) | VULKAN_HPP_INLINE std::string to_string( PipelineDiscardRectangleState... function VULKAN_HPP_INLINE (line 2784) | VULKAN_HPP_INLINE std::string to_string( PipelineRasterizationConserva... function VULKAN_HPP_INLINE (line 2791) | VULKAN_HPP_INLINE std::string to_string( PipelineRasterizationDepthCli... function VULKAN_HPP_INLINE (line 2798) | VULKAN_HPP_INLINE std::string to_string( PerformanceCounterDescription... function VULKAN_HPP_INLINE (line 2812) | VULKAN_HPP_INLINE std::string to_string( AcquireProfilingLockFlagsKHR ) function VULKAN_HPP_INLINE (line 2820) | VULKAN_HPP_INLINE std::string to_string( IOSSurfaceCreateFlagsMVK ) function VULKAN_HPP_INLINE (line 2829) | VULKAN_HPP_INLINE std::string to_string( MacOSSurfaceCreateFlagsMVK ) function VULKAN_HPP_INLINE (line 2837) | VULKAN_HPP_INLINE std::string to_string( DebugUtilsMessageSeverityFlag... function VULKAN_HPP_INLINE (line 2855) | VULKAN_HPP_INLINE std::string to_string( DebugUtilsMessageTypeFlagsEXT... function VULKAN_HPP_INLINE (line 2873) | VULKAN_HPP_INLINE std::string to_string( DebugUtilsMessengerCallbackDa... function VULKAN_HPP_INLINE (line 2878) | VULKAN_HPP_INLINE std::string to_string( DebugUtilsMessengerCreateFlag... function VULKAN_HPP_INLINE (line 2885) | VULKAN_HPP_INLINE std::string to_string( PipelineCoverageToColorStateC... function VULKAN_HPP_INLINE (line 2892) | VULKAN_HPP_INLINE std::string to_string( GeometryFlagsKHR value ) function VULKAN_HPP_INLINE (line 2906) | VULKAN_HPP_INLINE std::string to_string( GeometryInstanceFlagsKHR value ) function VULKAN_HPP_INLINE (line 2928) | VULKAN_HPP_INLINE std::string to_string( BuildAccelerationStructureFla... function VULKAN_HPP_INLINE (line 2962) | VULKAN_HPP_INLINE std::string to_string( AccelerationStructureCreateFl... function VULKAN_HPP_INLINE (line 2980) | VULKAN_HPP_INLINE std::string to_string( PipelineCoverageModulationSta... function VULKAN_HPP_INLINE (line 2987) | VULKAN_HPP_INLINE std::string to_string( ValidationCacheCreateFlagsEXT ) function VULKAN_HPP_INLINE (line 2994) | VULKAN_HPP_INLINE std::string to_string( PipelineCompilerControlFlagsA... function VULKAN_HPP_INLINE (line 3002) | VULKAN_HPP_INLINE std::string to_string( ImagePipeSurfaceCreateFlagsFU... function VULKAN_HPP_INLINE (line 3011) | VULKAN_HPP_INLINE std::string to_string( MetalSurfaceCreateFlagsEXT ) function VULKAN_HPP_INLINE (line 3019) | VULKAN_HPP_INLINE std::string to_string( ShaderCorePropertiesFlagsAMD ) function VULKAN_HPP_INLINE (line 3026) | VULKAN_HPP_INLINE std::string to_string( PipelineCoverageReductionStat... function VULKAN_HPP_INLINE (line 3033) | VULKAN_HPP_INLINE std::string to_string( HeadlessSurfaceCreateFlagsEXT ) function VULKAN_HPP_INLINE (line 3040) | VULKAN_HPP_INLINE std::string to_string( PresentScalingFlagsEXT value ) function VULKAN_HPP_INLINE (line 3056) | VULKAN_HPP_INLINE std::string to_string( PresentGravityFlagsEXT value ) function VULKAN_HPP_INLINE (line 3074) | VULKAN_HPP_INLINE std::string to_string( IndirectStateFlagsNV value ) function VULKAN_HPP_INLINE (line 3086) | VULKAN_HPP_INLINE std::string to_string( IndirectCommandsLayoutUsageFl... function VULKAN_HPP_INLINE (line 3104) | VULKAN_HPP_INLINE std::string to_string( DeviceMemoryReportFlagsEXT ) function VULKAN_HPP_INLINE (line 3111) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeFlagsKHR value ) function VULKAN_HPP_INLINE (line 3125) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeCapabilityFlagsKHR... function VULKAN_HPP_INLINE (line 3143) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeFeedbackFlagsKHR v... function VULKAN_HPP_INLINE (line 3159) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeUsageFlagsKHR value ) function VULKAN_HPP_INLINE (line 3177) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeContentFlagsKHR va... function VULKAN_HPP_INLINE (line 3193) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlFlagsKHR ) function VULKAN_HPP_INLINE (line 3198) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFla... function VULKAN_HPP_INLINE (line 3216) | VULKAN_HPP_INLINE std::string to_string( DeviceDiagnosticsConfigFlagsN... function VULKAN_HPP_INLINE (line 3237) | VULKAN_HPP_INLINE std::string to_string( ExportMetalObjectTypeFlagsEXT... function VULKAN_HPP_INLINE (line 3262) | VULKAN_HPP_INLINE std::string to_string( GraphicsPipelineLibraryFlagsE... function VULKAN_HPP_INLINE (line 3282) | VULKAN_HPP_INLINE std::string to_string( AccelerationStructureMotionIn... function VULKAN_HPP_INLINE (line 3287) | VULKAN_HPP_INLINE std::string to_string( AccelerationStructureMotionIn... function VULKAN_HPP_INLINE (line 3294) | VULKAN_HPP_INLINE std::string to_string( ImageCompressionFlagsEXT value ) function VULKAN_HPP_INLINE (line 3310) | VULKAN_HPP_INLINE std::string to_string( ImageCompressionFixedRateFlag... function VULKAN_HPP_INLINE (line 3371) | VULKAN_HPP_INLINE std::string to_string( DirectFBSurfaceCreateFlagsEXT ) function VULKAN_HPP_INLINE (line 3379) | VULKAN_HPP_INLINE std::string to_string( DeviceAddressBindingFlagsEXT ... function VULKAN_HPP_INLINE (line 3394) | VULKAN_HPP_INLINE std::string to_string( ImageFormatConstraintsFlagsFU... function VULKAN_HPP_INLINE (line 3399) | VULKAN_HPP_INLINE std::string to_string( ImageConstraintsInfoFlagsFUCH... function VULKAN_HPP_INLINE (line 3422) | VULKAN_HPP_INLINE std::string to_string( FrameBoundaryFlagsEXT value ) function VULKAN_HPP_INLINE (line 3437) | VULKAN_HPP_INLINE std::string to_string( ScreenSurfaceCreateFlagsQNX ) function VULKAN_HPP_INLINE (line 3445) | VULKAN_HPP_INLINE std::string to_string( BuildMicromapFlagsEXT value ) function VULKAN_HPP_INLINE (line 3461) | VULKAN_HPP_INLINE std::string to_string( MicromapCreateFlagsEXT value ) function VULKAN_HPP_INLINE (line 3475) | VULKAN_HPP_INLINE std::string to_string( PhysicalDeviceSchedulingContr... function VULKAN_HPP_INLINE (line 3489) | VULKAN_HPP_INLINE std::string to_string( MemoryDecompressionMethodFlag... function VULKAN_HPP_INLINE (line 3503) | VULKAN_HPP_INLINE std::string to_string( DirectDriverLoadingFlagsLUNARG ) function VULKAN_HPP_INLINE (line 3510) | VULKAN_HPP_INLINE std::string to_string( OpticalFlowUsageFlagsNV value ) function VULKAN_HPP_INLINE (line 3530) | VULKAN_HPP_INLINE std::string to_string( OpticalFlowGridSizeFlagsNV va... function VULKAN_HPP_INLINE (line 3548) | VULKAN_HPP_INLINE std::string to_string( OpticalFlowSessionCreateFlags... function VULKAN_HPP_INLINE (line 3568) | VULKAN_HPP_INLINE std::string to_string( OpticalFlowExecuteFlagsNV val... function VULKAN_HPP_INLINE (line 3582) | VULKAN_HPP_INLINE std::string to_string( ShaderCreateFlagsEXT value ) function VULKAN_HPP_INLINE (line 3610) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeAV1CapabilityFlags... function VULKAN_HPP_INLINE (line 3630) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeAV1StdFlagsKHR val... function VULKAN_HPP_INLINE (line 3648) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeAV1SuperblockSizeF... function VULKAN_HPP_INLINE (line 3662) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeAV1RateControlFlag... function VULKAN_HPP_INLINE (line 3682) | VULKAN_HPP_INLINE std::string to_string( ClusterAccelerationStructureC... function VULKAN_HPP_INLINE (line 3694) | VULKAN_HPP_INLINE std::string to_string( ClusterAccelerationStructureG... function VULKAN_HPP_INLINE (line 3710) | VULKAN_HPP_INLINE std::string to_string( ClusterAccelerationStructureA... function VULKAN_HPP_INLINE (line 3732) | VULKAN_HPP_INLINE std::string to_string( ClusterAccelerationStructureI... function VULKAN_HPP_INLINE (line 3750) | VULKAN_HPP_INLINE std::string to_string( PartitionedAccelerationStruct... function VULKAN_HPP_INLINE (line 3772) | VULKAN_HPP_INLINE std::string to_string( IndirectCommandsLayoutUsageFl... function VULKAN_HPP_INLINE (line 3786) | VULKAN_HPP_INLINE std::string to_string( IndirectCommandsInputModeFlag... function VULKAN_HPP_INLINE (line 3802) | VULKAN_HPP_INLINE std::string to_string( AccessFlags3KHR value ) function VULKAN_HPP_INLINE (line 3816) | VULKAN_HPP_INLINE std::string toHexString( uint32_t value ) function VULKAN_HPP_INLINE (line 3829) | VULKAN_HPP_INLINE std::string to_string( Result value ) function VULKAN_HPP_INLINE (line 3888) | VULKAN_HPP_INLINE std::string to_string( StructureType value ) function VULKAN_HPP_INLINE (line 4955) | VULKAN_HPP_INLINE std::string to_string( PipelineCacheHeaderVersion va... function VULKAN_HPP_INLINE (line 4964) | VULKAN_HPP_INLINE std::string to_string( ObjectType value ) function VULKAN_HPP_INLINE (line 5030) | VULKAN_HPP_INLINE std::string to_string( VendorId value ) function VULKAN_HPP_INLINE (line 5046) | VULKAN_HPP_INLINE std::string to_string( Format value ) function VULKAN_HPP_INLINE (line 5304) | VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlagBits value ) function VULKAN_HPP_INLINE (line 5344) | VULKAN_HPP_INLINE std::string to_string( ImageCreateFlagBits value ) function VULKAN_HPP_INLINE (line 5372) | VULKAN_HPP_INLINE std::string to_string( ImageTiling value ) function VULKAN_HPP_INLINE (line 5383) | VULKAN_HPP_INLINE std::string to_string( ImageType value ) function VULKAN_HPP_INLINE (line 5394) | VULKAN_HPP_INLINE std::string to_string( ImageUsageFlagBits value ) function VULKAN_HPP_INLINE (line 5425) | VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlagBits value ) function VULKAN_HPP_INLINE (line 5434) | VULKAN_HPP_INLINE std::string to_string( InternalAllocationType value ) function VULKAN_HPP_INLINE (line 5443) | VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlagBits value ) function VULKAN_HPP_INLINE (line 5453) | VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlagBits value ) function VULKAN_HPP_INLINE (line 5470) | VULKAN_HPP_INLINE std::string to_string( PhysicalDeviceType value ) function VULKAN_HPP_INLINE (line 5483) | VULKAN_HPP_INLINE std::string to_string( QueueFlagBits value ) function VULKAN_HPP_INLINE (line 5499) | VULKAN_HPP_INLINE std::string to_string( SampleCountFlagBits value ) function VULKAN_HPP_INLINE (line 5514) | VULKAN_HPP_INLINE std::string to_string( SystemAllocationScope value ) function VULKAN_HPP_INLINE (line 5527) | VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlagBits ) function VULKAN_HPP_INLINE (line 5532) | VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlagBits val... function VULKAN_HPP_INLINE (line 5541) | VULKAN_HPP_INLINE std::string to_string( PipelineStageFlagBits value ) function VULKAN_HPP_INLINE (line 5576) | VULKAN_HPP_INLINE std::string to_string( MemoryMapFlagBits value ) function VULKAN_HPP_INLINE (line 5585) | VULKAN_HPP_INLINE std::string to_string( ImageAspectFlagBits value ) function VULKAN_HPP_INLINE (line 5605) | VULKAN_HPP_INLINE std::string to_string( SparseImageFormatFlagBits val... function VULKAN_HPP_INLINE (line 5616) | VULKAN_HPP_INLINE std::string to_string( SparseMemoryBindFlagBits value ) function VULKAN_HPP_INLINE (line 5625) | VULKAN_HPP_INLINE std::string to_string( FenceCreateFlagBits value ) function VULKAN_HPP_INLINE (line 5634) | VULKAN_HPP_INLINE std::string to_string( SemaphoreCreateFlagBits ) function VULKAN_HPP_INLINE (line 5639) | VULKAN_HPP_INLINE std::string to_string( EventCreateFlagBits value ) function VULKAN_HPP_INLINE (line 5648) | VULKAN_HPP_INLINE std::string to_string( QueryPipelineStatisticFlagBit... function VULKAN_HPP_INLINE (line 5670) | VULKAN_HPP_INLINE std::string to_string( QueryResultFlagBits value ) function VULKAN_HPP_INLINE (line 5683) | VULKAN_HPP_INLINE std::string to_string( QueryType value ) function VULKAN_HPP_INLINE (line 5708) | VULKAN_HPP_INLINE std::string to_string( QueryPoolCreateFlagBits ) function VULKAN_HPP_INLINE (line 5713) | VULKAN_HPP_INLINE std::string to_string( BufferCreateFlagBits value ) function VULKAN_HPP_INLINE (line 5728) | VULKAN_HPP_INLINE std::string to_string( BufferUsageFlagBits value ) function VULKAN_HPP_INLINE (line 5764) | VULKAN_HPP_INLINE std::string to_string( SharingMode value ) function VULKAN_HPP_INLINE (line 5774) | VULKAN_HPP_INLINE std::string to_string( BufferViewCreateFlagBits ) function VULKAN_HPP_INLINE (line 5779) | VULKAN_HPP_INLINE std::string to_string( ImageLayout value ) function VULKAN_HPP_INLINE (line 5817) | VULKAN_HPP_INLINE std::string to_string( ComponentSwizzle value ) function VULKAN_HPP_INLINE (line 5832) | VULKAN_HPP_INLINE std::string to_string( ImageViewCreateFlagBits value ) function VULKAN_HPP_INLINE (line 5843) | VULKAN_HPP_INLINE std::string to_string( ImageViewType value ) function VULKAN_HPP_INLINE (line 5858) | VULKAN_HPP_INLINE std::string to_string( ShaderModuleCreateFlagBits ) function VULKAN_HPP_INLINE (line 5863) | VULKAN_HPP_INLINE std::string to_string( PipelineCacheCreateFlagBits v... function VULKAN_HPP_INLINE (line 5873) | VULKAN_HPP_INLINE std::string to_string( BlendFactor value ) function VULKAN_HPP_INLINE (line 5900) | VULKAN_HPP_INLINE std::string to_string( BlendOp value ) function VULKAN_HPP_INLINE (line 5959) | VULKAN_HPP_INLINE std::string to_string( ColorComponentFlagBits value ) function VULKAN_HPP_INLINE (line 5971) | VULKAN_HPP_INLINE std::string to_string( CompareOp value ) function VULKAN_HPP_INLINE (line 5987) | VULKAN_HPP_INLINE std::string to_string( CullModeFlagBits value ) function VULKAN_HPP_INLINE (line 5999) | VULKAN_HPP_INLINE std::string to_string( DynamicState value ) function VULKAN_HPP_INLINE (line 6080) | VULKAN_HPP_INLINE std::string to_string( FrontFace value ) function VULKAN_HPP_INLINE (line 6090) | VULKAN_HPP_INLINE std::string to_string( LogicOp value ) function VULKAN_HPP_INLINE (line 6114) | VULKAN_HPP_INLINE std::string to_string( PipelineCreateFlagBits value ) function VULKAN_HPP_INLINE (line 6155) | VULKAN_HPP_INLINE std::string to_string( PipelineShaderStageCreateFlag... function VULKAN_HPP_INLINE (line 6165) | VULKAN_HPP_INLINE std::string to_string( PolygonMode value ) function VULKAN_HPP_INLINE (line 6177) | VULKAN_HPP_INLINE std::string to_string( PrimitiveTopology value ) function VULKAN_HPP_INLINE (line 6196) | VULKAN_HPP_INLINE std::string to_string( ShaderStageFlagBits value ) function VULKAN_HPP_INLINE (line 6222) | VULKAN_HPP_INLINE std::string to_string( StencilOp value ) function VULKAN_HPP_INLINE (line 6238) | VULKAN_HPP_INLINE std::string to_string( VertexInputRate value ) function VULKAN_HPP_INLINE (line 6248) | VULKAN_HPP_INLINE std::string to_string( PipelineColorBlendStateCreate... function VULKAN_HPP_INLINE (line 6257) | VULKAN_HPP_INLINE std::string to_string( PipelineDepthStencilStateCrea... function VULKAN_HPP_INLINE (line 6267) | VULKAN_HPP_INLINE std::string to_string( PipelineDynamicStateCreateFla... function VULKAN_HPP_INLINE (line 6272) | VULKAN_HPP_INLINE std::string to_string( PipelineInputAssemblyStateCre... function VULKAN_HPP_INLINE (line 6277) | VULKAN_HPP_INLINE std::string to_string( PipelineLayoutCreateFlagBits ... function VULKAN_HPP_INLINE (line 6286) | VULKAN_HPP_INLINE std::string to_string( PipelineMultisampleStateCreat... function VULKAN_HPP_INLINE (line 6291) | VULKAN_HPP_INLINE std::string to_string( PipelineRasterizationStateCre... function VULKAN_HPP_INLINE (line 6296) | VULKAN_HPP_INLINE std::string to_string( PipelineTessellationStateCrea... function VULKAN_HPP_INLINE (line 6301) | VULKAN_HPP_INLINE std::string to_string( PipelineVertexInputStateCreat... function VULKAN_HPP_INLINE (line 6306) | VULKAN_HPP_INLINE std::string to_string( PipelineViewportStateCreateFl... function VULKAN_HPP_INLINE (line 6311) | VULKAN_HPP_INLINE std::string to_string( BorderColor value ) function VULKAN_HPP_INLINE (line 6327) | VULKAN_HPP_INLINE std::string to_string( Filter value ) function VULKAN_HPP_INLINE (line 6338) | VULKAN_HPP_INLINE std::string to_string( SamplerAddressMode value ) function VULKAN_HPP_INLINE (line 6351) | VULKAN_HPP_INLINE std::string to_string( SamplerCreateFlagBits value ) function VULKAN_HPP_INLINE (line 6364) | VULKAN_HPP_INLINE std::string to_string( SamplerMipmapMode value ) function VULKAN_HPP_INLINE (line 6374) | VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlagBits ... function VULKAN_HPP_INLINE (line 6387) | VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlag... function VULKAN_HPP_INLINE (line 6402) | VULKAN_HPP_INLINE std::string to_string( DescriptorType value ) function VULKAN_HPP_INLINE (line 6428) | VULKAN_HPP_INLINE std::string to_string( DescriptorPoolResetFlagBits ) function VULKAN_HPP_INLINE (line 6433) | VULKAN_HPP_INLINE std::string to_string( AccessFlagBits value ) function VULKAN_HPP_INLINE (line 6470) | VULKAN_HPP_INLINE std::string to_string( AttachmentDescriptionFlagBits... function VULKAN_HPP_INLINE (line 6479) | VULKAN_HPP_INLINE std::string to_string( AttachmentLoadOp value ) function VULKAN_HPP_INLINE (line 6491) | VULKAN_HPP_INLINE std::string to_string( AttachmentStoreOp value ) function VULKAN_HPP_INLINE (line 6502) | VULKAN_HPP_INLINE std::string to_string( DependencyFlagBits value ) function VULKAN_HPP_INLINE (line 6515) | VULKAN_HPP_INLINE std::string to_string( FramebufferCreateFlagBits val... function VULKAN_HPP_INLINE (line 6524) | VULKAN_HPP_INLINE std::string to_string( PipelineBindPoint value ) function VULKAN_HPP_INLINE (line 6539) | VULKAN_HPP_INLINE std::string to_string( RenderPassCreateFlagBits value ) function VULKAN_HPP_INLINE (line 6548) | VULKAN_HPP_INLINE std::string to_string( SubpassDescriptionFlagBits va... function VULKAN_HPP_INLINE (line 6564) | VULKAN_HPP_INLINE std::string to_string( CommandPoolCreateFlagBits val... function VULKAN_HPP_INLINE (line 6575) | VULKAN_HPP_INLINE std::string to_string( CommandPoolResetFlagBits value ) function VULKAN_HPP_INLINE (line 6584) | VULKAN_HPP_INLINE std::string to_string( CommandBufferLevel value ) function VULKAN_HPP_INLINE (line 6594) | VULKAN_HPP_INLINE std::string to_string( CommandBufferResetFlagBits va... function VULKAN_HPP_INLINE (line 6603) | VULKAN_HPP_INLINE std::string to_string( CommandBufferUsageFlagBits va... function VULKAN_HPP_INLINE (line 6614) | VULKAN_HPP_INLINE std::string to_string( QueryControlFlagBits value ) function VULKAN_HPP_INLINE (line 6623) | VULKAN_HPP_INLINE std::string to_string( IndexType value ) function VULKAN_HPP_INLINE (line 6635) | VULKAN_HPP_INLINE std::string to_string( StencilFaceFlagBits value ) function VULKAN_HPP_INLINE (line 6646) | VULKAN_HPP_INLINE std::string to_string( SubpassContents value ) function VULKAN_HPP_INLINE (line 6659) | VULKAN_HPP_INLINE std::string to_string( SubgroupFeatureFlagBits value ) function VULKAN_HPP_INLINE (line 6678) | VULKAN_HPP_INLINE std::string to_string( PeerMemoryFeatureFlagBits val... function VULKAN_HPP_INLINE (line 6690) | VULKAN_HPP_INLINE std::string to_string( MemoryAllocateFlagBits value ) function VULKAN_HPP_INLINE (line 6701) | VULKAN_HPP_INLINE std::string to_string( CommandPoolTrimFlagBits ) function VULKAN_HPP_INLINE (line 6706) | VULKAN_HPP_INLINE std::string to_string( PointClippingBehavior value ) function VULKAN_HPP_INLINE (line 6716) | VULKAN_HPP_INLINE std::string to_string( TessellationDomainOrigin value ) function VULKAN_HPP_INLINE (line 6726) | VULKAN_HPP_INLINE std::string to_string( SamplerYcbcrModelConversion v... function VULKAN_HPP_INLINE (line 6739) | VULKAN_HPP_INLINE std::string to_string( SamplerYcbcrRange value ) function VULKAN_HPP_INLINE (line 6749) | VULKAN_HPP_INLINE std::string to_string( ChromaLocation value ) function VULKAN_HPP_INLINE (line 6759) | VULKAN_HPP_INLINE std::string to_string( DescriptorUpdateTemplateType ... function VULKAN_HPP_INLINE (line 6769) | VULKAN_HPP_INLINE std::string to_string( DescriptorUpdateTemplateCreat... function VULKAN_HPP_INLINE (line 6774) | VULKAN_HPP_INLINE std::string to_string( ExternalMemoryHandleTypeFlagB... function VULKAN_HPP_INLINE (line 6807) | VULKAN_HPP_INLINE std::string to_string( ExternalMemoryFeatureFlagBits... function VULKAN_HPP_INLINE (line 6818) | VULKAN_HPP_INLINE std::string to_string( ExternalFenceHandleTypeFlagBi... function VULKAN_HPP_INLINE (line 6830) | VULKAN_HPP_INLINE std::string to_string( ExternalFenceFeatureFlagBits ... function VULKAN_HPP_INLINE (line 6840) | VULKAN_HPP_INLINE std::string to_string( FenceImportFlagBits value ) function VULKAN_HPP_INLINE (line 6849) | VULKAN_HPP_INLINE std::string to_string( SemaphoreImportFlagBits value ) function VULKAN_HPP_INLINE (line 6858) | VULKAN_HPP_INLINE std::string to_string( ExternalSemaphoreHandleTypeFl... function VULKAN_HPP_INLINE (line 6874) | VULKAN_HPP_INLINE std::string to_string( ExternalSemaphoreFeatureFlagB... function VULKAN_HPP_INLINE (line 6886) | VULKAN_HPP_INLINE std::string to_string( DriverId value ) function VULKAN_HPP_INLINE (line 6921) | VULKAN_HPP_INLINE std::string to_string( ShaderFloatControlsIndependen... function VULKAN_HPP_INLINE (line 6932) | VULKAN_HPP_INLINE std::string to_string( DescriptorBindingFlagBits val... function VULKAN_HPP_INLINE (line 6944) | VULKAN_HPP_INLINE std::string to_string( ResolveModeFlagBits value ) function VULKAN_HPP_INLINE (line 6960) | VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) function VULKAN_HPP_INLINE (line 6972) | VULKAN_HPP_INLINE std::string to_string( SemaphoreType value ) function VULKAN_HPP_INLINE (line 6982) | VULKAN_HPP_INLINE std::string to_string( SemaphoreWaitFlagBits value ) function VULKAN_HPP_INLINE (line 6993) | VULKAN_HPP_INLINE std::string to_string( PipelineCreationFeedbackFlagB... function VULKAN_HPP_INLINE (line 7004) | VULKAN_HPP_INLINE std::string to_string( ToolPurposeFlagBits value ) function VULKAN_HPP_INLINE (line 7019) | VULKAN_HPP_INLINE std::string to_string( PrivateDataSlotCreateFlagBits ) function VULKAN_HPP_INLINE (line 7024) | VULKAN_HPP_INLINE std::string to_string( PipelineStageFlagBits2 value ) function VULKAN_HPP_INLINE (line 7075) | VULKAN_HPP_INLINE std::string to_string( AccessFlagBits2 value ) function VULKAN_HPP_INLINE (line 7126) | VULKAN_HPP_INLINE std::string to_string( SubmitFlagBits value ) function VULKAN_HPP_INLINE (line 7135) | VULKAN_HPP_INLINE std::string to_string( RenderingFlagBits value ) function VULKAN_HPP_INLINE (line 7148) | VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlagBits2 value ) function VULKAN_HPP_INLINE (line 7205) | VULKAN_HPP_INLINE std::string to_string( QueueGlobalPriority value ) function VULKAN_HPP_INLINE (line 7217) | VULKAN_HPP_INLINE std::string to_string( LineRasterizationMode value ) function VULKAN_HPP_INLINE (line 7229) | VULKAN_HPP_INLINE std::string to_string( MemoryUnmapFlagBits value ) function VULKAN_HPP_INLINE (line 7238) | VULKAN_HPP_INLINE std::string to_string( PipelineCreateFlagBits2 value ) function VULKAN_HPP_INLINE (line 7285) | VULKAN_HPP_INLINE std::string to_string( BufferUsageFlagBits2 value ) function VULKAN_HPP_INLINE (line 7322) | VULKAN_HPP_INLINE std::string to_string( PipelineRobustnessBufferBehav... function VULKAN_HPP_INLINE (line 7334) | VULKAN_HPP_INLINE std::string to_string( PipelineRobustnessImageBehavi... function VULKAN_HPP_INLINE (line 7346) | VULKAN_HPP_INLINE std::string to_string( HostImageCopyFlagBits value ) function VULKAN_HPP_INLINE (line 7357) | VULKAN_HPP_INLINE std::string to_string( SurfaceTransformFlagBitsKHR v... function VULKAN_HPP_INLINE (line 7374) | VULKAN_HPP_INLINE std::string to_string( PresentModeKHR value ) function VULKAN_HPP_INLINE (line 7389) | VULKAN_HPP_INLINE std::string to_string( ColorSpaceKHR value ) function VULKAN_HPP_INLINE (line 7413) | VULKAN_HPP_INLINE std::string to_string( CompositeAlphaFlagBitsKHR val... function VULKAN_HPP_INLINE (line 7427) | VULKAN_HPP_INLINE std::string to_string( SwapchainCreateFlagBitsKHR va... function VULKAN_HPP_INLINE (line 7439) | VULKAN_HPP_INLINE std::string to_string( DeviceGroupPresentModeFlagBit... function VULKAN_HPP_INLINE (line 7453) | VULKAN_HPP_INLINE std::string to_string( DisplayPlaneAlphaFlagBitsKHR ... function VULKAN_HPP_INLINE (line 7465) | VULKAN_HPP_INLINE std::string to_string( DisplayModeCreateFlagBitsKHR ) function VULKAN_HPP_INLINE (line 7470) | VULKAN_HPP_INLINE std::string to_string( DisplaySurfaceCreateFlagBitsK... function VULKAN_HPP_INLINE (line 7478) | VULKAN_HPP_INLINE std::string to_string( XlibSurfaceCreateFlagBitsKHR ) function VULKAN_HPP_INLINE (line 7487) | VULKAN_HPP_INLINE std::string to_string( XcbSurfaceCreateFlagBitsKHR ) function VULKAN_HPP_INLINE (line 7496) | VULKAN_HPP_INLINE std::string to_string( WaylandSurfaceCreateFlagBitsK... function VULKAN_HPP_INLINE (line 7505) | VULKAN_HPP_INLINE std::string to_string( AndroidSurfaceCreateFlagBitsK... function VULKAN_HPP_INLINE (line 7514) | VULKAN_HPP_INLINE std::string to_string( Win32SurfaceCreateFlagBitsKHR ) function VULKAN_HPP_INLINE (line 7522) | VULKAN_HPP_INLINE std::string to_string( DebugReportFlagBitsEXT value ) function VULKAN_HPP_INLINE (line 7535) | VULKAN_HPP_INLINE std::string to_string( DebugReportObjectTypeEXT value ) function VULKAN_HPP_INLINE (line 7590) | VULKAN_HPP_INLINE std::string to_string( RasterizationOrderAMD value ) function VULKAN_HPP_INLINE (line 7602) | VULKAN_HPP_INLINE std::string to_string( VideoCodecOperationFlagBitsKH... function VULKAN_HPP_INLINE (line 7617) | VULKAN_HPP_INLINE std::string to_string( VideoChromaSubsamplingFlagBit... function VULKAN_HPP_INLINE (line 7630) | VULKAN_HPP_INLINE std::string to_string( VideoComponentBitDepthFlagBit... function VULKAN_HPP_INLINE (line 7642) | VULKAN_HPP_INLINE std::string to_string( VideoCapabilityFlagBitsKHR va... function VULKAN_HPP_INLINE (line 7652) | VULKAN_HPP_INLINE std::string to_string( VideoSessionCreateFlagBitsKHR... function VULKAN_HPP_INLINE (line 7666) | VULKAN_HPP_INLINE std::string to_string( VideoCodingControlFlagBitsKHR... function VULKAN_HPP_INLINE (line 7677) | VULKAN_HPP_INLINE std::string to_string( QueryResultStatusKHR value ) function VULKAN_HPP_INLINE (line 7689) | VULKAN_HPP_INLINE std::string to_string( VideoSessionParametersCreateF... function VULKAN_HPP_INLINE (line 7698) | VULKAN_HPP_INLINE std::string to_string( VideoBeginCodingFlagBitsKHR ) function VULKAN_HPP_INLINE (line 7703) | VULKAN_HPP_INLINE std::string to_string( VideoEndCodingFlagBitsKHR ) function VULKAN_HPP_INLINE (line 7710) | VULKAN_HPP_INLINE std::string to_string( VideoDecodeCapabilityFlagBits... function VULKAN_HPP_INLINE (line 7720) | VULKAN_HPP_INLINE std::string to_string( VideoDecodeUsageFlagBitsKHR v... function VULKAN_HPP_INLINE (line 7732) | VULKAN_HPP_INLINE std::string to_string( VideoDecodeFlagBitsKHR ) function VULKAN_HPP_INLINE (line 7739) | VULKAN_HPP_INLINE std::string to_string( PipelineRasterizationStateStr... function VULKAN_HPP_INLINE (line 7746) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH264CapabilityFlag... function VULKAN_HPP_INLINE (line 7764) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH264StdFlagBitsKHR... function VULKAN_HPP_INLINE (line 7792) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH264RateControlFla... function VULKAN_HPP_INLINE (line 7807) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH265CapabilityFlag... function VULKAN_HPP_INLINE (line 7826) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH265StdFlagBitsKHR... function VULKAN_HPP_INLINE (line 7855) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH265CtbSizeFlagBit... function VULKAN_HPP_INLINE (line 7866) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH265TransformBlock... function VULKAN_HPP_INLINE (line 7878) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeH265RateControlFla... function VULKAN_HPP_INLINE (line 7893) | VULKAN_HPP_INLINE std::string to_string( VideoDecodeH264PictureLayoutF... function VULKAN_HPP_INLINE (line 7906) | VULKAN_HPP_INLINE std::string to_string( ShaderInfoTypeAMD value ) function VULKAN_HPP_INLINE (line 7920) | VULKAN_HPP_INLINE std::string to_string( StreamDescriptorSurfaceCreate... function VULKAN_HPP_INLINE (line 7928) | VULKAN_HPP_INLINE std::string to_string( ExternalMemoryHandleTypeFlagB... function VULKAN_HPP_INLINE (line 7940) | VULKAN_HPP_INLINE std::string to_string( ExternalMemoryFeatureFlagBits... function VULKAN_HPP_INLINE (line 7953) | VULKAN_HPP_INLINE std::string to_string( ValidationCheckEXT value ) function VULKAN_HPP_INLINE (line 7966) | VULKAN_HPP_INLINE std::string to_string( ViSurfaceCreateFlagBitsNN ) function VULKAN_HPP_INLINE (line 7974) | VULKAN_HPP_INLINE std::string to_string( ConditionalRenderingFlagBitsE... function VULKAN_HPP_INLINE (line 7985) | VULKAN_HPP_INLINE std::string to_string( SurfaceCounterFlagBitsEXT val... function VULKAN_HPP_INLINE (line 7996) | VULKAN_HPP_INLINE std::string to_string( DisplayPowerStateEXT value ) function VULKAN_HPP_INLINE (line 8007) | VULKAN_HPP_INLINE std::string to_string( DeviceEventTypeEXT value ) function VULKAN_HPP_INLINE (line 8016) | VULKAN_HPP_INLINE std::string to_string( DisplayEventTypeEXT value ) function VULKAN_HPP_INLINE (line 8027) | VULKAN_HPP_INLINE std::string to_string( ViewportCoordinateSwizzleNV v... function VULKAN_HPP_INLINE (line 8043) | VULKAN_HPP_INLINE std::string to_string( PipelineViewportSwizzleStateC... function VULKAN_HPP_INLINE (line 8050) | VULKAN_HPP_INLINE std::string to_string( DiscardRectangleModeEXT value ) function VULKAN_HPP_INLINE (line 8060) | VULKAN_HPP_INLINE std::string to_string( PipelineDiscardRectangleState... function VULKAN_HPP_INLINE (line 8067) | VULKAN_HPP_INLINE std::string to_string( ConservativeRasterizationMode... function VULKAN_HPP_INLINE (line 8078) | VULKAN_HPP_INLINE std::string to_string( PipelineRasterizationConserva... function VULKAN_HPP_INLINE (line 8085) | VULKAN_HPP_INLINE std::string to_string( PipelineRasterizationDepthCli... function VULKAN_HPP_INLINE (line 8092) | VULKAN_HPP_INLINE std::string to_string( PerformanceCounterDescription... function VULKAN_HPP_INLINE (line 8102) | VULKAN_HPP_INLINE std::string to_string( PerformanceCounterScopeKHR va... function VULKAN_HPP_INLINE (line 8113) | VULKAN_HPP_INLINE std::string to_string( PerformanceCounterStorageKHR ... function VULKAN_HPP_INLINE (line 8127) | VULKAN_HPP_INLINE std::string to_string( PerformanceCounterUnitKHR val... function VULKAN_HPP_INLINE (line 8146) | VULKAN_HPP_INLINE std::string to_string( AcquireProfilingLockFlagBitsK... function VULKAN_HPP_INLINE (line 8154) | VULKAN_HPP_INLINE std::string to_string( IOSSurfaceCreateFlagBitsMVK ) function VULKAN_HPP_INLINE (line 8163) | VULKAN_HPP_INLINE std::string to_string( MacOSSurfaceCreateFlagBitsMVK ) function VULKAN_HPP_INLINE (line 8171) | VULKAN_HPP_INLINE std::string to_string( DebugUtilsMessageSeverityFlag... function VULKAN_HPP_INLINE (line 8183) | VULKAN_HPP_INLINE std::string to_string( DebugUtilsMessageTypeFlagBits... function VULKAN_HPP_INLINE (line 8195) | VULKAN_HPP_INLINE std::string to_string( DebugUtilsMessengerCallbackDa... function VULKAN_HPP_INLINE (line 8200) | VULKAN_HPP_INLINE std::string to_string( DebugUtilsMessengerCreateFlag... function VULKAN_HPP_INLINE (line 8207) | VULKAN_HPP_INLINE std::string to_string( BlendOverlapEXT value ) function VULKAN_HPP_INLINE (line 8220) | VULKAN_HPP_INLINE std::string to_string( PipelineCoverageToColorStateC... function VULKAN_HPP_INLINE (line 8227) | VULKAN_HPP_INLINE std::string to_string( AccelerationStructureTypeKHR ... function VULKAN_HPP_INLINE (line 8238) | VULKAN_HPP_INLINE std::string to_string( AccelerationStructureBuildTyp... function VULKAN_HPP_INLINE (line 8249) | VULKAN_HPP_INLINE std::string to_string( GeometryFlagBitsKHR value ) function VULKAN_HPP_INLINE (line 8259) | VULKAN_HPP_INLINE std::string to_string( GeometryInstanceFlagBitsKHR v... function VULKAN_HPP_INLINE (line 8273) | VULKAN_HPP_INLINE std::string to_string( BuildAccelerationStructureFla... function VULKAN_HPP_INLINE (line 8294) | VULKAN_HPP_INLINE std::string to_string( CopyAccelerationStructureMode... function VULKAN_HPP_INLINE (line 8306) | VULKAN_HPP_INLINE std::string to_string( GeometryTypeKHR value ) function VULKAN_HPP_INLINE (line 8319) | VULKAN_HPP_INLINE std::string to_string( AccelerationStructureCompatib... function VULKAN_HPP_INLINE (line 8329) | VULKAN_HPP_INLINE std::string to_string( AccelerationStructureCreateFl... function VULKAN_HPP_INLINE (line 8340) | VULKAN_HPP_INLINE std::string to_string( BuildAccelerationStructureMod... function VULKAN_HPP_INLINE (line 8352) | VULKAN_HPP_INLINE std::string to_string( RayTracingShaderGroupTypeKHR ... function VULKAN_HPP_INLINE (line 8363) | VULKAN_HPP_INLINE std::string to_string( ShaderGroupShaderKHR value ) function VULKAN_HPP_INLINE (line 8377) | VULKAN_HPP_INLINE std::string to_string( CoverageModulationModeNV value ) function VULKAN_HPP_INLINE (line 8389) | VULKAN_HPP_INLINE std::string to_string( PipelineCoverageModulationSta... function VULKAN_HPP_INLINE (line 8396) | VULKAN_HPP_INLINE std::string to_string( ValidationCacheHeaderVersionE... function VULKAN_HPP_INLINE (line 8405) | VULKAN_HPP_INLINE std::string to_string( ValidationCacheCreateFlagBits... function VULKAN_HPP_INLINE (line 8412) | VULKAN_HPP_INLINE std::string to_string( ShadingRatePaletteEntryNV val... function VULKAN_HPP_INLINE (line 8432) | VULKAN_HPP_INLINE std::string to_string( CoarseSampleOrderTypeNV value ) function VULKAN_HPP_INLINE (line 8446) | VULKAN_HPP_INLINE std::string to_string( AccelerationStructureMemoryRe... function VULKAN_HPP_INLINE (line 8459) | VULKAN_HPP_INLINE std::string to_string( PipelineCompilerControlFlagBi... function VULKAN_HPP_INLINE (line 8466) | VULKAN_HPP_INLINE std::string to_string( MemoryOverallocationBehaviorA... function VULKAN_HPP_INLINE (line 8479) | VULKAN_HPP_INLINE std::string to_string( PerformanceConfigurationTypeI... function VULKAN_HPP_INLINE (line 8488) | VULKAN_HPP_INLINE std::string to_string( QueryPoolSamplingModeINTEL va... function VULKAN_HPP_INLINE (line 8497) | VULKAN_HPP_INLINE std::string to_string( PerformanceOverrideTypeINTEL ... function VULKAN_HPP_INLINE (line 8507) | VULKAN_HPP_INLINE std::string to_string( PerformanceParameterTypeINTEL... function VULKAN_HPP_INLINE (line 8517) | VULKAN_HPP_INLINE std::string to_string( PerformanceValueTypeINTEL val... function VULKAN_HPP_INLINE (line 8533) | VULKAN_HPP_INLINE std::string to_string( ImagePipeSurfaceCreateFlagBit... function VULKAN_HPP_INLINE (line 8542) | VULKAN_HPP_INLINE std::string to_string( MetalSurfaceCreateFlagBitsEXT ) function VULKAN_HPP_INLINE (line 8550) | VULKAN_HPP_INLINE std::string to_string( FragmentShadingRateCombinerOp... function VULKAN_HPP_INLINE (line 8565) | VULKAN_HPP_INLINE std::string to_string( ShaderCorePropertiesFlagBitsA... function VULKAN_HPP_INLINE (line 8572) | VULKAN_HPP_INLINE std::string to_string( ValidationFeatureEnableEXT va... function VULKAN_HPP_INLINE (line 8585) | VULKAN_HPP_INLINE std::string to_string( ValidationFeatureDisableEXT v... function VULKAN_HPP_INLINE (line 8603) | VULKAN_HPP_INLINE std::string to_string( CoverageReductionModeNV value ) function VULKAN_HPP_INLINE (line 8613) | VULKAN_HPP_INLINE std::string to_string( PipelineCoverageReductionStat... function VULKAN_HPP_INLINE (line 8620) | VULKAN_HPP_INLINE std::string to_string( ProvokingVertexModeEXT value ) function VULKAN_HPP_INLINE (line 8633) | VULKAN_HPP_INLINE std::string to_string( FullScreenExclusiveEXT value ) function VULKAN_HPP_INLINE (line 8648) | VULKAN_HPP_INLINE std::string to_string( HeadlessSurfaceCreateFlagBits... function VULKAN_HPP_INLINE (line 8655) | VULKAN_HPP_INLINE std::string to_string( PipelineExecutableStatisticFo... function VULKAN_HPP_INLINE (line 8669) | VULKAN_HPP_INLINE std::string to_string( PresentScalingFlagBitsEXT val... function VULKAN_HPP_INLINE (line 8680) | VULKAN_HPP_INLINE std::string to_string( PresentGravityFlagBitsEXT val... function VULKAN_HPP_INLINE (line 8693) | VULKAN_HPP_INLINE std::string to_string( IndirectStateFlagBitsNV value ) function VULKAN_HPP_INLINE (line 8702) | VULKAN_HPP_INLINE std::string to_string( IndirectCommandsTokenTypeNV v... function VULKAN_HPP_INLINE (line 8721) | VULKAN_HPP_INLINE std::string to_string( IndirectCommandsLayoutUsageFl... function VULKAN_HPP_INLINE (line 8734) | VULKAN_HPP_INLINE std::string to_string( DepthBiasRepresentationEXT va... function VULKAN_HPP_INLINE (line 8747) | VULKAN_HPP_INLINE std::string to_string( DeviceMemoryReportEventTypeEX... function VULKAN_HPP_INLINE (line 8760) | VULKAN_HPP_INLINE std::string to_string( DeviceMemoryReportFlagBitsEXT ) function VULKAN_HPP_INLINE (line 8767) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeCapabilityFlagBits... function VULKAN_HPP_INLINE (line 8779) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeFeedbackFlagBitsKH... function VULKAN_HPP_INLINE (line 8790) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeUsageFlagBitsKHR v... function VULKAN_HPP_INLINE (line 8803) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeContentFlagBitsKHR... function VULKAN_HPP_INLINE (line 8815) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeTuningModeKHR value ) function VULKAN_HPP_INLINE (line 8828) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFla... function VULKAN_HPP_INLINE (line 8840) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeFlagBitsKHR value ) function VULKAN_HPP_INLINE (line 8850) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlFlagBit... function VULKAN_HPP_INLINE (line 8857) | VULKAN_HPP_INLINE std::string to_string( DeviceDiagnosticsConfigFlagBi... function VULKAN_HPP_INLINE (line 8872) | VULKAN_HPP_INLINE std::string to_string( ExportMetalObjectTypeFlagBits... function VULKAN_HPP_INLINE (line 8889) | VULKAN_HPP_INLINE std::string to_string( GraphicsPipelineLibraryFlagBi... function VULKAN_HPP_INLINE (line 8903) | VULKAN_HPP_INLINE std::string to_string( FragmentShadingRateNV value ) function VULKAN_HPP_INLINE (line 8923) | VULKAN_HPP_INLINE std::string to_string( FragmentShadingRateTypeNV val... function VULKAN_HPP_INLINE (line 8935) | VULKAN_HPP_INLINE std::string to_string( AccelerationStructureMotionIn... function VULKAN_HPP_INLINE (line 8946) | VULKAN_HPP_INLINE std::string to_string( AccelerationStructureMotionIn... function VULKAN_HPP_INLINE (line 8951) | VULKAN_HPP_INLINE std::string to_string( AccelerationStructureMotionIn... function VULKAN_HPP_INLINE (line 8958) | VULKAN_HPP_INLINE std::string to_string( ImageCompressionFlagBitsEXT v... function VULKAN_HPP_INLINE (line 8970) | VULKAN_HPP_INLINE std::string to_string( ImageCompressionFixedRateFlag... function VULKAN_HPP_INLINE (line 9005) | VULKAN_HPP_INLINE std::string to_string( DeviceFaultAddressTypeEXT val... function VULKAN_HPP_INLINE (line 9020) | VULKAN_HPP_INLINE std::string to_string( DeviceFaultVendorBinaryHeader... function VULKAN_HPP_INLINE (line 9032) | VULKAN_HPP_INLINE std::string to_string( DirectFBSurfaceCreateFlagBits... function VULKAN_HPP_INLINE (line 9040) | VULKAN_HPP_INLINE std::string to_string( DeviceAddressBindingFlagBitsE... function VULKAN_HPP_INLINE (line 9049) | VULKAN_HPP_INLINE std::string to_string( DeviceAddressBindingTypeEXT v... function VULKAN_HPP_INLINE (line 9062) | VULKAN_HPP_INLINE std::string to_string( ImageConstraintsInfoFlagBitsF... function VULKAN_HPP_INLINE (line 9075) | VULKAN_HPP_INLINE std::string to_string( ImageFormatConstraintsFlagBit... function VULKAN_HPP_INLINE (line 9083) | VULKAN_HPP_INLINE std::string to_string( FrameBoundaryFlagBitsEXT value ) function VULKAN_HPP_INLINE (line 9095) | VULKAN_HPP_INLINE std::string to_string( ScreenSurfaceCreateFlagBitsQNX ) function VULKAN_HPP_INLINE (line 9103) | VULKAN_HPP_INLINE std::string to_string( MicromapTypeEXT value ) function VULKAN_HPP_INLINE (line 9115) | VULKAN_HPP_INLINE std::string to_string( BuildMicromapFlagBitsEXT value ) function VULKAN_HPP_INLINE (line 9126) | VULKAN_HPP_INLINE std::string to_string( CopyMicromapModeEXT value ) function VULKAN_HPP_INLINE (line 9138) | VULKAN_HPP_INLINE std::string to_string( MicromapCreateFlagBitsEXT val... function VULKAN_HPP_INLINE (line 9147) | VULKAN_HPP_INLINE std::string to_string( BuildMicromapModeEXT value ) function VULKAN_HPP_INLINE (line 9156) | VULKAN_HPP_INLINE std::string to_string( OpacityMicromapFormatEXT value ) function VULKAN_HPP_INLINE (line 9166) | VULKAN_HPP_INLINE std::string to_string( OpacityMicromapSpecialIndexEX... function VULKAN_HPP_INLINE (line 9182) | VULKAN_HPP_INLINE std::string to_string( DisplacementMicromapFormatNV ... function VULKAN_HPP_INLINE (line 9196) | VULKAN_HPP_INLINE std::string to_string( PhysicalDeviceSchedulingContr... function VULKAN_HPP_INLINE (line 9207) | VULKAN_HPP_INLINE std::string to_string( MemoryDecompressionMethodFlag... function VULKAN_HPP_INLINE (line 9218) | VULKAN_HPP_INLINE std::string to_string( RayTracingLssIndexingModeNV v... function VULKAN_HPP_INLINE (line 9228) | VULKAN_HPP_INLINE std::string to_string( RayTracingLssPrimitiveEndCaps... function VULKAN_HPP_INLINE (line 9240) | VULKAN_HPP_INLINE std::string to_string( SubpassMergeStatusEXT value ) function VULKAN_HPP_INLINE (line 9264) | VULKAN_HPP_INLINE std::string to_string( DirectDriverLoadingModeLUNARG... function VULKAN_HPP_INLINE (line 9274) | VULKAN_HPP_INLINE std::string to_string( DirectDriverLoadingFlagBitsLU... function VULKAN_HPP_INLINE (line 9281) | VULKAN_HPP_INLINE std::string to_string( OpticalFlowUsageFlagBitsNV va... function VULKAN_HPP_INLINE (line 9295) | VULKAN_HPP_INLINE std::string to_string( OpticalFlowGridSizeFlagBitsNV... function VULKAN_HPP_INLINE (line 9308) | VULKAN_HPP_INLINE std::string to_string( OpticalFlowPerformanceLevelNV... function VULKAN_HPP_INLINE (line 9320) | VULKAN_HPP_INLINE std::string to_string( OpticalFlowSessionBindingPoin... function VULKAN_HPP_INLINE (line 9337) | VULKAN_HPP_INLINE std::string to_string( OpticalFlowSessionCreateFlagB... function VULKAN_HPP_INLINE (line 9350) | VULKAN_HPP_INLINE std::string to_string( OpticalFlowExecuteFlagBitsNV ... function VULKAN_HPP_INLINE (line 9361) | VULKAN_HPP_INLINE std::string to_string( AntiLagModeAMD value ) function VULKAN_HPP_INLINE (line 9372) | VULKAN_HPP_INLINE std::string to_string( AntiLagStageAMD value ) function VULKAN_HPP_INLINE (line 9384) | VULKAN_HPP_INLINE std::string to_string( ShaderCreateFlagBitsEXT value ) function VULKAN_HPP_INLINE (line 9400) | VULKAN_HPP_INLINE std::string to_string( ShaderCodeTypeEXT value ) function VULKAN_HPP_INLINE (line 9412) | VULKAN_HPP_INLINE std::string to_string( RayTracingInvocationReorderMo... function VULKAN_HPP_INLINE (line 9424) | VULKAN_HPP_INLINE std::string to_string( CooperativeVectorMatrixLayout... function VULKAN_HPP_INLINE (line 9436) | VULKAN_HPP_INLINE std::string to_string( ComponentTypeKHR value ) function VULKAN_HPP_INLINE (line 9461) | VULKAN_HPP_INLINE std::string to_string( LayerSettingTypeEXT value ) function VULKAN_HPP_INLINE (line 9479) | VULKAN_HPP_INLINE std::string to_string( LatencyMarkerNV value ) function VULKAN_HPP_INLINE (line 9499) | VULKAN_HPP_INLINE std::string to_string( OutOfBandQueueTypeNV value ) function VULKAN_HPP_INLINE (line 9511) | VULKAN_HPP_INLINE std::string to_string( ScopeKHR value ) function VULKAN_HPP_INLINE (line 9525) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeAV1PredictionModeK... function VULKAN_HPP_INLINE (line 9537) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeAV1RateControlGrou... function VULKAN_HPP_INLINE (line 9548) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeAV1CapabilityFlagB... function VULKAN_HPP_INLINE (line 9561) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeAV1StdFlagBitsKHR ... function VULKAN_HPP_INLINE (line 9573) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeAV1SuperblockSizeF... function VULKAN_HPP_INLINE (line 9583) | VULKAN_HPP_INLINE std::string to_string( VideoEncodeAV1RateControlFlag... function VULKAN_HPP_INLINE (line 9597) | VULKAN_HPP_INLINE std::string to_string( BlockMatchWindowCompareModeQC... function VULKAN_HPP_INLINE (line 9609) | VULKAN_HPP_INLINE std::string to_string( CubicFilterWeightsQCOM value ) function VULKAN_HPP_INLINE (line 9623) | VULKAN_HPP_INLINE std::string to_string( LayeredDriverUnderlyingApiMSF... function VULKAN_HPP_INLINE (line 9635) | VULKAN_HPP_INLINE std::string to_string( TimeDomainKHR value ) function VULKAN_HPP_INLINE (line 9649) | VULKAN_HPP_INLINE std::string to_string( DisplaySurfaceStereoTypeNV va... function VULKAN_HPP_INLINE (line 9663) | VULKAN_HPP_INLINE std::string to_string( PhysicalDeviceLayeredApiKHR v... function VULKAN_HPP_INLINE (line 9678) | VULKAN_HPP_INLINE std::string to_string( ClusterAccelerationStructureC... function VULKAN_HPP_INLINE (line 9687) | VULKAN_HPP_INLINE std::string to_string( ClusterAccelerationStructureG... function VULKAN_HPP_INLINE (line 9698) | VULKAN_HPP_INLINE std::string to_string( ClusterAccelerationStructureA... function VULKAN_HPP_INLINE (line 9712) | VULKAN_HPP_INLINE std::string to_string( ClusterAccelerationStructureI... function VULKAN_HPP_INLINE (line 9723) | VULKAN_HPP_INLINE std::string to_string( ClusterAccelerationStructureT... function VULKAN_HPP_INLINE (line 9734) | VULKAN_HPP_INLINE std::string to_string( ClusterAccelerationStructureO... function VULKAN_HPP_INLINE (line 9747) | VULKAN_HPP_INLINE std::string to_string( ClusterAccelerationStructureO... function VULKAN_HPP_INLINE (line 9760) | VULKAN_HPP_INLINE std::string to_string( PartitionedAccelerationStruct... function VULKAN_HPP_INLINE (line 9771) | VULKAN_HPP_INLINE std::string to_string( PartitionedAccelerationStruct... function VULKAN_HPP_INLINE (line 9786) | VULKAN_HPP_INLINE std::string to_string( IndirectCommandsTokenTypeEXT ... function VULKAN_HPP_INLINE (line 9809) | VULKAN_HPP_INLINE std::string to_string( IndirectExecutionSetInfoTypeE... function VULKAN_HPP_INLINE (line 9819) | VULKAN_HPP_INLINE std::string to_string( IndirectCommandsLayoutUsageFl... function VULKAN_HPP_INLINE (line 9829) | VULKAN_HPP_INLINE std::string to_string( IndirectCommandsInputModeFlag... function VULKAN_HPP_INLINE (line 9841) | VULKAN_HPP_INLINE std::string to_string( AccessFlagBits3KHR value ) function VULKAN_HPP_INLINE (line 9852) | VULKAN_HPP_INLINE std::string to_string( DepthClampModeEXT value ) FILE: src/libraries/vulkanheaders/vulkan_vi.h type VkFlags (line 26) | typedef VkFlags VkViSurfaceCreateFlagsNN; type VkViSurfaceCreateInfoNN (line 27) | typedef struct VkViSurfaceCreateInfoNN { type VkViSurfaceCreateInfoNN (line 34) | typedef VkResult (VKAPI_PTR *PFN_vkCreateViSurfaceNN)(VkInstance instanc... FILE: src/libraries/vulkanheaders/vulkan_video.hpp type VULKAN_HPP_NAMESPACE (line 31) | namespace VULKAN_HPP_NAMESPACE type VULKAN_HPP_VIDEO_NAMESPACE (line 33) | namespace VULKAN_HPP_VIDEO_NAMESPACE type H264ChromaFormatIdc (line 42) | enum class H264ChromaFormatIdc type H264ProfileIdc (line 51) | enum class H264ProfileIdc type H264LevelIdc (line 60) | enum class H264LevelIdc type H264PocType (line 84) | enum class H264PocType type H264AspectRatioIdc (line 92) | enum class H264AspectRatioIdc type H264WeightedBipredIdc (line 115) | enum class H264WeightedBipredIdc type H264ModificationOfPicNumsIdc (line 123) | enum class H264ModificationOfPicNumsIdc type H264MemMgmtControlOp (line 132) | enum class H264MemMgmtControlOp type H264CabacInitIdc (line 144) | enum class H264CabacInitIdc type H264DisableDeblockingFilterIdc (line 152) | enum class H264DisableDeblockingFilterIdc type H264SliceType (line 160) | enum class H264SliceType type H264PictureType (line 168) | enum class H264PictureType type H264NonVclNaluType (line 177) | enum class H264NonVclNaluType type DecodeH264FieldOrderCount (line 191) | enum class DecodeH264FieldOrderCount type H265ChromaFormatIdc (line 200) | enum class H265ChromaFormatIdc type H265ProfileIdc (line 209) | enum class H265ProfileIdc type H265LevelIdc (line 219) | enum class H265LevelIdc type H265SliceType (line 237) | enum class H265SliceType type H265PictureType (line 245) | enum class H265PictureType type H265AspectRatioIdc (line 254) | enum class H265AspectRatioIdc type AV1Profile (line 279) | enum class AV1Profile type AV1Level (line 287) | enum class AV1Level type AV1FrameType (line 316) | enum class AV1FrameType type AV1ReferenceName (line 325) | enum class AV1ReferenceName type AV1InterpolationFilter (line 338) | enum class AV1InterpolationFilter type AV1TxMode (line 348) | enum class AV1TxMode type AV1FrameRestorationType (line 356) | enum class AV1FrameRestorationType type AV1TransferCharacteristics (line 384) | enum class AV1TransferCharacteristics type AV1MatrixCoefficients (line 408) | enum class AV1MatrixCoefficients type AV1ChromaSamplePosition (line 428) | enum class AV1ChromaSamplePosition type H264SpsVuiFlags (line 443) | struct H264SpsVuiFlags type H264HrdParameters (line 488) | struct H264HrdParameters type H264SequenceParameterSetVui (line 531) | struct H264SequenceParameterSetVui type H264SpsFlags (line 581) | struct H264SpsFlags type H264ScalingLists (line 632) | struct H264ScalingLists type H264SequenceParameterSet (line 666) | struct H264SequenceParameterSet type H264PpsFlags (line 732) | struct H264PpsFlags type H264PictureParameterSet (line 771) | struct H264PictureParameterSet type DecodeH264PictureInfoFlags (line 817) | struct DecodeH264PictureInfoFlags type DecodeH264PictureInfo (line 852) | struct DecodeH264PictureInfo type DecodeH264ReferenceInfoFlags (line 889) | struct DecodeH264ReferenceInfoFlags type DecodeH264ReferenceInfo (line 921) | struct DecodeH264ReferenceInfo type EncodeH264WeightTableFlags (line 954) | struct EncodeH264WeightTableFlags type EncodeH264WeightTable (line 986) | struct EncodeH264WeightTable type EncodeH264SliceHeaderFlags (line 1028) | struct EncodeH264SliceHeaderFlags type EncodeH264PictureInfoFlags (line 1059) | struct EncodeH264PictureInfoFlags type EncodeH264ReferenceInfoFlags (line 1094) | struct EncodeH264ReferenceInfoFlags type EncodeH264ReferenceListsInfoFlags (line 1123) | struct EncodeH264ReferenceListsInfoFlags type EncodeH264RefListModEntry (line 1154) | struct EncodeH264RefListModEntry type EncodeH264RefPicMarkingEntry (line 1186) | struct EncodeH264RefPicMarkingEntry type EncodeH264ReferenceListsInfo (line 1221) | struct EncodeH264ReferenceListsInfo type EncodeH264PictureInfo (line 1265) | struct EncodeH264PictureInfo type EncodeH264ReferenceInfo (line 1305) | struct EncodeH264ReferenceInfo type EncodeH264SliceHeader (line 1341) | struct EncodeH264SliceHeader type H265DecPicBufMgr (line 1385) | struct H265DecPicBufMgr type H265SubLayerHrdParameters (line 1416) | struct H265SubLayerHrdParameters type H265HrdFlags (line 1450) | struct H265HrdFlags type H265HrdParameters (line 1489) | struct H265HrdParameters type H265VpsFlags (line 1539) | struct H265VpsFlags type H265ProfileTierLevelFlags (line 1573) | struct H265ProfileTierLevelFlags type H265ProfileTierLevel (line 1608) | struct H265ProfileTierLevel type H265VideoParameterSet (line 1639) | struct H265VideoParameterSet type H265ScalingLists (line 1682) | struct H265ScalingLists type H265SpsVuiFlags (line 1721) | struct H265SpsVuiFlags type H265SequenceParameterSetVui (line 1777) | struct H265SequenceParameterSetVui type H265PredictorPaletteEntries (line 1843) | struct H265PredictorPaletteEntries type H265SpsFlags (line 1873) | struct H265SpsFlags type H265ShortTermRefPicSetFlags (line 1952) | struct H265ShortTermRefPicSetFlags type H265ShortTermRefPicSet (line 1981) | struct H265ShortTermRefPicSet type H265LongTermRefPicsSps (line 2027) | struct H265LongTermRefPicsSps type H265SequenceParameterSet (line 2056) | struct H265SequenceParameterSet type H265PpsFlags (line 2147) | struct H265PpsFlags type H265PictureParameterSet (line 2228) | struct H265PictureParameterSet type DecodeH265PictureInfoFlags (line 2312) | struct DecodeH265PictureInfoFlags type DecodeH265PictureInfo (line 2344) | struct DecodeH265PictureInfo type DecodeH265ReferenceInfoFlags (line 2387) | struct DecodeH265ReferenceInfoFlags type DecodeH265ReferenceInfo (line 2416) | struct DecodeH265ReferenceInfo type EncodeH265WeightTableFlags (line 2447) | struct EncodeH265WeightTableFlags type EncodeH265WeightTable (line 2479) | struct EncodeH265WeightTable type EncodeH265SliceSegmentHeaderFlags (line 2522) | struct EncodeH265SliceSegmentHeaderFlags type EncodeH265SliceSegmentHeader (line 2570) | struct EncodeH265SliceSegmentHeader type EncodeH265ReferenceListsInfoFlags (line 2618) | struct EncodeH265ReferenceListsInfoFlags type EncodeH265ReferenceListsInfo (line 2649) | struct EncodeH265ReferenceListsInfo type EncodeH265PictureInfoFlags (line 2685) | struct EncodeH265PictureInfoFlags type EncodeH265LongTermRefPics (line 2727) | struct EncodeH265LongTermRefPics type EncodeH265PictureInfo (line 2763) | struct EncodeH265PictureInfo type EncodeH265ReferenceInfoFlags (line 2806) | struct EncodeH265ReferenceInfoFlags type EncodeH265ReferenceInfo (line 2837) | struct EncodeH265ReferenceInfo type AV1ColorConfigFlags (line 2870) | struct AV1ColorConfigFlags type AV1ColorConfig (line 2903) | struct AV1ColorConfig type AV1TimingInfoFlags (line 2945) | struct AV1TimingInfoFlags type AV1TimingInfo (line 2974) | struct AV1TimingInfo type AV1LoopFilterFlags (line 3006) | struct AV1LoopFilterFlags type AV1LoopFilter (line 3037) | struct AV1LoopFilter type AV1QuantizationFlags (line 3073) | struct AV1QuantizationFlags type AV1Quantization (line 3103) | struct AV1Quantization type AV1Segmentation (line 3142) | struct AV1Segmentation type AV1TileInfoFlags (line 3171) | struct AV1TileInfoFlags type AV1TileInfo (line 3200) | struct AV1TileInfo type AV1CDEF (line 3240) | struct AV1CDEF type AV1LoopRestoration (line 3275) | struct AV1LoopRestoration type AV1GlobalMotion (line 3304) | struct AV1GlobalMotion type AV1FilmGrainFlags (line 3333) | struct AV1FilmGrainFlags type AV1FilmGrain (line 3366) | struct AV1FilmGrain type AV1SequenceHeaderFlags (line 3426) | struct AV1SequenceHeaderFlags type AV1SequenceHeader (line 3482) | struct AV1SequenceHeader type DecodeAV1PictureInfoFlags (line 3530) | struct DecodeAV1PictureInfoFlags type DecodeAV1PictureInfo (line 3599) | struct DecodeAV1PictureInfo type DecodeAV1ReferenceInfoFlags (line 3658) | struct DecodeAV1ReferenceInfoFlags type DecodeAV1ReferenceInfo (line 3689) | struct DecodeAV1ReferenceInfo type EncodeAV1DecoderModelInfo (line 3724) | struct EncodeAV1DecoderModelInfo type EncodeAV1ExtensionHeader (line 3759) | struct EncodeAV1ExtensionHeader type EncodeAV1OperatingPointInfoFlags (line 3788) | struct EncodeAV1OperatingPointInfoFlags type EncodeAV1OperatingPointInfo (line 3820) | struct EncodeAV1OperatingPointInfo type EncodeAV1PictureInfoFlags (line 3856) | struct EncodeAV1PictureInfoFlags type EncodeAV1PictureInfo (line 3926) | struct EncodeAV1PictureInfo type EncodeAV1ReferenceInfoFlags (line 3990) | struct EncodeAV1ReferenceInfoFlags type EncodeAV1ReferenceInfo (line 4021) | struct EncodeAV1ReferenceInfo FILE: src/libraries/vulkanheaders/vulkan_wayland.h type VkFlags (line 26) | typedef VkFlags VkWaylandSurfaceCreateFlagsKHR; type VkWaylandSurfaceCreateInfoKHR (line 27) | typedef struct VkWaylandSurfaceCreateInfoKHR { type VkWaylandSurfaceCreateInfoKHR (line 35) | typedef VkResult (VKAPI_PTR *PFN_vkCreateWaylandSurfaceKHR)(VkInstance i... type wl_display (line 48) | struct wl_display FILE: src/libraries/vulkanheaders/vulkan_win32.h type VkFlags (line 26) | typedef VkFlags VkWin32SurfaceCreateFlagsKHR; type VkWin32SurfaceCreateInfoKHR (line 27) | typedef struct VkWin32SurfaceCreateInfoKHR { type VkWin32SurfaceCreateInfoKHR (line 35) | typedef VkResult (VKAPI_PTR *PFN_vkCreateWin32SurfaceKHR)(VkInstance ins... type VkImportMemoryWin32HandleInfoKHR (line 55) | typedef struct VkImportMemoryWin32HandleInfoKHR { type VkExportMemoryWin32HandleInfoKHR (line 63) | typedef struct VkExportMemoryWin32HandleInfoKHR { type VkMemoryWin32HandlePropertiesKHR (line 71) | typedef struct VkMemoryWin32HandlePropertiesKHR { type VkMemoryGetWin32HandleInfoKHR (line 77) | typedef struct VkMemoryGetWin32HandleInfoKHR { type VkMemoryGetWin32HandleInfoKHR (line 84) | typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleKHR)(VkDevice dev... type VkWin32KeyedMutexAcquireReleaseInfoKHR (line 105) | typedef struct VkWin32KeyedMutexAcquireReleaseInfoKHR { type VkImportSemaphoreWin32HandleInfoKHR (line 123) | typedef struct VkImportSemaphoreWin32HandleInfoKHR { type VkExportSemaphoreWin32HandleInfoKHR (line 133) | typedef struct VkExportSemaphoreWin32HandleInfoKHR { type VkD3D12FenceSubmitInfoKHR (line 141) | typedef struct VkD3D12FenceSubmitInfoKHR { type VkSemaphoreGetWin32HandleInfoKHR (line 150) | typedef struct VkSemaphoreGetWin32HandleInfoKHR { type VkImportSemaphoreWin32HandleInfoKHR (line 157) | typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreWin32HandleKHR)(VkDevi... type VkSemaphoreGetWin32HandleInfoKHR (line 158) | typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreWin32HandleKHR)(VkDevice ... type VkImportFenceWin32HandleInfoKHR (line 176) | typedef struct VkImportFenceWin32HandleInfoKHR { type VkExportFenceWin32HandleInfoKHR (line 186) | typedef struct VkExportFenceWin32HandleInfoKHR { type VkFenceGetWin32HandleInfoKHR (line 194) | typedef struct VkFenceGetWin32HandleInfoKHR { type VkImportFenceWin32HandleInfoKHR (line 201) | typedef VkResult (VKAPI_PTR *PFN_vkImportFenceWin32HandleKHR)(VkDevice d... type VkFenceGetWin32HandleInfoKHR (line 202) | typedef VkResult (VKAPI_PTR *PFN_vkGetFenceWin32HandleKHR)(VkDevice devi... type VkImportMemoryWin32HandleInfoNV (line 220) | typedef struct VkImportMemoryWin32HandleInfoNV { type VkExportMemoryWin32HandleInfoNV (line 227) | typedef struct VkExportMemoryWin32HandleInfoNV { type VkWin32KeyedMutexAcquireReleaseInfoNV (line 249) | typedef struct VkWin32KeyedMutexAcquireReleaseInfoNV { type VkFullScreenExclusiveEXT (line 268) | typedef enum VkFullScreenExclusiveEXT { type VkSurfaceFullScreenExclusiveInfoEXT (line 275) | typedef struct VkSurfaceFullScreenExclusiveInfoEXT { type VkSurfaceCapabilitiesFullScreenExclusiveEXT (line 281) | typedef struct VkSurfaceCapabilitiesFullScreenExclusiveEXT { type VkSurfaceFullScreenExclusiveWin32InfoEXT (line 287) | typedef struct VkSurfaceFullScreenExclusiveWin32InfoEXT { type VkPhysicalDeviceSurfaceInfo2KHR (line 293) | typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfacePresentModes2... type VkPhysicalDeviceSurfaceInfo2KHR (line 296) | typedef VkResult (VKAPI_PTR *PFN_vkGetDeviceGroupSurfacePresentModes2EXT... FILE: src/libraries/vulkanheaders/vulkan_xcb.h type VkFlags (line 26) | typedef VkFlags VkXcbSurfaceCreateFlagsKHR; type VkXcbSurfaceCreateInfoKHR (line 27) | typedef struct VkXcbSurfaceCreateInfoKHR { type VkXcbSurfaceCreateInfoKHR (line 35) | typedef VkResult (VKAPI_PTR *PFN_vkCreateXcbSurfaceKHR)(VkInstance insta... FILE: src/libraries/vulkanheaders/vulkan_xlib.h type VkFlags (line 26) | typedef VkFlags VkXlibSurfaceCreateFlagsKHR; type VkXlibSurfaceCreateInfoKHR (line 27) | typedef struct VkXlibSurfaceCreateInfoKHR { type VkXlibSurfaceCreateInfoKHR (line 35) | typedef VkResult (VKAPI_PTR *PFN_vkCreateXlibSurfaceKHR)(VkInstance inst... FILE: src/libraries/xxHash/xxhash.c function XXH_free (line 102) | static void XXH_free (void* p) { free(p); } type BYTE (line 136) | typedef uint8_t BYTE; type U16 (line 137) | typedef uint16_t U16; type U32 (line 138) | typedef uint32_t U32; type S32 (line 139) | typedef int32_t S32; type BYTE (line 141) | typedef unsigned char BYTE; type U16 (line 142) | typedef unsigned short U16; type U32 (line 143) | typedef unsigned int U32; type S32 (line 144) | typedef signed int S32; function U32 (line 151) | static U32 XXH_read32(const void* memPtr) { return *(const U32*) memPtr; } type unalign (line 157) | typedef union { U32 u32; } __attribute__((packed)) unalign; function U32 (line 158) | static U32 XXH_read32(const void* ptr) { return ((const unalign*)ptr)->u... function U32 (line 165) | static U32 XXH_read32(const void* memPtr) function U32 (line 194) | static U32 XXH_swap32 (U32 x) type XXH_endianess (line 207) | typedef enum { XXH_bigEndian=0, XXH_littleEndian=1 } XXH_endianess; type XXH_alignment (line 219) | typedef enum { XXH_aligned, XXH_unaligned } XXH_alignment; function FORCE_INLINE (line 221) | FORCE_INLINE U32 XXH_readLE32_align(const void* ptr, XXH_endianess endia... function FORCE_INLINE (line 229) | FORCE_INLINE U32 XXH_readLE32(const void* ptr, XXH_endianess endian) function U32 (line 234) | static U32 XXH_readBE32(const void* ptr) function XXH_versionNumber (line 244) | XXH_PUBLIC_API unsigned XXH_versionNumber (void) { return XXH_VERSION_NU... function U32 (line 256) | static U32 XXH32_round(U32 seed, U32 input) function FORCE_INLINE (line 264) | FORCE_INLINE U32 XXH32_endian_align(const void* input, size_t len, U32 s... function XXH32 (line 321) | XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsign... function XXH_PUBLIC_API (line 351) | XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void) function XXH_PUBLIC_API (line 355) | XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) function XXH_PUBLIC_API (line 361) | XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dstState, const XXH32... function XXH_PUBLIC_API (line 366) | XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsign... function FORCE_INLINE (line 379) | FORCE_INLINE XXH_errorcode XXH32_update_endian (XXH32_state_t* state, co... function XXH_PUBLIC_API (line 437) | XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, cons... function FORCE_INLINE (line 449) | FORCE_INLINE U32 XXH32_digest_endian (const XXH32_state_t* state, XXH_en... function XXH32_digest (line 485) | XXH_PUBLIC_API unsigned int XXH32_digest (const XXH32_state_t* state_in) function XXH_PUBLIC_API (line 504) | XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH3... function XXH_PUBLIC_API (line 511) | XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonica... type U64 (line 529) | typedef uint64_t U64; type U64 (line 531) | typedef unsigned long long U64; function U64 (line 539) | static U64 XXH_read64(const void* memPtr) { return *(const U64*) memPtr; } type unalign64 (line 545) | typedef union { U32 u32; U64 u64; } __attribute__((packed)) unalign64; function U64 (line 546) | static U64 XXH_read64(const void* ptr) { return ((const unalign64*)ptr)-... function U64 (line 554) | static U64 XXH_read64(const void* memPtr) function U64 (line 568) | static U64 XXH_swap64 (U64 x) function FORCE_INLINE (line 581) | FORCE_INLINE U64 XXH_readLE64_align(const void* ptr, XXH_endianess endia... function FORCE_INLINE (line 589) | FORCE_INLINE U64 XXH_readLE64(const void* ptr, XXH_endianess endian) function U64 (line 594) | static U64 XXH_readBE64(const void* ptr) function U64 (line 608) | static U64 XXH64_round(U64 acc, U64 input) function U64 (line 616) | static U64 XXH64_mergeRound(U64 acc, U64 val) function FORCE_INLINE (line 624) | FORCE_INLINE U64 XXH64_endian_align(const void* input, size_t len, U64 s... function XXH64 (line 693) | XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, ... function XXH_PUBLIC_API (line 721) | XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void) function XXH_PUBLIC_API (line 725) | XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) function XXH_PUBLIC_API (line 731) | XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dstState, const XXH64... function XXH_PUBLIC_API (line 736) | XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsign... function FORCE_INLINE (line 748) | FORCE_INLINE XXH_errorcode XXH64_update_endian (XXH64_state_t* state, co... function XXH_PUBLIC_API (line 803) | XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, cons... function FORCE_INLINE (line 813) | FORCE_INLINE U64 XXH64_digest_endian (const XXH64_state_t* state, XXH_en... function XXH64_digest (line 864) | XXH_PUBLIC_API unsigned long long XXH64_digest (const XXH64_state_t* sta... function XXH_PUBLIC_API (line 877) | XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH6... function XXH_PUBLIC_API (line 884) | XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonica... FILE: src/libraries/xxHash/xxhash.h type XXH_errorcode (line 79) | typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode; type XXH32_hash_t (line 160) | typedef unsigned int XXH32_hash_t; type XXH32_state_t (line 170) | typedef struct XXH32_state_s XXH32_state_t; type XXH32_canonical_t (line 203) | typedef struct { unsigned char digest[4]; } XXH32_canonical_t; type XXH64_hash_t (line 218) | typedef unsigned long long XXH64_hash_t; type XXH64_state_t (line 228) | typedef struct XXH64_state_s XXH64_state_t; type XXH64_canonical_t (line 238) | typedef struct { unsigned char digest[8]; } XXH64_canonical_t; type XXH32_state_s (line 257) | struct XXH32_state_s { type XXH64_state_s (line 270) | struct XXH64_state_s { FILE: src/love.cpp class std::vector (line 76) | class std::vector function get_app_arguments (line 78) | static void get_app_arguments(int argc, char **argv, int &new_argc, char... function love_preload (line 137) | static int love_preload(lua_State *L, lua_CFunction f, const char *name) type DoneAction (line 147) | enum DoneAction function print_usage (line 153) | static void print_usage() function DoneAction (line 168) | static DoneAction runlove(int argc, char **argv, int &retval, love::Vari... function main (line 305) | int main(int argc, char **argv) FILE: src/modules/audio/Audio.cpp type love (line 30) | namespace love type audio (line 32) | namespace audio function setRequestRecordingPermission (line 37) | void setRequestRecordingPermission(bool rec) function getRequestRecordingPermission (line 42) | bool getRequestRecordingPermission() function hasRecordingPermission (line 47) | bool hasRecordingPermission() function requestRecordingPermission (line 57) | void requestRecordingPermission() function showRecordingPermissionMissingDialog (line 64) | void showRecordingPermissionMissingDialog() FILE: src/modules/audio/Audio.h function namespace (line 34) | namespace love FILE: src/modules/audio/Effect.cpp type love (line 23) | namespace love type audio (line 25) | namespace audio FILE: src/modules/audio/Effect.h type Entry (line 33) | struct Entry function find (line 51) | bool find(const char *key, T &t) function find (line 59) | bool find(T key, const char *&str) function namespace (line 72) | namespace love FILE: src/modules/audio/Filter.cpp type love (line 23) | namespace love type audio (line 25) | namespace audio FILE: src/modules/audio/Filter.h type Entry (line 32) | struct Entry function find (line 50) | bool find(const char *key, T &t) function find (line 58) | bool find(T key, const char *&str) function namespace (line 71) | namespace love FILE: src/modules/audio/RecordingDevice.cpp type love (line 23) | namespace love type audio (line 25) | namespace audio FILE: src/modules/audio/RecordingDevice.h function namespace (line 29) | namespace love FILE: src/modules/audio/Source.cpp type love (line 23) | namespace love type audio (line 25) | namespace audio FILE: src/modules/audio/Source.h function namespace (line 31) | namespace love FILE: src/modules/audio/null/Audio.cpp type love (line 23) | namespace love type audio (line 25) | namespace audio type null (line 27) | namespace null FILE: src/modules/audio/null/Audio.h function namespace (line 30) | namespace love FILE: src/modules/audio/null/RecordingDevice.cpp type love (line 24) | namespace love type audio (line 26) | namespace audio type null (line 28) | namespace null FILE: src/modules/audio/null/RecordingDevice.h function namespace (line 27) | namespace love FILE: src/modules/audio/null/Source.cpp type love (line 23) | namespace love type audio (line 25) | namespace audio type null (line 27) | namespace null FILE: src/modules/audio/null/Source.h function namespace (line 33) | namespace love FILE: src/modules/audio/openal/Audio.cpp type love (line 33) | namespace love type audio (line 35) | namespace audio type openal (line 37) | namespace openal function ALenum (line 75) | ALenum Audio::getFormat(int bitDepth, int channels) FILE: src/modules/audio/openal/Audio.h function namespace (line 58) | namespace love FILE: src/modules/audio/openal/Effect.cpp type love (line 27) | namespace love type audio (line 29) | namespace audio type openal (line 31) | namespace openal function Effect (line 51) | Effect *Effect::clone() function ALuint (line 84) | ALuint Effect::getEffect() const FILE: src/modules/audio/openal/Effect.h function namespace (line 56) | namespace love FILE: src/modules/audio/openal/Filter.cpp type love (line 26) | namespace love type audio (line 28) | namespace audio type openal (line 30) | namespace openal function Filter (line 50) | Filter *Filter::clone() function ALuint (line 83) | ALuint Filter::getFilter() const FILE: src/modules/audio/openal/Filter.h function namespace (line 51) | namespace love FILE: src/modules/audio/openal/Pool.cpp type love (line 26) | namespace love type audio (line 28) | namespace audio type openal (line 30) | namespace openal FILE: src/modules/audio/openal/Pool.h function namespace (line 54) | namespace love FILE: src/modules/audio/openal/RecordingDevice.cpp type love (line 25) | namespace love type audio (line 27) | namespace audio type openal (line 29) | namespace openal class InvalidFormatException (line 34) | class InvalidFormatException : public love::Exception method InvalidFormatException (line 38) | InvalidFormatException(int channels, int bitdepth) FILE: src/modules/audio/openal/RecordingDevice.h function namespace (line 42) | namespace love FILE: src/modules/audio/openal/Source.cpp type love (line 35) | namespace love type audio (line 37) | namespace audio type openal (line 39) | namespace openal class InvalidFormatException (line 42) | class InvalidFormatException : public love::Exception method InvalidFormatException (line 46) | InvalidFormatException(int channels, int bitdepth) class SpatialSupportException (line 53) | class SpatialSupportException : public love::Exception method SpatialSupportException (line 57) | SpatialSupportException() class QueueFormatMismatchException (line 65) | class QueueFormatMismatchException : public love::Exception method QueueFormatMismatchException (line 69) | QueueFormatMismatchException() class QueueTypeMismatchException (line 76) | class QueueTypeMismatchException : public love::Exception method QueueTypeMismatchException (line 80) | QueueTypeMismatchException() class QueueMalformedLengthException (line 87) | class QueueMalformedLengthException : public love::Exception method QueueMalformedLengthException (line 91) | QueueMalformedLengthException(int bytes) class QueueLoopingException (line 98) | class QueueLoopingException : public love::Exception method QueueLoopingException (line 102) | QueueLoopingException() FILE: src/modules/audio/openal/Source.h function namespace (line 55) | namespace love FILE: src/modules/audio/wrap_Audio.cpp type love (line 34) | namespace love type audio (line 36) | namespace audio function w_getActiveSourceCount (line 41) | int w_getActiveSourceCount(lua_State *L) function w_newSource (line 47) | int w_newSource(lua_State *L) function w_newQueueableSource (line 104) | int w_newQueueableSource(lua_State *L) function readSourceList (line 119) | static std::vector readSourceList(lua_State *L, int n) function readSourceVararg (line 137) | static std::vector readSourceVararg(lua_State *L, int i) function w_play (line 153) | int w_play(lua_State *L) function w_stop (line 168) | int w_stop(lua_State *L) function w_pause (line 184) | int w_pause(lua_State *L) function w_setVolume (line 211) | int w_setVolume(lua_State *L) function w_getVolume (line 218) | int w_getVolume(lua_State *L) function w_setPosition (line 224) | int w_setPosition(lua_State *L) function w_getPosition (line 234) | int w_getPosition(lua_State *L) function w_setOrientation (line 244) | int w_setOrientation(lua_State *L) function w_getOrientation (line 257) | int w_getOrientation(lua_State *L) function w_setVelocity (line 270) | int w_setVelocity(lua_State *L) function w_getVelocity (line 280) | int w_getVelocity(lua_State *L) function w_setDopplerScale (line 290) | int w_setDopplerScale(lua_State *L) function w_getDopplerScale (line 296) | int w_getDopplerScale(lua_State *L) function w_setDistanceModel (line 314) | int w_setDistanceModel(lua_State *L) function w_getDistanceModel (line 324) | int w_getDistanceModel(lua_State *L) function w_getRecordingDevices (line 334) | int w_getRecordingDevices(lua_State *L) function w_setEffect (line 349) | int w_setEffect(lua_State *L) function w_getEffect (line 453) | int w_getEffect(lua_State *L) function w_getActiveEffects (line 510) | int w_getActiveEffects(lua_State *L) function w_getMaxSceneEffects (line 525) | int w_getMaxSceneEffects(lua_State *L) function w_getMaxSourceEffects (line 531) | int w_getMaxSourceEffects(lua_State *L) function w_isEffectsSupported (line 537) | int w_isEffectsSupported(lua_State *L) function w_setOutputSpatialization (line 543) | int w_setOutputSpatialization(lua_State *L) function w_getOutputSpatialization (line 552) | int w_getOutputSpatialization(lua_State *L) function w_getOutputSpatializationFilters (line 564) | int w_getOutputSpatializationFilters(lua_State *L) function w_setMixWithSystem (line 578) | int w_setMixWithSystem(lua_State *L) function w_getPlaybackDevice (line 584) | int w_getPlaybackDevice(lua_State* L) function w_getPlaybackDevices (line 593) | int w_getPlaybackDevices(lua_State* L) function w_setPlaybackDevice (line 609) | int w_setPlaybackDevice(lua_State* L) function luaopen_love_audio (line 678) | int luaopen_love_audio(lua_State *L) FILE: src/modules/audio/wrap_Audio.h function namespace (line 31) | namespace love FILE: src/modules/audio/wrap_RecordingDevice.cpp type love (line 25) | namespace love type audio (line 27) | namespace audio function RecordingDevice (line 30) | RecordingDevice *luax_checkrecordingdevice(lua_State *L, int idx) function w_RecordingDevice_start (line 35) | int w_RecordingDevice_start(lua_State *L) function w_RecordingDevice_stop (line 59) | int w_RecordingDevice_stop(lua_State *L) function w_RecordingDevice_getData (line 79) | int w_RecordingDevice_getData(lua_State *L) function w_RecordingDevice_getSampleCount (line 97) | int w_RecordingDevice_getSampleCount(lua_State *L) function w_RecordingDevice_getSampleRate (line 104) | int w_RecordingDevice_getSampleRate(lua_State *L) function w_RecordingDevice_getBitDepth (line 111) | int w_RecordingDevice_getBitDepth(lua_State *L) function w_RecordingDevice_getChannelCount (line 118) | int w_RecordingDevice_getChannelCount(lua_State *L) function w_RecordingDevice_getName (line 125) | int w_RecordingDevice_getName(lua_State *L) function w_RecordingDevice_isRecording (line 132) | int w_RecordingDevice_isRecording(lua_State *L) function luaopen_recordingdevice (line 153) | int luaopen_recordingdevice(lua_State *L) FILE: src/modules/audio/wrap_RecordingDevice.h function namespace (line 28) | namespace love FILE: src/modules/audio/wrap_Source.cpp type love (line 29) | namespace love type audio (line 31) | namespace audio function Source (line 34) | Source *luax_checksource(lua_State *L, int idx) function w_Source_clone (line 39) | int w_Source_clone(lua_State *L) function w_Source_play (line 49) | int w_Source_play(lua_State *L) function w_Source_stop (line 56) | int w_Source_stop(lua_State *L) function w_Source_pause (line 63) | int w_Source_pause(lua_State *L) function w_Source_setPitch (line 70) | int w_Source_setPitch(lua_State *L) function w_Source_getPitch (line 83) | int w_Source_getPitch(lua_State *L) function w_Source_setVolume (line 90) | int w_Source_setVolume(lua_State *L) function w_Source_getVolume (line 98) | int w_Source_getVolume(lua_State *L) function w_Source_seek (line 105) | int w_Source_seek(lua_State *L) function w_Source_tell (line 121) | int w_Source_tell(lua_State *L) function w_Source_getDuration (line 134) | int w_Source_getDuration(lua_State *L) function w_Source_setPosition (line 147) | int w_Source_setPosition(lua_State *L) function w_Source_getPosition (line 158) | int w_Source_getPosition(lua_State *L) function w_Source_setVelocity (line 169) | int w_Source_setVelocity(lua_State *L) function w_Source_getVelocity (line 180) | int w_Source_getVelocity(lua_State *L) function w_Source_setDirection (line 191) | int w_Source_setDirection(lua_State *L) function w_Source_getDirection (line 202) | int w_Source_getDirection(lua_State *L) function w_Source_setCone (line 213) | int w_Source_setCone(lua_State *L) function w_Source_getCone (line 224) | int w_Source_getCone(lua_State *L) function w_Source_setRelative (line 236) | int w_Source_setRelative(lua_State *L) function w_Source_isRelative (line 243) | int w_Source_isRelative(lua_State *L) function w_Source_setLooping (line 250) | int w_Source_setLooping(lua_State *L) function w_Source_isLooping (line 257) | int w_Source_isLooping(lua_State *L) function w_Source_isPlaying (line 264) | int w_Source_isPlaying(lua_State *L) function w_Source_setVolumeLimits (line 271) | int w_Source_setVolumeLimits(lua_State *L) function w_Source_getVolumeLimits (line 283) | int w_Source_getVolumeLimits(lua_State *L) function w_Source_setAttenuationDistances (line 291) | int w_Source_setAttenuationDistances(lua_State *L) function w_Source_getAttenuationDistances (line 305) | int w_Source_getAttenuationDistances(lua_State *L) function w_Source_setRolloff (line 315) | int w_Source_setRolloff(lua_State *L) function w_Source_getRolloff (line 325) | int w_Source_getRolloff(lua_State *L) function w_Source_setAirAbsorption (line 332) | int w_Source_setAirAbsorption(lua_State *L) function w_Source_getAirAbsorption (line 342) | int w_Source_getAirAbsorption(lua_State *L) function w_Source_getChannelCount (line 349) | int w_Source_getChannelCount(lua_State *L) function setFilterReadFilter (line 356) | int setFilterReadFilter(lua_State *L, int idx, std::map getConstants(EncodeFormat) function getConstant (line 276) | bool getConstant(const char *in, ContainerType &out) function getConstant (line 281) | bool getConstant(ContainerType in, const char *&out) function getConstants (line 286) | std::vector getConstants(ContainerType) FILE: src/modules/data/DataModule.h function namespace (line 33) | namespace love FILE: src/modules/data/DataStream.cpp type love (line 28) | namespace love type data (line 30) | namespace data function DataStream (line 57) | DataStream *DataStream::clone() function int64 (line 77) | int64 DataStream::read(void* data, int64 size) function int64 (line 114) | int64 DataStream::getSize() function int64 (line 133) | int64 DataStream::tell() FILE: src/modules/data/DataStream.h function namespace (line 25) | namespace love FILE: src/modules/data/DataView.cpp type love (line 25) | namespace love type data (line 27) | namespace data function DataView (line 55) | DataView *DataView::clone() const FILE: src/modules/data/DataView.h function namespace (line 25) | namespace love FILE: src/modules/data/HashFunction.cpp type love (line 29) | namespace love type data (line 31) | namespace data type impl (line 36) | namespace impl function uint32 (line 39) | inline uint32 leftrot(uint32 x, uint8 amount) function uint32 (line 44) | inline uint32 rightrot(uint32 x, uint8 amount) function uint64 (line 49) | inline uint64 rightrot(uint64 x, uint8 amount) function uint64 (line 55) | inline uint64 extend_multiple(uint64 a, uint64 n) class MD5 (line 68) | class MD5 : public HashFunction method isSupported (line 75) | bool isSupported(Function function) const override method hash (line 80) | void hash(Function function, const char *input, uint64 length, V... class SHA1 (line 191) | class SHA1 : public HashFunction method isSupported (line 194) | bool isSupported(Function function) const override method hash (line 199) | void hash(Function function, const char *input, uint64 length, V... class SHA256 (line 289) | class SHA256 : public HashFunction method isSupported (line 297) | bool isSupported(Function function) const override method hash (line 302) | void hash(Function function, const char *input, uint64 length, V... class SHA512 (line 435) | class SHA512 : public HashFunction method isSupported (line 443) | bool isSupported(Function function) const override method hash (line 448) | void hash(Function function, const char *input, uint64 length, V... function HashFunction (line 592) | HashFunction *HashFunction::getHashFunction(Function function) FILE: src/modules/data/HashFunction.h function namespace (line 28) | namespace love FILE: src/modules/data/wrap_ByteData.cpp type love (line 27) | namespace love type data (line 29) | namespace data function ByteData (line 32) | ByteData *luax_checkbytedata(lua_State *L, int idx) function w_ByteData_clone (line 37) | int w_ByteData_clone(lua_State *L) function w_ByteData_setString (line 47) | int w_ByteData_setString(lua_State *L) function w_ByteData_setT (line 67) | static int w_ByteData_setT(lua_State *L) function w_ByteData_setFloat (line 98) | int w_ByteData_setFloat(lua_State *L) function w_ByteData_setDouble (line 103) | int w_ByteData_setDouble(lua_State *L) function w_ByteData_setInt8 (line 108) | int w_ByteData_setInt8(lua_State *L) function w_ByteData_setUInt8 (line 113) | int w_ByteData_setUInt8(lua_State *L) function w_ByteData_setInt16 (line 118) | int w_ByteData_setInt16(lua_State *L) function w_ByteData_setUInt16 (line 123) | int w_ByteData_setUInt16(lua_State *L) function w_ByteData_setInt32 (line 128) | int w_ByteData_setInt32(lua_State *L) function w_ByteData_setUInt32 (line 133) | int w_ByteData_setUInt32(lua_State *L) function luaopen_bytedata (line 153) | int luaopen_bytedata(lua_State *L) FILE: src/modules/data/wrap_ByteData.h function namespace (line 27) | namespace love FILE: src/modules/data/wrap_CompressedData.cpp type love (line 25) | namespace love type data (line 27) | namespace data function CompressedData (line 30) | CompressedData *luax_checkcompresseddata(lua_State *L, int idx) function w_CompressedData_clone (line 35) | int w_CompressedData_clone(lua_State *L) function w_CompressedData_getFormat (line 44) | int w_CompressedData_getFormat(lua_State *L) function luaopen_compresseddata (line 64) | int luaopen_compresseddata(lua_State *L) FILE: src/modules/data/wrap_CompressedData.h function namespace (line 27) | namespace love FILE: src/modules/data/wrap_Data.cpp type love (line 30) | namespace love type data (line 32) | namespace data function Data (line 35) | Data *luax_checkdata(lua_State *L, int idx) function w_Data_getString (line 40) | int w_Data_getString(lua_State *L) function w_Data_getPointer (line 61) | int w_Data_getPointer(lua_State *L) function w_Data_getFFIPointer (line 69) | int w_Data_getFFIPointer(lua_State *L) function w_Data_getSize (line 75) | int w_Data_getSize(lua_State *L) function w_Data_performAtomic (line 82) | int w_Data_performAtomic(lua_State *L) function w_Data_getT (line 103) | static int w_Data_getT(lua_State* L) function w_Data_getFloat (line 123) | int w_Data_getFloat(lua_State* L) function w_Data_getDouble (line 128) | int w_Data_getDouble(lua_State* L) function w_Data_getInt8 (line 133) | int w_Data_getInt8(lua_State* L) function w_Data_getUInt8 (line 138) | int w_Data_getUInt8(lua_State* L) function w_Data_getInt16 (line 143) | int w_Data_getInt16(lua_State* L) function w_Data_getUInt16 (line 148) | int w_Data_getUInt16(lua_State* L) function w_Data_getInt32 (line 153) | int w_Data_getInt32(lua_State* L) function w_Data_getUInt32 (line 158) | int w_Data_getUInt32(lua_State* L) type FFI_Data (line 164) | struct FFI_Data function luax_rundatawrapper (line 196) | void luax_rundatawrapper(lua_State *L, const love::Type &type) function luaopen_data (line 201) | int luaopen_data(lua_State *L) FILE: src/modules/data/wrap_Data.h function namespace (line 27) | namespace love FILE: src/modules/data/wrap_DataModule.cpp type love (line 39) | namespace love type data (line 41) | namespace data function ContainerType (line 46) | ContainerType luax_checkcontainertype(lua_State *L, int idx) function w_newDataView (line 55) | int w_newDataView(lua_State *L) function w_newByteData (line 73) | int w_newByteData(lua_State *L) function w_compress (line 116) | int w_compress(lua_State *L) function w_decompress (line 151) | int w_decompress(lua_State *L) function w_encode (line 203) | int w_encode(lua_State *L) function w_decode (line 254) | int w_decode(lua_State *L) function w_hash (line 303) | int w_hash(lua_State *L) function w_pack (line 354) | int w_pack(lua_State *L) function w_unpack (line 399) | int w_unpack(lua_State *L) function luaopen_love_data (line 445) | int luaopen_love_data(lua_State *L) FILE: src/modules/data/wrap_DataModule.h function namespace (line 28) | namespace love FILE: src/modules/data/wrap_DataView.cpp type love (line 24) | namespace love type data (line 26) | namespace data function DataView (line 29) | DataView *luax_checkdataview(lua_State *L, int idx) function w_DataView_clone (line 34) | int w_DataView_clone(lua_State *L) function luaopen_dataview (line 50) | int luaopen_dataview(lua_State *L) FILE: src/modules/data/wrap_DataView.h function namespace (line 27) | namespace love FILE: src/modules/event/Event.cpp type love (line 26) | namespace love type event (line 28) | namespace event FILE: src/modules/event/Event.h function namespace (line 37) | namespace love FILE: src/modules/event/sdl/Event.cpp type love (line 41) | namespace love type event (line 43) | namespace event type sdl (line 45) | namespace sdl function windowToDPICoords (line 50) | static void windowToDPICoords(love::window::Window *window, double... function clampToWindow (line 56) | static void clampToWindow(love::window::Window *window, double *x,... function normalizedToDPICoords (line 62) | static void normalizedToDPICoords(love::window::Window *window, do... function watchAppEvents (line 83) | static bool SDLCALL watchAppEvents(void *udata, SDL_Event *event) function Message (line 211) | Message *Event::wait() function Message (line 253) | Message *Event::convert(const SDL_Event &e) function Message (line 618) | Message *Event::convertJoystickEvent(const SDL_Event &e) const function Message (line 764) | Message *Event::convertWindowEvent(const SDL_Event &e, love::windo... FILE: src/modules/event/sdl/Event.h function namespace (line 31) | namespace love::window function namespace (line 36) | namespace love FILE: src/modules/event/wrap_Event.cpp type love (line 35) | namespace love type event (line 37) | namespace event function luax_pushmessage (line 42) | static int luax_pushmessage(lua_State *L, const Message &m) function w_poll_i (line 52) | static int w_poll_i(lua_State *L) function w_pump (line 67) | int w_pump(lua_State *L) function w_wait (line 74) | int w_wait(lua_State *L) function w_push (line 90) | int w_push(lua_State *L) function w_clear (line 117) | int w_clear(lua_State *L) function w_quit (line 123) | int w_quit(lua_State *L) function w_restart (line 138) | int w_restart(lua_State *L) type DrawCallbackData (line 155) | struct DrawCallbackData function drawCallbackInner (line 161) | static int drawCallbackInner(lua_State *L) function drawCallback (line 176) | static void drawCallback(void *context, Variant *returnVal0, Variant... function cleanupCallback (line 195) | static void cleanupCallback(void *context) function w_setModalDrawCallback (line 201) | int w_setModalDrawCallback(lua_State *L) function w__setDefaultModalDrawCallback (line 223) | int w__setDefaultModalDrawCallback(lua_State *L) function luaopen_love_event (line 260) | int luaopen_love_event(lua_State *L) FILE: src/modules/event/wrap_Event.h function namespace (line 29) | namespace love FILE: src/modules/filesystem/File.cpp function FileData (line 34) | FileData *File::read() function FileData (line 39) | FileData *File::read(int64 size) FILE: src/modules/filesystem/File.h function namespace (line 35) | namespace love FILE: src/modules/filesystem/FileData.cpp type love (line 27) | namespace love type filesystem (line 29) | namespace filesystem function FileData (line 82) | FileData *FileData::clone() const FILE: src/modules/filesystem/FileData.h function namespace (line 30) | namespace love FILE: src/modules/filesystem/Filesystem.cpp function File (line 71) | File *Filesystem::openNativeFile(const char *path, File::Mode mode) const function FileData (line 76) | FileData *Filesystem::newFileData(const void *data, size_t size, const c... type _stat (line 97) | struct _stat type stat (line 109) | struct stat function getContainingDirectory (line 126) | static bool getContainingDirectory(const std::string &path, std::string ... function createDirectoryRaw (line 139) | static bool createDirectoryRaw(const std::string &path) FILE: src/modules/filesystem/Filesystem.h function namespace (line 56) | namespace love FILE: src/modules/filesystem/NativeFile.cpp type love (line 30) | namespace love type filesystem (line 32) | namespace filesystem function NativeFile (line 67) | NativeFile *NativeFile::clone() function int64 (line 122) | int64 NativeFile::getSize() function int64 (line 137) | int64 NativeFile::read(void *dst, int64 size) function int64 (line 223) | int64 NativeFile::tell() function int64 (line 352) | int64 NativeFile::bufferedRead(void *dst, int64 size) FILE: src/modules/filesystem/NativeFile.h type SDL_IOStream (line 28) | typedef struct SDL_IOStream SDL_IOStream; function namespace (line 30) | namespace love FILE: src/modules/filesystem/physfs/File.cpp type love (line 34) | namespace love type filesystem (line 36) | namespace filesystem type physfs (line 39) | namespace physfs function setupWriteDirectory (line 42) | static bool setupWriteDirectory() function File (line 91) | File *File::clone() function int64 (line 174) | int64 File::getSize() function int64 (line 189) | int64 File::read(void *dst, int64 size) function int64 (line 238) | int64 File::tell() FILE: src/modules/filesystem/physfs/File.h function namespace (line 34) | namespace love FILE: src/modules/filesystem/physfs/Filesystem.cpp type love (line 69) | namespace love type filesystem (line 71) | namespace filesystem type physfs (line 73) | namespace physfs function normalize (line 76) | static std::string normalize(const std::string &input) function isAppCommonPath (line 97) | static bool isAppCommonPath(Filesystem::CommonPath path) function isMounted (line 109) | static bool isMounted(const std::string &path) function FileData (line 893) | FileData *Filesystem::read(const char *filename, int64 size) const function FileData (line 901) | FileData* Filesystem::read(const char* filename) const FILE: src/modules/filesystem/physfs/Filesystem.h function namespace (line 32) | namespace love FILE: src/modules/filesystem/physfs/PhysfsIo.cpp type love (line 25) | namespace love type filesystem (line 27) | namespace filesystem type physfs (line 29) | namespace physfs function int64 (line 99) | int64 StripSuffixIo::read(void *buf, uint64 len) function int64 (line 124) | int64 StripSuffixIo::write(const void */*buf*/, uint64 /*len*/) function int64 (line 130) | int64 StripSuffixIo::seek(uint64 offset) function int64 (line 142) | int64 StripSuffixIo::tell() function int64 (line 152) | int64 StripSuffixIo::length() function int64 (line 157) | int64 StripSuffixIo::flush() FILE: src/modules/filesystem/physfs/PhysfsIo.h function namespace (line 30) | namespace love FILE: src/modules/filesystem/wrap_File.cpp type love (line 29) | namespace love type filesystem (line 31) | namespace filesystem function luax_ioError (line 34) | int luax_ioError(lua_State *L, const char *fmt, ...) function File (line 46) | File *luax_checkfile(lua_State *L, int idx) function w_File_getSize (line 51) | int w_File_getSize(lua_State *L) function w_File_open (line 75) | int w_File_open(lua_State *L) function w_File_close (line 96) | int w_File_close(lua_State *L) function w_File_isOpen (line 103) | int w_File_isOpen(lua_State *L) function w_File_read (line 110) | int w_File_read(lua_State *L) function w_File_write (line 147) | int w_File_write(lua_State *L) function w_File_flush (line 190) | int w_File_flush(lua_State *L) function w_File_isEOF (line 206) | int w_File_isEOF(lua_State *L) function w_File_tell (line 213) | int w_File_tell(lua_State *L) function w_File_seek (line 227) | int w_File_seek(lua_State *L) function w_File_lines_i (line 241) | int w_File_lines_i(lua_State *L) function w_File_lines (line 349) | int w_File_lines(lua_State *L) function w_File_setBuffer (line 374) | int w_File_setBuffer(lua_State *L) function w_File_getBuffer (line 398) | int w_File_getBuffer(lua_State *L) function w_File_getMode (line 413) | int w_File_getMode(lua_State *L) function w_File_getFilename (line 427) | int w_File_getFilename(lua_State *L) function w_File_getExtension (line 434) | int w_File_getExtension(lua_State *L) function luaopen_file (line 462) | int luaopen_file(lua_State *L) FILE: src/modules/filesystem/wrap_File.h function namespace (line 28) | namespace love FILE: src/modules/filesystem/wrap_FileData.cpp type love (line 25) | namespace love type filesystem (line 27) | namespace filesystem function FileData (line 30) | FileData *luax_checkfiledata(lua_State *L, int idx) function w_FileData_clone (line 35) | int w_FileData_clone(lua_State *L) function w_FileData_getFilename (line 44) | int w_FileData_getFilename(lua_State *L) function w_FileData_getExtension (line 51) | int w_FileData_getExtension(lua_State *L) function luaopen_filedata (line 67) | int luaopen_filedata(lua_State *L) FILE: src/modules/filesystem/wrap_FileData.h function namespace (line 28) | namespace love FILE: src/modules/filesystem/wrap_Filesystem.cpp type love (line 45) | namespace love type filesystem (line 47) | namespace filesystem function w_init (line 52) | int w_init(lua_State *L) function w_setFused (line 59) | int w_setFused(lua_State *L) function w_isFused (line 67) | int w_isFused(lua_State *L) function w_setAndroidSaveExternal (line 73) | int w_setAndroidSaveExternal(lua_State *L) function w_setIdentity (line 80) | int w_setIdentity(lua_State *L) function w_getIdentity (line 91) | int w_getIdentity(lua_State *L) function w_setSource (line 97) | int w_setSource(lua_State *L) function w_getSource (line 107) | int w_getSource(lua_State *L) function w_mount (line 113) | int w_mount(lua_State *L) function w_mountFullPath (line 155) | int w_mountFullPath(lua_State *L) function w_mountCommonPath (line 174) | int w_mountCommonPath(lua_State *L) function w_unmount (line 197) | int w_unmount(lua_State *L) function w_unmountFullPath (line 212) | int w_unmountFullPath(lua_State *L) function w_unmountCommonPath (line 219) | int w_unmountCommonPath(lua_State *L) function w_openFile (line 230) | int w_openFile(lua_State *L) function w_openNativeFile (line 254) | int w_openNativeFile(lua_State *L) function w_newFile (line 278) | int w_newFile(lua_State* L) function File (line 308) | File *luax_getfile(lua_State *L, int idx) function FileData (line 332) | FileData *luax_getfiledata(lua_State *L, int idx, bool ioerror, int ... function FileData (line 375) | FileData *luax_getfiledata(lua_State *L, int idx) function Data (line 381) | Data *luax_getdata(lua_State *L, int idx) function luax_cangetfile (line 413) | bool luax_cangetfile(lua_State *L, int idx) function luax_cangetfiledata (line 418) | bool luax_cangetfiledata(lua_State *L, int idx) function luax_cangetdata (line 423) | bool luax_cangetdata(lua_State *L, int idx) function w_newFileData (line 428) | int w_newFileData(lua_State *L) function w_getFullCommonPath (line 465) | int w_getFullCommonPath(lua_State *L) function w_getWorkingDirectory (line 476) | int w_getWorkingDirectory(lua_State *L) function w_getUserDirectory (line 482) | int w_getUserDirectory(lua_State *L) function w_getAppdataDirectory (line 488) | int w_getAppdataDirectory(lua_State *L) function w_getSaveDirectory (line 494) | int w_getSaveDirectory(lua_State *L) function w_getSourceBaseDirectory (line 500) | int w_getSourceBaseDirectory(lua_State *L) function w_getRealDirectory (line 506) | int w_getRealDirectory(lua_State *L) function w_canonicalizeRealPath (line 524) | int w_canonicalizeRealPath(lua_State *L) function w_getExecutablePath (line 531) | int w_getExecutablePath(lua_State *L) function w_exists (line 537) | int w_exists(lua_State *L) function w_getInfo (line 544) | int w_getInfo(lua_State *L) function w_createDirectory (line 604) | int w_createDirectory(lua_State *L) function w_remove (line 611) | int w_remove(lua_State *L) function w_read (line 618) | int w_read(lua_State *L) function w_write_or_append (line 661) | static int w_write_or_append(lua_State *L, File::Mode mode) function w_write (line 698) | int w_write(lua_State *L) function w_append (line 703) | int w_append(lua_State *L) function w_getDirectoryItems (line 708) | int w_getDirectoryItems(lua_State *L) function w_lines (line 727) | int w_lines(lua_State *L) function w_load (line 746) | int w_load(lua_State *L) function w_setSymlinksEnabled (line 803) | int w_setSymlinksEnabled(lua_State *L) function w_areSymlinksEnabled (line 809) | int w_areSymlinksEnabled(lua_State *L) function w_getRequirePath (line 815) | int w_getRequirePath(lua_State *L) function w_getCRequirePath (line 833) | int w_getCRequirePath(lua_State *L) function w_setRequirePath (line 851) | int w_setRequirePath(lua_State *L) function w_setCRequirePath (line 866) | int w_setCRequirePath(lua_State *L) function replaceAll (line 881) | static void replaceAll(std::string &str, const std::string &substr, ... function loader (line 897) | int loader(lua_State *L) function extloader (line 942) | int extloader(lua_State *L) FILE: src/modules/filesystem/wrap_Filesystem.h function namespace (line 29) | namespace love FILE: src/modules/filesystem/wrap_NativeFile.cpp type love (line 24) | namespace love type filesystem (line 26) | namespace filesystem function NativeFile (line 29) | NativeFile *luax_checknativefile(lua_State *L, int idx) function luaopen_nativefile (line 34) | int luaopen_nativefile(lua_State *L) FILE: src/modules/filesystem/wrap_NativeFile.h function namespace (line 27) | namespace love FILE: src/modules/font/BMFontRasterizer.cpp type love (line 36) | namespace love type font (line 38) | namespace font class BMFontLine (line 49) | class BMFontLine function GlyphData (line 329) | GlyphData *BMFontRasterizer::getGlyphDataForIndex(int index) const function TextShaper (line 388) | TextShaper *BMFontRasterizer::newTextShaper() FILE: src/modules/font/BMFontRasterizer.h function namespace (line 33) | namespace love FILE: src/modules/font/Font.cpp type love (line 29) | namespace love type font (line 31) | namespace font function Rasterizer (line 49) | Rasterizer *Font::newTrueTypeRasterizer(int size, const TrueTypeRast... function Rasterizer (line 54) | Rasterizer *Font::newBMFontRasterizer(love::filesystem::FileData *fo... function Rasterizer (line 59) | Rasterizer *Font::newImageRasterizer(love::image::ImageData *data, c... function GlyphData (line 80) | GlyphData *Font::newGlyphData(Rasterizer *r, const std::string &text) function GlyphData (line 96) | GlyphData *Font::newGlyphData(Rasterizer *r, uint32 glyph) FILE: src/modules/font/Font.h function namespace (line 36) | namespace love FILE: src/modules/font/GenericShaper.cpp type love (line 28) | namespace love type font (line 30) | namespace font FILE: src/modules/font/GenericShaper.h function namespace (line 26) | namespace love FILE: src/modules/font/GlyphData.cpp type love (line 27) | namespace love type font (line 29) | namespace font function GlyphData (line 65) | GlyphData *GlyphData::clone() const function uint32 (line 101) | uint32 GlyphData::getGlyph() const function PixelFormat (line 163) | PixelFormat GlyphData::getFormat() const FILE: src/modules/font/GlyphData.h function namespace (line 35) | namespace love FILE: src/modules/font/ImageRasterizer.cpp type love (line 29) | namespace love type font (line 31) | namespace font function GlyphData (line 74) | GlyphData *ImageRasterizer::getGlyphDataForIndex(int index) const function TextShaper (line 184) | TextShaper *ImageRasterizer::newTextShaper() FILE: src/modules/font/ImageRasterizer.h function namespace (line 31) | namespace love FILE: src/modules/font/Rasterizer.cpp type love (line 27) | namespace love type font (line 29) | namespace font function GlyphData (line 58) | GlyphData *Rasterizer::getGlyphData(uint32 glyph) const function GlyphData (line 63) | GlyphData *Rasterizer::getGlyphData(const std::string &text) const FILE: src/modules/font/Rasterizer.h function namespace (line 29) | namespace love FILE: src/modules/font/TextShaper.cpp type love (line 28) | namespace love type font (line 30) | namespace font function getCodepointsFromString (line 33) | void getCodepointsFromString(const std::string &text, std::vector &strs,... function findNewline (line 282) | static size_t findNewline(const ColoredCodepoints &codepoints, size_... FILE: src/modules/font/TextShaper.h function namespace (line 34) | namespace love FILE: src/modules/font/TrueTypeRasterizer.cpp type love (line 23) | namespace love type font (line 25) | namespace font FILE: src/modules/font/TrueTypeRasterizer.h function namespace (line 29) | namespace love FILE: src/modules/font/freetype/Font.cpp type love (line 31) | namespace love type font (line 33) | namespace font type freetype (line 35) | namespace freetype function Rasterizer (line 50) | Rasterizer *Font::newRasterizer(love::filesystem::FileData *data) function Rasterizer (line 60) | Rasterizer *Font::newTrueTypeRasterizer(love::Data *data, int size... FILE: src/modules/font/freetype/Font.h function namespace (line 32) | namespace love FILE: src/modules/font/freetype/HarfbuzzShaper.cpp type love (line 32) | namespace love type font (line 34) | namespace font type freetype (line 36) | namespace freetype FILE: src/modules/font/freetype/HarfbuzzShaper.h type hb_font_t (line 28) | typedef struct hb_font_t hb_font_t; type hb_buffer_t (line 29) | typedef struct hb_buffer_t hb_buffer_t; function namespace (line 32) | namespace love FILE: src/modules/font/freetype/TrueTypeRasterizer.cpp type love (line 29) | namespace love type font (line 31) | namespace font type freetype (line 33) | namespace freetype function GlyphData (line 103) | GlyphData *TrueTypeRasterizer::getGlyphDataForIndex(int index) const function TextShaper (line 228) | TextShaper *TrueTypeRasterizer::newTextShaper() function FT_UInt (line 242) | FT_UInt TrueTypeRasterizer::hintingToLoadOption(Hinting hint) FILE: src/modules/font/freetype/TrueTypeRasterizer.h function namespace (line 33) | namespace love FILE: src/modules/font/wrap_Font.cpp type love (line 31) | namespace love type font (line 33) | namespace font function w_newRasterizer (line 38) | int w_newRasterizer(lua_State *L) function luax_checktruetypesettings (line 67) | static TrueTypeRasterizer::Settings luax_checktruetypesettings(lua_S... function w_newTrueTypeRasterizer (line 108) | int w_newTrueTypeRasterizer(lua_State *L) function convimagedata (line 152) | static void convimagedata(lua_State *L, int idx) function w_newBMFontRasterizer (line 158) | int w_newBMFontRasterizer(lua_State *L) function w_newImageRasterizer (line 198) | int w_newImageRasterizer(lua_State *L) function w_newGlyphData (line 216) | int w_newGlyphData(lua_State *L) function luaopen_love_font (line 256) | int luaopen_love_font(lua_State *L) FILE: src/modules/font/wrap_Font.h function namespace (line 28) | namespace love FILE: src/modules/font/wrap_GlyphData.cpp type love (line 23) | namespace love type font (line 25) | namespace font function GlyphData (line 28) | GlyphData *luax_checkglyphdata(lua_State *L, int idx) function w_GlyphData_clone (line 33) | int w_GlyphData_clone(lua_State *L) function w_GlyphData_getWidth (line 42) | int w_GlyphData_getWidth(lua_State *L) function w_GlyphData_getHeight (line 49) | int w_GlyphData_getHeight(lua_State *L) function w_GlyphData_getDimensions (line 56) | int w_GlyphData_getDimensions(lua_State *L) function w_GlyphData_getGlyph (line 64) | int w_GlyphData_getGlyph(lua_State *L) function w_GlyphData_getGlyphString (line 72) | int w_GlyphData_getGlyphString(lua_State *L) function w_GlyphData_getAdvance (line 80) | int w_GlyphData_getAdvance(lua_State *L) function w_GlyphData_getBearing (line 87) | int w_GlyphData_getBearing(lua_State *L) function w_GlyphData_getBoundingBox (line 95) | int w_GlyphData_getBoundingBox(lua_State *L) function w_GlyphData_getFormat (line 115) | int w_GlyphData_getFormat(lua_State *L) function luaopen_glyphdata (line 142) | int luaopen_glyphdata(lua_State *L) FILE: src/modules/font/wrap_GlyphData.h function namespace (line 30) | namespace love FILE: src/modules/font/wrap_Rasterizer.cpp type love (line 25) | namespace love type font (line 27) | namespace font function Rasterizer (line 30) | Rasterizer *luax_checkrasterizer(lua_State *L, int idx) function w_Rasterizer_getHeight (line 35) | int w_Rasterizer_getHeight(lua_State *L) function w_Rasterizer_getAdvance (line 42) | int w_Rasterizer_getAdvance(lua_State *L) function w_Rasterizer_getAscent (line 49) | int w_Rasterizer_getAscent(lua_State *L) function w_Rasterizer_getDescent (line 56) | int w_Rasterizer_getDescent(lua_State *L) function w_Rasterizer_getLineHeight (line 63) | int w_Rasterizer_getLineHeight(lua_State *L) function w_Rasterizer_getGlyphData (line 70) | int w_Rasterizer_getGlyphData(lua_State *L) function w_Rasterizer_getGlyphCount (line 94) | int w_Rasterizer_getGlyphCount(lua_State *L) function w_Rasterizer_hasGlyphs (line 101) | int w_Rasterizer_hasGlyphs(lua_State *L) function luaopen_rasterizer (line 140) | int luaopen_rasterizer(lua_State *L) FILE: src/modules/font/wrap_Rasterizer.h function namespace (line 28) | namespace love FILE: src/modules/graphics/Buffer.cpp type love (line 25) | namespace love type graphics (line 27) | namespace graphics FILE: src/modules/graphics/Buffer.h function namespace (line 36) | namespace love FILE: src/modules/graphics/Deprecations.cpp type love (line 30) | namespace love type graphics (line 32) | namespace graphics FILE: src/modules/graphics/Deprecations.h function namespace (line 25) | namespace love FILE: src/modules/graphics/Drawable.cpp type love (line 24) | namespace love type graphics (line 26) | namespace graphics FILE: src/modules/graphics/Drawable.h function namespace (line 28) | namespace love FILE: src/modules/graphics/Font.cpp type love (line 33) | namespace love type graphics (line 35) | namespace graphics function uint16 (line 38) | static inline uint16 normToUint16(double n) function uint64 (line 43) | static inline uint64 packGlyphIndex(love::font::TextShaper::GlyphInd... function unpackGlyphIndex (line 48) | static inline love::font::TextShaper::GlyphIndex unpackGlyphIndex(ui... function SamplerState (line 651) | const SamplerState &Font::getSamplerState() const function uint32 (line 703) | uint32 Font::getTextureCacheID() const FILE: src/modules/graphics/Font.h function namespace (line 41) | namespace love FILE: src/modules/graphics/Graphics.cpp function setGammaCorrect (line 51) | void setGammaCorrect(bool gammacorrect) function isGammaCorrect (line 56) | bool isGammaCorrect() function gammaCorrectColor (line 61) | void gammaCorrectColor(Colorf &c) function Colorf (line 71) | Colorf gammaCorrectColor(const Colorf &c) function unGammaCorrectColor (line 78) | void unGammaCorrectColor(Colorf &c) function Colorf (line 88) | Colorf unGammaCorrectColor(const Colorf &c) function isDebugEnabled (line 95) | bool isDebugEnabled() type opengl (line 109) | namespace opengl { extern love::graphics::Graphics *createInstance(); } type metal (line 111) | namespace metal { extern love::graphics::Graphics *createInstance(); } type vulkan (line 114) | namespace vulkan { extern love::graphics::Graphics *createInstance(); } function setRenderers (line 150) | void setRenderers(const std::vector &renderers) function setLowPowerPreferred (line 155) | void setLowPowerPreferred(bool preferred) function isLowPowerPreferred (line 160) | bool isLowPowerPreferred() function Graphics (line 165) | Graphics *Graphics::createInstance() function Quad (line 316) | Quad *Graphics::newQuad(Quad::Viewport v, double sw, double sh) function Font (line 321) | Font *Graphics::newFont(love::font::Rasterizer *data) function Font (line 326) | Font *Graphics::newDefaultFont(int size, const font::TrueTypeRasterizer:... function Video (line 336) | Video *Graphics::newVideo(love::video::VideoStream *stream, float dpiscale) function ShaderStage (line 351) | ShaderStage *Graphics::newShaderStage(ShaderStageType stage, const std::... function Shader (line 389) | Shader *Graphics::newShader(const std::vector &stagessource... function Shader (line 434) | Shader *Graphics::newComputeShader(const std::string &source, const Shad... function Buffer (line 450) | Buffer *Graphics::newBuffer(const Buffer::Settings &settings, DataFormat... function Mesh (line 456) | Mesh *Graphics::newMesh(const std::vector &vert... function Mesh (line 461) | Mesh *Graphics::newMesh(const std::vector &vert... function Mesh (line 466) | Mesh *Graphics::newMesh(const std::vector &attrib... function GraphicsReadback (line 489) | GraphicsReadback *Graphics::readbackBufferAsync(Buffer *buffer, size_t o... function GraphicsReadback (line 509) | GraphicsReadback *Graphics::readbackTextureAsync(Texture *texture, int s... function Texture (line 562) | Texture *Graphics::getDefaultTexture(TextureType type, DataBaseType data... function Buffer (line 639) | Buffer *Graphics::getDefaultTexelBuffer(DataBaseType dataType) function Buffer (line 674) | Buffer *Graphics::getDefaultStorageBuffer() function Texture (line 715) | Texture *Graphics::getTextureOrDefaultForActiveShader(Texture *tex) function Colorf (line 943) | Colorf Graphics::getColor() const function Colorf (line 953) | Colorf Graphics::getBackgroundColor() const function Texture (line 1319) | Texture *Graphics::getTemporaryTexture(PixelFormat format, int w, int h,... function Buffer (line 1367) | Buffer *Graphics::getTemporaryBuffer(size_t size, DataFormat format, uin... function VertexAttributesID (line 1464) | VertexAttributesID Graphics::registerVertexAttributes(const VertexAttrib... function StencilMode (line 1531) | StencilMode Graphics::getStencilMode(int &value) const function StencilState (line 1545) | const StencilState &Graphics::getStencilState() const function CullMode (line 1569) | CullMode Graphics::getMeshCullMode() const function Winding (line 1574) | Winding Graphics::getFrontFaceWinding() const function ColorChannelMask (line 1579) | ColorChannelMask Graphics::getColorMask() const function BlendMode (line 1596) | BlendMode Graphics::getBlendMode(BlendAlpha &alphamode) const function BlendState (line 1601) | const BlendState &Graphics::getBlendState() const function SamplerState (line 1611) | const SamplerState &Graphics::getDefaultSamplerState() const function PixelFormat (line 2716) | PixelFormat Graphics::getSizedFormat(PixelFormat format) const function Matrix4 (line 2798) | const Matrix4 &Graphics::getTransform() const function Matrix4 (line 2803) | const Matrix4 &Graphics::getDeviceProjection() const function Vector2 (line 2869) | Vector2 Graphics::transformPoint(Vector2 point) function Vector2 (line 2876) | Vector2 Graphics::inverseTransformPoint(Vector2 point) FILE: src/modules/graphics/Graphics.h function namespace (line 53) | namespace love type RenderTargets (line 399) | struct RenderTargets type RenderTargetsStrongRef (line 434) | struct RenderTargetsStrongRef function isActive (line 534) | bool isActive() const; function Buffer (line 553) | Buffer *getFanIndexBuffer() const { return fanIndexBuffer; } function Colorf (line 563) | Colorf getColor() const; type DisplayState (line 929) | struct DisplayState type BatchedDrawState (line 971) | struct BatchedDrawState type TemporaryBuffer (line 991) | struct TemporaryBuffer FILE: src/modules/graphics/GraphicsReadback.cpp type love (line 29) | namespace love type graphics (line 31) | namespace graphics FILE: src/modules/graphics/GraphicsReadback.h function namespace (line 31) | namespace love::image function namespace (line 37) | namespace love::data function namespace (line 42) | namespace love FILE: src/modules/graphics/Mesh.cpp type love (line 32) | namespace love type graphics (line 34) | namespace graphics function Buffer (line 259) | Buffer *Mesh::getVertexBuffer() const function copyToIndexBuffer (line 442) | static void copyToIndexBuffer(const std::vector &indices, vo... function copyFromIndexBuffer (line 550) | static void copyFromIndexBuffer(const void *buffer, size_t count, st... function Buffer (line 605) | Buffer *Mesh::getIndexBuffer() const function Texture (line 625) | Texture *Mesh::getTexture() const function PrimitiveType (line 635) | PrimitiveType Mesh::getDrawMode() const FILE: src/modules/graphics/Mesh.h function namespace (line 38) | namespace love FILE: src/modules/graphics/ParticleSystem.cpp type love (line 34) | namespace love type graphics (line 36) | namespace graphics function calculate_variation (line 44) | float calculate_variation(float inner, float outer, float var) function ParticleSystem (line 168) | ParticleSystem *ParticleSystem::clone() function uint32 (line 226) | uint32 ParticleSystem::getBufferSize() const function Texture (line 512) | Texture *ParticleSystem::getTexture() const function uint32 (line 841) | uint32 ParticleSystem::getCount() const FILE: src/modules/graphics/ParticleSystem.h function namespace (line 37) | namespace love FILE: src/modules/graphics/Polyline.cpp type love (line 31) | namespace love type graphics (line 33) | namespace graphics FILE: src/modules/graphics/Polyline.h function namespace (line 32) | namespace love FILE: src/modules/graphics/Quad.cpp type love (line 27) | namespace love type graphics (line 29) | namespace graphics FILE: src/modules/graphics/Quad.h function namespace (line 29) | namespace love FILE: src/modules/graphics/Resource.h function namespace (line 25) | namespace love FILE: src/modules/graphics/Shader.cpp type love (line 40) | namespace love type graphics (line 42) | namespace graphics type glsl (line 45) | namespace glsl type StageInfo (line 372) | struct StageInfo type Version (line 392) | struct Version type CommentType (line 405) | enum CommentType function parseComments (line 412) | static void parseComments(const std::string &src, std::vector &comments) function textSearch (line 481) | static bool textSearch(const std::string &src, const std::string &... function regexSearch (line 496) | static bool regexSearch(const std::string &src, const std::string ... function getTargetLanguage (line 510) | static Shader::Language getTargetLanguage(const std::string &src) function getVertexEntryPoint (line 520) | static Shader::EntryPoint getVertexEntryPoint(const std::string &s... function getPixelEntryPoint (line 531) | static Shader::EntryPoint getPixelEntryPoint(const std::string &sr... function getComputeEntryPoint (line 551) | static Shader::EntryPoint getComputeEntryPoint(const std::string &... function Vector4 (line 766) | Vector4 Shader::computeClipSpaceParams(uint32 clipSpaceTransformFlags) function DataBaseType (line 924) | DataBaseType Shader::getDataBaseType(PixelFormat format) function DataBaseType (line 1035) | static DataBaseType getBaseType(glslang::TBasicType basictype) function DataFormat (line 1047) | static DataFormat getDataFormat(glslang::TBasicType basictype, int c... function PixelFormat (line 1112) | static PixelFormat getPixelFormat(glslang::TLayoutFormat format) function TextureType (line 1161) | static TextureType getTextureType(const glslang::TSampler &sampler) function uint32 (line 1173) | static uint32 getStageMask(EShLanguageMask mask) function T (line 1186) | static T convertData(const glslang::TConstUnion &data) function AddFieldsToFormat (line 1204) | static bool AddFieldsToFormat(std::vector &... FILE: src/modules/graphics/Shader.h function namespace (line 37) | namespace love FILE: src/modules/graphics/ShaderStage.cpp type love (line 28) | namespace love type graphics (line 30) | namespace graphics FILE: src/modules/graphics/ShaderStage.h function namespace (line 30) | namespace glslang function namespace (line 35) | namespace love FILE: src/modules/graphics/SpriteBatch.cpp type love (line 36) | namespace love type graphics (line 38) | namespace graphics function Texture (line 206) | Texture *SpriteBatch::getTexture() const function Colorf (line 221) | Colorf SpriteBatch::getColor() const FILE: src/modules/graphics/SpriteBatch.h function namespace (line 38) | namespace love FILE: src/modules/graphics/StreamBuffer.cpp type love (line 24) | namespace love type graphics (line 26) | namespace graphics FILE: src/modules/graphics/StreamBuffer.h function namespace (line 32) | namespace love FILE: src/modules/graphics/TextBatch.cpp type love (line 26) | namespace love type graphics (line 28) | namespace graphics function Font (line 227) | Font *TextBatch::getFont() const FILE: src/modules/graphics/TextBatch.h function namespace (line 30) | namespace love FILE: src/modules/graphics/Texture.cpp type love (line 31) | namespace love type graphics (line 33) | namespace graphics function uint64 (line 36) | uint64 SamplerState::toKey() const function SamplerState (line 50) | SamplerState SamplerState::fromKey(uint64 key) function SamplerState (line 811) | const SamplerState &Texture::getSamplerState() const function SamplerState (line 816) | SamplerState Texture::validateSamplerState(SamplerState s) const function Quad (line 846) | Quad *Texture::getQuad() const FILE: src/modules/graphics/Texture.h function namespace (line 44) | namespace love FILE: src/modules/graphics/Video.cpp type love (line 27) | namespace love type graphics (line 29) | namespace graphics function SamplerState (line 227) | const SamplerState &Video::getSamplerState() const FILE: src/modules/graphics/Video.h function namespace (line 31) | namespace love FILE: src/modules/graphics/Volatile.cpp type love (line 23) | namespace love type graphics (line 25) | namespace graphics FILE: src/modules/graphics/Volatile.h function namespace (line 27) | namespace love FILE: src/modules/graphics/metal/Buffer.h function namespace (line 27) | namespace love FILE: src/modules/graphics/metal/Graphics.h function namespace (line 32) | namespace love FILE: src/modules/graphics/metal/GraphicsReadback.h function namespace (line 31) | namespace love::graphics::metal FILE: src/modules/graphics/metal/Metal.h function namespace (line 28) | namespace love FILE: src/modules/graphics/metal/Shader.h function namespace (line 37) | namespace glslang function namespace (line 42) | namespace spirv_cross function namespace (line 49) | namespace love FILE: src/modules/graphics/metal/ShaderStage.h function namespace (line 25) | namespace love FILE: src/modules/graphics/metal/StreamBuffer.h function namespace (line 26) | namespace love FILE: src/modules/graphics/metal/Texture.h function namespace (line 29) | namespace love FILE: src/modules/graphics/opengl/Buffer.cpp type love (line 32) | namespace love type graphics (line 34) | namespace graphics type opengl (line 36) | namespace opengl function GLenum (line 39) | static GLenum getGLFormat(DataFormat format) FILE: src/modules/graphics/opengl/Buffer.h function namespace (line 32) | namespace love FILE: src/modules/graphics/opengl/FenceSync.cpp type love (line 24) | namespace love type graphics (line 26) | namespace graphics type opengl (line 28) | namespace opengl FILE: src/modules/graphics/opengl/FenceSync.h function namespace (line 30) | namespace love FILE: src/modules/graphics/opengl/Graphics.cpp type love (line 51) | namespace love type graphics (line 53) | namespace graphics type opengl (line 55) | namespace opengl function GLenum (line 58) | static GLenum getGLBlendOperation(BlendOperation op) function GLenum (line 72) | static GLenum getGLBlendFactor(BlendFactor factor) function GLuint (line 273) | GLuint Graphics::getInternalBackbufferFBO() const function GLuint (line 281) | GLuint Graphics::getSystemBackbufferFBO() const function computeDispatchBarriers (line 458) | static bool computeDispatchBarriers(Shader *shader, GLbitfield &pr... function advanceVertexOffsets (line 624) | static inline void advanceVertexOffsets(const VertexAttributes &at... function debugCB (line 698) | static void APIENTRY debugCB(GLenum source, GLenum type, GLuint id... function GLuint (line 1100) | GLuint Graphics::bindCachedFBO(const RenderTargets &targets) function Renderer (line 1552) | Renderer Graphics::getRenderer() const function uint32 (line 1651) | uint32 Graphics::computePixelFormatUsage(PixelFormat format, bool ... FILE: src/modules/graphics/opengl/Graphics.h function namespace (line 44) | namespace love FILE: src/modules/graphics/opengl/GraphicsReadback.cpp type love (line 27) | namespace love type graphics (line 29) | namespace graphics type opengl (line 31) | namespace opengl FILE: src/modules/graphics/opengl/GraphicsReadback.h function namespace (line 28) | namespace love FILE: src/modules/graphics/opengl/OpenGL.cpp type love (line 50) | namespace love type graphics (line 52) | namespace graphics type opengl (line 54) | namespace opengl function GLenum (line 464) | GLenum OpenGL::getGLPrimitiveType(PrimitiveType type) function GLenum (line 478) | GLenum OpenGL::getGLBufferType(BufferUsage usage) function GLenum (line 494) | GLenum OpenGL::getGLTextureType(TextureType type) function GLenum (line 508) | GLenum OpenGL::getGLIndexDataType(IndexDataType type) function GLenum (line 518) | GLenum OpenGL::getGLVertexDataType(DataFormat format, int &compone... function GLenum (line 657) | GLenum OpenGL::getGLBufferDataUsage(BufferDataUsage usage) function Rect (line 790) | Rect OpenGL::getViewport() const function GLenum (line 878) | GLenum OpenGL::getFramebuffer(FramebufferTarget target) const function uint32 (line 939) | uint32 OpenGL::getStencilWriteMask() const function uint32 (line 954) | uint32 OpenGL::getColorWriteMask() const function GLuint (line 965) | GLuint OpenGL::getDefaultFBO() const function GLint (line 1048) | GLint OpenGL::getGLWrapMode(SamplerState::WrapMode wmode) function GLint (line 1065) | GLint OpenGL::getGLCompareMode(CompareMode mode) function isClampOne (line 1081) | static bool isClampOne(SamplerState::WrapMode mode) function uint32 (line 1879) | uint32 OpenGL::getPixelFormatUsageFlags(PixelFormat pixelformat) FILE: src/modules/graphics/opengl/OpenGL.h type Vendor (line 72) | enum Vendor type FramebufferTarget (line 88) | enum FramebufferTarget type EnableState (line 95) | enum EnableState type TextureFormat (line 106) | struct TextureFormat function class (line 119) | class TempDebugGroup function class (line 128) | class CleanClearState type Stats (line 142) | struct Stats type Bugs (line 147) | struct Bugs FILE: src/modules/graphics/opengl/Shader.cpp type love (line 34) | namespace love type graphics (line 36) | namespace graphics type opengl (line 38) | namespace opengl FILE: src/modules/graphics/opengl/Shader.h function namespace (line 34) | namespace love FILE: src/modules/graphics/opengl/ShaderStage.cpp type love (line 23) | namespace love type graphics (line 25) | namespace graphics type opengl (line 27) | namespace opengl FILE: src/modules/graphics/opengl/ShaderStage.h function namespace (line 27) | namespace love FILE: src/modules/graphics/opengl/StreamBuffer.cpp type love (line 32) | namespace love type graphics (line 34) | namespace graphics type opengl (line 36) | namespace opengl class StreamBufferClientMemory (line 43) | class StreamBufferClientMemory final : public love::graphics::Stre... method StreamBufferClientMemory (line 47) | StreamBufferClientMemory(BufferUsage mode, size_t size) method getGPUReadOffset (line 66) | size_t getGPUReadOffset() const override method MapInfo (line 71) | MapInfo map(size_t /*minsize*/) override method unmap (line 76) | size_t unmap(size_t /*usedsize*/) override method markUsed (line 81) | void markUsed(size_t /*usedsize*/) override { } method getHandle (line 82) | ptrdiff_t getHandle() const override { return 0; } class StreamBufferSubDataOrphan (line 90) | class StreamBufferSubDataOrphan final : public love::graphics::Str... method StreamBufferSubDataOrphan (line 94) | StreamBufferSubDataOrphan(BufferUsage mode, size_t size) method getGPUReadOffset (line 119) | size_t getGPUReadOffset() const override method MapInfo (line 124) | MapInfo map(size_t /*minsize*/) override method unmap (line 137) | size_t unmap(size_t usedsize) override method markUsed (line 144) | void markUsed(size_t usedsize) override method nextFrame (line 149) | void nextFrame() override method getHandle (line 156) | ptrdiff_t getHandle() const override { return vbo; } method loadVolatile (line 158) | bool loadVolatile() override method unloadVolatile (line 173) | void unloadVolatile() override class StreamBufferSync (line 193) | class StreamBufferSync : public love::graphics::StreamBuffer method StreamBufferSync (line 197) | StreamBufferSync(BufferUsage type, size_t size) method getGPUReadOffset (line 205) | size_t getGPUReadOffset() const override method nextFrame (line 210) | void nextFrame() override method markUsed (line 220) | void markUsed(size_t usedsize) override class StreamBufferMapSync (line 234) | class StreamBufferMapSync final : public StreamBufferSync, public ... method StreamBufferMapSync (line 238) | StreamBufferMapSync(BufferUsage type, size_t size) method MapInfo (line 251) | MapInfo map(size_t /*minsize*/) override method unmap (line 269) | size_t unmap(size_t usedsize) override method getHandle (line 278) | ptrdiff_t getHandle() const override { return vbo; } method loadVolatile (line 280) | bool loadVolatile() override method unloadVolatile (line 295) | void unloadVolatile() override class StreamBufferPersistentMapSync (line 314) | class StreamBufferPersistentMapSync final : public StreamBufferSyn... method StreamBufferPersistentMapSync (line 320) | StreamBufferPersistentMapSync(BufferUsage type, size_t size, boo... method MapInfo (line 335) | MapInfo map(size_t /*minsize*/) override method unmap (line 346) | size_t unmap(size_t usedsize) override method getHandle (line 359) | ptrdiff_t getHandle() const override { return vbo; } method loadVolatile (line 361) | bool loadVolatile() override method unloadVolatile (line 384) | void unloadVolatile() override class StreamBufferPinnedMemory (line 407) | class StreamBufferPinnedMemory final : public StreamBufferSync, pu... method StreamBufferPinnedMemory (line 411) | StreamBufferPinnedMemory(BufferUsage type, size_t size) method MapInfo (line 438) | MapInfo map(size_t /*minsize*/) override method unmap (line 449) | size_t unmap(size_t /*usedsize*/) override method getHandle (line 455) | ptrdiff_t getHandle() const override { return vbo; } method loadVolatile (line 457) | bool loadVolatile() override method unloadVolatile (line 483) | void unloadVolatile() override FILE: src/modules/graphics/opengl/StreamBuffer.h function namespace (line 25) | namespace love FILE: src/modules/graphics/opengl/Texture.cpp type love (line 31) | namespace love type graphics (line 33) | namespace graphics type opengl (line 35) | namespace opengl function GLenum (line 38) | static GLenum createFBO(GLuint &framebuffer, TextureType texType, ... function GLenum (line 121) | static GLenum newRenderbuffer(int width, int height, int &samples,... FILE: src/modules/graphics/opengl/Texture.h function namespace (line 30) | namespace love FILE: src/modules/graphics/renderstate.cpp function BlendState (line 64) | BlendState computeBlendState(BlendMode mode, BlendAlpha alphamode) function BlendMode (line 75) | BlendMode computeBlendMode(BlendState s, BlendAlpha &alphamode) function isAlphaMultiplyBlendSupported (line 101) | bool isAlphaMultiplyBlendSupported(BlendMode mode) function StencilState (line 129) | StencilState computeStencilState(StencilMode mode, int value) function StencilMode (line 136) | StencilMode computeStencilMode(const StencilState &s) function CompareMode (line 147) | CompareMode getReversedCompareMode(CompareMode mode) FILE: src/modules/graphics/renderstate.h function namespace (line 31) | namespace love type DepthState (line 171) | struct DepthState type StencilState (line 182) | struct StencilState type ColorChannelMask (line 197) | struct ColorChannelMask type ScissorState (line 215) | struct ScissorState FILE: src/modules/graphics/vertex.cpp function getFormatStride (line 40) | size_t getFormatStride(CommonFormat format) function uint32 (line 60) | uint32 getFormatFlags(CommonFormat format) function getFormatPositionComponents (line 87) | int getFormatPositionComponents(CommonFormat format) function DataFormatInfo (line 168) | const DataFormatInfo &getDataFormatInfo(DataFormat format) function getIndexDataSize (line 173) | size_t getIndexDataSize(IndexDataType type) function IndexDataType (line 183) | IndexDataType getIndexDataTypeFromMax(size_t maxvalue) function DataFormat (line 188) | DataFormat getIndexDataFormat(IndexDataType type) function IndexDataType (line 193) | IndexDataType getIndexDataType(DataFormat format) function getIndexCount (line 203) | int getIndexCount(TriangleIndexMode mode, int vertexCount) function fillIndicesT (line 219) | static void fillIndicesT(TriangleIndexMode mode, T vertexStart, T vertex... function fillIndices (line 271) | void fillIndices(TriangleIndexMode mode, uint16 vertexStart, uint16 vert... function fillIndices (line 276) | void fillIndices(TriangleIndexMode mode, uint32 vertexStart, uint32 vert... FILE: src/modules/graphics/vertex.h function namespace (line 34) | namespace love type VertexBufferLayout (line 310) | struct VertexBufferLayout function VertexAttributes (line 316) | struct VertexAttributes function set (line 337) | void set(uint32 index, DataFormat format, uint16 offsetfromvertex, uint8... function setBufferLayout (line 346) | void setBufferLayout(uint32 bufferindex, uint16 stride, AttributeStep st... function disable (line 358) | void disable(uint32 index) function clear (line 363) | void clear() function isEnabled (line 368) | bool isEnabled(uint32 index) const function AttributeStep (line 373) | AttributeStep getBufferStep(uint32 index) const function invalidate (line 383) | struct VertexAttributesID function operator (line 390) | bool operator == (VertexAttributesID other) const { return other.id == i... function operator (line 391) | bool operator != (VertexAttributesID other) const { return other.id != i... function CommonFormat (line 400) | inline CommonFormat getSinglePositionFormat(bool is2D) FILE: src/modules/graphics/vulkan/Buffer.cpp type love (line 24) | namespace love type graphics (line 26) | namespace graphics type vulkan (line 28) | namespace vulkan function VkBufferUsageFlags (line 31) | static VkBufferUsageFlags getUsageBit(BufferUsage mode) function VkBufferUsageFlags (line 46) | static VkBufferUsageFlags getVulkanUsageFlags(BufferUsageFlags flags) FILE: src/modules/graphics/vulkan/Buffer.h function namespace (line 31) | namespace love FILE: src/modules/graphics/vulkan/Graphics.cpp type love (line 48) | namespace love type graphics (line 50) | namespace graphics type vulkan (line 52) | namespace vulkan function VkDevice (line 66) | VkDevice Graphics::getDevice() const function VmaAllocator (line 71) | VmaAllocator Graphics::getVmaAllocator() const function checkOptionalInstanceExtensions (line 76) | static void checkOptionalInstanceExtensions(OptionalInstanceExtens... type DefaultData (line 710) | struct DefaultData function Renderer (line 1201) | Renderer Graphics::getRenderer() const function computeDispatchBarrierFlags (line 1231) | static bool computeDispatchBarrierFlags(Shader *shader, VkAccessFl... function VkCommandBuffer (line 1494) | VkCommandBuffer Graphics::getCommandBufferForDataTransfer() function OptionalDeviceExtensions (line 1548) | const OptionalDeviceExtensions &Graphics::getEnabledOptionalDevice... function OptionalInstanceExtensions (line 1553) | const OptionalInstanceExtensions &Graphics::getEnabledOptionalInst... type DeviceRating (line 1588) | struct DeviceRating function QueueFamilyIndices (line 1739) | QueueFamilyIndices Graphics::findQueueFamilies(VkPhysicalDevice de... function findOptionalDeviceExtensions (line 1773) | static void findOptionalDeviceExtensions(VkPhysicalDevice physical... function SwapChainSupportDetails (line 1960) | SwapChainSupportDetails Graphics::querySwapChainSupport(VkPhysical... function VkSurfaceFormatKHR (line 2096) | VkSurfaceFormatKHR Graphics::chooseSwapSurfaceFormat(const std::ve... function VkPresentModeKHR (line 2129) | VkPresentModeKHR Graphics::chooseSwapPresentMode(const std::vector... function clampuint32_t (line 2160) | static uint32_t clampuint32_t(uint32_t value, uint32_t min, uint32... function VkExtent2D (line 2171) | VkExtent2D Graphics::chooseSwapExtent(const VkSurfaceCapabilitiesK... function VkCompositeAlphaFlagBitsKHR (line 2189) | VkCompositeAlphaFlagBitsKHR Graphics::chooseCompositeAlpha(const V... function VkFramebuffer (line 2230) | VkFramebuffer Graphics::createFramebuffer(FramebufferConfiguration... function VkFramebuffer (line 2260) | VkFramebuffer Graphics::getFramebuffer(FramebufferConfiguration &c... function VkRenderPass (line 2342) | VkRenderPass Graphics::createRenderPass(RenderPassConfiguration &c... function VkRenderPass (line 2490) | VkRenderPass Graphics::getRenderPass(RenderPassConfiguration &conf... function VkSampler (line 2869) | VkSampler Graphics::createSampler(const SamplerState &samplerState) function VkSampler (line 2921) | VkSampler Graphics::getCachedSampler(const SamplerState &samplerSt... function uint64 (line 2935) | static uint64 getDescriptorPoolsKey(int dynamicUniformBuffers, int... function SharedDescriptorPools (line 2944) | SharedDescriptorPools *Graphics::acquireDescriptorPools(int dynami... function VkPipeline (line 2981) | VkPipeline Graphics::createGraphicsPipeline(Shader *shader, const ... function VkSampleCountFlagBits (line 3151) | VkSampleCountFlagBits Graphics::getMsaaCount(int requestedMsaa) const function VkFormat (line 3266) | VkFormat Graphics::findSupportedFormat(const std::vector... function VkFormat (line 3281) | VkFormat Graphics::findDepthFormat() FILE: src/modules/graphics/vulkan/Graphics.h function namespace (line 42) | namespace love FILE: src/modules/graphics/vulkan/GraphicsReadback.cpp type love (line 27) | namespace love type graphics (line 29) | namespace graphics type vulkan (line 31) | namespace vulkan FILE: src/modules/graphics/vulkan/GraphicsReadback.h function namespace (line 25) | namespace love FILE: src/modules/graphics/vulkan/Shader.cpp type love (line 32) | namespace love type graphics (line 34) | namespace graphics type vulkan (line 36) | namespace vulkan function VkDescriptorSet (line 133) | VkDescriptorSet SharedDescriptorPools::allocateDescriptorSet(const... class BindingMapper (line 164) | class BindingMapper method BindingMapper (line 168) | BindingMapper(spv::Decoration decoration) method getFreeBinding (line 215) | uint32_t getFreeBinding(int count) method isFreeBinding (line 224) | bool isFreeBinding(uint32_t binding, int count) function VkShaderStageFlagBits (line 240) | static VkShaderStageFlagBits getStageBit(ShaderStageType type) function VkShaderStageFlags (line 255) | static VkShaderStageFlags getStageFlags(ShaderStageMask mask) function EShLanguage (line 267) | static EShLanguage getGlslShaderType(ShaderStageType stage) function usesLocalUniformData (line 282) | static bool usesLocalUniformData(const graphics::Shader::UniformIn... function VkPipelineLayout (line 351) | const VkPipelineLayout Shader::getGraphicsPipelineLayout() const function VkPipeline (line 356) | VkPipeline Shader::getComputePipeline() const function getDescriptorPoolSize (line 1124) | static int getDescriptorPoolSize(const std::map, StrongRef &points, int k) type love (line 84) | namespace love type math (line 86) | namespace math function BezierCurve (line 97) | BezierCurve BezierCurve::getDerivative() const function Vector2 (line 111) | const Vector2 &BezierCurve::getControlPoint(int i) const function Vector2 (line 190) | Vector2 BezierCurve::evaluate(double t) const function BezierCurve (line 206) | BezierCurve* BezierCurve::getSegment(double t1, double t2) const FILE: src/modules/math/BezierCurve.h function namespace (line 29) | namespace love FILE: src/modules/math/MathModule.cpp function is_oriented_ccw (line 44) | inline bool is_oriented_ccw(const Vector2 &a, const Vector2 &b, const Ve... function on_same_side (line 51) | bool on_same_side(const Vector2 &a, const Vector2 &b, const Vector2 &c, ... function point_in_triangle (line 61) | inline bool point_in_triangle(const Vector2 &p, const Vector2 &a, const ... function any_point_in_triangle (line 67) | bool any_point_in_triangle(const std::list &vertices, c... function is_ear (line 78) | inline bool is_ear(const Vector2 &a, const Vector2 &b, const Vector2 &c,... type love (line 85) | namespace love type math (line 87) | namespace math function triangulate (line 90) | std::vector triangulate(const std::vector &... function isConvex (line 155) | bool isConvex(const std::vector &polygon) function gammaToLinear (line 183) | float gammaToLinear(float c) function linearToGamma (line 194) | float linearToGamma(float c) function RandomGenerator (line 216) | RandomGenerator *Math::newRandomGenerator() function BezierCurve (line 221) | BezierCurve *Math::newBezierCurve(const std::vector &points) function Transform (line 226) | Transform *Math::newTransform() function Transform (line 231) | Transform *Math::newTransform(float x, float y, float a, float sx, f... FILE: src/modules/math/MathModule.h function namespace (line 39) | namespace love FILE: src/modules/math/RandomGenerator.cpp type love (line 31) | namespace love type math (line 33) | namespace math function uint64 (line 38) | static uint64 wangHash64(uint64 key) function uint64 (line 67) | uint64 RandomGenerator::rand() FILE: src/modules/math/RandomGenerator.h function namespace (line 35) | namespace love FILE: src/modules/math/Transform.cpp type love (line 23) | namespace love type math (line 25) | namespace math function Transform (line 55) | Transform *Transform::clone() function Transform (line 60) | Transform *Transform::inverse() function Matrix4 (line 121) | const Matrix4 &Transform::getMatrix() const FILE: src/modules/math/Transform.h function namespace (line 29) | namespace love FILE: src/modules/math/wrap_BezierCurve.cpp type love (line 26) | namespace love type math (line 28) | namespace math function BezierCurve (line 31) | BezierCurve *luax_checkbeziercurve(lua_State *L, int idx) function w_BezierCurve_getDegree (line 36) | int w_BezierCurve_getDegree(lua_State *L) function w_BezierCurve_getDerivative (line 43) | int w_BezierCurve_getDerivative(lua_State *L) function w_BezierCurve_getControlPoint (line 52) | int w_BezierCurve_getControlPoint(lua_State *L) function w_BezierCurve_setControlPoint (line 69) | int w_BezierCurve_setControlPoint(lua_State *L) function w_BezierCurve_insertControlPoint (line 83) | int w_BezierCurve_insertControlPoint(lua_State *L) function w_BezierCurve_removeControlPoint (line 97) | int w_BezierCurve_removeControlPoint(lua_State *L) function w_BezierCurve_getControlPointCount (line 109) | int w_BezierCurve_getControlPointCount(lua_State *L) function w_BezierCurve_translate (line 116) | int w_BezierCurve_translate(lua_State *L) function w_BezierCurve_rotate (line 125) | int w_BezierCurve_rotate(lua_State *L) function w_BezierCurve_scale (line 135) | int w_BezierCurve_scale(lua_State *L) function w_BezierCurve_evaluate (line 145) | int w_BezierCurve_evaluate(lua_State *L) function w_BezierCurve_getSegment (line 160) | int w_BezierCurve_getSegment(lua_State *L) function w_BezierCurve_render (line 174) | int w_BezierCurve_render(lua_State *L) function w_BezierCurve_renderSegment (line 194) | int w_BezierCurve_renderSegment(lua_State *L) function luaopen_beziercurve (line 235) | int luaopen_beziercurve(lua_State *L) FILE: src/modules/math/wrap_BezierCurve.h function namespace (line 28) | namespace love FILE: src/modules/math/wrap_Math.cpp type love (line 38) | namespace love type math (line 40) | namespace math function w__getRandomGenerator (line 45) | int w__getRandomGenerator(lua_State *L) function w_newRandomGenerator (line 52) | int w_newRandomGenerator(lua_State *L) function w_newBezierCurve (line 84) | int w_newBezierCurve(lua_State *L) function w_newTransform (line 123) | int w_newTransform(lua_State *L) function w_triangulate (line 148) | int w_triangulate(lua_State *L) function w_isConvex (line 218) | int w_isConvex(lua_State *L) function getGammaArgs (line 255) | static int getGammaArgs(lua_State *L, float color[4]) function w_gammaToLinear (line 287) | int w_gammaToLinear(lua_State *L) function w_linearToGamma (line 303) | int w_linearToGamma(lua_State *L) function w_noise (line 319) | int w_noise(lua_State *L) function w_perlinNoise (line 351) | int w_perlinNoise(lua_State* L) function w_simplexNoise (line 381) | int w_simplexNoise(lua_State* L) type FFI_Math (line 412) | struct FFI_Math function luaopen_love_math (line 471) | int luaopen_love_math(lua_State *L) FILE: src/modules/math/wrap_Math.h function namespace (line 28) | namespace love FILE: src/modules/math/wrap_RandomGenerator.cpp type love (line 31) | namespace love type math (line 33) | namespace math function T (line 37) | static T checkrandomseed_part(lua_State *L, int idx) function luax_checkrandomseed (line 49) | RandomGenerator::Seed luax_checkrandomseed(lua_State *L, int idx) function RandomGenerator (line 64) | RandomGenerator *luax_checkrandomgenerator(lua_State *L, int idx) function w_RandomGenerator__random (line 69) | int w_RandomGenerator__random(lua_State *L) function w_RandomGenerator_randomNormal (line 76) | int w_RandomGenerator_randomNormal(lua_State *L) function w_RandomGenerator_setSeed (line 88) | int w_RandomGenerator_setSeed(lua_State *L) function w_RandomGenerator_getSeed (line 95) | int w_RandomGenerator_getSeed(lua_State *L) function w_RandomGenerator_setState (line 104) | int w_RandomGenerator_setState(lua_State *L) function w_RandomGenerator_getState (line 111) | int w_RandomGenerator_getState(lua_State *L) type FFI_RandomGenerator (line 119) | struct FFI_RandomGenerator function luaopen_randomgenerator (line 151) | int luaopen_randomgenerator(lua_State *L) FILE: src/modules/math/wrap_RandomGenerator.h function namespace (line 29) | namespace love FILE: src/modules/math/wrap_Transform.cpp type love (line 23) | namespace love type math (line 25) | namespace math function Transform (line 28) | Transform *luax_checktransform(lua_State *L, int idx) function luax_checkmatrix (line 33) | void luax_checkmatrix(lua_State *L, int idx, Transform::MatrixLayout... function w_Transform_clone (line 126) | int w_Transform_clone(lua_State *L) function w_Transform_inverse (line 135) | int w_Transform_inverse(lua_State *L) function w_Transform_apply (line 144) | int w_Transform_apply(lua_State *L) function w_Transform_isAffine2DTransform (line 153) | int w_Transform_isAffine2DTransform(lua_State *L) function w_Transform_translate (line 160) | int w_Transform_translate(lua_State *L) function w_Transform_rotate (line 170) | int w_Transform_rotate(lua_State *L) function w_Transform_scale (line 179) | int w_Transform_scale(lua_State *L) function w_Transform_shear (line 189) | int w_Transform_shear(lua_State *L) function w_Transform_reset (line 199) | int w_Transform_reset(lua_State *L) function w_Transform_setTransformation (line 207) | int w_Transform_setTransformation(lua_State *L) function w_Transform_setMatrix (line 224) | int w_Transform_setMatrix(lua_State *L) function w_Transform_getMatrix (line 247) | int w_Transform_getMatrix(lua_State *L) function w_Transform_transformPoint (line 263) | int w_Transform_transformPoint(lua_State *L) function w_Transform_inverseTransformPoint (line 275) | int w_Transform_inverseTransformPoint(lua_State *L) function w_Transform__mul (line 287) | int w_Transform__mul(lua_State *L) function luaopen_transform (line 317) | int luaopen_transform(lua_State *L) FILE: src/modules/math/wrap_Transform.h function namespace (line 27) | namespace love FILE: src/modules/mouse/Cursor.cpp type love (line 23) | namespace love type mouse (line 25) | namespace mouse FILE: src/modules/mouse/Cursor.h function namespace (line 29) | namespace love FILE: src/modules/mouse/Mouse.h function namespace (line 32) | namespace love FILE: src/modules/mouse/sdl/Cursor.cpp type love (line 25) | namespace love type mouse (line 27) | namespace mouse type sdl (line 29) | namespace sdl FILE: src/modules/mouse/sdl/Cursor.h function namespace (line 33) | namespace love FILE: src/modules/mouse/sdl/Mouse.cpp type love (line 28) | namespace love type mouse (line 30) | namespace mouse type sdl (line 32) | namespace sdl function SDL_Window (line 35) | static SDL_Window *getSDLWindow() function windowToDPICoords (line 45) | static void windowToDPICoords(double *x, double *y) function DPIToWindowCoords (line 53) | static void DPIToWindowCoords(double *x, double *y) function clampToWindow (line 60) | static void clampToWindow(double *x, double *y) FILE: src/modules/mouse/sdl/Mouse.h function namespace (line 31) | namespace love FILE: src/modules/mouse/wrap_Cursor.cpp type love (line 24) | namespace love type mouse (line 26) | namespace mouse function Cursor (line 29) | Cursor *luax_checkcursor(lua_State *L, int idx) function w_Cursor_getType (line 34) | int w_Cursor_getType(lua_State *L) function luaopen_cursor (line 62) | int luaopen_cursor(lua_State *L) FILE: src/modules/mouse/wrap_Cursor.h function namespace (line 28) | namespace love FILE: src/modules/mouse/wrap_Mouse.cpp type love (line 29) | namespace love type mouse (line 31) | namespace mouse function w_newCursor (line 36) | int w_newCursor(lua_State *L) function w_getSystemCursor (line 94) | int w_getSystemCursor(lua_State *L) function w_setCursor (line 109) | int w_setCursor(lua_State *L) function w_getCursor (line 123) | int w_getCursor(lua_State *L) function w_isCursorSupported (line 135) | int w_isCursorSupported(lua_State *L) function w_getX (line 141) | int w_getX(lua_State *L) function w_getY (line 149) | int w_getY(lua_State *L) function w_getPosition (line 157) | int w_getPosition(lua_State *L) function w_setX (line 166) | int w_setX(lua_State *L) function w_setY (line 175) | int w_setY(lua_State *L) function w_setPosition (line 184) | int w_setPosition(lua_State *L) function w_getGlobalPosition (line 192) | int w_getGlobalPosition(lua_State *L) function w_isDown (line 203) | int w_isDown(lua_State *L) function w_setVisible (line 230) | int w_setVisible(lua_State *L) function w_isVisible (line 237) | int w_isVisible(lua_State *L) function w_setGrabbed (line 243) | int w_setGrabbed(lua_State *L) function w_isGrabbed (line 250) | int w_isGrabbed(lua_State *L) function w_setRelativeMode (line 256) | int w_setRelativeMode(lua_State *L) function w_getRelativeMode (line 263) | int w_getRelativeMode(lua_State *L) function luaopen_love_mouse (line 301) | int luaopen_love_mouse(lua_State *L) FILE: src/modules/mouse/wrap_Mouse.h function namespace (line 28) | namespace love FILE: src/modules/physics/Body.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics FILE: src/modules/physics/Body.h function namespace (line 28) | namespace love FILE: src/modules/physics/Joint.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics FILE: src/modules/physics/Joint.h function namespace (line 28) | namespace love FILE: src/modules/physics/Shape.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics FILE: src/modules/physics/Shape.h function namespace (line 28) | namespace love FILE: src/modules/physics/box2d/Body.cpp type love (line 33) | namespace love type physics (line 35) | namespace physics type box2d (line 37) | namespace box2d function World (line 464) | World *Body::getWorld() const function Shape (line 469) | Shape *Body::getShape() const FILE: src/modules/physics/box2d/Body.h function namespace (line 33) | namespace love FILE: src/modules/physics/box2d/ChainShape.cpp type love (line 28) | namespace love type physics (line 30) | namespace physics type box2d (line 32) | namespace box2d function b2Vec2 (line 62) | b2Vec2 ChainShape::getNextVertex() const function b2Vec2 (line 69) | b2Vec2 ChainShape::getPreviousVertex() const function EdgeShape (line 76) | EdgeShape *ChainShape::getChildEdge(int index) const function b2Vec2 (line 95) | b2Vec2 ChainShape::getPoint(int index) const function b2Vec2 (line 105) | const b2Vec2 *ChainShape::getPoints() const FILE: src/modules/physics/box2d/ChainShape.h function namespace (line 28) | namespace love FILE: src/modules/physics/box2d/CircleShape.cpp type love (line 28) | namespace love type physics (line 30) | namespace physics type box2d (line 32) | namespace box2d FILE: src/modules/physics/box2d/CircleShape.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/Contact.cpp type love (line 25) | namespace love type physics (line 27) | namespace physics type box2d (line 29) | namespace box2d FILE: src/modules/physics/box2d/Contact.h function namespace (line 32) | namespace love FILE: src/modules/physics/box2d/DistanceJoint.cpp type love (line 28) | namespace love type physics (line 30) | namespace physics type box2d (line 32) | namespace box2d FILE: src/modules/physics/box2d/DistanceJoint.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/EdgeShape.cpp type love (line 28) | namespace love type physics (line 30) | namespace physics type box2d (line 32) | namespace box2d function b2Vec2 (line 55) | b2Vec2 EdgeShape::getNextVertex() const function b2Vec2 (line 71) | b2Vec2 EdgeShape::getPreviousVertex() const FILE: src/modules/physics/box2d/EdgeShape.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/FrictionJoint.cpp type love (line 30) | namespace love type physics (line 32) | namespace physics type box2d (line 34) | namespace box2d FILE: src/modules/physics/box2d/FrictionJoint.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/GearJoint.cpp type love (line 28) | namespace love type physics (line 30) | namespace physics type box2d (line 32) | namespace box2d function Joint (line 66) | Joint *GearJoint::getJointA() const function Joint (line 79) | Joint *GearJoint::getJointB() const FILE: src/modules/physics/box2d/GearJoint.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/Joint.cpp type love (line 32) | namespace love type physics (line 34) | namespace physics type box2d (line 36) | namespace box2d function Body (line 90) | Body *Joint::getBodyA() const function Body (line 103) | Body *Joint::getBodyB() const function b2Joint (line 144) | b2Joint *Joint::createJoint(b2JointDef *def) FILE: src/modules/physics/box2d/Joint.h function namespace (line 31) | namespace love FILE: src/modules/physics/box2d/MotorJoint.cpp type love (line 28) | namespace love type physics (line 30) | namespace physics type box2d (line 32) | namespace box2d FILE: src/modules/physics/box2d/MotorJoint.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/MouseJoint.cpp type love (line 30) | namespace love type physics (line 32) | namespace physics type box2d (line 34) | namespace box2d function Body (line 108) | Body *MouseJoint::getBodyA() const function Body (line 113) | Body *MouseJoint::getBodyB() const FILE: src/modules/physics/box2d/MouseJoint.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/Physics.cpp type love (line 27) | namespace love type physics (line 29) | namespace physics type box2d (line 31) | namespace box2d function World (line 48) | World *Physics::newWorld(float gx, float gy, bool sleep) function Body (line 53) | Body *Physics::newBody(World *world, float x, float y, Body::Type ... function Body (line 58) | Body *Physics::newBody(World *world, Body::Type type) function Body (line 63) | Body *Physics::newCircleBody(World *world, Body::Type type, float ... function Body (line 71) | Body *Physics::newRectangleBody(World *world, Body::Type type, flo... function Body (line 79) | Body *Physics::newPolygonBody(World *world, Body::Type type, const... function Body (line 96) | Body *Physics::newEdgeBody(World *world, Body::Type type, float x1... function Body (line 106) | Body *Physics::newEdgeBody(World *world, Body::Type type, float x1... function Body (line 116) | Body *Physics::newChainBody(World *world, Body::Type type, bool lo... function Shape (line 133) | Shape *Physics::newAttachedShape(Body *body, Shape *prototype, flo... function CircleShape (line 165) | CircleShape *Physics::newCircleShape(Body *body, float x, float y,... function PolygonShape (line 173) | PolygonShape *Physics::newRectangleShape(Body *body, float x, floa... function EdgeShape (line 180) | EdgeShape *Physics::newEdgeShape(Body *body, float x1, float y1, f... function EdgeShape (line 187) | EdgeShape *Physics::newEdgeShape(Body *body, float x1, float y1, f... function PolygonShape (line 198) | PolygonShape *Physics::newPolygonShape(Body *body, const Vector2 *... function ChainShape (line 218) | ChainShape *Physics::newChainShape(Body *body, bool loop, const Ve... function DistanceJoint (line 235) | DistanceJoint *Physics::newDistanceJoint(Body *body1, Body *body2,... function MouseJoint (line 240) | MouseJoint *Physics::newMouseJoint(Body *body, float x, float y) function RevoluteJoint (line 245) | RevoluteJoint *Physics::newRevoluteJoint(Body *body1, Body *body2,... function RevoluteJoint (line 250) | RevoluteJoint *Physics::newRevoluteJoint(Body *body1, Body *body2,... function PrismaticJoint (line 255) | PrismaticJoint *Physics::newPrismaticJoint(Body *body1, Body *body... function PrismaticJoint (line 260) | PrismaticJoint *Physics::newPrismaticJoint(Body *body1, Body *body... function PulleyJoint (line 265) | PulleyJoint *Physics::newPulleyJoint(Body *body1, Body *body2, b2V... function GearJoint (line 270) | GearJoint *Physics::newGearJoint(Joint *joint1, Joint *joint2, flo... function FrictionJoint (line 275) | FrictionJoint *Physics::newFrictionJoint(Body *body1, Body *body2,... function WeldJoint (line 280) | WeldJoint *Physics::newWeldJoint(Body *body1, Body *body2, float x... function WeldJoint (line 285) | WeldJoint *Physics::newWeldJoint(Body *body1, Body *body2, float x... function WheelJoint (line 290) | WheelJoint *Physics::newWheelJoint(Body *body1, Body *body2, float... function RopeJoint (line 295) | RopeJoint *Physics::newRopeJoint(Body *body1, Body *body2, float x... function MotorJoint (line 300) | MotorJoint *Physics::newMotorJoint(Body *body1, Body *body2) function MotorJoint (line 305) | MotorJoint *Physics::newMotorJoint(Body *body1, Body *body2, float... function b2Vec2 (line 375) | b2Vec2 Physics::scaleDown(const b2Vec2 &v) function b2Vec2 (line 382) | b2Vec2 Physics::scaleUp(const b2Vec2 &v) function b2AABB (line 389) | b2AABB Physics::scaleDown(const b2AABB &aabb) function b2AABB (line 397) | b2AABB Physics::scaleUp(const b2AABB &aabb) FILE: src/modules/physics/box2d/Physics.h function namespace (line 49) | namespace love FILE: src/modules/physics/box2d/PolygonShape.cpp type love (line 28) | namespace love type physics (line 30) | namespace physics type box2d (line 32) | namespace box2d FILE: src/modules/physics/box2d/PolygonShape.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/PrismaticJoint.cpp type love (line 28) | namespace love type physics (line 30) | namespace physics type box2d (line 32) | namespace box2d FILE: src/modules/physics/box2d/PrismaticJoint.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/PulleyJoint.cpp type love (line 28) | namespace love type physics (line 30) | namespace physics type box2d (line 32) | namespace box2d FILE: src/modules/physics/box2d/PulleyJoint.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/RevoluteJoint.cpp type love (line 30) | namespace love type physics (line 32) | namespace physics type box2d (line 34) | namespace box2d FILE: src/modules/physics/box2d/RevoluteJoint.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/RopeJoint.cpp type love (line 28) | namespace love type physics (line 30) | namespace physics type box2d (line 32) | namespace box2d FILE: src/modules/physics/box2d/RopeJoint.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/Shape.cpp type love (line 31) | namespace love type physics (line 33) | namespace physics type box2d (line 35) | namespace box2d function Body (line 232) | Body *Shape::getBody() const function uint16 (line 313) | uint16 Shape::getBits(lua_State *L) FILE: src/modules/physics/box2d/Shape.h function namespace (line 32) | namespace love FILE: src/modules/physics/box2d/WeldJoint.cpp type love (line 30) | namespace love type physics (line 32) | namespace physics type box2d (line 34) | namespace box2d FILE: src/modules/physics/box2d/WeldJoint.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/WheelJoint.cpp type love (line 28) | namespace love type physics (line 30) | namespace physics type box2d (line 32) | namespace box2d FILE: src/modules/physics/box2d/WheelJoint.h function namespace (line 27) | namespace love FILE: src/modules/physics/box2d/World.cpp type love (line 32) | namespace love type physics (line 34) | namespace physics type box2d (line 36) | namespace box2d function b2Body (line 590) | b2Body *World::getGroundBody() const FILE: src/modules/physics/box2d/World.h function namespace (line 40) | namespace box2d FILE: src/modules/physics/box2d/wrap_Body.cpp type love (line 25) | namespace love type physics (line 27) | namespace physics type box2d (line 29) | namespace box2d function Body (line 32) | Body *luax_checkbody(lua_State *L, int idx) function w_Body_getX (line 40) | int w_Body_getX(lua_State *L) function w_Body_getY (line 47) | int w_Body_getY(lua_State *L) function w_Body_getAngle (line 54) | int w_Body_getAngle(lua_State *L) function w_Body_getPosition (line 61) | int w_Body_getPosition(lua_State *L) function w_Body_getTransform (line 73) | int w_Body_getTransform(lua_State *L) function w_Body_getLinearVelocity (line 86) | int w_Body_getLinearVelocity(lua_State *L) function w_Body_getWorldCenter (line 98) | int w_Body_getWorldCenter(lua_State *L) function w_Body_getLocalCenter (line 110) | int w_Body_getLocalCenter(lua_State *L) function w_Body_getAngularVelocity (line 122) | int w_Body_getAngularVelocity(lua_State *L) function w_Body_getKinematicState (line 129) | int w_Body_getKinematicState(lua_State *L) function w_Body_getMass (line 144) | int w_Body_getMass(lua_State *L) function w_Body_getInertia (line 151) | int w_Body_getInertia(lua_State *L) function w_Body_getMassData (line 158) | int w_Body_getMassData(lua_State *L) function w_Body_hasCustomMassData (line 165) | int w_Body_hasCustomMassData(lua_State *L) function w_Body_getAngularDamping (line 172) | int w_Body_getAngularDamping(lua_State *L) function w_Body_getLinearDamping (line 179) | int w_Body_getLinearDamping(lua_State *L) function w_Body_getGravityScale (line 186) | int w_Body_getGravityScale(lua_State *L) function w_Body_getType (line 193) | int w_Body_getType(lua_State *L) function w_Body_applyLinearImpulse (line 202) | int w_Body_applyLinearImpulse(lua_State *L) function w_Body_applyAngularImpulse (line 230) | int w_Body_applyAngularImpulse(lua_State *L) function w_Body_applyTorque (line 239) | int w_Body_applyTorque(lua_State *L) function w_Body_applyForce (line 248) | int w_Body_applyForce(lua_State *L) function w_Body_setX (line 276) | int w_Body_setX(lua_State *L) function w_Body_setY (line 284) | int w_Body_setY(lua_State *L) function w_Body_setTransform (line 292) | int w_Body_setTransform(lua_State *L) function w_Body_setLinearVelocity (line 305) | int w_Body_setLinearVelocity(lua_State *L) function w_Body_setAngle (line 314) | int w_Body_setAngle(lua_State *L) function w_Body_setAngularVelocity (line 322) | int w_Body_setAngularVelocity(lua_State *L) function w_Body_setPosition (line 330) | int w_Body_setPosition(lua_State *L) function w_Body_setKinematicState (line 339) | int w_Body_setKinematicState(lua_State *L) function w_Body_resetMassData (line 352) | int w_Body_resetMassData(lua_State *L) function w_Body_setMassData (line 359) | int w_Body_setMassData(lua_State *L) function w_Body_setMass (line 370) | int w_Body_setMass(lua_State *L) function w_Body_setInertia (line 378) | int w_Body_setInertia(lua_State *L) function w_Body_setAngularDamping (line 386) | int w_Body_setAngularDamping(lua_State *L) function w_Body_setLinearDamping (line 394) | int w_Body_setLinearDamping(lua_State *L) function w_Body_setGravityScale (line 402) | int w_Body_setGravityScale(lua_State *L) function w_Body_setType (line 410) | int w_Body_setType(lua_State *L) function w_Body_getWorldPoint (line 420) | int w_Body_getWorldPoint(lua_State *L) function w_Body_getWorldVector (line 434) | int w_Body_getWorldVector(lua_State *L) function w_Body_getWorldPoints (line 448) | int w_Body_getWorldPoints(lua_State *L) function w_Body_getLocalPoint (line 455) | int w_Body_getLocalPoint(lua_State *L) function w_Body_getLocalVector (line 469) | int w_Body_getLocalVector(lua_State *L) function w_Body_getLocalPoints (line 483) | int w_Body_getLocalPoints(lua_State *L) function w_Body_getLinearVelocityFromWorldPoint (line 490) | int w_Body_getLinearVelocityFromWorldPoint(lua_State *L) function w_Body_getLinearVelocityFromLocalPoint (line 504) | int w_Body_getLinearVelocityFromLocalPoint(lua_State *L) function w_Body_isBullet (line 518) | int w_Body_isBullet(lua_State *L) function w_Body_setBullet (line 525) | int w_Body_setBullet(lua_State *L) function w_Body_isActive (line 533) | int w_Body_isActive(lua_State *L) function w_Body_isAwake (line 540) | int w_Body_isAwake(lua_State *L) function w_Body_setSleepingAllowed (line 547) | int w_Body_setSleepingAllowed(lua_State *L) function w_Body_isSleepingAllowed (line 555) | int w_Body_isSleepingAllowed(lua_State *L) function w_Body_setActive (line 562) | int w_Body_setActive(lua_State *L) function w_Body_setAwake (line 570) | int w_Body_setAwake(lua_State *L) function w_Body_setFixedRotation (line 578) | int w_Body_setFixedRotation(lua_State *L) function w_Body_isFixedRotation (line 586) | int w_Body_isFixedRotation(lua_State *L) function w_Body_isTouching (line 594) | int w_Body_isTouching(lua_State *L) function w_Body_getWorld (line 602) | int w_Body_getWorld(lua_State *L) function w_Body_getShape (line 610) | int w_Body_getShape(lua_State *L) function w_Body_getShapes (line 621) | int w_Body_getShapes(lua_State *L) function w_Body_getFixtures (line 630) | int w_Body_getFixtures(lua_State *L) function w_Body_getJoints (line 636) | int w_Body_getJoints(lua_State *L) function w_Body_getContacts (line 645) | int w_Body_getContacts(lua_State *L) function w_Body_destroy (line 654) | int w_Body_destroy(lua_State *L) function w_Body_isDestroyed (line 661) | int w_Body_isDestroyed(lua_State *L) function w_Body_setUserData (line 668) | int w_Body_setUserData(lua_State *L) function w_Body_getUserData (line 675) | int w_Body_getUserData(lua_State *L) function luaopen_body (line 757) | int luaopen_body(lua_State *L) FILE: src/modules/physics/box2d/wrap_Body.h function namespace (line 28) | namespace love FILE: src/modules/physics/box2d/wrap_ChainShape.cpp type love (line 25) | namespace love type physics (line 27) | namespace physics type box2d (line 29) | namespace box2d function ChainShape (line 32) | ChainShape *luax_checkchainshape(lua_State *L, int idx) function w_ChainShape_setNextVertex (line 37) | int w_ChainShape_setNextVertex(lua_State *L) function w_ChainShape_setPreviousVertex (line 46) | int w_ChainShape_setPreviousVertex(lua_State *L) function w_ChainShape_getChildEdge (line 55) | int w_ChainShape_getChildEdge(lua_State *L) function w_ChainShape_getVertexCount (line 67) | int w_ChainShape_getVertexCount(lua_State *L) function w_ChainShape_getPoint (line 76) | int w_ChainShape_getPoint(lua_State *L) function w_ChainShape_getNextVertex (line 87) | int w_ChainShape_getNextVertex(lua_State *L) function w_ChainShape_getPreviousVertex (line 97) | int w_ChainShape_getPreviousVertex(lua_State *L) function w_ChainShape_getPoints (line 107) | int w_ChainShape_getPoints(lua_State *L) function luaopen_chainshape (line 137) | int luaopen_chainshape(lua_State *L) FILE: src/modules/physics/box2d/wrap_ChainShape.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_CircleShape.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics type box2d (line 27) | namespace box2d function CircleShape (line 30) | CircleShape *luax_checkcircleshape(lua_State *L, int idx) function w_CircleShape_getRadius (line 35) | int w_CircleShape_getRadius(lua_State *L) function w_CircleShape_setRadius (line 44) | int w_CircleShape_setRadius(lua_State *L) function w_CircleShape_getPoint (line 52) | int w_CircleShape_getPoint(lua_State *L) function w_CircleShape_setPoint (line 62) | int w_CircleShape_setPoint(lua_State *L) function luaopen_circleshape (line 78) | int luaopen_circleshape(lua_State *L) FILE: src/modules/physics/box2d/wrap_CircleShape.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_Contact.cpp type love (line 24) | namespace love type physics (line 26) | namespace physics type box2d (line 28) | namespace box2d function Contact (line 31) | Contact *luax_checkcontact(lua_State *L, int idx) function w_Contact_getPositions (line 39) | int w_Contact_getPositions(lua_State *L) function w_Contact_getNormal (line 45) | int w_Contact_getNormal(lua_State *L) function w_Contact_getFriction (line 51) | int w_Contact_getFriction(lua_State *L) function w_Contact_getRestitution (line 58) | int w_Contact_getRestitution(lua_State *L) function w_Contact_isEnabled (line 65) | int w_Contact_isEnabled(lua_State *L) function w_Contact_isTouching (line 72) | int w_Contact_isTouching(lua_State *L) function w_Contact_setFriction (line 79) | int w_Contact_setFriction(lua_State *L) function w_Contact_setRestitution (line 87) | int w_Contact_setRestitution(lua_State *L) function w_Contact_setEnabled (line 95) | int w_Contact_setEnabled(lua_State *L) function w_Contact_resetFriction (line 103) | int w_Contact_resetFriction(lua_State *L) function w_Contact_resetRestitution (line 110) | int w_Contact_resetRestitution(lua_State *L) function w_Contact_setTangentSpeed (line 117) | int w_Contact_setTangentSpeed(lua_State *L) function w_Contact_getTangentSpeed (line 125) | int w_Contact_getTangentSpeed(lua_State *L) function w_Contact_getChildren (line 132) | int w_Contact_getChildren(lua_State *L) function w_Contact_getShapes (line 142) | int w_Contact_getShapes(lua_State *L) function w_Contact_getFixtures (line 154) | int w_Contact_getFixtures(lua_State *L) function w_Contact_isDestroyed (line 160) | int w_Contact_isDestroyed(lua_State *L) function luaopen_contact (line 192) | int luaopen_contact(lua_State *L) FILE: src/modules/physics/box2d/wrap_Contact.h function namespace (line 28) | namespace love FILE: src/modules/physics/box2d/wrap_DistanceJoint.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics type box2d (line 27) | namespace box2d function DistanceJoint (line 30) | DistanceJoint *luax_checkdistancejoint(lua_State *L, int idx) function w_DistanceJoint_setLength (line 38) | int w_DistanceJoint_setLength(lua_State *L) function w_DistanceJoint_getLength (line 46) | int w_DistanceJoint_getLength(lua_State *L) function w_DistanceJoint_setStiffness (line 53) | int w_DistanceJoint_setStiffness(lua_State *L) function w_DistanceJoint_getStiffness (line 61) | int w_DistanceJoint_getStiffness(lua_State *L) function w_DistanceJoint_setDamping (line 68) | int w_DistanceJoint_setDamping(lua_State *L) function w_DistanceJoint_getDamping (line 76) | int w_DistanceJoint_getDamping(lua_State *L) function luaopen_distancejoint (line 94) | int luaopen_distancejoint(lua_State *L) FILE: src/modules/physics/box2d/wrap_DistanceJoint.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_EdgeShape.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics type box2d (line 27) | namespace box2d function EdgeShape (line 30) | EdgeShape *luax_checkedgeshape(lua_State *L, int idx) function w_EdgeShape_setNextVertex (line 35) | int w_EdgeShape_setNextVertex(lua_State *L) function w_EdgeShape_setPreviousVertex (line 44) | int w_EdgeShape_setPreviousVertex(lua_State *L) function w_EdgeShape_getNextVertex (line 53) | int w_EdgeShape_getNextVertex(lua_State *L) function w_EdgeShape_getPreviousVertex (line 63) | int w_EdgeShape_getPreviousVertex(lua_State *L) function w_EdgeShape_getPoints (line 73) | int w_EdgeShape_getPoints(lua_State *L) function luaopen_edgeshape (line 92) | int luaopen_edgeshape(lua_State *L) FILE: src/modules/physics/box2d/wrap_EdgeShape.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_FrictionJoint.cpp type love (line 24) | namespace love type physics (line 26) | namespace physics type box2d (line 28) | namespace box2d function FrictionJoint (line 31) | FrictionJoint *luax_checkfrictionjoint(lua_State *L, int idx) function w_FrictionJoint_setMaxForce (line 39) | int w_FrictionJoint_setMaxForce(lua_State *L) function w_FrictionJoint_getMaxForce (line 47) | int w_FrictionJoint_getMaxForce(lua_State *L) function w_FrictionJoint_setMaxTorque (line 54) | int w_FrictionJoint_setMaxTorque(lua_State *L) function w_FrictionJoint_getMaxTorque (line 62) | int w_FrictionJoint_getMaxTorque(lua_State *L) function luaopen_frictionjoint (line 78) | int luaopen_frictionjoint(lua_State *L) FILE: src/modules/physics/box2d/wrap_FrictionJoint.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_GearJoint.cpp type love (line 24) | namespace love type physics (line 26) | namespace physics type box2d (line 28) | namespace box2d function GearJoint (line 31) | GearJoint *luax_checkgearjoint(lua_State *L, int idx) function w_GearJoint_setRatio (line 39) | int w_GearJoint_setRatio(lua_State *L) function w_GearJoint_getRatio (line 47) | int w_GearJoint_getRatio(lua_State *L) function w_GearJoint_getJoints (line 54) | int w_GearJoint_getJoints(lua_State *L) function luaopen_gearjoint (line 78) | int luaopen_gearjoint(lua_State *L) FILE: src/modules/physics/box2d/wrap_GearJoint.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_Joint.cpp type love (line 37) | namespace love type physics (line 39) | namespace physics type box2d (line 41) | namespace box2d function luax_pushjoint (line 44) | void luax_pushjoint(lua_State *L, Joint *j) function Joint (line 78) | Joint *luax_checkjoint(lua_State *L, int idx) function w_Joint_getType (line 86) | int w_Joint_getType(lua_State *L) function w_Joint_getBodies (line 95) | int w_Joint_getBodies(lua_State *L) function w_Joint_getAnchors (line 111) | int w_Joint_getAnchors(lua_State *L) function w_Joint_getReactionForce (line 118) | int w_Joint_getReactionForce(lua_State *L) function w_Joint_getReactionTorque (line 125) | int w_Joint_getReactionTorque(lua_State *L) function w_Joint_getCollideConnected (line 133) | int w_Joint_getCollideConnected(lua_State *L) function w_Joint_setUserData (line 140) | int w_Joint_setUserData(lua_State *L) function w_Joint_getUserData (line 147) | int w_Joint_getUserData(lua_State *L) function w_Joint_destroy (line 154) | int w_Joint_destroy(lua_State *L) function w_Joint_isDestroyed (line 161) | int w_Joint_isDestroyed(lua_State *L) function luaopen_joint (line 183) | int luaopen_joint(lua_State *L) FILE: src/modules/physics/box2d/wrap_Joint.h function namespace (line 28) | namespace love FILE: src/modules/physics/box2d/wrap_MotorJoint.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics type box2d (line 27) | namespace box2d function MotorJoint (line 30) | MotorJoint *luax_checkmotorjoint(lua_State *L, int idx) function w_MotorJoint_setLinearOffset (line 38) | int w_MotorJoint_setLinearOffset(lua_State *L) function w_MotorJoint_getLinearOffset (line 47) | int w_MotorJoint_getLinearOffset(lua_State *L) function w_MotorJoint_setAngularOffset (line 53) | int w_MotorJoint_setAngularOffset(lua_State *L) function w_MotorJoint_getAngularOffset (line 61) | int w_MotorJoint_getAngularOffset(lua_State *L) function w_MotorJoint_setMaxForce (line 68) | int w_MotorJoint_setMaxForce(lua_State *L) function w_MotorJoint_getMaxForce (line 76) | int w_MotorJoint_getMaxForce(lua_State *L) function w_MotorJoint_setMaxTorque (line 83) | int w_MotorJoint_setMaxTorque(lua_State *L) function w_MotorJoint_getMaxTorque (line 91) | int w_MotorJoint_getMaxTorque(lua_State *L) function w_MotorJoint_setCorrectionFactor (line 98) | int w_MotorJoint_setCorrectionFactor(lua_State *L) function w_MotorJoint_getCorrectionFactor (line 106) | int w_MotorJoint_getCorrectionFactor(lua_State *L) function luaopen_motorjoint (line 128) | int luaopen_motorjoint(lua_State *L) FILE: src/modules/physics/box2d/wrap_MotorJoint.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_MouseJoint.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics type box2d (line 27) | namespace box2d function MouseJoint (line 30) | MouseJoint *luax_checkmousejoint(lua_State *L, int idx) function w_MouseJoint_setTarget (line 38) | int w_MouseJoint_setTarget(lua_State *L) function w_MouseJoint_getTarget (line 47) | int w_MouseJoint_getTarget(lua_State *L) function w_MouseJoint_setMaxForce (line 54) | int w_MouseJoint_setMaxForce(lua_State *L) function w_MouseJoint_getMaxForce (line 62) | int w_MouseJoint_getMaxForce(lua_State *L) function w_MouseJoint_setStiffness (line 69) | int w_MouseJoint_setStiffness(lua_State *L) function w_MouseJoint_getStiffness (line 77) | int w_MouseJoint_getStiffness(lua_State *L) function w_MouseJoint_setDamping (line 84) | int w_MouseJoint_setDamping(lua_State *L) function w_MouseJoint_getDamping (line 92) | int w_MouseJoint_getDamping(lua_State *L) function luaopen_mousejoint (line 112) | int luaopen_mousejoint(lua_State *L) FILE: src/modules/physics/box2d/wrap_MouseJoint.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_Physics.cpp type love (line 44) | namespace love type physics (line 46) | namespace physics type box2d (line 48) | namespace box2d function w_newWorld (line 53) | int w_newWorld(lua_State *L) function w_newBody (line 67) | int w_newBody(lua_State *L) function w_newCircleBody (line 85) | int w_newCircleBody(lua_State *L) function w_newRectangleBody (line 106) | int w_newRectangleBody(lua_State *L) function w_newPolygonBody (line 129) | int w_newPolygonBody(lua_State *L) function w_newEdgeBody (line 180) | int w_newEdgeBody(lua_State *L) function w_newChainBody (line 214) | int w_newChainBody(lua_State *L) function w_newFixture (line 267) | int w_newFixture(lua_State *L) function Body (line 283) | static Body *luax_optbodyforshape(lua_State *L, int idx, const cha... function w_newCircleShape (line 292) | int w_newCircleShape(lua_State *L) function w_newRectangleShape (line 323) | int w_newRectangleShape(lua_State *L) function w_newEdgeShape (line 357) | int w_newEdgeShape(lua_State *L) function w_newPolygonShape (line 384) | int w_newPolygonShape(lua_State *L) function w_newChainShape (line 431) | int w_newChainShape(lua_State *L) function w_newDistanceJoint (line 479) | int w_newDistanceJoint(lua_State *L) function w_newMouseJoint (line 497) | int w_newMouseJoint(lua_State *L) function w_newRevoluteJoint (line 509) | int w_newRevoluteJoint(lua_State *L) function w_newPrismaticJoint (line 544) | int w_newPrismaticJoint(lua_State *L) function w_newPulleyJoint (line 583) | int w_newPulleyJoint(lua_State *L) function w_newGearJoint (line 607) | int w_newGearJoint(lua_State *L) function w_newFrictionJoint (line 623) | int w_newFrictionJoint(lua_State *L) function w_newWeldJoint (line 652) | int w_newWeldJoint(lua_State *L) function w_newWheelJoint (line 687) | int w_newWheelJoint(lua_State *L) function w_newRopeJoint (line 721) | int w_newRopeJoint(lua_State *L) function w_newMotorJoint (line 740) | int w_newMotorJoint(lua_State *L) function w_getDistance (line 762) | int w_getDistance(lua_State *L) function w_setMeter (line 767) | int w_setMeter(lua_State *L) function w_getMeter (line 775) | int w_getMeter(lua_State *L) function w_computeLinearStiffness (line 781) | int w_computeLinearStiffness(lua_State *L) function w_computeLinearFrequency (line 802) | int w_computeLinearFrequency(lua_State *L) function w_computeAngularStiffness (line 823) | int w_computeAngularStiffness(lua_State *L) function w_computeAngularFrequency (line 844) | int w_computeAngularFrequency(lua_State *L) function luaopen_love_physics (line 930) | int luaopen_love_physics(lua_State *L) FILE: src/modules/physics/box2d/wrap_Physics.h function namespace (line 28) | namespace love FILE: src/modules/physics/box2d/wrap_PolygonShape.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics type box2d (line 27) | namespace box2d function PolygonShape (line 30) | PolygonShape *luax_checkpolygonshape(lua_State *L, int idx) function w_PolygonShape_getPoints (line 35) | int w_PolygonShape_getPoints(lua_State *L) function w_PolygonShape_validate (line 44) | int w_PolygonShape_validate(lua_State *L) function luaopen_polygonshape (line 60) | int luaopen_polygonshape(lua_State *L) FILE: src/modules/physics/box2d/wrap_PolygonShape.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_PrismaticJoint.cpp type love (line 24) | namespace love type physics (line 26) | namespace physics type box2d (line 28) | namespace box2d function PrismaticJoint (line 31) | PrismaticJoint *luax_checkprismaticjoint(lua_State *L, int idx) function w_PrismaticJoint_getJointTranslation (line 39) | int w_PrismaticJoint_getJointTranslation(lua_State *L) function w_PrismaticJoint_getJointSpeed (line 46) | int w_PrismaticJoint_getJointSpeed(lua_State *L) function w_PrismaticJoint_setMotorEnabled (line 53) | int w_PrismaticJoint_setMotorEnabled(lua_State *L) function w_PrismaticJoint_isMotorEnabled (line 61) | int w_PrismaticJoint_isMotorEnabled(lua_State *L) function w_PrismaticJoint_setMaxMotorForce (line 68) | int w_PrismaticJoint_setMaxMotorForce(lua_State *L) function w_PrismaticJoint_setMotorSpeed (line 76) | int w_PrismaticJoint_setMotorSpeed(lua_State *L) function w_PrismaticJoint_getMotorSpeed (line 84) | int w_PrismaticJoint_getMotorSpeed(lua_State *L) function w_PrismaticJoint_getMotorForce (line 91) | int w_PrismaticJoint_getMotorForce(lua_State *L) function w_PrismaticJoint_getMaxMotorForce (line 99) | int w_PrismaticJoint_getMaxMotorForce(lua_State *L) function w_PrismaticJoint_setLimitsEnabled (line 106) | int w_PrismaticJoint_setLimitsEnabled(lua_State *L) function w_PrismaticJoint_areLimitsEnabled (line 114) | int w_PrismaticJoint_areLimitsEnabled(lua_State *L) function w_PrismaticJoint_setUpperLimit (line 121) | int w_PrismaticJoint_setUpperLimit(lua_State *L) function w_PrismaticJoint_setLowerLimit (line 129) | int w_PrismaticJoint_setLowerLimit(lua_State *L) function w_PrismaticJoint_setLimits (line 137) | int w_PrismaticJoint_setLimits(lua_State *L) function w_PrismaticJoint_getLowerLimit (line 146) | int w_PrismaticJoint_getLowerLimit(lua_State *L) function w_PrismaticJoint_getUpperLimit (line 153) | int w_PrismaticJoint_getUpperLimit(lua_State *L) function w_PrismaticJoint_getLimits (line 160) | int w_PrismaticJoint_getLimits(lua_State *L) function w_PrismaticJoint_getAxis (line 167) | int w_PrismaticJoint_getAxis(lua_State *L) function w_PrismaticJoint_getReferenceAngle (line 174) | int w_PrismaticJoint_getReferenceAngle(lua_State *L) function luaopen_prismaticjoint (line 206) | int luaopen_prismaticjoint(lua_State *L) FILE: src/modules/physics/box2d/wrap_PrismaticJoint.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_PulleyJoint.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics type box2d (line 27) | namespace box2d function PulleyJoint (line 30) | PulleyJoint *luax_checkpulleyjoint(lua_State *L, int idx) function w_PulleyJoint_getGroundAnchors (line 38) | int w_PulleyJoint_getGroundAnchors(lua_State *L) function w_PulleyJoint_getLengthA (line 45) | int w_PulleyJoint_getLengthA(lua_State *L) function w_PulleyJoint_getLengthB (line 52) | int w_PulleyJoint_getLengthB(lua_State *L) function w_PulleyJoint_getRatio (line 59) | int w_PulleyJoint_getRatio(lua_State *L) function luaopen_pulleyjoint (line 75) | int luaopen_pulleyjoint(lua_State *L) FILE: src/modules/physics/box2d/wrap_PulleyJoint.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_RevoluteJoint.cpp type love (line 24) | namespace love type physics (line 26) | namespace physics type box2d (line 28) | namespace box2d function RevoluteJoint (line 31) | RevoluteJoint *luax_checkrevolutejoint(lua_State *L, int idx) function w_RevoluteJoint_getJointAngle (line 39) | int w_RevoluteJoint_getJointAngle(lua_State *L) function w_RevoluteJoint_getJointSpeed (line 46) | int w_RevoluteJoint_getJointSpeed(lua_State *L) function w_RevoluteJoint_setMotorEnabled (line 53) | int w_RevoluteJoint_setMotorEnabled(lua_State *L) function w_RevoluteJoint_isMotorEnabled (line 61) | int w_RevoluteJoint_isMotorEnabled(lua_State *L) function w_RevoluteJoint_setMaxMotorTorque (line 68) | int w_RevoluteJoint_setMaxMotorTorque(lua_State *L) function w_RevoluteJoint_setMotorSpeed (line 76) | int w_RevoluteJoint_setMotorSpeed(lua_State *L) function w_RevoluteJoint_getMotorSpeed (line 84) | int w_RevoluteJoint_getMotorSpeed(lua_State *L) function w_RevoluteJoint_getMotorTorque (line 91) | int w_RevoluteJoint_getMotorTorque(lua_State *L) function w_RevoluteJoint_getMaxMotorTorque (line 99) | int w_RevoluteJoint_getMaxMotorTorque(lua_State *L) function w_RevoluteJoint_setLimitsEnabled (line 106) | int w_RevoluteJoint_setLimitsEnabled(lua_State *L) function w_RevoluteJoint_areLimitsEnabled (line 114) | int w_RevoluteJoint_areLimitsEnabled(lua_State *L) function w_RevoluteJoint_setUpperLimit (line 121) | int w_RevoluteJoint_setUpperLimit(lua_State *L) function w_RevoluteJoint_setLowerLimit (line 129) | int w_RevoluteJoint_setLowerLimit(lua_State *L) function w_RevoluteJoint_setLimits (line 137) | int w_RevoluteJoint_setLimits(lua_State *L) function w_RevoluteJoint_getLowerLimit (line 146) | int w_RevoluteJoint_getLowerLimit(lua_State *L) function w_RevoluteJoint_getUpperLimit (line 153) | int w_RevoluteJoint_getUpperLimit(lua_State *L) function w_RevoluteJoint_getLimits (line 160) | int w_RevoluteJoint_getLimits(lua_State *L) function w_RevoluteJoint_getReferenceAngle (line 167) | int w_RevoluteJoint_getReferenceAngle(lua_State *L) function luaopen_revolutejoint (line 198) | int luaopen_revolutejoint(lua_State *L) FILE: src/modules/physics/box2d/wrap_RevoluteJoint.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_RopeJoint.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics type box2d (line 27) | namespace box2d function RopeJoint (line 30) | RopeJoint *luax_checkropejoint(lua_State *L, int idx) function w_RopeJoint_getMaxLength (line 38) | int w_RopeJoint_getMaxLength(lua_State *L) function w_RopeJoint_setMaxLength (line 45) | int w_RopeJoint_setMaxLength(lua_State *L) function luaopen_ropejoint (line 60) | int luaopen_ropejoint(lua_State *L) FILE: src/modules/physics/box2d/wrap_RopeJoint.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_Shape.cpp type love (line 24) | namespace love type physics (line 26) | namespace physics type box2d (line 28) | namespace box2d function Shape (line 31) | Shape *luax_checkshape(lua_State *L, int idx) function luax_pushshape (line 36) | void luax_pushshape(lua_State *L, Shape *shape) function w_Shape_getType (line 65) | int w_Shape_getType(lua_State *L) function w_Shape_getRadius (line 74) | int w_Shape_getRadius(lua_State *L) function w_Shape_getChildCount (line 83) | int w_Shape_getChildCount(lua_State *L) function w_Shape_setFriction (line 92) | int w_Shape_setFriction(lua_State *L) function w_Shape_setRestitution (line 100) | int w_Shape_setRestitution(lua_State *L) function w_Shape_setDensity (line 108) | int w_Shape_setDensity(lua_State *L) function w_Shape_setSensor (line 116) | int w_Shape_setSensor(lua_State *L) function w_Shape_getFriction (line 124) | int w_Shape_getFriction(lua_State *L) function w_Shape_getRestitution (line 133) | int w_Shape_getRestitution(lua_State *L) function w_Shape_getDensity (line 142) | int w_Shape_getDensity(lua_State *L) function w_Shape_isSensor (line 151) | int w_Shape_isSensor(lua_State *L) function w_Shape_getBody (line 160) | int w_Shape_getBody(lua_State *L) function w_Shape_getShape (line 170) | int w_Shape_getShape(lua_State *L) function w_Shape_testPoint (line 178) | int w_Shape_testPoint(lua_State *L) function w_Shape_rayCast (line 199) | int w_Shape_rayCast(lua_State *L) function w_Shape_computeAABB (line 208) | int w_Shape_computeAABB(lua_State *L) function w_Shape_computeMass (line 217) | int w_Shape_computeMass(lua_State *L) function w_Shape_setFilterData (line 226) | int w_Shape_setFilterData(lua_State *L) function w_Shape_getFilterData (line 237) | int w_Shape_getFilterData(lua_State *L) function w_Shape_setCategory (line 248) | int w_Shape_setCategory(lua_State *L) function w_Shape_getCategory (line 257) | int w_Shape_getCategory(lua_State *L) function w_Shape_setMask (line 266) | int w_Shape_setMask(lua_State *L) function w_Shape_getMask (line 275) | int w_Shape_getMask(lua_State *L) function w_Shape_setUserData (line 284) | int w_Shape_setUserData(lua_State *L) function w_Shape_getUserData (line 293) | int w_Shape_getUserData(lua_State *L) function w_Shape_getBoundingBox (line 302) | int w_Shape_getBoundingBox(lua_State *L) function w_Shape_getMassData (line 311) | int w_Shape_getMassData(lua_State *L) function w_Shape_getGroupIndex (line 320) | int w_Shape_getGroupIndex(lua_State *L) function w_Shape_setGroupIndex (line 329) | int w_Shape_setGroupIndex(lua_State *L) function w_Shape_destroy (line 337) | int w_Shape_destroy(lua_State *L) function w_Shape_isDestroyed (line 344) | int w_Shape_isDestroyed(lua_State *L) function luaopen_shape (line 387) | int luaopen_shape(lua_State *L) FILE: src/modules/physics/box2d/wrap_Shape.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_WeldJoint.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics type box2d (line 27) | namespace box2d function WeldJoint (line 30) | WeldJoint *luax_checkweldjoint(lua_State *L, int idx) function w_WeldJoint_setStiffness (line 38) | int w_WeldJoint_setStiffness(lua_State *L) function w_WeldJoint_getStiffness (line 46) | int w_WeldJoint_getStiffness(lua_State *L) function w_WeldJoint_setDamping (line 53) | int w_WeldJoint_setDamping(lua_State *L) function w_WeldJoint_getDamping (line 61) | int w_WeldJoint_getDamping(lua_State *L) function w_WeldJoint_getReferenceAngle (line 68) | int w_WeldJoint_getReferenceAngle(lua_State *L) function luaopen_weldjoint (line 85) | int luaopen_weldjoint(lua_State *L) FILE: src/modules/physics/box2d/wrap_WeldJoint.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_WheelJoint.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics type box2d (line 27) | namespace box2d function WheelJoint (line 30) | WheelJoint *luax_checkwheeljoint(lua_State *L, int idx) function w_WheelJoint_getJointTranslation (line 38) | int w_WheelJoint_getJointTranslation(lua_State *L) function w_WheelJoint_getJointSpeed (line 45) | int w_WheelJoint_getJointSpeed(lua_State *L) function w_WheelJoint_setMotorEnabled (line 52) | int w_WheelJoint_setMotorEnabled(lua_State *L) function w_WheelJoint_isMotorEnabled (line 60) | int w_WheelJoint_isMotorEnabled(lua_State *L) function w_WheelJoint_setMotorSpeed (line 67) | int w_WheelJoint_setMotorSpeed(lua_State *L) function w_WheelJoint_getMotorSpeed (line 75) | int w_WheelJoint_getMotorSpeed(lua_State *L) function w_WheelJoint_setMaxMotorTorque (line 82) | int w_WheelJoint_setMaxMotorTorque(lua_State *L) function w_WheelJoint_getMaxMotorTorque (line 90) | int w_WheelJoint_getMaxMotorTorque(lua_State *L) function w_WheelJoint_getMotorTorque (line 97) | int w_WheelJoint_getMotorTorque(lua_State *L) function w_WheelJoint_setStiffness (line 105) | int w_WheelJoint_setStiffness(lua_State *L) function w_WheelJoint_getStiffness (line 113) | int w_WheelJoint_getStiffness(lua_State *L) function w_WheelJoint_setDamping (line 120) | int w_WheelJoint_setDamping(lua_State *L) function w_WheelJoint_getDamping (line 128) | int w_WheelJoint_getDamping(lua_State *L) function w_WheelJoint_getAxis (line 135) | int w_WheelJoint_getAxis(lua_State *L) function luaopen_wheeljoint (line 165) | int luaopen_wheeljoint(lua_State *L) FILE: src/modules/physics/box2d/wrap_WheelJoint.h function namespace (line 29) | namespace love FILE: src/modules/physics/box2d/wrap_World.cpp type love (line 23) | namespace love type physics (line 25) | namespace physics type box2d (line 27) | namespace box2d function World (line 30) | World *luax_checkworld(lua_State *L, int idx) function w_World_update (line 38) | int w_World_update(lua_State *L) function w_World_setCallbacks (line 58) | int w_World_setCallbacks(lua_State *L) function w_World_getCallbacks (line 65) | int w_World_getCallbacks(lua_State *L) function w_World_setContactFilter (line 72) | int w_World_setContactFilter(lua_State *L) function w_World_getContactFilter (line 79) | int w_World_getContactFilter(lua_State *L) function w_World_setGravity (line 86) | int w_World_setGravity(lua_State *L) function w_World_getGravity (line 95) | int w_World_getGravity(lua_State *L) function w_World_translateOrigin (line 102) | int w_World_translateOrigin(lua_State *L) function w_World_setSleepingAllowed (line 111) | int w_World_setSleepingAllowed(lua_State *L) function w_World_isSleepingAllowed (line 119) | int w_World_isSleepingAllowed(lua_State *L) function w_World_isLocked (line 126) | int w_World_isLocked(lua_State *L) function w_World_getBodyCount (line 133) | int w_World_getBodyCount(lua_State *L) function w_World_getJointCount (line 140) | int w_World_getJointCount(lua_State *L) function w_World_getContactCount (line 147) | int w_World_getContactCount(lua_State *L) function w_World_getBodies (line 154) | int w_World_getBodies(lua_State *L) function w_World_getJoints (line 163) | int w_World_getJoints(lua_State *L) function w_World_getContacts (line 172) | int w_World_getContacts(lua_State *L) function w_World_queryShapesInArea (line 181) | int w_World_queryShapesInArea(lua_State *L) function w_World_queryBoundingBox (line 188) | int w_World_queryBoundingBox(lua_State *L) function w_World_getShapesInArea (line 194) | int w_World_getShapesInArea(lua_State *L) function w_World_rayCast (line 203) | int w_World_rayCast(lua_State *L) function w_World_rayCastAny (line 212) | int w_World_rayCastAny(lua_State *L) function w_World_rayCastClosest (line 221) | int w_World_rayCastClosest(lua_State *L) function w_World_destroy (line 230) | int w_World_destroy(lua_State *L) function w_World_isDestroyed (line 237) | int w_World_isDestroyed(lua_State *L) function luaopen_world (line 277) | int luaopen_world(lua_State *L) FILE: src/modules/physics/box2d/wrap_World.h function namespace (line 30) | namespace love FILE: src/modules/sensor/Sensor.cpp function STRINGMAP_CLASS_BEGIN (line 34) | STRINGMAP_CLASS_BEGIN(Sensor, Sensor::SensorType, Sensor::SENSOR_MAX_ENU... FILE: src/modules/sensor/Sensor.h function namespace (line 28) | namespace love FILE: src/modules/sensor/sdl/Sensor.cpp type love (line 28) | namespace love type sensor (line 30) | namespace sensor type sdl (line 32) | namespace sdl function SDL_SensorType (line 165) | SDL_SensorType Sensor::convert(Sensor::SensorType type) FILE: src/modules/sensor/sdl/Sensor.h function namespace (line 33) | namespace love FILE: src/modules/sensor/wrap_Sensor.cpp type love (line 25) | namespace love type sensor (line 27) | namespace sensor function luax_checksensortype (line 32) | inline Sensor::SensorType luax_checksensortype(lua_State *L, int i) function w_hasSensor (line 43) | static int w_hasSensor(lua_State *L) function w_isEnabled (line 51) | static int w_isEnabled(lua_State *L) function w_setEnabled (line 59) | static int w_setEnabled(lua_State *L) function w_getData (line 68) | static int w_getData(lua_State *L) function w_getName (line 81) | static int w_getName(lua_State *L) function luaopen_love_sensor (line 101) | int luaopen_love_sensor(lua_State * L) FILE: src/modules/sensor/wrap_Sensor.h function namespace (line 27) | namespace love FILE: src/modules/sound/Decoder.cpp function STRINGMAP_CLASS_BEGIN (line 78) | STRINGMAP_CLASS_BEGIN(Decoder, Decoder::StreamSource, Decoder::STREAM_MA... FILE: src/modules/sound/Decoder.h function namespace (line 31) | namespace love FILE: src/modules/sound/Sound.cpp type love (line 23) | namespace love type sound (line 25) | namespace sound function SoundData (line 39) | SoundData *Sound::newSoundData(Decoder *decoder) function SoundData (line 44) | SoundData *Sound::newSoundData(int samples, int sampleRate, int bitD... function SoundData (line 49) | SoundData *Sound::newSoundData(void *data, int samples, int sampleRa... FILE: src/modules/sound/Sound.h function namespace (line 31) | namespace love FILE: src/modules/sound/SoundData.cpp type love (line 32) | namespace love type sound (line 34) | namespace sound function SoundData (line 127) | SoundData *SoundData::clone() const function SoundData (line 288) | SoundData *SoundData::slice(int start, int length) const FILE: src/modules/sound/SoundData.h function namespace (line 29) | namespace love FILE: src/modules/sound/lullaby/CoreAudioDecoder.cpp type love (line 30) | namespace love type sound (line 32) | namespace sound type lullaby (line 34) | namespace lullaby function OSStatus (line 38) | static OSStatus readFunc(void *inClientData, SInt64 inPosition, UI... function SInt64 (line 47) | static SInt64 getSizeFunc(void *inClientData) FILE: src/modules/sound/lullaby/CoreAudioDecoder.h function namespace (line 36) | namespace love FILE: src/modules/sound/lullaby/FLACDecoder.cpp type love (line 28) | namespace love type sound (line 30) | namespace sound type lullaby (line 32) | namespace lullaby function onRead (line 35) | static size_t onRead(void *pUserData, void *pBufferOut, size_t byt... function drflac_bool32 (line 42) | static drflac_bool32 onSeek(void* pUserData, int offset, drflac_se... FILE: src/modules/sound/lullaby/FLACDecoder.h function namespace (line 31) | namespace love FILE: src/modules/sound/lullaby/MP3Decoder.cpp type love (line 26) | namespace love type sound (line 28) | namespace sound type lullaby (line 30) | namespace lullaby function int64 (line 35) | static int64 findFirstValidHeader(Stream* stream) function drmp3_bool32 (line 112) | drmp3_bool32 MP3Decoder::onSeek(void *pUserData, int offset, drmp3... FILE: src/modules/sound/lullaby/MP3Decoder.h function namespace (line 33) | namespace love FILE: src/modules/sound/lullaby/ModPlugDecoder.cpp type love (line 28) | namespace love type sound (line 30) | namespace sound type lullaby (line 32) | namespace lullaby FILE: src/modules/sound/lullaby/ModPlugDecoder.h function namespace (line 39) | namespace love FILE: src/modules/sound/lullaby/Sound.cpp type DecoderImpl (line 38) | struct DecoderImpl function DecoderImpl (line 44) | DecoderImpl DecoderImplFor() type love (line 54) | namespace love type sound (line 56) | namespace sound type lullaby (line 58) | namespace lullaby FILE: src/modules/sound/lullaby/Sound.h function namespace (line 30) | namespace love FILE: src/modules/sound/lullaby/VorbisDecoder.cpp type love (line 27) | namespace love type sound (line 29) | namespace sound type lullaby (line 31) | namespace lullaby function vorbisClose (line 34) | static int vorbisClose(void *) function vorbisRead (line 40) | static size_t vorbisRead(void *ptr, size_t byteSize, size_t sizeTo... function vorbisSeek (line 46) | static int vorbisSeek(void *datasource, ogg_int64_t offset, int wh... function vorbisTell (line 69) | static long vorbisTell(void *datasource) FILE: src/modules/sound/lullaby/VorbisDecoder.h function namespace (line 34) | namespace love FILE: src/modules/sound/lullaby/WaveDecoder.cpp type love (line 27) | namespace love type sound (line 29) | namespace sound type lullaby (line 31) | namespace lullaby function wuff_sint32 (line 35) | static wuff_sint32 read_callback(void *userdata, wuff_uint8 *buffe... function wuff_sint32 (line 43) | static wuff_sint32 seek_callback(void *userdata, wuff_uint64 offset) function wuff_sint32 (line 50) | static wuff_sint32 tell_callback(void *userdata, wuff_uint64 *offset) FILE: src/modules/sound/lullaby/WaveDecoder.h function namespace (line 30) | namespace love FILE: src/modules/sound/wrap_Decoder.cpp type love (line 27) | namespace love type sound (line 29) | namespace sound function Decoder (line 32) | Decoder *luax_checkdecoder(lua_State *L, int idx) function w_Decoder_clone (line 37) | int w_Decoder_clone(lua_State *L) function w_Decoder_getChannelCount (line 47) | int w_Decoder_getChannelCount(lua_State *L) function w_Decoder_getBitDepth (line 54) | int w_Decoder_getBitDepth(lua_State *L) function w_Decoder_getSampleRate (line 61) | int w_Decoder_getSampleRate(lua_State *L) function w_Decoder_getDuration (line 68) | int w_Decoder_getDuration(lua_State *L) function w_Decoder_decode (line 75) | int w_Decoder_decode(lua_State *L) function w_Decoder_seek (line 96) | int w_Decoder_seek(lua_State *L) function luaopen_decoder (line 122) | int luaopen_decoder(lua_State *L) FILE: src/modules/sound/wrap_Decoder.h function namespace (line 28) | namespace love FILE: src/modules/sound/wrap_Sound.cpp type love (line 29) | namespace love type sound (line 31) | namespace sound function w_newDecoder (line 36) | int w_newDecoder(lua_State *L) function w_newSoundData (line 87) | int w_newSoundData(lua_State *L) function luaopen_love_sound (line 133) | int luaopen_love_sound(lua_State *L) FILE: src/modules/sound/wrap_Sound.h function namespace (line 30) | namespace love FILE: src/modules/sound/wrap_SoundData.cpp type love (line 30) | namespace love type sound (line 32) | namespace sound function SoundData (line 40) | SoundData *luax_checksounddata(lua_State *L, int idx) function w_SoundData_clone (line 45) | int w_SoundData_clone(lua_State *L) function w_SoundData_getChannelCount (line 54) | int w_SoundData_getChannelCount(lua_State *L) function w_SoundData_getBitDepth (line 61) | int w_SoundData_getBitDepth(lua_State *L) function w_SoundData_getSampleRate (line 68) | int w_SoundData_getSampleRate(lua_State *L) function w_SoundData_getSampleCount (line 75) | int w_SoundData_getSampleCount(lua_State *L) function w_SoundData_getDuration (line 82) | int w_SoundData_getDuration(lua_State *L) function w_SoundData_setSample (line 89) | int w_SoundData_setSample(lua_State *L) function w_SoundData_getSample (line 109) | int w_SoundData_getSample(lua_State *L) function w_SoundData_copyFrom (line 124) | int w_SoundData_copyFrom(lua_State *L) function w_SoundData_slice (line 137) | int w_SoundData_slice(lua_State *L) function luaopen_sounddata (line 165) | int luaopen_sounddata(lua_State *L) FILE: src/modules/sound/wrap_SoundData.h function namespace (line 28) | namespace love FILE: src/modules/system/System.cpp type love (line 31) | namespace love type system (line 33) | namespace system FILE: src/modules/system/System.h function namespace (line 32) | namespace love FILE: src/modules/system/sdl/System.cpp type love (line 31) | namespace love type system (line 33) | namespace system type sdl (line 35) | namespace sdl FILE: src/modules/system/sdl/System.h function namespace (line 31) | namespace love FILE: src/modules/system/wrap_System.cpp type love (line 25) | namespace love type system (line 27) | namespace system function w_getOS (line 32) | int w_getOS(lua_State *L) function w_getProcessorCount (line 38) | int w_getProcessorCount(lua_State *L) function w_getMemorySize (line 44) | int w_getMemorySize(lua_State *L) function w_setClipboardText (line 50) | int w_setClipboardText(lua_State *L) function w_getClipboardText (line 57) | int w_getClipboardText(lua_State *L) function w_getPowerInfo (line 65) | int w_getPowerInfo(lua_State *L) function w_openURL (line 90) | int w_openURL(lua_State *L) function w_vibrate (line 97) | int w_vibrate(lua_State *L) function w_hasBackgroundMusic (line 104) | int w_hasBackgroundMusic(lua_State *L) function w_getPreferredLocales (line 110) | int w_getPreferredLocales(lua_State* L) function luaopen_love_system (line 141) | int luaopen_love_system(lua_State *L) FILE: src/modules/system/wrap_System.h function namespace (line 28) | namespace love FILE: src/modules/thread/Channel.cpp type love (line 25) | namespace love type thread (line 27) | namespace thread function uint64 (line 42) | uint64 Channel::push(const Variant &var) FILE: src/modules/thread/Channel.h function namespace (line 32) | namespace love FILE: src/modules/thread/LuaThread.cpp type love (line 31) | namespace love type thread (line 33) | namespace thread FILE: src/modules/thread/LuaThread.h function namespace (line 34) | namespace love FILE: src/modules/thread/Thread.h function namespace (line 27) | namespace love FILE: src/modules/thread/ThreadModule.cpp type love (line 23) | namespace love type thread (line 25) | namespace thread function LuaThread (line 33) | LuaThread *ThreadModule::newThread(const std::string &name, love::Da... function Channel (line 38) | Channel *ThreadModule::newChannel() function Channel (line 43) | Channel *ThreadModule::getChannel(const std::string &name) FILE: src/modules/thread/ThreadModule.h function namespace (line 38) | namespace love FILE: src/modules/thread/sdl/Thread.cpp type love (line 23) | namespace love type thread (line 25) | namespace thread type sdl (line 27) | namespace sdl FILE: src/modules/thread/sdl/Thread.h function namespace (line 31) | namespace love FILE: src/modules/thread/sdl/threads.cpp type love (line 24) | namespace love type thread (line 26) | namespace thread type sdl (line 28) | namespace sdl FILE: src/modules/thread/sdl/threads.h function namespace (line 30) | namespace love FILE: src/modules/thread/threads.cpp type love (line 27) | namespace love type thread (line 29) | namespace thread function Mutex (line 135) | Mutex *MutexRef::operator->() const function Conditional (line 155) | Conditional *ConditionalRef::operator->() const function disableSignals (line 163) | void disableSignals() function reenableSignals (line 170) | void reenableSignals() FILE: src/modules/thread/threads.h function namespace (line 31) | namespace love FILE: src/modules/thread/wrap_Channel.cpp type love (line 23) | namespace love type thread (line 25) | namespace thread function Channel (line 28) | Channel *luax_checkchannel(lua_State *L, int idx) function w_Channel_push (line 33) | int w_Channel_push(lua_State *L) function w_Channel_supply (line 46) | int w_Channel_supply(lua_State *L) function w_Channel_pop (line 64) | int w_Channel_pop(lua_State *L) function w_Channel_demand (line 75) | int w_Channel_demand(lua_State *L) function w_Channel_peek (line 93) | int w_Channel_peek(lua_State *L) function w_Channel_getCount (line 104) | int w_Channel_getCount(lua_State *L) function w_Channel_hasRead (line 111) | int w_Channel_hasRead(lua_State *L) function w_Channel_clear (line 119) | int w_Channel_clear(lua_State *L) function w_Channel_performAtomic (line 126) | int w_Channel_performAtomic(lua_State *L) function luaopen_channel (line 167) | int luaopen_channel(lua_State *L) FILE: src/modules/thread/wrap_Channel.h function namespace (line 28) | namespace love FILE: src/modules/thread/wrap_LuaThread.cpp type love (line 23) | namespace love type thread (line 25) | namespace thread function LuaThread (line 28) | LuaThread *luax_checkthread(lua_State *L, int idx) function w_Thread_start (line 33) | int w_Thread_start(lua_State *L) function w_Thread_wait (line 56) | int w_Thread_wait(lua_State *L) function w_Thread_getError (line 63) | int w_Thread_getError(lua_State *L) function w_Thread_isRunning (line 73) | int w_Thread_isRunning(lua_State *L) function luaopen_thread (line 89) | int luaopen_thread(lua_State *L) FILE: src/modules/thread/wrap_LuaThread.h function namespace (line 28) | namespace love FILE: src/modules/thread/wrap_ThreadModule.cpp type love (line 33) | namespace love type thread (line 35) | namespace thread function w_newThread (line 40) | int w_newThread(lua_State *L) function w_newChannel (line 84) | int w_newChannel(lua_State *L) function w_getChannel (line 92) | int w_getChannel(lua_State *L) function luaopen_love_thread (line 115) | int luaopen_love_thread(lua_State *L) FILE: src/modules/thread/wrap_ThreadModule.h function namespace (line 28) | namespace love FILE: src/modules/timer/Timer.cpp type love (line 40) | namespace love type timer (line 42) | namespace timer function timespec (line 108) | static inline timespec getTimeOfDay() function timespec (line 115) | static timespec getTimeAbsolute() function mach_timebase_info_data_t (line 148) | static mach_timebase_info_data_t getTimebaseInfo() function LARGE_INTEGER (line 165) | static LARGE_INTEGER getTimeAbsolute() function LARGE_INTEGER (line 172) | static LARGE_INTEGER getFrequency() FILE: src/modules/timer/Timer.h function namespace (line 27) | namespace love FILE: src/modules/timer/wrap_Timer.cpp type love (line 26) | namespace love type timer (line 28) | namespace timer function w_step (line 33) | int w_step(lua_State *L) function w_getDelta (line 39) | int w_getDelta(lua_State *L) function w_getFPS (line 45) | int w_getFPS(lua_State *L) function w_getAverageDelta (line 51) | int w_getAverageDelta(lua_State *L) function w_sleep (line 57) | int w_sleep(lua_State *L) function w_getTime (line 63) | int w_getTime(lua_State *L) function luaopen_love_timer (line 82) | int luaopen_love_timer(lua_State *L) FILE: src/modules/timer/wrap_Timer.h function namespace (line 28) | namespace love FILE: src/modules/touch/Touch.cpp function setTrackpadTouch (line 32) | void setTrackpadTouch(bool enable) function STRINGMAP_CLASS_BEGIN (line 37) | STRINGMAP_CLASS_BEGIN(Touch, Touch::DeviceType, Touch::DEVICE_MAX_ENUM, ... FILE: src/modules/touch/Touch.h function namespace (line 34) | namespace love FILE: src/modules/touch/sdl/Touch.cpp type love (line 31) | namespace love type touch (line 33) | namespace touch function setTrackpadTouchImplementation (line 37) | void setTrackpadTouchImplementation(bool enable) type sdl (line 42) | namespace sdl FILE: src/modules/touch/sdl/Touch.h function namespace (line 30) | namespace love FILE: src/modules/touch/wrap_Touch.cpp type love (line 29) | namespace love type touch (line 31) | namespace touch function int64 (line 36) | int64 luax_checktouchid(lua_State *L, int idx) function w_getTouches (line 44) | int w_getTouches(lua_State *L) function w_getPosition (line 78) | int w_getPosition(lua_State *L) function w_getPressure (line 91) | int w_getPressure(lua_State *L) function w_getDeviceType (line 102) | int w_getDeviceType(lua_State *L) function w_isMouse (line 117) | int w_isMouse(lua_State *L) function luaopen_love_touch (line 138) | int luaopen_love_touch(lua_State *L) FILE: src/modules/touch/wrap_Touch.h function namespace (line 29) | namespace love FILE: src/modules/video/Video.h function namespace (line 30) | namespace love FILE: src/modules/video/VideoStream.cpp type love (line 25) | namespace love type video (line 27) | namespace video FILE: src/modules/video/VideoStream.h function virtual (line 40) | virtual ~VideoStream() {} function virtual (line 45) | virtual void fillBackBuffer() {} function virtual (line 64) | virtual int getWidth() const = 0; FILE: src/modules/video/theora/OggDemuxer.cpp type love (line 23) | namespace love type video (line 25) | namespace video type theora (line 27) | namespace theora FILE: src/modules/video/theora/OggDemuxer.h function namespace (line 33) | namespace love FILE: src/modules/video/theora/TheoraVideoStream.cpp type love (line 29) | namespace love type video (line 31) | namespace video type theora (line 33) | namespace theora function scaleFormat (line 121) | inline void scaleFormat(th_pixel_fmt fmt, T &x, T &y) FILE: src/modules/video/theora/TheoraVideoStream.h function namespace (line 37) | namespace love FILE: src/modules/video/theora/Video.cpp type love (line 29) | namespace love type video (line 31) | namespace video type theora (line 33) | namespace theora function VideoStream (line 48) | VideoStream *Video::newVideoStream(love::filesystem::File *file) FILE: src/modules/video/theora/Video.h function namespace (line 34) | namespace love FILE: src/modules/video/wrap_Video.cpp type love (line 28) | namespace love type video (line 30) | namespace video function w_newVideoStream (line 35) | int w_newVideoStream(lua_State *L) function luaopen_love_video (line 66) | int luaopen_love_video(lua_State *L) FILE: src/modules/video/wrap_Video.h function namespace (line 28) | namespace love FILE: src/modules/video/wrap_VideoStream.cpp type love (line 23) | namespace love type video (line 25) | namespace video function VideoStream (line 28) | VideoStream *luax_checkvideostream(lua_State *L, int idx) function w_VideoStream_setSync (line 33) | int w_VideoStream_setSync(lua_State *L) function w_VideoStream_getFilename (line 62) | int w_VideoStream_getFilename(lua_State *L) function w_VideoStream_play (line 69) | int w_VideoStream_play(lua_State *L) function w_VideoStream_pause (line 76) | int w_VideoStream_pause(lua_State *L) function w_VideoStream_seek (line 83) | int w_VideoStream_seek(lua_State *L) function w_VideoStream_rewind (line 91) | int w_VideoStream_rewind(lua_State *L) function w_VideoStream_tell (line 98) | int w_VideoStream_tell(lua_State *L) function w_VideoStream_isPlaying (line 105) | int w_VideoStream_isPlaying(lua_State *L) function luaopen_videostream (line 125) | int luaopen_videostream(lua_State *L) FILE: src/modules/video/wrap_VideoStream.h function namespace (line 27) | namespace love FILE: src/modules/window/Window.cpp function setHighDPIAllowed (line 35) | void setHighDPIAllowed(bool enable) function isHighDPIAllowed (line 41) | bool isHighDPIAllowed() function STRINGMAP_CLASS_BEGIN (line 59) | STRINGMAP_CLASS_BEGIN(Window, Window::Setting, Window::SETTING_MAX_ENUM,... FILE: src/modules/window/Window.h function namespace (line 38) | namespace graphics type WindowSettings (line 52) | struct WindowSettings type Setting (line 61) | enum Setting type FullscreenType (line 84) | enum FullscreenType type MessageBoxType (line 91) | enum MessageBoxType type FileDialogType (line 99) | enum FileDialogType type DisplayOrientation (line 107) | enum DisplayOrientation type SystemTheme (line 117) | enum SystemTheme type WindowSize (line 125) | struct WindowSize type MessageBoxData (line 136) | struct MessageBoxData type FileDialogFilter (line 150) | struct FileDialogFilter type FileDialogData (line 156) | struct FileDialogData type WindowSettings (line 283) | struct WindowSettings FILE: src/modules/window/sdl/Window.cpp type love (line 64) | namespace love type window (line 66) | namespace window function setHighDPIAllowedImplementation (line 70) | void setHighDPIAllowedImplementation(bool enable) type sdl (line 75) | namespace sdl type SDLDisplayIDs (line 455) | struct SDLDisplayIDs method SDLDisplayIDs (line 457) | SDLDisplayIDs() function SDL_DisplayID (line 472) | static SDL_DisplayID GetSDLDisplayIDForIndex(int displayindex) function Rect (line 1018) | Rect Window::getSafeArea() const function SDL_MessageBoxFlags (line 1438) | SDL_MessageBoxFlags Window::convertMessageBoxType(MessageBoxType typ... class FileDialogState (line 1501) | class FileDialogState : public love::Object function fileDialogCallbackSDL (line 1517) | static void SDLCALL fileDialogCallbackSDL(void *userdata, const char... FILE: src/modules/window/sdl/Window.h function namespace (line 33) | namespace love FILE: src/modules/window/wrap_Window.cpp type love (line 25) | namespace love type window (line 27) | namespace window function w_getDisplayCount (line 32) | int w_getDisplayCount(lua_State *L) function w_getDisplayName (line 38) | int w_getDisplayName(lua_State *L) function readWindowSettings (line 56) | static int readWindowSettings(lua_State *L, int idx, WindowSettings ... function w_setMode (line 130) | int w_setMode(lua_State *L) function w_updateMode (line 153) | int w_updateMode(lua_State *L) function w_getMode (line 179) | int w_getMode(lua_State *L) function w_isHighDPIAllowed (line 247) | int w_isHighDPIAllowed(lua_State *L) function w_getDisplayOrientation (line 253) | int w_getDisplayOrientation(lua_State *L) function w_getFullscreenModes (line 272) | int w_getFullscreenModes(lua_State *L) function w_setFullscreen (line 308) | int w_setFullscreen(lua_State *L) function w_getFullscreen (line 329) | int w_getFullscreen(lua_State *L) function w_isOpen (line 344) | int w_isOpen(lua_State *L) function w_close (line 350) | int w_close(lua_State *L) function w_getDesktopDimensions (line 357) | int w_getDesktopDimensions(lua_State *L) function w_setPosition (line 374) | int w_setPosition(lua_State *L) function w_getPosition (line 392) | int w_getPosition(lua_State *L) function w_getSafeArea (line 404) | int w_getSafeArea(lua_State *L) function w_setIcon (line 414) | int w_setIcon(lua_State *L) function w_getIcon (line 423) | int w_getIcon(lua_State *L) function w_setVSync (line 430) | int w_setVSync(lua_State *L) function w_getVSync (line 441) | int w_getVSync(lua_State *L) function w_setDisplaySleepEnabled (line 447) | int w_setDisplaySleepEnabled(lua_State *L) function w_isDisplaySleepEnabled (line 453) | int w_isDisplaySleepEnabled(lua_State *L) function w_setTitle (line 459) | int w_setTitle(lua_State *L) function w_getTitle (line 466) | int w_getTitle(lua_State *L) function w_hasFocus (line 472) | int w_hasFocus(lua_State *L) function w_hasMouseFocus (line 478) | int w_hasMouseFocus(lua_State *L) function w_isVisible (line 484) | int w_isVisible(lua_State *L) function w_isOccluded (line 490) | int w_isOccluded(lua_State *L) function w_getDPIScale (line 496) | int w_getDPIScale(lua_State *L) function w_getNativeDPIScale (line 502) | int w_getNativeDPIScale(lua_State *L) function w_toPixels (line 508) | int w_toPixels(lua_State *L) function w_fromPixels (line 529) | int w_fromPixels(lua_State *L) function w_minimize (line 550) | int w_minimize(lua_State* /*L*/) function w_maximize (line 556) | int w_maximize(lua_State *) function w_restore (line 562) | int w_restore(lua_State *) function w_focus (line 568) | int w_focus(lua_State *) function w_isMaximized (line 574) | int w_isMaximized(lua_State *L) function w_isMinimized (line 580) | int w_isMinimized(lua_State *L) function w_showMessageBox (line 586) | int w_showMessageBox(lua_State *L) function fileDialogCallback (line 651) | static void fileDialogCallback(void *context, const std::vector