Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Degl_manager.cpp58 static bool CheckEglExtension(const char* extensions, const char* extension) in CheckEglExtension() function
89 (CheckEglExtension(extensions, EGL_EXT_PLATFORM_WAYLAND) || in GetPlatformEglDisplay()
90 CheckEglExtension(extensions, EGL_KHR_PLATFORM_WAYLAND))) { in GetPlatformEglDisplay()
/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp42 static bool CheckEglExtension(const char* extensions, const char* extension) in CheckEglExtension() function
72 (CheckEglExtension(extensions, EGL_EXT_PLATFORM_WAYLAND) || in GetPlatformEglDisplay()
73 CheckEglExtension(extensions, EGL_KHR_PLATFORM_WAYLAND))) { in GetPlatformEglDisplay()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp54 static bool CheckEglExtension(const char* extensions, const char* extension) in CheckEglExtension() function
86 (CheckEglExtension(extensions, EGL_EXT_PLATFORM_WAYLAND) || in GetPlatformEglDisplay()
87 CheckEglExtension(extensions, EGL_KHR_PLATFORM_WAYLAND))) { in GetPlatformEglDisplay()
139 (!CheckEglExtension(extensions, EGL_KHR_SURFACELESS_CONTEXT)) && in CreatePbufferSurface()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/
H A Dnative_image_opengl_system_test.cpp55 static bool CheckEglExtension(const char* extensions, const char* extension) in CheckEglExtension() function
85 (CheckEglExtension(extensions, EGL_EXT_PLATFORM_WAYLAND) || in GetPlatformEglDisplay()
86 CheckEglExtension(extensions, EGL_KHR_PLATFORM_WAYLAND))) { in GetPlatformEglDisplay()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp56 static bool CheckEglExtension(const char* extensions, const char* extension) in CheckEglExtension() function
86 (CheckEglExtension(extensions, EGL_EXT_PLATFORM_WAYLAND) || in GetPlatformEglDisplay()
87 CheckEglExtension(extensions, EGL_KHR_PLATFORM_WAYLAND))) { in GetPlatformEglDisplay()

Completed in 5 milliseconds