Searched refs:rcFBPost (Results 1 – 6 of 6) sorted by relevance
29 {"rcFBPost", (void*)rcFBPost},
29 rcFBPost_client_proc_t rcFBPost; member55 …FBPost(rcFBPost_client_proc_t f) { rcFBPost_client_proc_t retval = rcFBPost; rcFBPost = f; return … in set_rcFBPost()
27 void rcFBPost(uint32_t colorBuffer);151 void rcFBPost(uint32_t colorBuffer) in rcFBPost() function154 ctx->rcFBPost(ctx, colorBuffer); in rcFBPost()
19 GL_ENTRY(void, rcFBPost, uint32_t colorBuffer)
78 through rcFBPost.102 void rcFBPost(uint32_t colorBuffer);118 posts for the buffer requested previously through rcFBPost has been
455 rcEnc->rcFBPost(rcEnc, cb->hostHandle); in fb_post()