Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/frameworks/base/rs/java/android/renderscript/
DFieldPacker.java50 public void align(int v) { in align()
61 public void subalign(int v) { in subalign()
97 public void addI8(byte v) { in addI8()
106 public void addI16(short v) { in addI16()
114 short v = 0; in subI16() local
121 public void addI32(int v) { in addI32()
131 int v = 0; in subI32() local
140 public void addI64(long v) { in addI64()
154 long v = 0; in subI64() local
175 public void addU8(short v) { in addU8()
[all …]
DScript.java118 protected void invoke(int slot, FieldPacker v) { in invoke()
130 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { in forEach()
157 …protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc)… in forEach()
190 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v) { in forEach()
199 …protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v, LaunchOptions … in forEach()
263 public void setVar(int index, float v) { in setVar()
264 mRS.nScriptSetVarF(getID(mRS), index, v); in setVar() local
274 public void setVar(int index, double v) { in setVar()
275 mRS.nScriptSetVarD(getID(mRS), index, v); in setVar() local
285 public void setVar(int index, int v) { in setVar()
[all …]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DFieldPacker.java42 public void align(int v) { in align()
86 public void addI8(byte v) { in addI8()
94 public void addI16(short v) { in addI16()
104 public void addI32(int v) { in addI32()
116 public void addI64(long v) { in addI64()
132 public void addU8(short v) { in addU8()
143 public void addU16(int v) { in addU16()
157 public void addU32(long v) { in addU32()
173 public void addU64(long v) { in addU64()
193 public void addF32(float v) { in addF32()
[all …]
DFieldPackerThunker.java39 void align(int v) { in align()
61 public void addI8(byte v) { in addI8()
66 public void addI16(short v) { in addI16()
71 public void addI32(int v) { in addI32()
76 public void addI64(long v) { in addI64()
81 public void addU8(short v) { in addU8()
86 public void addU16(int v) { in addU16()
91 public void addU32(long v) { in addU32()
96 public void addU64(long v) { in addU64()
101 public void addF32(float v) { in addF32()
[all …]
DSamplerThunker.java44 static android.renderscript.Sampler.Value convertValue (Value v) { in convertValue()
87 public void setMinification(Value v) { in setMinification()
98 public void setMagnification(Value v) { in setMagnification()
106 public void setWrapS(Value v) { in setWrapS()
114 public void setWrapT(Value v) { in setWrapT()
122 public void setAnisotropy(float v) { in setAnisotropy()
DScriptCThunker.java90 void thunkInvoke(int slot, FieldPacker v) { in thunkInvoke()
100 void thunkForEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { in thunkForEach()
120 void thunkForEach(int slot, Allocation ain, Allocation aout, FieldPacker v, in thunkForEach()
149 void thunkSetVar(int index, float v) { in thunkSetVar()
156 void thunkSetVar(int index, double v) { in thunkSetVar()
163 void thunkSetVar(int index, int v) { in thunkSetVar()
170 void thunkSetVar(int index, long v) { in thunkSetVar()
177 void thunkSetVar(int index, boolean v) { in thunkSetVar()
200 void thunkSetVar(int index, FieldPacker v) { in thunkSetVar()
210 void thunkSetVar(int index, FieldPacker v, Element e, int[] dims) { in thunkSetVar()
DScript.java171 protected void invoke(int slot, FieldPacker v) { in invoke()
227 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { in forEach()
261 …protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc)… in forEach()
301 public void setVar(int index, float v) { in setVar()
307 mRS.nScriptSetVarF(getID(mRS), index, v); in setVar() local
316 public void setVar(int index, double v) { in setVar()
322 mRS.nScriptSetVarD(getID(mRS), index, v); in setVar() local
331 public void setVar(int index, int v) { in setVar()
337 mRS.nScriptSetVarI(getID(mRS), index, v); in setVar() local
346 public void setVar(int index, long v) { in setVar()
[all …]
/frameworks/native/opengl/libagl/
Dfp.h114 bool isZerof(GLfloat v) { in isZerof()
127 bool isOnef(GLfloat v) { in isOnef()
131 int isZeroOrNegativef(GLfloat v) { in isZeroOrNegativef()
144 int exponent(GLfloat v) { in exponent()
153 int32_t mantissa(GLfloat v) { in mantissa()
166 GLfloat clampToZerof(GLfloat v) { in clampToZerof()
180 GLfloat reciprocalf(GLfloat v) { in reciprocalf()
185 GLfloat rsqrtf(GLfloat v) { in rsqrtf()
190 GLfloat sqrf(GLfloat v) { in sqrf()
195 GLfloat addExpf(GLfloat v, int e) { in addExpf()
[all …]
Darray.cpp136 static void currentColor(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor()
139 static void currentColor_clamp(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor_clamp()
142 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentNormal()
145 static void currentTexCoord(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentTexCoord()
152 static void fetch2b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch2b()
156 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch2s()
160 static void fetch2x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch2x()
163 static void fetch2f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch2f()
167 static void fetch3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch3b()
172 static void fetch3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch3s()
[all …]
Dvertex.cpp54 void perspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in perspective()
83 void clipFrustumPerspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in clipFrustumPerspective()
110 void clipAllPerspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in clipAllPerspective()
136 void ogles_vertex_project(ogles_context_t* c, vertex_t* v) { in ogles_vertex_project()
140 void ogles_vertex_perspective2D(ogles_context_t* c, vertex_t* v) in ogles_vertex_perspective2D()
151 void ogles_vertex_perspective3DZ(ogles_context_t* c, vertex_t* v) { in ogles_vertex_perspective3DZ()
154 void ogles_vertex_perspective3D(ogles_context_t* c, vertex_t* v) { in ogles_vertex_perspective3D()
157 void ogles_vertex_clipAllPerspective3DZ(ogles_context_t* c, vertex_t* v) { in ogles_vertex_clipAllPerspective3DZ()
160 void ogles_vertex_clipAllPerspective3D(ogles_context_t* c, vertex_t* v) { in ogles_vertex_clipAllPerspective3D()
/frameworks/rs/driver/runtime/
Drs_cl.c414 extern float __attribute__((overloadable)) exp10(float v) { in exp10()
503 extern float __attribute__((overloadable)) nan(uint v) { in nan()
530 extern float2 __attribute__((overloadable)) powr(float2 v, float2 p) { in powr()
533 extern float3 __attribute__((overloadable)) powr(float3 v, float3 p) { in powr()
536 extern float4 __attribute__((overloadable)) powr(float4 v, float4 p) { in powr()
587 extern float __attribute__((overloadable)) rsqrt(float v) { in rsqrt()
608 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { in sincos()
612 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { in sincos()
616 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { in sincos()
736 extern uint16_t __attribute__((overloadable)) abs(int16_t v) { in abs()
[all …]
/frameworks/support/v4/ics/android/support/v4/view/
DViewCompatICS.java29 public static boolean canScrollHorizontally(View v, int direction) { in canScrollHorizontally()
33 public static boolean canScrollVertically(View v, int direction) { in canScrollVertically()
37 public static void setAccessibilityDelegate(View v, Object delegate) { in setAccessibilityDelegate()
41 public static void onPopulateAccessibilityEvent(View v, AccessibilityEvent event) { in onPopulateAccessibilityEvent()
45 public static void onInitializeAccessibilityEvent(View v, AccessibilityEvent event) { in onInitializeAccessibilityEvent()
49 public static void onInitializeAccessibilityNodeInfo(View v, Object info) { in onInitializeAccessibilityNodeInfo()
/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp25 uint32_t __attribute__((overloadable)) abs(int32_t v) {return SC_abs_i32(v);} in abs()
55 float __attribute__((overloadable)) fma(float u, float t, float v) {return SC_fmaf(u, t, v);} in fma()
60 float __attribute__((overloadable)) frexp(float v, int* ptr) {return SC_frexpf(v, ptr);} in frexp()
64 float __attribute__((overloadable)) ldexp(float v, int i) {return SC_ldexpf(v, i);} in ldexp()
67 float __attribute__((overloadable)) lgamma(float v, int* ptr) {return SC_lgammaf_r(v, ptr);} in lgamma()
73 float modf(float v, float* ptr) {return SC_modff(v, ptr);} in modf()
78 float remquo(float t, float v, int* ptr) {return SC_remquof(t, v, ptr);} in remquo()
106 extern "C" int __aeabi_idiv0(int v) { return v; } in __aeabi_idiv0()
/frameworks/base/tools/aidl/
DType.cpp230 Type::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) in WriteToParcel()
239 Type::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**) in CreateFromParcel() argument
248 Type::ReadFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**) in ReadFromParcel() argument
257 Type::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) in WriteArrayToParcel()
266 Type::CreateArrayFromParcel(StatementBlock* addTo, Variable* v, in CreateArrayFromParcel()
276 Type::ReadArrayFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**) in ReadArrayFromParcel() argument
285 Type::WriteToRpcData(StatementBlock* addTo, Expression* k, Variable* v, in WriteToRpcData()
295 Type::CreateFromRpcData(StatementBlock* addTo, Expression* k, Variable* v, Variable* data, in CreateFromRpcData()
345 BasicType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) in WriteToParcel()
351 BasicType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**) in CreateFromParcel() argument
[all …]
/frameworks/base/core/jni/android/graphics/
DCamera.cpp24 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_save() local
30 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_restore() local
37 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_translate() local
43 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_rotateX() local
49 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_rotateY() local
55 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_rotateZ() local
61 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_rotate() local
69 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_setLocation() local
75 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_getLocationX() local
81 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_getLocationY() local
[all …]
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java109 public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToBottom()
122 ViewGroup v) { in scrollToBottom()
144 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToTop()
156 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop()
177 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v) { in dragViewToBottom()
188 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom()
204 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v, in dragViewToBottom()
217 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v, in dragViewToBottom()
240 public static void tapView(InstrumentationTestCase test, View v) { in tapView()
280 public static void touchAndCancelView(InstrumentationTestCase test, View v) { in touchAndCancelView()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewTransform.java66 public boolean hasAlphaChangedFrom(float v) { in hasAlphaChangedFrom()
69 public boolean hasScaleChangedFrom(float v) { in hasScaleChangedFrom()
72 public boolean hasTranslationYChangedFrom(float v) { in hasTranslationYChangedFrom()
75 public boolean hasTranslationZChangedFrom(float v) { in hasTranslationZChangedFrom()
80 public void applyToTaskView(View v, int duration, Interpolator interp, boolean allowLayers, in applyToTaskView()
135 public static void reset(View v) { in reset()
DViewPool.java31 public void prepareViewToEnterPool(V v); in prepareViewToEnterPool()
32 public void prepareViewToLeavePool(V v, T prepareData, boolean isNewView); in prepareViewToLeavePool()
33 public boolean hasPreferredData(V v, T preferredData); in hasPreferredData()
47 void returnViewToPool(V v) { in returnViewToPool()
54 V v = null; in pickUpViewFromPool() local
DSwipeHelper.java107 public void resetTranslation(View v) { in resetTranslation()
115 private float getTranslation(View v) { in getTranslation()
124 private ObjectAnimator createTranslationAnimation(View v, float newPos) { in createTranslationAnimation()
135 private void setTranslation(View v, float translate) { in setTranslation()
143 private float getSize(View v) { in getSize()
383 boolean canChildBeDismissed(View v); in canChildBeDismissed()
385 void onBeginDrag(View v); in onBeginDrag()
387 void onSwipeChanged(View v, float delta); in onSwipeChanged()
389 void onChildDismissed(View v); in onChildDismissed()
391 void onSnapBackCompleted(View v); in onSnapBackCompleted()
[all …]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DViewLayersActivity5.java89 public void enableClip(View v) { in enableClip()
93 public void disableClip(View v) { in disableClip()
97 public void enableLayer(View v) { in enableLayer()
101 public void disableLayer(View v) { in disableLayer()
105 public void growLayer(View v) { in growLayer()
110 public void shrinkLayer(View v) { in shrinkLayer()
127 TextView v = (TextView) super.getView(position, convertView, parent); in getView() local
DListActivity.java91 public void startProfiling(View v) { in startProfiling()
94 public void stopProfiling(View v) { in stopProfiling()
98 … public void onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo) { in onCreateContextMenu()
113 TextView v = (TextView) super.getView(position, convertView, parent); in getView() local
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Daggregate-indirect-arg.cpp19 void bar(SVal &v) {} in bar()
22 void foo(SVal v) { bar(v); } in foo()
26 SVal v; in main() local
/frameworks/native/include/ui/
DTMatHelpers.h51 inline int PURE transpose(int v) { return v; } in transpose()
52 inline float PURE transpose(float v) { return v; } in transpose()
53 inline double PURE transpose(double v) { return v; } in transpose()
55 inline int PURE trace(int v) { return v; } in trace()
56 inline float PURE trace(float v) { return v; } in trace()
57 inline double PURE trace(double v) { return v; } in trace()
Dvec3.h71 tvec3(A v) : x(v), y(v), z(v) { } in tvec3()
77 tvec3(const tvec2<A>& v, B z) : x(v.x), y(v.y), z(z) { } in tvec3()
80 explicit tvec3(const tvec3<A>& v) : x(v.x), y(v.y), z(v.z) { } in tvec3()
83 tvec3(const Impersonator< tvec3<A> >& v) in tvec3()
89 tvec3(const Impersonator< tvec2<A> >& v, B z) in tvec3()
97 tvec3 __attribute__((pure)) cross(const tvec3& u, const tvec3<RT>& v) { in cross()
/frameworks/rs/
DrsStream.h94 void addF(float v) { in addF()
98 void addI32(int32_t v) { in addI32()
108 void addU32(uint32_t v) { in addU32()
118 void addU16(uint16_t v) { in addU16()
126 inline void addU8(uint8_t v) { in addU8()

12345678910>>...22