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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.cpp 22 ptr = getProc("rcGetFBParam", userData); set_rcGetFBParam((rcGetFBParam_client_proc_t)ptr);
renderControl_client_context.h 44 virtual rcGetFBParam_client_proc_t set_rcGetFBParam(rcGetFBParam_client_proc_t f) { rcGetFBParam_client_proc_t retval = rcGetFBParam; rcGetFBParam = f; return retval;}
renderControl_enc.cpp 519 set_rcGetFBParam(rcGetFBParam_enc);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 342 dec->set_rcGetFBParam(rcGetFBParam);

Completed in 24 milliseconds