Home
last modified time | relevance | path

Searched refs:rcDestroyDisplay_client_proc_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_client_context.h52 rcDestroyDisplay_client_proc_t rcDestroyDisplay;
DrenderControl_client_context.cpp52 rcDestroyDisplay = (rcDestroyDisplay_client_proc_t) getProc("rcDestroyDisplay", userData); in initDispatchByName()
DrenderControl_client_proc.h54 typedef int (renderControl_APIENTRY *rcDestroyDisplay_client_proc_t) (void * ctx, uint32_t); typedef