Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/ir/
DSkSLSetting.h20 struct Setting : public Expression { struct
21 Setting(int offset, String name, std::unique_ptr<Expression> value) in Setting() argument
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;
/third_party/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
/third_party/libuv/src/win/
Ddetect-wakeup.c37 PVOID Setting) { in uv__system_resume_callback()
/third_party/skia/src/sksl/ir/
DSkSLSetting.h25 Setting(int line, skstd::string_view name, const Type* type) in Setting() function
/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
Dsettings.rs69 pub(crate) fn set(&mut self, setting: Setting) { in set()
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h47 class Setting; variable
DSkSLMetalCodeGenerator.h41 class Setting; variable
DSkSLGLSLCodeGenerator.h38 class Setting; variable
/third_party/mbedtls/scripts/
Dconfig.py28 class Setting: class
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c3788 UINT Setting ) in NineDevice9_SetStreamSourceFreq()
Dnine_state.c1595 ARG_VAL(UINT, Setting)) in CSMT_ITEM_NO_WAIT() argument
Dnine_lock.c1752 UINT Setting ) in LockDevice9_SetStreamSourceFreq()