Home
last modified time | relevance | path

Searched refs:eglGetPlatformDisplay (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp180 if (cnx->egl.eglGetPlatformDisplay) { in getPlatformDisplayAngle()
196 dpy = cnx->egl.eglGetPlatformDisplay(EGL_PLATFORM_ANGLE_ANGLE, in getPlatformDisplayAngle()
236 if (cnx->egl.eglGetPlatformDisplay) { in getPlatformDisplay()
237 dpy = cnx->egl.eglGetPlatformDisplay(EGL_PLATFORM_ANDROID_KHR, display, in getPlatformDisplay()
329 !cnx->egl.eglGetPlatformDisplay || in initialize()
Degl_entries.in50 EGL_ENTRY(EGLDisplay, eglGetPlatformDisplay, EGLenum, void *, const EGLAttrib *)
DeglApi.cpp55 EGLDisplay eglGetPlatformDisplay(EGLenum platform, EGLNativeDisplayType display, in eglGetPlatformDisplay() function
67 return cnx->platform.eglGetPlatformDisplay(platform, display, attrib_list); in eglGetPlatformDisplay()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglGetPlatformDisplay.java3 public static native EGLDisplay eglGetPlatformDisplay( in eglGetPlatformDisplay() method
DeglGetPlatformDisplay.nativeReg1 {"eglGetPlatformDisplay", "(IJ[JI)Landroid/opengl/EGLDisplay;", (void *) android_eglGetPlatformDisp…
DeglGetPlatformDisplay.cpp30 _returnValue = eglGetPlatformDisplay( in android_eglGetPlatformDisplay()
/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc94 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetPlatformDisplay);
208 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetPlatformDisplay); in init_stub_library()
Dstubs_arm64.cc94 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetPlatformDisplay);
208 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetPlatformDisplay); in init_stub_library()
/frameworks/base/opengl/java/android/opengl/
DEGL15.java119 public static native EGLDisplay eglGetPlatformDisplay( in eglGetPlatformDisplay() method in EGL15
/frameworks/native/opengl/libs/
DlibEGL.map.txt40 eglGetPlatformDisplay; # introduced=29
Dplatform_entries.in2 EGL_ENTRY(EGLDisplay, eglGetPlatformDisplay, EGLenum, EGLNativeDisplayType, const EGLAttrib*)
/frameworks/native/opengl/include/EGL/
Degl.h293 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplay (EGLenum platform, void *native_display, const …
/frameworks/base/core/jni/
Dandroid_opengl_EGL15.cpp357 _returnValue = eglGetPlatformDisplay( in android_eglGetPlatformDisplay()
/frameworks/base/non-updatable-api/
Dcurrent.txt31427 method public static android.opengl.EGLDisplay eglGetPlatformDisplay(int, long, long[], int);
/frameworks/base/api/
Dcurrent.txt31571 method public static android.opengl.EGLDisplay eglGetPlatformDisplay(int, long, long[], int);