Home
last modified time | relevance | path

Searched refs:GHOST_XrSessionBeginInfo (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/ghost/
H A DGHOST_IXrContext.h29 virtual void startSession(const GHOST_XrSessionBeginInfo *begin_info) = 0;
H A DGHOST_Types.h654 } GHOST_XrSessionBeginInfo; typedef
H A DGHOST_C-api.h1036 const GHOST_XrSessionBeginInfo *begin_info);
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_XrSession.h43 void start(const GHOST_XrSessionBeginInfo *begin_info);
H A DGHOST_XrContext.h70 void startSession(const GHOST_XrSessionBeginInfo *begin_info) override;
H A DGHOST_XrContext.cpp489 void GHOST_XrContext::startSession(const GHOST_XrSessionBeginInfo *begin_info) in startSession()
H A DGHOST_XrSession.cpp153 void GHOST_XrSession::start(const GHOST_XrSessionBeginInfo *begin_info) in start()
H A DGHOST_C-api.cpp924 const GHOST_XrSessionBeginInfo *begin_info) in GHOST_XrSessionStart()
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/xr/intern/
H A Dwm_xr_session.c66 GHOST_XrSessionBeginInfo *r_begin_info) in wm_xr_session_begin_info_create()
84 GHOST_XrSessionBeginInfo begin_info; in wm_xr_session_toggle()