OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buildingscale
(Results
1 - 2
of
2
) sorted by null
/development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c
573
float
buildingScale
;
577
buildingScale
= sSuperShapeParams[curShape][SUPERSHAPE_PARAMS - 1];
578
fixedScale = (GLfixed)(
buildingScale
* 65536);
/frameworks/native/opengl/tests/angeles/
demo.c
573
float
buildingScale
;
577
buildingScale
= sSuperShapeParams[curShape][SUPERSHAPE_PARAMS - 1];
578
fixedScale = (GLfixed)(
buildingScale
* 65536);
Completed in 83 milliseconds