Searched refs:rcGetFBDisplayConfigsParam (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_ftable.h | 77 {"rcGetFBDisplayConfigsParam", (void*)rcGetFBDisplayConfigsParam},
|
D | renderControl_client_context.h | 79 rcGetFBDisplayConfigsParam_client_proc_t rcGetFBDisplayConfigsParam; member
|
D | renderControl_client_context.cpp | 79 …rcGetFBDisplayConfigsParam = (rcGetFBDisplayConfigsParam_client_proc_t) getProc("rcGetFBDisplayCon… in initDispatchByName()
|
D | renderControl_entry.cpp | 74 int rcGetFBDisplayConfigsParam(int configId, EGLint param); 482 int rcGetFBDisplayConfigsParam(int configId, EGLint param) in rcGetFBDisplayConfigsParam() function 485 return ctx->rcGetFBDisplayConfigsParam(ctx, configId, param); in rcGetFBDisplayConfigsParam()
|
D | renderControl_enc.cpp | 2894 this->rcGetFBDisplayConfigsParam = &rcGetFBDisplayConfigsParam_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 79 rcGetFBDisplayConfigsParam_server_proc_t rcGetFBDisplayConfigsParam; member
|
D | renderControl_server_context.cpp | 79 …rcGetFBDisplayConfigsParam = (rcGetFBDisplayConfigsParam_server_proc_t) getProc("rcGetFBDisplayCon… in initDispatchByName()
|
D | renderControl_dec.cpp | 1396 *(int *)(&tmpBuf[0]) = this->rcGetFBDisplayConfigsParam(var_configId, var_param); in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.in | 67 GL_ENTRY(int, rcGetFBDisplayConfigsParam, int configId, EGLint param);
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 1520 static int rcGetFBDisplayConfigsParam(int configId, GLint param) { in rcGetFBDisplayConfigsParam() function 1617 dec->rcGetFBDisplayConfigsParam = rcGetFBDisplayConfigsParam; in initRenderControlContext()
|