Home
last modified time | relevance | path

Searched defs:Setting (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLSetting.h20 struct Setting : public Expression { struct
21 Setting(int offset, String name, std::unique_ptr<Expression> value) in Setting() function
32 return std::unique_ptr<Expression>(new Setting(fOffset, fName, fValue->clone())); in clone() argument
35 String description() const override { in description()
39 bool hasSideEffects() const override { in hasSideEffects()
43 bool isConstant() const override { in isConstant()
47 const String fName;
48 std::unique_ptr<Expression> fValue;
50 typedef Expression INHERITED;
/external/libdrm/man/
Ddrm-kms.7.rst25 Mode-Setting* (KMS). Historically, this was done in user-space and called
153 Examples
213 Reporting Bugs
219 See Also
/external/libwebm/webvtt/
Dwebvttparser.h69 struct Setting { struct
80 typedef std::list<Setting> settings_t; argument
/external/skia/src/sksl/ir/
DSkSLSetting.h25 Setting(int offset, String name, const Type* type) in Setting() function
/external/rust/crates/proc-macro-error-attr/src/
Dsettings.rs69 pub(crate) fn set(&mut self, setting: Setting) { in set()
/external/rust/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_settings_ids.py23 Setting = collections.namedtuple('Setting', 'id default min max on_error') variable
/external/grpc-grpc/tools/codegen/core/
Dgen_settings_ids.py23 Setting = collections.namedtuple('Setting', 'id default min max on_error') variable
/external/mesa3d/src/gallium/frontends/nine/
Ddevice9.c3639 UINT Setting ) in NineDevice9_SetStreamSourceFreq()
Dnine_state.c1543 ARG_VAL(UINT, Setting)) in CSMT_ITEM_NO_WAIT() argument
Dnine_lock.c1752 UINT Setting ) in LockDevice9_SetStreamSourceFreq()