OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sphere
(Results
1 - 3
of
3
) sorted by null
/external/eigen/demos/opengl/
gpuhelper.cpp
122
static IcoSphere
sphere
;
local
123
sphere
.draw(level);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
SimpleAppRS.java
82
// Load a file that constains two pieces of geometry, a
sphere
and a cube
157
// Draw a
sphere
158
Renderable
sphere
= mScene.appendNewRenderable();
local
159
// Use the
sphere
geometry loaded earlier
160
sphere
.setMesh(mSphereMesh);
161
// Make a transform to position the
sphere
165
sphere
.setTransform(t);
169
sphere
.appendSourceParams(new TextureParam("diffuse", new Texture2D("", "red.jpg")));
170
sphere
.setRenderState(diffuseRS);
/external/replicaisland/src/com/replica/replicaisland/
AnimationPlayerActivity.java
127
View
sphere
= findViewById(R.id.animation_sphere);
local
140
sphere
.startAnimation(sphereAnim);
Completed in 136 milliseconds