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

  /external/opencv3/modules/core/test/
test_ds.cpp 1448 CvGraphVtx *vtx = 0, *vtx2 = 0, *vtx3 = 0; local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexShape.cpp 55 btVector3 vtx2 = trans(localGetSupportingVertex(-localAxis)); local
58 max = vtx2.dot(dir);
59 witnesPtMax = vtx2;
68 witnesPtMin = vtx2;
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 151 void interpolateFragmentInput (StridedValueAccess<Stride> dst, int dstComp, ConstValueAccess vtx0, ConstValueAccess vtx1, ConstValueAccess vtx2, ConstValueAccess vtx3, float x, float y)
156 dst.component(ndx).asFloat(dstComp) = interpolateFragment(tcu::Vec4(vtx0.component(ndx).asFloat(), vtx1.component(ndx).asFloat(), vtx2.component(ndx).asFloat(), vtx3.component(ndx).asFloat()), x, y);
  /external/opencv/cxcore/src/
cxpersistence.cpp 4775 int vtx2 = ((int*)dst_ptr)[1]; local
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 4720 int vtx2 = ((int*)dst_ptr)[1]; local
    [all...]

Completed in 147 milliseconds