Searched refs:SetActive (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/libsampler/ |
H A D | sampler.h | 83 void SetActive(bool value) { in SetActive() function in v8::sampler::Sampler
|
H A D | sampler.cc | 552 SetActive(true); in Start() 565 SetActive(false); in Stop()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramLinkedResources.cpp | 36 void SetActive(std::vector<VarT> *list, const std::string &name, ShaderType shaderType, bool active) in SetActive() function 274 SetActive(mUniformsOut, nameWithArrayIndex, mShaderType, variable.active); 338 SetActive(mBufferVariablesOut, nameWithArrayIndex, mShaderType, variable.active);
|
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_common.cpp | 192 res = profile->SetActive(); in ff_decklink_set_configs()
|
/third_party/vixl/src/aarch64/ |
H A D | logic-aarch64.cc | 3973 ptemp.SetActive(vform, i, true); 3976 ptemp.SetActive(vform, i, false); 6417 if (first_pg >= 0) dst.SetActive(kFormatVnB, first_pg, true); 6426 dst.SetActive(vform, i, i < count); 6442 dst.SetActive(vform, i, (i == next)); 7070 dst.SetActive(vform, lane, result); 7365 pd.SetActive(kFormatVnB, i, !break_); 7380 pd.SetActive(kFormatVnB, i, !break_); 7408 pd.SetActive(kFormatVnB, i, active); 7426 pd.SetActive(kFormatVn [all...] |
H A D | simulator-aarch64.cc | 2184 dst.SetActive(vform, in Simulator() 6683 MetaDataDepot::MetaDataMTE::SetActive(false); in Simulator() 6685 MetaDataDepot::MetaDataMTE::SetActive(mte_enabled); in Simulator() 6902 MetaDataDepot::MetaDataMTE::SetActive(true); in Simulator() 6905 MetaDataDepot::MetaDataMTE::SetActive(false); in Simulator() 11344 dst.SetActive(vform, lane, last); in Simulator()
|
H A D | simulator-aarch64.h | 200 static void SetActive(bool value) { is_active = value; } in SetActive() function in vixl::aarch64::MetaDataDepot::MetaDataMTE 621 void SetActive(VectorFormat vform, int lane_index, bool value) { in SetActive() function in vixl::aarch64::LogicPRegister
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 3081 reg.SetActive(kFormatVnB, bit, ((bit + 1) % (r + 2)) != 0);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 61 milliseconds