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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
shapes.h 29 #define SUPERSHAPE_PARAMS 15
31 static const float sSuperShapeParams[][SUPERSHAPE_PARAMS] =
demo.c 198 const int resol1 = (int)params[SUPERSHAPE_PARAMS - 3];
199 const int resol2 = (int)params[SUPERSHAPE_PARAMS - 2];
577 buildingScale = sSuperShapeParams[curShape][SUPERSHAPE_PARAMS - 1];
  /frameworks/native/opengl/tests/angeles/
shapes.h 29 #define SUPERSHAPE_PARAMS 15
31 static const float sSuperShapeParams[][SUPERSHAPE_PARAMS] =
demo.c 198 const int resol1 = (int)params[SUPERSHAPE_PARAMS - 3];
199 const int resol2 = (int)params[SUPERSHAPE_PARAMS - 2];
577 buildingScale = sSuperShapeParams[curShape][SUPERSHAPE_PARAMS - 1];
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
shapes.h 29 #define SUPERSHAPE_PARAMS 15
31 static const float sSuperShapeParams[][SUPERSHAPE_PARAMS] =
demo.c 334 const int resol1 = (int)params[SUPERSHAPE_PARAMS - 3];
335 const int resol2 = (int)params[SUPERSHAPE_PARAMS - 2];
805 buildingScale = sSuperShapeParams[curShape][SUPERSHAPE_PARAMS - 1];
    [all...]

Completed in 2163 milliseconds