Searched refs:cube (Results 1 - 25 of 37) sorted by last modified time

12

/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...]
/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/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h747 int isCube() const { return descTable[target].cube ? 1 : 0; }
765 bool cube;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_cmdbuf.c86 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.cube[i] );
H A Dr200_context.h500 struct radeon_state_atom cube[6]; member in struct:r200_hw_state
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_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/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h317 struct radeon_state_atom cube[3]; member in struct:r100_hw_state
H A Dradeon_ioctl.c82 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.cube[i]);
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_tex.c371 rmesa->hw.cube[i].dirty = GL_FALSE;
H A Dradeon_texstate.c811 uint32_t *cube_cmd = &rmesa->hw.cube[unit].cmd[CUBE_CMD_0];
813 RADEON_STATECHANGE( rmesa, cube[unit] );
/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/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h176 /** \returns an expression of the coefficient-wise cube of *this.
184 cube() const function
/external/eigen/bench/
H A Dvdw_new.cpp25 .cwise().cube()
/external/eigen/doc/snippets/
H A DCwise_cube.cpp2 cout << v.cube() << endl;
/external/eigen/test/
H A Dcwiseop.cpp123 VERIFY_IS_APPROX(m1.cwise().pow(3), m1.cwise().cube());
/external/eigen/test/eigen2/
H A Deigen2_cwiseop.cpp81 VERIFY_IS_APPROX(m1.cwise().pow(3), m1.cwise().cube());
/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c811 uint32_t *cube_cmd = &rmesa->hw.cube[unit].cmd[CUBE_CMD_0];
813 RADEON_STATECHANGE( rmesa, cube[unit] );
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h747 int isCube() const { return descTable[target].cube ? 1 : 0; }
765 bool cube;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_cmdbuf.c86 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.cube[i] );

Completed in 1886 milliseconds

12