Searched refs:rcGetFBParam (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | renderControl_ftable.h | 18 {"rcGetFBParam", (void*)rcGetFBParam},
|
D | renderControl_entry.cpp | 16 EGLint rcGetFBParam(EGLint param); 89 EGLint rcGetFBParam(EGLint param) in rcGetFBParam() function 92 return ctx->rcGetFBParam(ctx, param); in rcGetFBParam()
|
D | renderControl_client_base.h | 18 rcGetFBParam_client_proc_t rcGetFBParam; member
|
D | renderControl_client_context.h | 20 rcGetFBParam_client_proc_t rcGetFBParam; member
|
D | renderControl_client_context.cpp | 20 rcGetFBParam = (rcGetFBParam_client_proc_t) getProc("rcGetFBParam", userData); in initDispatchByName()
|
D | renderControl.in | 8 GL_ENTRY(EGLint, rcGetFBParam, EGLint param)
|
D | README | 51 EGLint rcGetFBParam(EGLint param);
|
D | renderControl_enc.cpp | 1073 this->rcGetFBParam = &rcGetFBParam_enc; in renderControl_encoder_context_t()
|
/device/generic/goldfish/opengl/system/gralloc/ |
D | gralloc.cpp | 942 EGLint width = rcEnc->rcGetFBParam(rcEnc, FB_WIDTH); in gralloc_device_open() 944 EGLint height = rcEnc->rcGetFBParam(rcEnc, FB_HEIGHT); in gralloc_device_open() 946 EGLint xdpi = rcEnc->rcGetFBParam(rcEnc, FB_XDPI); in gralloc_device_open() 948 EGLint ydpi = rcEnc->rcGetFBParam(rcEnc, FB_YDPI); in gralloc_device_open() 950 EGLint fps = rcEnc->rcGetFBParam(rcEnc, FB_FPS); in gralloc_device_open() 952 EGLint min_si = rcEnc->rcGetFBParam(rcEnc, FB_MIN_SWAP_INTERVAL); in gralloc_device_open() 954 EGLint max_si = rcEnc->rcGetFBParam(rcEnc, FB_MAX_SWAP_INTERVAL); in gralloc_device_open()
|