Searched defs:SetContext (Results 1 – 10 of 10) sorted by relevance
64 void SetContext(void* context) { context_ = context; } in SetContext() function
90 void SetContext(void* context) { context_ = context; } in SetContext() function
904 void CPVRTPFXEffect::SetContext(SPVRTContext *const pContext) in SetContext() function in CPVRTPFXEffect
255 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
434 MojoResult UserMessageImpl::SetContext( in SetContext() function in mojo::core::UserMessageImpl
769 void SetContext(intptr_t context) { context_ = context; } in SetContext() function
171 void InterpreterAssembler::SetContext(TNode<Context> value) { in SetContext() function in v8::internal::interpreter::InterpreterAssembler
547 void SetContext(Node* new_context) { context_ = new_context; } in SetContext() function in v8::internal::compiler::BytecodeGraphBuilder::Environment