Searched defs:col0 (Results 1 - 13 of 13) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
H A DbtSoftRigidCollisionAlgorithm.cpp74 btScalar btSoftRigidCollisionAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btManifoldResult* resultOut) argument
78 (void)col0;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
41 if ((stipple0 & (bit30 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
H A DbtSphereSphereCollisionAlgorithm.cpp82 ///btVector3 pos0 = col0->getWorldTransform().getOrigin() - radius0 * normalOnSurfaceB;
97 btScalar btSphereSphereCollisionAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btManifoldResult* resultOut) argument
99 (void)col0;
H A DbtSphereTriangleCollisionAlgorithm.cpp75 btScalar btSphereTriangleCollisionAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btManifoldResult* resultOut) argument
79 (void)col0;
H A DbtConvex2dConvex2dAlgorithm.cpp155 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btManifoldResult* resultOut) argument
162 ///col0->m_worldTransform,
166 btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransform().getOrigin()).length2();
169 if (squareMot0 < col0->getCcdSquareMotionThreshold() &&
183 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape());
192 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(),
198 if (col0->getHitFraction()> result.m_fraction)
199 col0
[all...]
H A DbtConvexPlaneCollisionAlgorithm.cpp165 btScalar btConvexPlaneCollisionAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btManifoldResult* resultOut) argument
169 (void)col0;
H A DbtSphereBoxCollisionAlgorithm.cpp89 btScalar btSphereBoxCollisionAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btManifoldResult* resultOut) argument
93 (void)col0;
H A DbtConvexConvexAlgorithm.cpp689 btScalar btConvexConvexAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btManifoldResult* resultOut) argument
696 ///col0->m_worldTransform,
700 btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransform().getOrigin()).length2();
703 if (squareMot0 < col0->getCcdSquareMotionThreshold() &&
720 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape());
729 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(),
735 if (col0->getHitFraction()> result.m_fraction)
736 col0
[all...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
H A DbtSoftRigidCollisionAlgorithm.java63 public btSoftRigidCollisionAlgorithm(btPersistentManifold mf, btCollisionAlgorithmConstructionInfo ci, btCollisionObjectWrapper col0, btCollisionObjectWrapper col1Wrap, boolean isSwapped) { argument
64 this(SoftbodyJNI.new_btSoftRigidCollisionAlgorithm(btPersistentManifold.getCPtr(mf), mf, btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci, btCollisionObjectWrapper.getCPtr(col0), col0, btCollisionObjectWrapper.getCPtr(col1Wrap), col1Wrap, isSwapped), true);
/external/opencv3/samples/cpp/
H A Dtvl1_optical_flow.cpp71 const float col0 = colorWheel[k0][b] / 255.f; local
74 float col = (1 - f) * col0 + f * col1;
/external/opencv3/samples/gpu/
H A Doptical_flow.cpp73 const float col0 = colorWheel[k0][b] / 255.0f; local
76 float col = (1 - f) * col0 + f * col1;
/external/mesa3d/src/mesa/main/
H A Dtexcompress_fxt1.c1560 GLuint col0[4]; local
1566 col0[BCOMP] = (*(const GLuint *)(code + 11)) >> 6;
1567 col0[GCOMP] = CC_SEL(cc, 99);
1568 col0[RCOMP] = CC_SEL(cc, 104);
1569 col0[ACOMP] = CC_SEL(cc, 119);
1573 col0[BCOMP] = CC_SEL(cc, 64);
1574 col0[GCOMP] = CC_SEL(cc, 69);
1575 col0[RCOMP] = CC_SEL(cc, 74);
1576 col0[ACOMP] = CC_SEL(cc, 109);
1580 b = UP5(col0[BCOM
[all...]
/external/skia/src/utils/
H A DSkMatrix44.cpp893 int col0 = 0; local
902 col0++;
910 col0++;
917 if (col0 > 1 || col1 > 1 || row0 > 1 || row1 > 1) {

Completed in 2810 milliseconds