OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sSuperShapeParams
(Results
1 - 6
of
6
) sorted by null
/development/ndk/platforms/android-4/samples/san-angeles/jni/
shapes.h
31
static const float
sSuperShapeParams
[][SUPERSHAPE_PARAMS] =
56
#define SUPERSHAPE_COUNT (sizeof(
sSuperShapeParams
) / sizeof(
sSuperShapeParams
[0]))
demo.c
484
sSuperShapeObjects[a] = createSuperShape(
sSuperShapeParams
[a]);
577
buildingScale =
sSuperShapeParams
[curShape][SUPERSHAPE_PARAMS - 1];
/frameworks/native/opengl/tests/angeles/
shapes.h
31
static const float
sSuperShapeParams
[][SUPERSHAPE_PARAMS] =
56
#define SUPERSHAPE_COUNT (sizeof(
sSuperShapeParams
) / sizeof(
sSuperShapeParams
[0]))
demo.c
484
sSuperShapeObjects[a] = createSuperShape(
sSuperShapeParams
[a]);
577
buildingScale =
sSuperShapeParams
[curShape][SUPERSHAPE_PARAMS - 1];
/external/autotest/client/site_tests/graphics_SanAngeles/src/
shapes.h
31
static const float
sSuperShapeParams
[][SUPERSHAPE_PARAMS] =
80
#define SUPERSHAPE_COUNT (sizeof(
sSuperShapeParams
) / sizeof(
sSuperShapeParams
[0]))
demo.c
671
sSuperShapeObjects[a] = createSuperShape(
sSuperShapeParams
[a]);
805
buildingScale =
sSuperShapeParams
[curShape][SUPERSHAPE_PARAMS - 1];
[
all
...]
Completed in 374 milliseconds