HomeSort by relevance Sort by last modified time
    Searched refs:rcGetFBParam (Results 1 - 7 of 7) sorted by null

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 18 {"rcGetFBParam", (void*)rcGetFBParam},
renderControl_client_base.h 18 rcGetFBParam_client_proc_t rcGetFBParam;
renderControl_client_context.h 20 rcGetFBParam_client_proc_t rcGetFBParam;
renderControl_client_context.cpp 20 rcGetFBParam = (rcGetFBParam_client_proc_t) getProc("rcGetFBParam", userData);
renderControl_entry.cpp 16 EGLint rcGetFBParam(EGLint param);
89 EGLint rcGetFBParam(EGLint param)
92 return ctx->rcGetFBParam(ctx, param);
renderControl_enc.cpp 351 ALOGE("rcGetFBParam: GL communication error, please report this issue to b.android.com.\n");
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 942 EGLint width = rcEnc->rcGetFBParam(rcEnc, FB_WIDTH);
944 EGLint height = rcEnc->rcGetFBParam(rcEnc, FB_HEIGHT);
946 EGLint xdpi = rcEnc->rcGetFBParam(rcEnc, FB_XDPI);
948 EGLint ydpi = rcEnc->rcGetFBParam(rcEnc, FB_YDPI);
950 EGLint fps = rcEnc->rcGetFBParam(rcEnc, FB_FPS);
952 EGLint min_si = rcEnc->rcGetFBParam(rcEnc, FB_MIN_SWAP_INTERVAL);
954 EGLint max_si = rcEnc->rcGetFBParam(rcEnc, FB_MAX_SWAP_INTERVAL);
    [all...]

Completed in 39 milliseconds