Home
last modified time | relevance | path

Searched refs:eglInitialize (Results 1 – 25 of 79) sorted by relevance

1234

/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DGLHelper.java43 import static android.opengl.EGL14.eglInitialize;
80 if (!eglInitialize(eglDisplay, null, 0 /* majorOffset */, null, 1 /* minorOffset */)) { in retrieveTextureSizeFromGL()
/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec1 eglInitialize nullAllowed major nullAllowed minor check major 1 check minor 1
H A DEGL14.spec3 EGLBoolean eglInitialize ( EGLDisplay dpy, EGLint *major, EGLint *minor )
/aosp12/frameworks/libs/native_bridge_support/libEGL/
H A Dstubs_arm.cc101 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglInitialize);
215 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglInitialize); in init_stub_library()
H A Dstubs_arm64.cc101 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglInitialize);
215 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglInitialize); in init_stub_library()
/aosp12/frameworks/native/opengl/tests/configdump/
H A Dconfigdump.cpp74 eglInitialize(dpy, 0, 0); in main()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
H A DEglHelper.java43 import static android.opengl.EGL14.eglInitialize;
116 if (!eglInitialize(mEglDisplay, mEglVersion, 0 /* majorOffset */, in init()
/aosp12/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp75 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion); in main()
/aosp12/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp51 eglInitialize(dpy, &majorVersion, &minorVersion); in main()
/aosp12/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp49 eglInitialize(dpy, &majorVersion, &minorVersion); in main()
/aosp12/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp52 eglInitialize(dpy, &majorVersion, &minorVersion); in main()
/aosp12/frameworks/native/opengl/libs/
H A DlibEGL.map.txt47 eglInitialize;
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dgl_color_convert_impl.cpp89 EGL(eglInitialize(ctx_.egl_display, nullptr, nullptr)); in CreateContext()
H A Dgl_layer_stitch_impl.cpp86 EGL(eglInitialize(ctx_.egl_display, nullptr, nullptr)); in CreateContext()
/aosp12/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp109 result = eglInitialize(mEglDisplay, &majorVersion, &minorVersion); in eglSetupContext()
/aosp12/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp137 eglInitialize(dpy, &majorVersion, &minorVersion); in initGraphics()
/aosp12/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp52 eglInitialize(dpy, &majorVersion, &minorVersion); in main()
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java114 boolean eglInitialize(EGLDisplay display, int[] major_minor); in eglInitialize() method
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DRenderBase.cpp76 if (!eglInitialize(display, &major, &minor)) { in prepareGL()
/aosp12/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp50 eglInitialize(dpy, &majorVersion, &minorVersion); in main()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DRenderBase.cpp71 if (!eglInitialize(display, &major, &minor)) { in prepareGL()
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h197 GLAPI EGLBoolean APIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java252 public boolean eglInitialize(EGLDisplay display, int[] major_minor) { in eglInitialize() method in EGLLogWrapper
256 boolean result = mEgl10.eglInitialize(display, major_minor); in eglInitialize()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DSurfaceTextureRenderer.java122 if (!mEgl.eglInitialize(mEglDisplay, version)) { in initialize()
/aosp12/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp53 eglInitialize(dpy, &majorVersion, &minorVersion); in main()

1234