Lines Matching refs:loader_handle
58 if (_this->vulkan_config.loader_handle) {
75 _this->vulkan_config.loader_handle = DEFAULT_HANDLE;
91 for (i = 0; i < numPaths && _this->vulkan_config.loader_handle == NULL; i++) {
93 _this->vulkan_config.loader_handle = SDL_LoadObject(foundPath);
96 if (_this->vulkan_config.loader_handle == NULL) {
104 _this->vulkan_config.loader_handle,
158 _this->vulkan_config.loader_handle = NULL;
164 if (_this->vulkan_config.loader_handle) {
165 if (_this->vulkan_config.loader_handle != DEFAULT_HANDLE) {
166 SDL_UnloadObject(_this->vulkan_config.loader_handle);
168 _this->vulkan_config.loader_handle = NULL;
180 if (!_this->vulkan_config.loader_handle) {
205 if (!_this->vulkan_config.loader_handle) {