Searched refs:CheckEglExtension (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | egl_manager.cpp | 58 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 D | hello_native_image.cpp | 42 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 D | render_context.cpp | 54 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 D | native_image_opengl_system_test.cpp | 55 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 D | native_image_test.cpp | 56 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