Home
last modified time | relevance | path

Searched refs:EGL14 (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wallpaper/
DGLHelper.java19 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DEglHelper.java19 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_NONE;
27 import static android.opengl.EGL14.EGL_NO_CONTEXT;
28 import static android.opengl.EGL14.EGL_NO_DISPLAY;
[all …]
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java23 import android.opengl.EGL14;
66 private EGLDisplay mEGLDisplay = EGL14.EGL_NO_DISPLAY;
67 private EGLContext mEGLContext = EGL14.EGL_NO_CONTEXT;
421 mEGLDisplay = EGL14.eglGetDisplay(EGL14.EGL_DEFAULT_DISPLAY); in configureEGLContext()
422 if (mEGLDisplay == EGL14.EGL_NO_DISPLAY) { in configureEGLContext()
426 if (!EGL14.eglInitialize(mEGLDisplay, version, /*offset*/ 0, version, /*offset*/ 1)) { in configureEGLContext()
431 EGL14.EGL_RED_SIZE, EGL_COLOR_BITLENGTH, in configureEGLContext()
432 EGL14.EGL_GREEN_SIZE, EGL_COLOR_BITLENGTH, in configureEGLContext()
433 EGL14.EGL_BLUE_SIZE, EGL_COLOR_BITLENGTH, in configureEGLContext()
434 EGL14.EGL_RENDERABLE_TYPE, EGL14.EGL_OPENGL_ES2_BIT, in configureEGLContext()
[all …]
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java23 import android.opengl.EGL14;
403 EGL14.eglSwapBuffers(mEglDisplay, mEglSurface); in draw()
520 mEglDisplay = EGL14.eglGetDisplay(EGL14.EGL_DEFAULT_DISPLAY);
521 if (mEglDisplay == EGL14.EGL_NO_DISPLAY) {
527 if (!EGL14.eglInitialize(mEglDisplay, version, 0, version, 1)) {
536 EGL14.EGL_RENDERABLE_TYPE,
537 EGL14.EGL_OPENGL_ES2_BIT,
538 EGL14.EGL_RED_SIZE, 8,
539 EGL14.EGL_GREEN_SIZE, 8,
540 EGL14.EGL_BLUE_SIZE, 8,
[all …]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLDepthTestActivity.java25 import android.opengl.EGL14;
259 EGLDisplay display = EGL14.eglGetCurrentDisplay(); in onSurfaceCreated()
260 EGL14.eglSwapInterval(display, 0); in onSurfaceCreated()
/frameworks/native/opengl/tools/glgen/
Dgen99 javac -d classes android/opengl/EGL14.java \
164 for x in EGL14 EGL15 EGLExt GLES10 GLES10Ext GLES11 GLES11Ext GLES20 GLES30 GLES31 GLES31Ext GLES32
/frameworks/base/opengl/java/android/opengl/
DEGL14.java31 public class EGL14 { class
DGLSurfaceView.java922 newConfigSpec[len] = EGL14.EGL_OPENGL_ES2_BIT; /* EGL_OPENGL_ES2_BIT */ in filterConfigSpec()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGL14Header.java-if31 public class EGL14 {
/frameworks/base/config/
Dpreloaded-classes2666 android.opengl.EGL14
Dboot-image-profile.txt11055 HSPLandroid/opengl/EGL14;->eglCreateWindowSurface(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLCon…
35095 Landroid/opengl/EGL14;
Dhiddenapi-greylist-max-o.txt51797 Landroid/opengl/EGL14;->eglCreatePbufferFromClientBuffer(Landroid/opengl/EGLDisplay;IJLandroid/open…
51798 Landroid/opengl/EGL14;->_eglCreateWindowSurface(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfi…
51799 Landroid/opengl/EGL14;->_eglCreateWindowSurfaceTexture(Landroid/opengl/EGLDisplay;Landroid/opengl/E…
51800 Landroid/opengl/EGL14;->_nativeClassInit()V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18658 public class EGL14 {
18659 ctor public EGL14();
/frameworks/base/api/
Dcurrent.txt30974 public class EGL14 {
30975 ctor public EGL14();