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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp 16 EGLint rcGetFBParam(EGLint param);
86 EGLint rcGetFBParam(EGLint param)
89 return ctx->rcGetFBParam(ctx, param);
renderControl_client_context.h 18 rcGetFBParam_client_proc_t rcGetFBParam;
45 virtual rcGetFBParam_client_proc_t set_rcGetFBParam(rcGetFBParam_client_proc_t f) { rcGetFBParam_client_proc_t retval = rcGetFBParam; rcGetFBParam = f; return retval;}
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 126 static EGLint rcGetFBParam(EGLint param)
351 dec->set_rcGetFBParam(rcGetFBParam);

Completed in 93 milliseconds