HomeSort by relevance Sort by last modified time
    Searched defs:cube (Results 1 - 20 of 20) 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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
CubePresentation.java 17 package com.android.cts.verifier.projection.cube;
ProjectionCubeActivity.java 17 package com.android.cts.verifier.projection.cube;
Cube.java 17 package com.android.cts.verifier.projection.cube;
26 * A vertex shaded cube.
28 class Cube
30 public Cube()
CubeRenderer.java 17 package com.android.cts.verifier.projection.cube;
31 private final Cube mCube;
38 mCube = new 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 62 Allocation cube = Allocation.createTyped(mRS, buildCube.create()); local
63 cube.copyFromUnchecked(byteColorCube);
66 lut.setLUT(cube);
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 143 /** \deprecated ArrayBase::cube() */
146 Cwise<ExpressionType>::cube() const function in class:Eigen::Cwise
  /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...]
  /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...]
  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 556 // Cube texture tests.
931 tcu::TestCaseGroup* cube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap completeness"); local
    [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
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 

Completed in 604 milliseconds