OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGLContext
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/java/com/google/android/gles_jni/
EGLContextImpl.java
23
private GLImpl
mGLContext
;
28
mGLContext
= new GLImpl();
33
return
mGLContext
;
/development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java
61
private OpenGLContext
mGLContext
;
83
mGLContext
= new OpenGLContext(OpenGLContext.DEPTH_BUFFER);
169
GL10 gl = (GL10)
mGLContext
.getGL();
170
mGLContext
.makeCurrent(this);
237
mGLContext
.post();
Completed in 149 milliseconds