Home
last modified time | relevance | path

Searched refs:eglGetDisplay (Results 1 – 25 of 68) sorted by relevance

123

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglGetDisplay.java3 public static native EGLDisplay eglGetDisplay( in eglGetDisplay() method
10 public static native EGLDisplay eglGetDisplay( in eglGetDisplay() method
DeglGetDisplay.nativeReg1 {"eglGetDisplay", "(I)Landroid/opengl/EGLDisplay;", (void *) android_eglGetDisplayInt },
2 {"eglGetDisplay", "(J)Landroid/opengl/EGLDisplay;", (void *) android_eglGetDisplay },
DeglGetDisplay.cpp6 _returnValue = eglGetDisplay( in android_eglGetDisplay()
/frameworks/base/libs/hwui/
DImage.cpp27 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); in Image()
52 eglDestroyImageKHR(eglGetDisplay(EGL_DEFAULT_DISPLAY), mImage); in ~Image()
/frameworks/native/libs/gui/
DSyncFeatures.cpp40 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in SyncFeatures()
/frameworks/base/opengl/java/android/opengl/
DEGL14.java159 public static native EGLDisplay eglGetDisplay( in eglGetDisplay() method in EGL14
166 public static native EGLDisplay eglGetDisplay( in eglGetDisplay() method in EGL14
DEGLLogWrapper.java230 public EGLDisplay eglGetDisplay(Object native_display) { in eglGetDisplay() method in EGLLogWrapper
235 EGLDisplay result = mEgl10.eglGetDisplay(native_display); in eglGetDisplay()
/frameworks/native/opengl/tests/configdump/
Dconfigdump.cpp73 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in main()
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp68 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in main()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp50 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in main()
/frameworks/native/opengl/tests/textures/
Dtextures.cpp48 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in main()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp51 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in main()
/frameworks/native/opengl/libs/
DlibEGL.map.txt30 eglGetDisplay;
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec2 EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp102 mEglDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY); in eglSetupContext()
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp136 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in initGraphics()
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp51 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in main()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java111 EGLDisplay eglGetDisplay(Object native_display); in eglGetDisplay() method
/frameworks/native/opengl/tests/filter/
Dfilter.cpp49 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in main()
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
DEglWindowSurface.java67 mEGLDisplay = EGL14.eglGetDisplay(EGL14.EGL_DEFAULT_DISPLAY); in eglSetup()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h196 GLAPI EGLDisplay APIENTRY eglGetDisplay (NativeDisplayType display);
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp59 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) { in eglGetDisplay() function
/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java199 EGL14.eglGetDisplay(EGL14.EGL_DEFAULT_DISPLAY); in earlyInitEGL()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java108 public synchronized EGLDisplay eglGetDisplay(Object native_display) { in eglGetDisplay() method in EGLImpl
/frameworks/native/opengl/tests/finish/
Dfinish.cpp52 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in main()

123