OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFConst
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
ConstantUnion.h
26
float
getFConst
() { return fConst; }
29
float
getFConst
() const { return fConst; }
intermediate.h
388
float
getFConst
(size_t index) const { return unionArrayPointer ? unionArrayPointer[index].
getFConst
() : 0.0f; }
Completed in 51 milliseconds