Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLIRGenerator.h53 struct CapValue { struct
54 CapValue() in CapValue() function
60 CapValue(bool b) in CapValue() function
64 CapValue(int i) in CapValue() function
68 enum {
71 } fKind;
72 int fValue;