Home
last modified time | relevance | path

Searched refs:rcCreateWindowSurface (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_base.h21 rcCreateWindowSurface_client_proc_t rcCreateWindowSurface; member
DrenderControl_ftable.h21 {"rcCreateWindowSurface", (void*)rcCreateWindowSurface},
DrenderControl_client_context.h23 rcCreateWindowSurface_client_proc_t rcCreateWindowSurface; member
DrenderControl_client_context.cpp23rcCreateWindowSurface = (rcCreateWindowSurface_client_proc_t) getProc("rcCreateWindowSurface", use… in initDispatchByName()
DrenderControl.in11 GL_ENTRY(uint32_t, rcCreateWindowSurface, uint32_t config, uint32_t width, uint32_t height)
DrenderControl_entry.cpp18 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height);
146 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height) in rcCreateWindowSurface() function
149 return ctx->rcCreateWindowSurface(ctx, config, width, height); in rcCreateWindowSurface()
DREADME66 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height);
DrenderControl_enc.cpp2838 this->rcCreateWindowSurface = &rcCreateWindowSurface_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h23 rcCreateWindowSurface_server_proc_t rcCreateWindowSurface; member
DrenderControl_server_context.cpp23rcCreateWindowSurface = (rcCreateWindowSurface_server_proc_t) getProc("rcCreateWindowSurface", use… in initDispatchByName()
DrenderControl_dec.cpp282 *(uint32_t *)(&tmpBuf[0]) = this->rcCreateWindowSurface(var_config, var_width, var_height); in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in11 GL_ENTRY(uint32_t, rcCreateWindowSurface, uint32_t config, uint32_t width, uint32_t height)
/hardware/google/gfxstream/host/
DRenderControl.cpp787 static uint32_t rcCreateWindowSurface(uint32_t config, in rcCreateWindowSurface() function
1561 dec->rcCreateWindowSurface = rcCreateWindowSurface; in initRenderControlContext()
/hardware/google/gfxstream/guest/egl/
Degl.cpp523 rcSurface = rcEnc->rcCreateWindowSurface(rcEnc, (uintptr_t)s_display.getIndexOfConfig(config), in init()
893 rcSurface = rcEnc->rcCreateWindowSurface(rcEnc, (uintptr_t)s_display.getIndexOfConfig(config), in init()