Home
last modified time | relevance | path

Searched refs:scalars (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DInterpolator.cpp31 SkScalar* scalars = autoValues.ptr(); in Interpolator_setKeyFrame() local
37 interp->setKeyFrame(index, msec, scalars, blend); in Interpolator_setKeyFrame()
/frameworks/rs/tests/lldb/cpp/BranchingFunCalls/
DAndroid.mk8 scalars.rscript
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/
DAndroid.mk6 LOCAL_SRC_FILES := jnibranchingfuncalls.cpp scalars.rscript
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_alloc.rscript291 // These types are valid only for scalars
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_alloc.rscript293 // These types are valid only for scalars
/frameworks/rs/script_api/include/
Drs_allocation_data.rsh114 * rsAllocationVLoadX: Get a vector from an allocation of scalars
117 * It assumes that the allocation contains scalars.
594 * rsAllocationVStoreX: Store a vector into an allocation of scalars
597 * It assumes that the allocation contains scalars.
Drs_math.rsh22 * The mathematical functions below can be applied to scalars and vectors. When applied
730 * There are two variants of clamp: one where the min and max are scalars applied
/frameworks/rs/script_api/
Drs_math.spec20 The mathematical functions below can be applied to scalars and vectors. When applied
507 There are two variants of clamp: one where the min and max are scalars applied
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t588 * This structure is used to describe both scalars and tensors.
648 * Must be 0 for scalars.
655 * Must be nullptr for scalars.
888 * @param rank The number of dimensions. Must be 0 for scalars.