Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/putsurface/
Dputsurface_android.cpp50 #define CAST_DRAWABLE(a) static_cast<ANativeWindow *>((void *)(*(unsigned int *)a)) macro
Dputsurface_x11.c38 #define CAST_DRAWABLE(a) (Drawable)(a) macro
Dputsurface_wayland.c58 #define CAST_DRAWABLE(a) (struct drawable *)(a) macro