Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Degl_manager.cpp84 static GetPlatformDisplayExt eglGetPlatformDisplayExt = NULL; in GetPlatformEglDisplay() local
86 if (!eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
91 eglGetPlatformDisplayExt = (GetPlatformDisplayExt)eglGetProcAddress(EGL_GET_PLATFORM_DISPLAY_EXT); in GetPlatformEglDisplay()
95 if (eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
96 return eglGetPlatformDisplayExt(platform, native_display, attrib_list); in GetPlatformEglDisplay()
/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp67 static GetPlatformDisplayExt eglGetPlatformDisplayExt = NULL; in GetPlatformEglDisplay() local
69 if (!eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
74 eglGetPlatformDisplayExt = in GetPlatformEglDisplay()
79 if (eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
80 return eglGetPlatformDisplayExt(platform, nativeDisplay, attribList); in GetPlatformEglDisplay()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/
H A Dnative_image_opengl_system_test.cpp80 static GetPlatformDisplayExt eglGetPlatformDisplayExt = NULL; in GetPlatformEglDisplay() local
82 if (!eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
87 eglGetPlatformDisplayExt = (GetPlatformDisplayExt)eglGetProcAddress(EGL_GET_PLATFORM_DISPLAY_EXT); in GetPlatformEglDisplay()
91 if (eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
92 return eglGetPlatformDisplayExt(platform, nativeDisplay, attribList); in GetPlatformEglDisplay()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp81 static GetPlatformDisplayExt eglGetPlatformDisplayExt = NULL; in GetPlatformEglDisplay() local
83 if (!eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
88 eglGetPlatformDisplayExt = reinterpret_cast<GetPlatformDisplayExt>( in GetPlatformEglDisplay()
93 if (eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
94 return eglGetPlatformDisplayExt(platform, native_display, attrib_list); in GetPlatformEglDisplay()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp81 static GetPlatformDisplayExt eglGetPlatformDisplayExt = NULL; in GetPlatformEglDisplay() local
83 if (!eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
88 eglGetPlatformDisplayExt = (GetPlatformDisplayExt)eglGetProcAddress(EGL_GET_PLATFORM_DISPLAY_EXT); in GetPlatformEglDisplay()
92 if (eglGetPlatformDisplayExt) { in GetPlatformEglDisplay()
93 return eglGetPlatformDisplayExt(platform, nativeDisplay, attribList); in GetPlatformEglDisplay()

Completed in 9 milliseconds