OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BasicGLSurfaceView
(Results
1 - 2
of
2
) sorted by null
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
BasicGLSurfaceView.java
17
package com.example.android.
basicglsurfaceview
;
24
class
BasicGLSurfaceView
extends GLSurfaceView {
25
public
BasicGLSurfaceView
(Context context) {
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
BasicGLSurfaceView.java
12
public class
BasicGLSurfaceView
extends GLSurfaceView {
13
private static final String TAG = "
BasicGLSurfaceView
";
16
public
BasicGLSurfaceView
(Context context, AttributeSet attrs) {
23
public
BasicGLSurfaceView
(Context context) {
Completed in 216 milliseconds