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

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

Completed in 143 milliseconds