HomeSort by relevance Sort by last modified time
    Searched refs:_Position (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
macros.h 66 /** Verify that we can insert into *this with the iterator _Position.
73 #define __glibcxx_check_insert(_Position) \
74 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
77 ._M_iterator(_Position, #_Position)); \
78 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
81 ._M_iterator(_Position, #_Position))
83 /** Verify that we can insert into *this after the iterator _Position.
90 #define __glibcxx_check_insert_after(_Position) \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
macros.h 66 /** Verify that we can insert into *this with the iterator _Position.
73 #define __glibcxx_check_insert(_Position) \
74 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
77 ._M_iterator(_Position, #_Position)); \
78 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
81 ._M_iterator(_Position, #_Position))
83 /** Verify that we can insert into *this after the iterator _Position.
90 #define __glibcxx_check_insert_after(_Position) \
    [all...]
  /external/mesa3d/src/mesa/main/
light.c 967 /* _Position is in eye coordinate space */
968 COPY_4FV( light->_Position, light->EyePosition );
971 /* _Position is in object coordinate space */
972 TRANSFORM_POINT( light->_Position, ctx->ModelviewMatrixStack.Top->inv,
978 COPY_3V( light->_VP_inf_norm, light->_Position );
990 GLfloat wInv = 1.0F / light->_Position[3];
991 light->_Position[0] *= wInv;
992 light->_Position[1] *= wInv;
993 light->_Position[2] *= wInv;
    [all...]
rastpos.c 154 SUB_3V(VP, light->_Position, vertex);
mtypes.h 359 GLfloat _Position[4]; /**< position in eye/obj coordinates */
    [all...]
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 227 OFFSET( "LIGHT_POSITION ", struct gl_light, _Position );
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 131 SUB_3V(VP, light->_Position, vertex);
310 SUB_3V(VP, light->_Position, vertex);
  /external/mesa3d/src/mesa/program/
prog_statevars.c 540 COPY_4V(value, ctx->Light.Light[ln]._Position);
547 COPY_4V(value, ctx->Light.Light[ln]._Position);
560 COPY_3V(p, ctx->Light.Light[ln]._Position);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 290 PUSH_DATAp(push, l->_Position, 3);
nv20_state_tnl.c 206 PUSH_DATAp(push, l->_Position, 3);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 847 * _Position
908 COPY_4V( &fcmd[LIT_POSITION_X], l->_Position );
    [all...]

Completed in 160 milliseconds