OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGLDisplayImpl
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/java/com/google/android/gles_jni/
EGLDisplayImpl.java
21
public class
EGLDisplayImpl
extends EGLDisplay {
24
public
EGLDisplayImpl
(long dpy) {
33
EGLDisplayImpl
that = (
EGLDisplayImpl
) o;
EGLImpl.java
28
private
EGLDisplayImpl
mDisplay = new
EGLDisplayImpl
(-1);
114
mDisplay = new
EGLDisplayImpl
(value);
134
mDisplay = new
EGLDisplayImpl
(value);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java
93
EGLDisplay EGL_NO_DISPLAY = new com.google.android.gles_jni.
EGLDisplayImpl
(0);
Completed in 114 milliseconds