Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h77 {"rcGetFBDisplayConfigsParam", (void*)rcGetFBDisplayConfigsParam},
DrenderControl_client_context.h79 rcGetFBDisplayConfigsParam_client_proc_t rcGetFBDisplayConfigsParam; member
DrenderControl_client_context.cpp79rcGetFBDisplayConfigsParam = (rcGetFBDisplayConfigsParam_client_proc_t) getProc("rcGetFBDisplayCon… in initDispatchByName()
DrenderControl_entry.cpp74 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()
DrenderControl_enc.cpp2894 this->rcGetFBDisplayConfigsParam = &rcGetFBDisplayConfigsParam_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h79 rcGetFBDisplayConfigsParam_server_proc_t rcGetFBDisplayConfigsParam; member
DrenderControl_server_context.cpp79rcGetFBDisplayConfigsParam = (rcGetFBDisplayConfigsParam_server_proc_t) getProc("rcGetFBDisplayCon… in initDispatchByName()
DrenderControl_dec.cpp1396 *(int *)(&tmpBuf[0]) = this->rcGetFBDisplayConfigsParam(var_configId, var_param); in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in67 GL_ENTRY(int, rcGetFBDisplayConfigsParam, int configId, EGLint param);
/hardware/google/gfxstream/host/
DRenderControl.cpp1520 static int rcGetFBDisplayConfigsParam(int configId, GLint param) { in rcGetFBDisplayConfigsParam() function
1617 dec->rcGetFBDisplayConfigsParam = rcGetFBDisplayConfigsParam; in initRenderControlContext()