OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLThread
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java
234
//
GLThread
may still be running if this view was never
362
mGLThread = new
GLThread
(mThisWeakRef);
593
mGLThread = new
GLThread
(mThisWeakRef);
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
230
//
GLThread
may still be running if this view was never
358
mGLThread = new
GLThread
(mThisWeakRef);
589
mGLThread = new
GLThread
(mThisWeakRef);
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java
291
mGLThread = new
GLThread
(renderer);
[
all
...]
Completed in 35 milliseconds