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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyHelpers.h 102 static float CalculateUV(int resx,int resy,int ix,int iy,int id);
btSoftBodyHelpers.cpp 915 tex_coords[z+0]=CalculateUV(resx,resy,ix,iy,0);
916 tex_coords[z+1]=CalculateUV(resx,resy,ix,iy,1);
917 tex_coords[z+2]=CalculateUV(resx,resy,ix,iy,0);
918 tex_coords[z+3]=CalculateUV(resx,resy,ix,iy,2);
919 tex_coords[z+4]=CalculateUV(resx,resy,ix,iy,3);
920 tex_coords[z+5]=CalculateUV(resx,resy,ix,iy,2);
924 tex_coords[z+6 ]=CalculateUV(resx,resy,ix,iy,3);
925 tex_coords[z+7 ]=CalculateUV(resx,resy,ix,iy,2);
926 tex_coords[z+8 ]=CalculateUV(resx,resy,ix,iy,3);
927 tex_coords[z+9 ]=CalculateUV(resx,resy,ix,iy,1)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBodyHelpers.java 138 public static float CalculateUV(int resx, int resy, int ix, int iy, int id) {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 318 milliseconds