Home
last modified time | relevance | path

Searched defs:vd (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/ui/tests/
Dvec_test.cpp80 tvec4<double> vd(2); in TEST_F() local
231 tvec4<double> vd(2); in TEST_F() local
253 tvec3<double> vd(east); in TEST_F() local
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
DVectorDrawable01.java86 VectorDrawable vd = (VectorDrawable) button.getBackground(); in onCreate() local
/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.h64 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp386 static uint32_t encodeSIMDRegs(uint32_t vd, uint32_t vn, uint32_t vm) { in encodeSIMDRegs()