Searched refs:EGL14 (Results 1 – 19 of 19) sorted by relevance
19 import static android.opengl.EGL14.EGL_ALPHA_SIZE;20 import static android.opengl.EGL14.EGL_BLUE_SIZE;21 import static android.opengl.EGL14.EGL_CONFIG_CAVEAT;22 import static android.opengl.EGL14.EGL_CONTEXT_CLIENT_VERSION;23 import static android.opengl.EGL14.EGL_DEFAULT_DISPLAY;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;[all …]
27 import android.opengl.EGL14;479 EGL14.eglSwapBuffers(mEglDisplay, mEglSurface); in draw()655 mEglDisplay = EGL14.eglGetDisplay(EGL14.EGL_DEFAULT_DISPLAY);656 if (mEglDisplay == EGL14.EGL_NO_DISPLAY) {662 if (!EGL14.eglInitialize(mEglDisplay, version, 0, version, 1)) {671 EGL14.EGL_RENDERABLE_TYPE,672 EGL14.EGL_OPENGL_ES2_BIT,673 EGL14.EGL_RED_SIZE, 8,674 EGL14.EGL_GREEN_SIZE, 8,675 EGL14.EGL_BLUE_SIZE, 8,[all …]
25 import android.opengl.EGL14;259 EGLDisplay display = EGL14.eglGetCurrentDisplay(); in onSurfaceCreated()260 EGL14.eglSwapInterval(display, 0); in onSurfaceCreated()
115 javac -d classes android/opengl/EGL14.java \180 for x in EGL14 EGL15 EGLExt GLES10 GLES10Ext GLES11 GLES11Ext GLES20 GLES30 GLES31 GLES31Ext GLES32
32 public class EGL14 { class
922 newConfigSpec[len] = EGL14.EGL_OPENGL_ES2_BIT; /* EGL_OPENGL_ES2_BIT */ in filterConfigSpec()
32 public class EGL14 {
332 DeprecationMismatch: android.opengl.EGL14#eglCreatePixmapSurface(android.opengl.EGLDisplay, android…333 …Method android.opengl.EGL14.eglCreatePixmapSurface(android.opengl.EGLDisplay, android.opengl.EGLCo…
430 DeprecationMismatch: android.opengl.EGL14#eglCreatePixmapSurface(android.opengl.EGLDisplay, android…431 …Method android.opengl.EGL14.eglCreatePixmapSurface(android.opengl.EGLDisplay, android.opengl.EGLCo…
444 DeprecationMismatch: android.opengl.EGL14#eglCreatePixmapSurface(android.opengl.EGLDisplay, android…445 …Method android.opengl.EGL14.eglCreatePixmapSurface(android.opengl.EGLDisplay, android.opengl.EGLCo…
434 DeprecationMismatch: android.opengl.EGL14#eglCreatePixmapSurface(android.opengl.EGLDisplay, android…435 …Method android.opengl.EGL14.eglCreatePixmapSurface(android.opengl.EGLDisplay, android.opengl.EGLCo…
29517 public class EGL14 {29518 ctor public EGL14();
5836 android.opengl.EGL14
11541 HSPLandroid/opengl/EGL14;->eglCreateWindowSurface(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLCon…28233 Landroid/opengl/EGL14;
5840 android.opengl.EGL14
11544 HSPLandroid/opengl/EGL14;->eglCreateWindowSurface(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLCon…38367 Landroid/opengl/EGL14;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
33837 Landroid/opengl/EGL14;->eglCreatePbufferFromClientBuffer(Landroid/opengl/EGLDisplay;IJLandroid/open…33838 Landroid/opengl/EGL14;->_eglCreateWindowSurface(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfi…33839 Landroid/opengl/EGL14;->_eglCreateWindowSurfaceTexture(Landroid/opengl/EGLDisplay;Landroid/opengl/E…33840 Landroid/opengl/EGL14;->_nativeClassInit()V
18658 public class EGL14 {18659 ctor public EGL14();