OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFunctionMask
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
BuiltInFunctionEmulator.h
89
const bool*
mFunctionMask
; // a boolean flag for each function.
BuiltInFunctionEmulator.cpp
271
mFunctionMask
= kFunctionEmulationFragmentMask;
274
mFunctionMask
= kFunctionEmulationVertexMask;
295
if (function == TFunctionUnknown ||
mFunctionMask
[function] == false)
Completed in 680 milliseconds