Home
last modified time | relevance | path

Searched refs:rcDestroyDisplay (Results 1 – 6 of 6) 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_entry.cpp47 int rcDestroyDisplay(uint32_t displayId);
301 int rcDestroyDisplay(uint32_t displayId) in rcDestroyDisplay() function
304 return ctx->rcDestroyDisplay(ctx, displayId); in rcDestroyDisplay()
DrenderControl_client_context.cpp52 rcDestroyDisplay = (rcDestroyDisplay_client_proc_t) getProc("rcDestroyDisplay", userData); in initDispatchByName()
DrenderControl_enc.cpp2015 this->rcDestroyDisplay = &rcDestroyDisplay_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp1355 rcEnc->rcDestroyDisplay(rcEnc, displayId); in populateSecondaryConfigs()