Searched refs:EGL14 (Results 1 – 12 of 12) sorted by relevance
19 import static android.opengl.EGL14.EGL_ALPHA_SIZE;20 import static android.opengl.EGL14.EGL_BLUE_SIZE;24 import static android.opengl.EGL14.EGL_DEPTH_SIZE;25 import static android.opengl.EGL14.EGL_GREEN_SIZE;26 import static android.opengl.EGL14.EGL_HEIGHT;27 import static android.opengl.EGL14.EGL_NONE;28 import static android.opengl.EGL14.EGL_NO_CONTEXT;32 import static android.opengl.EGL14.EGL_RED_SIZE;35 import static android.opengl.EGL14.EGL_WIDTH;42 import static android.opengl.EGL14.eglGetError;[all …]
27 import android.opengl.EGL14;619 mEglDisplay = EGL14.eglGetDisplay(EGL14.EGL_DEFAULT_DISPLAY);641 EGL14.EGL_NONE668 EGL14.EGL_NONE, EGL14.EGL_NONE,669 EGL14.EGL_NONE675 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT,697 EGL14.EGL_NONE,698 EGL14.EGL_NONE,699 EGL14.EGL_NONE,701 EGL14.EGL_NONE[all …]
25 import android.opengl.EGL14;259 EGLDisplay display = EGL14.eglGetCurrentDisplay(); in onSurfaceCreated()260 EGL14.eglSwapInterval(display, 0); in onSurfaceCreated()
32 public class EGL14 { class
922 newConfigSpec[len] = EGL14.EGL_OPENGL_ES2_BIT; /* EGL_OPENGL_ES2_BIT */ in filterConfigSpec()
5731 android.opengl.EGL14
11737 HSPLandroid/opengl/EGL14;->eglCreateWindowSurface(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLCon…28518 Landroid/opengl/EGL14;
5735 android.opengl.EGL14
11740 HSPLandroid/opengl/EGL14;->eglCreateWindowSurface(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLCon…38625 Landroid/opengl/EGL14;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
34480 Landroid/opengl/EGL14;->eglCreatePbufferFromClientBuffer(Landroid/opengl/EGLDisplay;IJLandroid/open…34481 Landroid/opengl/EGL14;->_eglCreateWindowSurface(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfi…34482 Landroid/opengl/EGL14;->_eglCreateWindowSurfaceTexture(Landroid/opengl/EGLDisplay;Landroid/opengl/E…34483 Landroid/opengl/EGL14;->_nativeClassInit()V
29425 public class EGL14 {29426 ctor public EGL14();