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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp 27 void rcFBPost(uint32_t colorBuffer);
151 void rcFBPost(uint32_t colorBuffer)
154 ctx->rcFBPost(ctx, colorBuffer);
renderControl_client_context.h 29 rcFBPost_client_proc_t rcFBPost;
55 virtual rcFBPost_client_proc_t set_rcFBPost(rcFBPost_client_proc_t f) { rcFBPost_client_proc_t retval = rcFBPost; rcFBPost = f; return retval;}
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 269 static void rcFBPost(uint32_t colorBuffer)
353 dec->set_rcFBPost(rcFBPost);

Completed in 94 milliseconds