Searched refs:mFunction (Results 1 – 9 of 9) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | FadeDrawableComponent.java | 34 private int mFunction; field in FadeDrawableComponent 53 mFunction = FADE_LINEAR; in reset() 101 if (mFunction == FADE_LINEAR) { in update() 103 } else if (mFunction == FADE_EASE) { in update() 139 mFunction = function; in setupFade()
|
/external/oboe/apps/fxlab/app/src/main/cpp/effects/ |
D | DriveControl.h | 28 mFunction(function), kScale(scale) {} in DriveControl() 32 mFunction(beg, end); in operator() 37 std::function<void(iter_type, iter_type)> mFunction;
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 429 mFunction(function), 549 ASSERT(mFunction == CommandGraphNodeFunction::BeginQuery || in setQueryPool() 550 mFunction == CommandGraphNodeFunction::EndQuery || in setQueryPool() 551 mFunction == CommandGraphNodeFunction::WriteTimestamp || in setQueryPool() 552 mFunction == CommandGraphNodeFunction::BeginTransformFeedbackQuery || in setQueryPool() 553 mFunction == CommandGraphNodeFunction::EndTransformFeedbackQuery); in setQueryPool() 560 ASSERT(mFunction == CommandGraphNodeFunction::SetFenceSync || in setFenceSync() 561 mFunction == CommandGraphNodeFunction::WaitFenceSync); in setFenceSync() 567 ASSERT(mFunction == CommandGraphNodeFunction::InsertDebugMarker || in setDebugMarker() 568 mFunction == CommandGraphNodeFunction::PushDebugMarker); in setDebugMarker() [all …]
|
D | CommandGraph.h | 190 CommandGraphNodeFunction getFunction() const { return mFunction; } in getFunction() 248 CommandGraphNodeFunction mFunction; variable
|
/external/clang/test/SemaTemplate/ |
D | instantiate-local-class.cpp | 148 T mFunction; in func() member 150 Struct(T function) : mFunction(function) {}; in func() 153 mFunction(); in func()
|
/external/angle/src/common/ |
D | debug.cpp | 171 : mFile(file), mFunction(function), mLine(line), mSeverity(severity) in LogMessage() 177 mStream << (slash ? (slash + 1) : mFile) << ":" << mLine << " (" << mFunction << "): "; in LogMessage()
|
D | debug.h | 88 const char *mFunction; variable
|
/external/angle/src/compiler/translator/ |
D | IntermNode.cpp | 639 : TIntermOperator(op, type), mUseEmulatedFunction(false), mFunction(func) in TIntermAggregate() 645 ASSERT(mFunction == nullptr || mFunction->symbolType() != SymbolType::Empty); in TIntermAggregate() 762 for (size_t paramIndex = 0; paramIndex < mFunction->getParamCount(); ++paramIndex) in propagatePrecision() 764 const TVariable *paramVariable = mFunction->getParam(paramIndex); in propagatePrecision() 798 return mFunction->name().data(); in functionName() 802 return mFunction->name().data(); in functionName() 973 mFunction != nullptr && !mFunction->isKnownToNotHaveSideEffects(); in hasSideEffects() 1161 : TIntermTyped(), mFunction(function) in TIntermFunctionPrototype() 1163 ASSERT(mFunction->symbolType() != SymbolType::Empty); in TIntermFunctionPrototype() 1168 return mFunction->getReturnType(); in getType() [all …]
|
D | IntermNode.h | 564 const TFunction *getFunction() const { return mFunction; } in getFunction() 576 const TFunction *const mFunction; variable 654 const TFunction *getFunction() const { return mFunction; } in getFunction() 666 const TFunction *const mFunction; variable 753 const TFunction *getFunction() const { return mFunction; } in getFunction() 756 const TFunction *const mFunction;
|