Home
last modified time | relevance | path

Searched defs:EGL_CAST (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Deglplatform.h98 #define EGL_CAST(type, value) (static_cast<type>(value)) macro
100 #define EGL_CAST(type, value) ((type) (value)) macro
/OK3568_Linux_fs/external/libmali/include/EGL/
H A Deglplatform.h171 #define EGL_CAST(type, value) (static_cast<type>(value)) macro
173 #define EGL_CAST(type, value) ((type) (value)) macro
H A Deglext.h43 #define EGL_CAST(type, value) (static_cast<type>(value)) macro