Searched refs:eglGetPlatformDisplayExt (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | egl_manager.cpp | 84 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 D | hello_native_image.cpp | 67 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 D | native_image_opengl_system_test.cpp | 80 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 D | render_context.cpp | 81 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 D | native_image_test.cpp | 81 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 5 milliseconds