Home
last modified time | relevance | path

Searched refs:mFunction (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
DDriveControl.h28 mFunction(function), kScale(scale) {} in DriveControl()
32 mFunction(beg, end); in operator()
37 std::function<void(iter_type, iter_type)> mFunction;
/third_party/glfw/deps/
Dtinycthread.c320 thrd_start_t mFunction; /**< Pointer to the function to be executed. */ member
340 fun = ti->mFunction; in _thrd_wrapper_function()
370 ti->mFunction = func; in thrd_create()
/third_party/skia/third_party/externals/angle2/src/common/
Ddebug.cpp171 : mFile(file), mFunction(function), mLine(line), mSeverity(severity) in LogMessage()
177 mStream << (slash ? (slash + 1) : mFile) << ":" << mLine << " (" << mFunction << "): "; in LogMessage()
Ddebug.h88 const char *mFunction; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp631 : TIntermOperator(op, type), mUseEmulatedFunction(false), mFunction(func) in TIntermAggregate()
637 ASSERT(mFunction == nullptr || mFunction->symbolType() != SymbolType::Empty); in TIntermAggregate()
754 for (size_t paramIndex = 0; paramIndex < mFunction->getParamCount(); ++paramIndex) in propagatePrecision()
756 const TVariable *paramVariable = mFunction->getParam(paramIndex); in propagatePrecision()
790 return mFunction->name().data(); in functionName()
794 return mFunction->name().data(); in functionName()
965 mFunction != nullptr && !mFunction->isKnownToNotHaveSideEffects(); in hasSideEffects()
1153 : TIntermTyped(), mFunction(function) in TIntermFunctionPrototype()
1155 ASSERT(mFunction->symbolType() != SymbolType::Empty); in TIntermFunctionPrototype()
1160 return mFunction->getReturnType(); in getType()
[all …]
DIntermNode.h564 const TFunction *getFunction() const { return mFunction; } in getFunction()
576 const TFunction *const mFunction; variable
651 const TFunction *getFunction() const { return mFunction; } in getFunction()
663 const TFunction *const mFunction; variable
750 const TFunction *getFunction() const { return mFunction; } in getFunction()
753 const TFunction *const mFunction;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp10996 member_function mFunction; member in RefPtr::Proxy
11000 mFunction(aFunction) in Proxy()
11006 return ((*mRawPtr).*mFunction)(mozilla::Forward<ActualArgs>(aArgs)...); in operator ()()
78820 member_function mFunction; member in nsAutoPtr::Proxy
78824 mFunction(aFunction) in Proxy()
78830 return ((*mRawPtr).*mFunction)(mozilla::Forward<ActualArgs>(aArgs)...); in operator ()()
116709 : mFunction(Forward<F>(aFunction)) in RunnableFunction()
116713 static_assert(IsVoid<decltype(mFunction())>::value, in Run()
116715 mFunction(); in Run()
116719 StoredFunction mFunction; member in mozilla::detail::RunnableFunction