Searched defs:egl_to_native_cast (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_object.h172 static inline NATIVE* egl_to_native_cast(EGL arg) { function in namespace:android
178 return egl_to_native_cast<egl_surface_t>(surface);
183 return egl_to_native_cast<egl_context_t>(context);

Completed in 78 milliseconds