OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGLSurfaceImpl
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/java/com/google/android/gles_jni/
EGLSurfaceImpl.java
21
public class
EGLSurfaceImpl
extends EGLSurface {
24
public
EGLSurfaceImpl
() {
28
public
EGLSurfaceImpl
(int surface) {
38
EGLSurfaceImpl
that = (
EGLSurfaceImpl
) o;
EGLImpl.java
29
private
EGLSurfaceImpl
mSurface = new
EGLSurfaceImpl
(-1);
66
return new
EGLSurfaceImpl
( eglSurfaceId );
70
EGLSurfaceImpl
sur = new
EGLSurfaceImpl
();
105
return new
EGLSurfaceImpl
( eglSurfaceId );
144
mSurface = new
EGLSurfaceImpl
(value);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java
95
EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.
EGLSurfaceImpl
(0);
Completed in 39 milliseconds