Home
last modified time | relevance | path

Searched refs:rcDestroyDisplay (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h50 {"rcDestroyDisplay", (void*)rcDestroyDisplay},
DrenderControl_client_context.h52 rcDestroyDisplay_client_proc_t rcDestroyDisplay; member
DrenderControl_client_context.cpp52 rcDestroyDisplay = (rcDestroyDisplay_client_proc_t) getProc("rcDestroyDisplay", userData); in initDispatchByName()
DrenderControl_entry.cpp47 GLint rcDestroyDisplay(uint32_t displayId);
295 GLint rcDestroyDisplay(uint32_t displayId) in rcDestroyDisplay() function
298 return ctx->rcDestroyDisplay(ctx, displayId); in rcDestroyDisplay()
DrenderControl_enc.cpp1797 this->rcDestroyDisplay = &rcDestroyDisplay_enc; in renderControl_encoder_context_t()