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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 29 {"rcFBPost", (void*)rcFBPost},
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;}
renderControl_entry.cpp 27 void rcFBPost(uint32_t colorBuffer);
151 void rcFBPost(uint32_t colorBuffer)
154 ctx->rcFBPost(ctx, colorBuffer);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 269 static void rcFBPost(uint32_t colorBuffer)
353 dec->set_rcFBPost(rcFBPost);
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 471 rcEnc->rcFBPost(rcEnc, cb->hostHandle);

Completed in 20 milliseconds