Searched refs:rcFBPost (Results 1 – 9 of 9) sorted by relevance
29 {"rcFBPost", (void*)rcFBPost},
27 void rcFBPost(uint32_t colorBuffer);155 void rcFBPost(uint32_t colorBuffer) in rcFBPost() function158 ctx->rcFBPost(ctx, colorBuffer); in rcFBPost()
29 rcFBPost_client_proc_t rcFBPost; member
31 rcFBPost_client_proc_t rcFBPost; member
31 rcFBPost = (rcFBPost_client_proc_t) getProc("rcFBPost", userData); in initDispatchByName()
78 through rcFBPost.102 void rcFBPost(uint32_t colorBuffer);118 posts for the buffer requested previously through rcFBPost has been
19 GL_ENTRY(void, rcFBPost, uint32_t colorBuffer)
1084 this->rcFBPost = &rcFBPost_enc; in renderControl_encoder_context_t()
459 rcEnc->rcFBPost(rcEnc, cb->hostHandle); in fb_post()