Home
last modified time | relevance | path

Searched refs:buildDefaultEffect (Results 1 – 3 of 3) sorted by relevance

/external/oboe/apps/fxlab/app/src/main/cpp/tests/
DTypeTests.h36 auto f = descrip.buildDefaultEffect<float*>(); in TEST()
37 auto g = vibdes.buildDefaultEffect<float*>(); in TEST()
38 auto h = vibdes.buildDefaultEffect<float*>(); in TEST()
40 auto j = gaindes.buildDefaultEffect<float*>(); in TEST()
/external/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DEffectDescription.h79 static _ef<iter_type> buildDefaultEffect() { in buildDefaultEffect() function
/external/oboe/apps/fxlab/app/src/main/cpp/
Dnative-lib.cpp95 args.template buildDefaultEffect<decltype(stack.getType())>() : f), ...); in Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative()