Home
last modified time | relevance | path

Searched refs:compute (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd19 …<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 the
21 …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
Dindex.jd43 <p>RenderScript offers a high performance 3D graphics rendering and compute API at the native
52 android.opengl}). In addition, it also offers a high performance compute API that is not
87 need a high performance compute language, then RenderScript offers that as well.
/frameworks/compile/slang/tests/F_root_compute_non_void_ret/
Dstderr.txt.expect1 root_compute_non_void_ret.rs:4:5: error: compute root() is required to return a void type
/frameworks/compile/slang/tests/F_root_graphics_13/
Dstderr.txt.expect1 root_graphics_13.rs:5:5: error: compute root() is required to return a void type
/frameworks/compile/slang/tests/F_root_compute_really_bad/
Dstderr.txt.expect1 root_compute_really_bad.rs:4:5: error: compute root() is required to return a void type
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
Disp_isf.tab43 /* slope in Q11 used to compute y = acos(x) */
/frameworks/base/libs/rs/
DrsElement.cpp146 void Element::compute() { in compute() function in Element
188 e->compute(); in createRef()
234 e->compute(); in createRef()
DrsType.cpp69 void Type::compute() { in compute() function in Type
240 nt->compute(); in getTypeRef()
DrsElement.h128 void compute();
DrsType.h58 void compute();
DrsAllocation.cpp231 type->compute(); in createFromStream()
/frameworks/base/docs/html/resources/articles/
Dlive-wallpapers.jd26 wallpaper uses the phone's location to compute sunrise and sunset times in order
/frameworks/base/opengl/specs/
DEGL_ANDROID_blob_cache.txt106 is slow to compute or collect, the application may specify callback
/frameworks/compile/slang/
DREADME.rst274 * It is also possible to create a purely compute-based **root** function.
/frameworks/base/opengl/tests/angeles/
Dlicense-LGPL.txt183 (For example, a function in a library to compute square roots has
188 root function must still compute square roots.)
/frameworks/base/docs/html/sdk/
Dandroid-1.6.jd162 <li>Fixes TextView to properly compute styled font metrics based on the screen density.</li>
Dandroid-4.0.jd1095 RenderScript compute scripts from the VM level and have them automatically delegated to available
1096 cores on the device. You do not use this method directly, but any compute RenderScript that you
1787 <li>RenderScript graphics and compute engine: RenderScript offers a high performance 3D
1788 graphics rendering and compute API at the native level, which you write in the C (C99 standard),
/frameworks/base/libs/rs/scriptc/
Drs_cl.rsh532 * Return round x/y to the nearest integer then compute the remander.
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd187 content. The invalidation messages are propagated all the way up the view hierarchy to compute
Dprop-animation.jd267 to compute the object property's animated values. You can also specify a custom {@link