Searched defs:cube (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h176 /** \returns an expression of the coefficient-wise cube of *this.
184 cube() const function
/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/Eigen/src/Eigen2Support/
H A DCwiseOperators.h143 /** \deprecated ArrayBase::cube() */
146 Cwise<ExpressionType>::cube() const function in class:Eigen::Cwise
/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/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h317 struct radeon_state_atom cube[3]; member in struct:r100_hw_state
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.h500 struct radeon_state_atom cube[6]; member in struct:r200_hw_state

Completed in 348 milliseconds