Searched defs:cube (Results 1 - 9 of 9) sorted by path

/external/chromium_org/net/quic/congestion_control/
H A Dcube_root_test.cc20 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);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_context.h500 struct radeon_state_atom cube[6]; member in struct:r200_hw_state
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h317 struct radeon_state_atom cube[3]; member in struct:r100_hw_state
/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp931 tcu::TestCaseGroup* cube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap completeness"); local
932 addChild(cube);
961 cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level_0", "", IVec2(64, 64), IVec2(63, 63), 0));
962 cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level_1", "", IVec2(64, 64), IVec2(31, 31), 1));
963 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));
964 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));
965 cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "not_positive_level_0", "", IVec2(64, 64), IVec2(0,0) , 0));
967 cube->addChild(new IncompleteCubeFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismatch_rgb_rgba_level_0", "", IVec2(64, 64), GL_RGB, GL_RGBA));
968 cube
[all...]
/external/eigen/Eigen/src/Eigen2Support/
H A DCwiseOperators.h143 /** \deprecated ArrayBase::cube() */
146 Cwise<ExpressionType>::cube() const function in class:Eigen::Cwise
/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/r200/
H A Dr200_context.h500 struct radeon_state_atom cube[6]; member in struct:r200_hw_state
/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/qemu/distrib/sdl-1.2.15/test/
H A Dtestgl.c16 /* 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[
[all...]

Completed in 349 milliseconds