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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 29 {"rcFBPost", (void*)rcFBPost},
renderControl_client_base.h 29 rcFBPost_client_proc_t rcFBPost;
renderControl_client_context.h 31 rcFBPost_client_proc_t rcFBPost;
renderControl_client_context.cpp 31 rcFBPost = (rcFBPost_client_proc_t) getProc("rcFBPost", userData);
renderControl_entry.cpp 27 void rcFBPost(uint32_t colorBuffer);
155 void rcFBPost(uint32_t colorBuffer)
158 ctx->rcFBPost(ctx, colorBuffer);
renderControl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 459 rcEnc->rcFBPost(rcEnc, cb->hostHandle);
    [all...]

Completed in 38 milliseconds