Home
last modified time | relevance | path

Searched refs:eglGetPlatformDisplayExt (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/graphic/graphicnapitest/
H A DNativeImageTest.cpp71 static GetPlatformDisplayExt eglGetPlatformDisplayExt = NULL; in GetPlatformEglDisplay() local
73 if (!eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
78 eglGetPlatformDisplayExt = (GetPlatformDisplayExt)eglGetProcAddress(EGL_GET_PLATFORM_DISPLAY_EXT); in GetPlatformEglDisplay()
82 if (eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
83 return eglGetPlatformDisplayExt(platform, native_display, attrib_list); in GetPlatformEglDisplay()
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/
H A Dnativeimage.cpp80 static GetPlatformDisplayExt eglGetPlatformDisplayExt = nullptr; in GetPlatformEglDisplay() local
82 if (!eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
86 eglGetPlatformDisplayExt = (GetPlatformDisplayExt)eglGetProcAddress(EGL_GET_PLATFORM_DISPLAY_EXT); in GetPlatformEglDisplay()
90 if (eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
91 return eglGetPlatformDisplayExt(platform, native_display, attrib_list); in GetPlatformEglDisplay()

Completed in 6 milliseconds