Searched refs:compute (Results 1 – 20 of 20) sorted by relevance
19 …<p>RenderScript exposes a set of compute APIs that you can use to do intensive computational opera…20 You can use the compute APIs in the context of a graphics RenderScript such as calculating the21 …transformation of many geometric objects in a scene. You can also create a standalone compute Rend…23 The RenderScript compute APIs are mainly defined in the <code>rs_cl.rsh</code> header</p>31 information on how to create a simple compute RenderScript.</p>35 information on how to create a compute RenderScript that is used in a graphics RenderScript.36 The compute RenderScript is contained in
43 <p>RenderScript offers a high performance 3D graphics rendering and compute API at the native52 android.opengl}). In addition, it also offers a high performance compute API that is not87 need a high performance compute language, then RenderScript offers that as well.
1 root_compute_non_void_ret.rs:4:5: error: compute root() is required to return a void type
1 root_graphics_13.rs:5:5: error: compute root() is required to return a void type
1 root_compute_really_bad.rs:4:5: error: compute root() is required to return a void type
43 /* slope in Q11 used to compute y = acos(x) */
146 void Element::compute() { in compute() function in Element188 e->compute(); in createRef()234 e->compute(); in createRef()
69 void Type::compute() { in compute() function in Type240 nt->compute(); in getTypeRef()
128 void compute();
58 void compute();
231 type->compute(); in createFromStream()
26 wallpaper uses the phone's location to compute sunrise and sunset times in order
106 is slow to compute or collect, the application may specify callback
274 * It is also possible to create a purely compute-based **root** function.
183 (For example, a function in a library to compute square roots has188 root function must still compute square roots.)
162 <li>Fixes TextView to properly compute styled font metrics based on the screen density.</li>
1095 RenderScript compute scripts from the VM level and have them automatically delegated to available1096 cores on the device. You do not use this method directly, but any compute RenderScript that you1787 <li>RenderScript graphics and compute engine: RenderScript offers a high performance 3D1788 graphics rendering and compute API at the native level, which you write in the C (C99 standard),
532 * Return round x/y to the nearest integer then compute the remander.
187 content. The invalidation messages are propagated all the way up the view hierarchy to compute
267 to compute the object property's animated values. You can also specify a custom {@link