Home
last modified time | relevance | path

Searched defs:SetContext (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp904 void CPVRTPFXEffect::SetContext(SPVRTContext *const pContext) in SetContext() function in CPVRTPFXEffect
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.h257 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h257 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/external/libchrome/mojo/core/
Duser_message_impl.cc434 MojoResult UserMessageImpl::SetContext( in SetContext() function in mojo::core::UserMessageImpl
/external/v8/src/
Ddeoptimizer.h778 void SetContext(intptr_t context) { context_ = context; } in SetContext() function
/external/v8/src/interpreter/
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