Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/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 int rcDestroyDisplay(uint32_t displayId);
320 int rcDestroyDisplay(uint32_t displayId) in rcDestroyDisplay() function
323 return ctx->rcDestroyDisplay(ctx, displayId); in rcDestroyDisplay()
DrenderControl_enc.cpp2867 this->rcDestroyDisplay = &rcDestroyDisplay_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h52 rcDestroyDisplay_server_proc_t rcDestroyDisplay; member
DrenderControl_server_context.cpp52 rcDestroyDisplay = (rcDestroyDisplay_server_proc_t) getProc("rcDestroyDisplay", userData); in initDispatchByName()
DrenderControl_dec.cpp838 *(int *)(&tmpBuf[0]) = this->rcDestroyDisplay(var_displayId); in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in40 GL_ENTRY(int, rcDestroyDisplay, uint32_t displayId);
/hardware/google/gfxstream/host/
DRenderControl.cpp1275 static int rcDestroyDisplay(uint32_t displayId) { in rcDestroyDisplay() function
1590 dec->rcDestroyDisplay = rcDestroyDisplay; in initRenderControlContext()