Home
last modified time | relevance | path

Searched refs:OnPostFunc (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/
Dopengles.h66 typedef void (*OnPostFunc)(void* context, uint32_t displayId, int width, typedef
69 AEMU_EXPORT void android_setPostCallback(OnPostFunc onPost,
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp268 android_setPostCallback(OnPostFunc onPost, void* onPostContext, bool useBgraReadback, uint32_t disp… in android_setPostCallback()