Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/EGL/
Deglplatform.h177 #define EGL_CAST(type, value) (static_cast<type>(value)) macro
179 #define EGL_CAST(type, value) ((type) (value)) macro