HomeSort by relevance Sort by last modified time
    Searched defs:cube (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/net/quic/congestion_control/
cube_root_test.cc 20 uint64 cube = i * i * i; local
21 uint8 cube_root = CubeRoot::Root(cube);
30 uint64 cube = i * i * i; local
31 uint32 cube_root = CubeRoot::Root(cube);
38 uint64 cube = i * i * i; local
39 uint32 cube_root = CubeRoot::Root(cube);
cubic_test.cc 40 uint64 cube = i * i * i; local
41 uint8 cube_root = cubic_->CubeRoot(cube);
50 uint64 cube = i * i * i; local
51 uint32 cube_root = cubic_->CubeRoot(cube);
58 uint64 cube = i * i * i; local
59 uint32 cube_root = cubic_->CubeRoot(cube);
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 176 /** \returns an expression of the coefficient-wise cube of *this.
184 cube() const function
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RS3DLUTTest.java 66 Allocation cube = Allocation.createTyped(mRS, build.create()); local
67 cube.copyFromUnchecked(byteColorCube);
70 lut.setLUT(cube);
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 143 /** \deprecated ArrayBase::cube() */
146 Cwise<ExpressionType>::cube() const function in class:Eigen::Cwise
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloMaterial.java 61 /** A simple textured cube -- in good MIP map quality. */
63 Geometry cube = new Geometry("My Textured Box", boxshape1); local
67 cube.setMaterial(mat_stl);
68 rootNode.attachChild(cube);
80 /** A cube with its base color "leaking" through a partially transparent texture */
82 Geometry cube_leak = new Geometry("Leak-through color cube", boxshape4);
HelloPicking.java 126 /** A cube object for target practice */
129 Geometry cube = new Geometry(name, box); local
132 cube.setMaterial(mat1);
133 return cube;
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNode.java 41 * A cube with a color "bleeding" through transparent texture. Uses
45 cube = new Geometry("cube1", boxshape4);
47 cube.setMaterial(mat);
52 * A cube with a color "bleeding" through transparent texture. Uses
59 TangentBinormalGenerator.generate(cube);
65 batch.attachChild(cube);
70 cube.setLocalTranslation(3, 0, 0);
81 Geometry cube; field in class:TestBatchNode
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
TestMousePick.java 108 /** A cube object for target practice */
111 Geometry cube = new Geometry(name, box); local
114 cube.setMaterial(mat1);
115 return cube;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1);
53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1);
54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1);
56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3);
57 mCubes[4] = new Cube(world, c2, c4, c2, c3, c5, c3);
58 mCubes[5] = new Cube(world, c4, c4, c2, c5, c5, c3);
60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5);
61 mCubes[7] = new Cube(world, c2, c4, c4, c3, c5, c5);
62 mCubes[8] = new Cube(world, c4, c4, c4, c5, c5, c5);
64 mCubes[9] = new Cube(world, c0, c2, c0, c1, c3, c1)
92 Cube cube = mCubes[i]; local
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/games/
CubeField.java 120 for (Geometry cube : cubeField){
121 cube.removeFromParent();
174 * Randomly Places a cube on the map between 30 and 90 paces away from player
177 Geometry cube = fcube.clone(); local
183 cube.getLocalTranslation().set(x, 0, z);
192 cube.setMaterial(mat);
194 rootNode.attachChild(cube);
195 cubeField.add(cube);
289 //Remove cube if 10 world units behind player
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
SimpleAppRS.java 82 // Load a file that constains two pieces of geometry, a sphere and a cube
172 // Draw a cube
173 Renderable cube = mScene.appendNewRenderable(); local
174 cube.setMesh(mCubeMesh);
180 cube.setTransform(t);
181 cube.appendSourceParams(new TextureParam("diffuse", new Texture2D("", "orange.jpg")));
182 cube.setRenderState(diffuseRS);
  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 16 /* Undefine this if you want a flat cube instead of a rainbow cube */
469 float cube[8][3]= {{ 0.5, 0.5, -0.5}, local
624 glVertex3fv(cube[0]);
626 glVertex3fv(cube[1]);
628 glVertex3fv(cube[2]);
630 glVertex3fv(cube[3]);
633 glVertex3fv(cube[3]);
635 glVertex3fv(cube[4]);
637 glVertex3fv(cube[7])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_set.py 1688 def cube(n): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_set.py 1688 def cube(n): function
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_context.h 317 struct radeon_state_atom cube[3]; member in struct:r100_hw_state
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.h 317 struct radeon_state_atom cube[3]; member in struct:r100_hw_state
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_context.h 500 struct radeon_state_atom cube[6]; member in struct:r200_hw_state
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.h 500 struct radeon_state_atom cube[6]; member in struct:r200_hw_state

Completed in 481 milliseconds