Home
last modified time | relevance | path

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

12345678910>>...23

/frameworks/base/rs/java/android/renderscript/
DFieldPacker.java59 public void align(int v) { in align()
70 public void subalign(int v) { in subalign()
106 public void addI8(byte v) { in addI8()
115 public void addI16(short v) { in addI16()
123 short v = 0; in subI16() local
130 public void addI32(int v) { in addI32()
140 int v = 0; in subI32() local
149 public void addI64(long v) { in addI64()
163 long v = 0; in subI64() local
184 public void addU8(short v) { in addU8()
[all …]
DScript.java157 protected void invoke(int slot, FieldPacker v) { in invoke()
170 FieldPacker v) { in forEach()
179 FieldPacker v, LaunchOptions sc) { in forEach()
225 FieldPacker v) { in forEach()
235 FieldPacker v, LaunchOptions sc) { in forEach()
326 public void setVar(int index, float v) { in setVar()
327 mRS.nScriptSetVarF(getID(mRS), index, v); in setVar() local
337 public void setVar(int index, double v) { in setVar()
338 mRS.nScriptSetVarD(getID(mRS), index, v); in setVar() local
348 public void setVar(int index, int v) { in setVar()
[all …]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DFieldPacker.java60 public void align(int v) { in align()
71 public void subalign(int v) { in subalign()
107 public void addI8(byte v) { in addI8()
116 public void addI16(short v) { in addI16()
124 short v = 0; in subI16() local
131 public void addI32(int v) { in addI32()
141 int v = 0; in subI32() local
150 public void addI64(long v) { in addI64()
164 long v = 0; in subI64() local
185 public void addU8(short v) { in addU8()
[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()
611 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { in sincos()
615 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { in sincos()
619 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { in sincos()
739 extern uint16_t __attribute__((overloadable)) abs(int16_t v) { in abs()
[all …]
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
DVrActivity.java111 protected void onPostExecute(Volume v) { in onPostExecute()
123 public void cutXClick(View v) { in cutXClick()
128 public void cutYClick(View v) { in cutYClick()
133 public void cutZClick(View v) { in cutZClick()
138 public void rotateClick(View v) { in rotateClick()
143 public void resetClick(View v) { in resetClick()
147 public void saveClick(View v) { in saveClick()
151 public void looksClick(View v) { in looksClick()
171 public void dataClick(View v) { in dataClick()
199 private void uncheckOthers(View v) { in uncheckOthers()
[all …]
/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp24 uint32_t __attribute__((overloadable)) abs(int32_t v) {return SC_abs_i32(v);} in abs()
54 float __attribute__((overloadable)) fma(float u, float t, float v) {return SC_fmaf(u, t, v);} in fma()
59 float __attribute__((overloadable)) frexp(float v, int* ptr) {return SC_frexpf(v, ptr);} in frexp()
62 int __attribute__((overloadable)) ilogb(float v) {return SC_ilogbf(v); } in ilogb()
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()
107 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/support/v4/ics/android/support/v4/view/
DViewCompatICS.java30 public static boolean canScrollHorizontally(View v, int direction) { in canScrollHorizontally()
34 public static boolean canScrollVertically(View v, int direction) { in canScrollVertically()
38 public static void setAccessibilityDelegate(View v, @Nullable Object delegate) { in setAccessibilityDelegate()
42 public static void onPopulateAccessibilityEvent(View v, AccessibilityEvent event) { in onPopulateAccessibilityEvent()
46 public static void onInitializeAccessibilityEvent(View v, AccessibilityEvent event) { in onInitializeAccessibilityEvent()
50 public static void onInitializeAccessibilityNodeInfo(View v, Object info) { in onInitializeAccessibilityNodeInfo()
/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.java65 public boolean hasAlphaChangedFrom(float v) { in hasAlphaChangedFrom()
68 public boolean hasScaleChangedFrom(float v) { in hasScaleChangedFrom()
71 public boolean hasTranslationYChangedFrom(float v) { in hasTranslationYChangedFrom()
74 public boolean hasTranslationZChangedFrom(float v) { in hasTranslationZChangedFrom()
79 public void applyToTaskView(View v, int duration, Interpolator interp, boolean allowLayers, in applyToTaskView()
134 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.java106 public void resetTranslation(View v) { in resetTranslation()
114 private float getTranslation(View v) { in getTranslation()
123 private ObjectAnimator createTranslationAnimation(View v, float newPos) { in createTranslationAnimation()
134 private void setTranslation(View v, float translate) { in setTranslation()
142 private float getSize(View v) { in getSize()
381 boolean canChildBeDismissed(View v); in canChildBeDismissed()
383 void onBeginDrag(View v); in onBeginDrag()
385 void onSwipeChanged(View v, float delta); in onSwipeChanged()
387 void onChildDismissed(View v); in onChildDismissed()
389 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/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
DMainActivity.java106 public void setShutterSpeed(View v) { in setShutterSpeed()
117 public void setISO(View v) { in setISO()
128 public void setFocus(View v) { in setFocus()
142 public void back(View v) { in back()
148 public void capture(View v) { in capture()
/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()
Dvec4.h75 tvec4(A v) : x(v), y(v), z(v), w(v) { } in tvec4()
81 tvec4(const tvec2<A>& v, B z, C w) : x(v.x), y(v.y), z(z), w(w) { } in tvec4()
84 tvec4(const tvec3<A>& v, B w) : x(v.x), y(v.y), z(v.z), w(w) { } in tvec4()
87 explicit tvec4(const tvec4<A>& v) : x(v.x), y(v.y), z(v.z), w(v.w) { } in tvec4()
90 tvec4(const Impersonator< tvec4<A> >& v) in tvec4()
97 tvec4(const Impersonator< tvec3<A> >& v, B w) in tvec4()
104 tvec4(const Impersonator< tvec2<A> >& v, B z, C w) in tvec4()
/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()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSCompilerDriver.h91 void setDebugContext(bool v) { in setDebugContext()
106 void setEnableGlobalMerge(bool v) { in setEnableGlobalMerge()
115 void setEmbedGlobalInfo(bool v) { in setEmbedGlobalInfo()
126 void setEmbedGlobalInfoSkipConstant(bool v) { in setEmbedGlobalInfoSkipConstant()

12345678910>>...23