Searched refs:rcCreateWindowSurface (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_client_base.h | 21 rcCreateWindowSurface_client_proc_t rcCreateWindowSurface; member
|
D | renderControl_ftable.h | 21 {"rcCreateWindowSurface", (void*)rcCreateWindowSurface},
|
D | renderControl_client_context.h | 23 rcCreateWindowSurface_client_proc_t rcCreateWindowSurface; member
|
D | renderControl_client_context.cpp | 23 …rcCreateWindowSurface = (rcCreateWindowSurface_client_proc_t) getProc("rcCreateWindowSurface", use… in initDispatchByName()
|
D | renderControl.in | 11 GL_ENTRY(uint32_t, rcCreateWindowSurface, uint32_t config, uint32_t width, uint32_t height)
|
D | renderControl_entry.cpp | 18 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()
|
D | README | 66 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height);
|
D | renderControl_enc.cpp | 2838 this->rcCreateWindowSurface = &rcCreateWindowSurface_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 23 rcCreateWindowSurface_server_proc_t rcCreateWindowSurface; member
|
D | renderControl_server_context.cpp | 23 …rcCreateWindowSurface = (rcCreateWindowSurface_server_proc_t) getProc("rcCreateWindowSurface", use… in initDispatchByName()
|
D | renderControl_dec.cpp | 282 *(uint32_t *)(&tmpBuf[0]) = this->rcCreateWindowSurface(var_config, var_width, var_height); in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.in | 11 GL_ENTRY(uint32_t, rcCreateWindowSurface, uint32_t config, uint32_t width, uint32_t height)
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 787 static uint32_t rcCreateWindowSurface(uint32_t config, in rcCreateWindowSurface() function 1561 dec->rcCreateWindowSurface = rcCreateWindowSurface; in initRenderControlContext()
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 523 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()
|