Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/
H A Dpsp.rs1429 pub context: *mut GeContext,
2132 pub struct GeContext {
2716 pub fn sceGeSaveContext(context: *mut GeContext) -> i32; in sceGeSaveContext()
2717 pub fn sceGeRestoreContext(context: *const GeContext) -> i32; in sceGeRestoreContext()
3486 pub fn sceGuSendList(mode: GuQueueMode, list: *const c_void, context: *mut GeContext); in sceGuSendList() argument