Home
last modified time | relevance | path

Searched defs:LINEAR (Results 1 – 8 of 8) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DGradientType.java4 LINEAR, enumConstant
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_surface.h31 LINEAR = 0, enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dshape.h50 LINEAR = 2, enumerator
/external/minijail/tools/
Dcompiler.py36 LINEAR = 'linear' variable in OptimizationStrategy
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c918 #define LINEAR \ in fd_resource_allocate_and_resolve() macro
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp529 #define LINEAR(x) LINEAR_18030(x>>24, (x>>16)&0xff, (x>>8)&0xff, x&0xff) macro
/external/deqp/framework/common/
DtcuTexture.hpp208 LINEAR, enumerator
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1087 private static int LINEAR(int x) { in LINEAR() method in CharsetMBCS