Searched defs:EGL_CAST (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/third_party/egl/EGL/ | ||
H A D | eglplatform.h | 172 #define EGL_CAST(type, value) (static_cast<type>(value))
macro 174 #define EGL_CAST(type, value) ((type) (value)) macro |
Completed in 1 milliseconds