OSDN Git Service

egl_android: Set surface type and native visual type.
[android-x86/external-mesa.git] / src / egl / drivers / android / droid_ui.h
index 3153ec8..e7bdbf2 100644 (file)
@@ -32,6 +32,7 @@ extern "C" {
 
 int ui_auth_gpu(drm_magic_t magic);
 int ui_bytes_per_pixel(int format);
+int ui_get_rgb_format(int red, int green, int blue, int alpha);
 
 #ifdef __cplusplus
 }