Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.h184 void SetContext(SPVRTContext * const pContext);
DPVRTPFXParserAPI.cpp904 void CPVRTPFXEffect::SetContext(SPVRTContext *const pContext) in SetContext() function in CPVRTPFXEffect
/external/libchrome/mojo/core/
Duser_message_impl.h120 MojoResult SetContext(uintptr_t context,
Duser_message_impl.cc434 MojoResult UserMessageImpl::SetContext( in SetContext() function in mojo::core::UserMessageImpl
Dcore.cc506 return message->SetContext(context, serializer, destructor); in SetMessageContext()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.h103 module_->SetContext(this); in IRContext()
118 module_->SetContext(this); in IRContext()
Dmodule.h257 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.h105 module_->SetContext(this); in IRContext()
120 module_->SetContext(this); in IRContext()
Dmodule.h257 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/external/v8/src/interpreter/
Dinterpreter-assembler.h75 void SetContext(compiler::Node* value);
Dinterpreter-generator.cc754 SetContext(new_context); in IGNITION_HANDLER()
763 SetContext(context); in IGNITION_HANDLER()
3076 SetContext(context); in IGNITION_HANDLER()
Dinterpreter-assembler.cc157 void InterpreterAssembler::SetContext(Node* value) { in SetContext() function in v8::internal::interpreter::InterpreterAssembler
/external/v8/src/compiler/
Dbytecode-graph-builder.cc77 void SetContext(Node* new_context) { context_ = new_context; } in SetContext() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
393 SetContext(graph()->NewNode( in FillWithOsrValues()
1457 environment()->SetContext(new_context); in VisitPushContext()
1463 environment()->SetContext(context); in VisitPopContext()
2941 environment()->SetContext(generator_context); in VisitSwitchOnGeneratorState()
3442 environment()->SetContext(context); in MakeNode()
/external/v8/src/
Ddeoptimizer.h778 void SetContext(intptr_t context) { context_ = context; } in SetContext() function
Ddeoptimizer.cc959 output_frame->SetContext(reinterpret_cast<intptr_t>(context)); in DoComputeInterpretedFrame()
1619 output_frame->SetContext(value); in DoComputeBuiltinContinuation()