Searched refs:cube (Results 1 - 25 of 25) sorted by relevance

/external/eigen/doc/snippets/
H A DCwise_cube.cpp2 cout << v.cube() << endl;
/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNode.java41 * 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/eigen/bench/
H A Dvdw_new.cpp25 .cwise().cube()
/external/jmonkeyengine/engine/src/test/jme3test/collision/
H A DTestMousePick.java108 /** A cube object for target practice */
111 Geometry cube = new Geometry(name, box);
114 cube.setMaterial(mat1);
115 return cube;
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
H A DHelloMaterial.java61 /** A simple textured cube -- in good MIP map quality. */
63 Geometry cube = new Geometry("My Textured Box", boxshape1);
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);
H A DHelloPicking.java126 /** A cube object for target practice */
129 Geometry cube = new Geometry(name, box);
132 cube.setMaterial(mat1);
133 return cube;
/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp936 tcu::TestCaseGroup* cube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap completeness"); local
937 addChild(cube);
966 cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level_0", "", IVec2(64, 64), IVec2(63, 63), 0));
967 cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level_1", "", IVec2(64, 64), IVec2(31, 31), 1));
968 cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level_0_pos_x", "", IVec2(64, 64), IVec2(63, 63), 0, tcu::CUBEFACE_POSITIVE_X));
969 cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level_1_neg_x", "", IVec2(64, 64), IVec2(31, 31), 1, tcu::CUBEFACE_NEGATIVE_X));
970 cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "not_positive_level_0", "", IVec2(64, 64), IVec2(0,0) , 0));
972 cube->addChild(new IncompleteCubeFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismatch_rgb_rgba_level_0", "", IVec2(64, 64), GL_RGB, GL_RGBA));
973 cube
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/games/
H A DCubeField.java120 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();
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
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c687 ALLOC_STATE( cube[0], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-0", 0 );
688 ALLOC_STATE( cube[1], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-1", 1 );
689 ALLOC_STATE( cube[2], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-2", 2 );
690 ALLOC_STATE( cube[3], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-3", 3 );
691 ALLOC_STATE( cube[4], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-4", 4 );
692 ALLOC_STATE( cube[5], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-5", 5 );
694 rmesa->hw.cube[i].emit = cube_emit_cs;
695 rmesa->hw.cube[i].check = check_tex_cube_cs;
786 rmesa->hw.cube[0].cmd[CUBE_CMD_0] = cmdpkt(rmesa, R200_EMIT_PP_CUBIC_FACES_0);
787 rmesa->hw.cube[
[all...]
H A Dr200_context.h500 struct radeon_state_atom cube[6]; member in struct:r200_hw_state
H A Dr200_cmdbuf.c86 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.cube[i] );
H A Dr200_tex.c429 rmesa->hw.cube[i].dirty = GL_FALSE;
H A Dr200_texstate.c1090 GLuint *cube_cmd = &rmesa->hw.cube[unit].cmd[CUBE_CMD_0];
1092 R200_STATECHANGE( rmesa, cube[unit] );
1094 /* that value is submitted twice. could change cube atom
/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h176 /** \returns an expression of the coefficient-wise cube of *this.
184 cube() const function
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c575 ALLOC_STATE_IDX( cube[0], cube0_mm, CUBE_STATE_SIZE, "CUBE/cube-0", 0, 0 );
576 ALLOC_STATE_IDX( cube[1], cube1_mm, CUBE_STATE_SIZE, "CUBE/cube-1", 0, 1 );
577 ALLOC_STATE_IDX( cube[2], cube2_mm, CUBE_STATE_SIZE, "CUBE/cube-2", 0, 2 );
579 rmesa->hw.cube[i].emit = cube_emit_cs;
605 rmesa->hw.cube[0].cmd[CUBE_CMD_0] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_FACES_0);
606 rmesa->hw.cube[0].cmd[CUBE_CMD_1] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_OFFSETS_T0);
607 rmesa->hw.cube[
[all...]
H A Dradeon_context.h317 struct radeon_state_atom cube[3]; member in struct:r100_hw_state
H A Dradeon_tex.c371 rmesa->hw.cube[i].dirty = GL_FALSE;
H A Dradeon_ioctl.c82 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.cube[i]);
H A Dradeon_texstate.c811 uint32_t *cube_cmd = &rmesa->hw.cube[unit].cmd[CUBE_CMD_0];
813 RADEON_STATECHANGE( rmesa, cube[unit] );
/external/mesa3d/docs/
H A DMESA_texture_array.spec204 TEXTURE_CUBE_MAP_NEGATIVE_Z for a cube map texture. Additionally,
207 texture, or PROXY TEXTURE_CUBE_MAP for a cube map proxy texture in the
294 cube map texture,"
345 arrays for the cube map texture, partially instantiated image arrays
348 array is maintained for the cube map texture. Each proxy image array
377 named one-, two-, and three-dimensional, cube map, and one- and
394 three-dimensional, cube map, one- or two-dimensional array texture
414 one-, two-, three-dimensional, cube map, and one- and two-dimensional
418 three-dimensional, cube map, one- and two-dimensional array textures
437 three dimensional, cube ma
[all...]
/external/eigen/Eigen/src/Eigen2Support/
H A DCwise.h87 const EIGEN_CWISE_UNOP_RETURN_TYPE(internal::scalar_cube_op) cube() const;
H A DCwiseOperators.h143 /** \deprecated ArrayBase::cube() */
146 Cwise<ExpressionType>::cube() const function in class:Eigen::Cwise
/external/eigen/test/
H A Dcwiseop.cpp125 VERIFY_IS_APPROX(m1.cwise().pow(3), m1.cwise().cube());
/external/eigen/test/eigen2/
H A Deigen2_cwiseop.cpp78 VERIFY_IS_APPROX(m1.cwise().pow(3), m1.cwise().cube());
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h747 int isCube() const { return descTable[target].cube ? 1 : 0; }
765 bool cube;

Completed in 784 milliseconds