Searched refs:functionList (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
| D | FunctionList.h | 27 std::vector<std::pair<std::function<void(iter_type, iter_type)>, bool>> functionList; variable 38 for (auto &f : functionList) { in operator() 45 functionList.emplace_back(std::move(f), true); in addEffect() 49 if (index < functionList.size()) { in removeEffectAt() 50 functionList.erase(std::next(functionList.begin(), index)); in removeEffectAt() 55 auto &v = functionList; in rotateEffectAt() 67 functionList[index] = {std::move(fun), functionList[index].second}; in modifyEffectAt() 71 functionList[index].second = enable; in enableEffectAt()
|
| D | native-lib.cpp | 98 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative() 106 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_removeEffectNative() 117 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_rotateEffectNative() 138 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_modifyEffectNative() 148 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_enableEffectNative() 156 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_enablePassthroughNative()
|
| D | DuplexEngine.cpp | 28 functionList.emplace<FunctionList<float *>>(); in beginStreams() 45 *inStream, [&functionStack = this->functionList](numeric *beg, numeric *end) { in createCallback()
|
| D | DuplexEngine.h | 42 std::variant<FunctionList<int16_t *>, FunctionList<float *>> functionList{
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| D | gen_framework.py | 1043 def isHandleUsed(structList, functionList, handleName): argument 1048 for fun in functionList:
|