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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyHelpers.h 87 int resx,
97 int resx,
102 static float CalculateUV(int resx,int resy,int ix,int iy,int id);
btSoftBodyHelpers.cpp 706 int resx,
713 if((resx<2)||(resy<2)) return(0);
714 const int rx=resx;
784 int resx,
795 * [0][0] corner00 ------- corner01 [resx][0]
798 * [0][resy] corner10 -------- corner11 [resx][resy]
818 * tex_coords size (resx-1)*(resy-1)*12
860 if((resx<2)||(resy<2)) return(0);
861 const int rx=resx;
915 tex_coords[z+0]=CalculateUV(resx,resy,ix,iy,0)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBodyHelpers.java 120 public static btSoftBody CreatePatch(btSoftBodyWorldInfo worldInfo, Vector3 corner00, Vector3 corner10, Vector3 corner01, Vector3 corner11, int resx, int resy, int fixeds, boolean gendiags) {
121 long cPtr = SoftbodyJNI.btSoftBodyHelpers_CreatePatch(btSoftBodyWorldInfo.getCPtr(worldInfo), worldInfo, corner00, corner10, corner01, corner11, resx, resy, fixeds, gendiags);
125 public static btSoftBody CreatePatchUV(btSoftBodyWorldInfo worldInfo, Vector3 corner00, Vector3 corner10, Vector3 corner01, Vector3 corner11, int resx, int resy, int fixeds, boolean gendiags, java.nio.FloatBuffer tex_coords) {
128 long cPtr = SoftbodyJNI.btSoftBodyHelpers_CreatePatchUV__SWIG_0(btSoftBodyWorldInfo.getCPtr(worldInfo), worldInfo, corner00, corner10, corner01, corner11, resx, resy, fixeds, gendiags, tex_coords);
133 public static btSoftBody CreatePatchUV(btSoftBodyWorldInfo worldInfo, Vector3 corner00, Vector3 corner10, Vector3 corner01, Vector3 corner11, int resx, int resy, int fixeds, boolean gendiags) {
134 long cPtr = SoftbodyJNI.btSoftBodyHelpers_CreatePatchUV__SWIG_1(btSoftBodyWorldInfo.getCPtr(worldInfo), worldInfo, corner00, corner10, corner01, corner11, resx, resy, fixeds, gendiags);
138 public static float CalculateUV(int resx, int resy, int ix, int iy, int id) {
139 return SoftbodyJNI.btSoftBodyHelpers_CalculateUV(resx, resy, ix, iy, id);
  /external/valgrind/none/tests/ppc32/
test_dfp2.c 487 double resx = f19; local
491 *((unsigned long long *)(&resx)));
561 double resx = f19; local
565 *((unsigned long long *)(&resx)));
626 double resx = f19; local
630 *((unsigned long long *)(&resx)));
test_dfp3.c 846 double resx = f19; local
848 u0x, *((unsigned long long *)(&res)), *((unsigned long long *)(&resx)));
910 double resx = f19; local
912 *((unsigned long long *)(&res)), *((unsigned long long *)(&resx)));
975 double resx = f19; local
977 u0x, *((unsigned long long *)(&res)), *((unsigned long long *)(&resx)));
1054 double resx = f19; local
1072 double resx = f19; local
1131 double resx = f19; local
    [all...]
test_dfp1.c 369 double resx = f19; local
372 *((unsigned long long *)(&res)), *((unsigned long long *)(&resx)));
  /external/v8/tools/profviz/
worker.js 83 var resx = args["resx"];
128 var psc = new PlotScriptComposer(resx, resy, log_error);
145 output("set terminal svg size " + resx + "," + resy +
profviz.js 65 resx, resy,
70 'resx' : resx,
  /external/v8/test/mjsunit/tools/
profviz.js 64 var resx = 1600; variable
67 var psc = new PlotScriptComposer(resx, resy);

Completed in 168 milliseconds