OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BasicGLSurfaceView
(Results
1 - 6
of
6
) 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) {
BasicGLSurfaceViewActivity.java
17
package com.example.android.
basicglsurfaceview
;
28
private
BasicGLSurfaceView
mView;
33
mView = new
BasicGLSurfaceView
(getApplication());
/development/samples/BasicGLSurfaceView/
Android.mk
9
LOCAL_PACKAGE_NAME :=
BasicGLSurfaceView
/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) {
MainActivity.java
12
private
BasicGLSurfaceView
mGLView;
/development/build/
sdk.atree
397
development/samples/
BasicGLSurfaceView
samples/${PLATFORM_NAME}/legacy/
BasicGLSurfaceView
[
all
...]
Completed in 489 milliseconds