Searched refs:cube (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
D | SimpleAppRS.java | 173 Renderable cube = mScene.appendNewRenderable(); in setupShadedGeometry() local 174 cube.setMesh(mCubeMesh); in setupShadedGeometry() 180 cube.setTransform(t); in setupShadedGeometry() 181 cube.appendSourceParams(new TextureParam("diffuse", new Texture2D("", "orange.jpg"))); in setupShadedGeometry() 182 cube.setRenderState(diffuseRS); in setupShadedGeometry()
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 38 and shows a silly cube animation.
|
/frameworks/rs/api/ |
D | rs_object_types.spec | 96 summary: Enum for selecting cube map faces
|
D | rs_matrix.spec | 287 six clipping planes <code>left, right, bottom, top, near, far</code> into a unit cube
|
D | rs_math.spec | 338 Returns the cube root. 1423 summary: Approximate cube root
|
/frameworks/rs/scriptc/ |
D | rs_object_types.rsh | 93 * rs_allocation_cubemap_face: Enum for selecting cube map faces
|
D | rs_matrix.rsh | 316 * six clipping planes left, right, bottom, top, near, far into a unit cube
|
D | rs_math.rsh | 427 * Returns the cube root. 2857 * native_cbrt: Approximate cube root
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_object_types.jd | 26 Enum for selecting cube map faces 115 <span class='normal'>: Enum for selecting cube map faces</span>
|
D | overview.jd | 545 Enum for selecting cube map faces 1321 Approximate cube root
|
D | index.jd | 312 Enum for selecting cube map faces 1243 Approximate cube root
|
D | rs_matrix.jd | 588 six clipping planes <code>left, right, bottom, top, near, far</code> into a unit cube
|
D | rs_math.jd | 676 Approximate cube root 1903 <p> Returns the cube root. 4991 <span class='normal'>: Approximate cube root</span>
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | advanced.jd | 523 <p>A type consists of five dimensions: X, Y, Z, LOD (level of detail), and Faces (of a cube
|