Searched refs:rcFBPost (Results 1 – 13 of 13) sorted by relevance
29 rcFBPost_client_proc_t rcFBPost; member
29 {"rcFBPost", (void*)rcFBPost},
31 rcFBPost_client_proc_t rcFBPost; member
78 through rcFBPost.102 void rcFBPost(uint32_t colorBuffer);118 posts for the buffer requested previously through rcFBPost has been
31 rcFBPost = (rcFBPost_client_proc_t) getProc("rcFBPost", userData); in initDispatchByName()
19 GL_ENTRY(void, rcFBPost, uint32_t colorBuffer)
26 void rcFBPost(uint32_t colorBuffer);194 void rcFBPost(uint32_t colorBuffer) in rcFBPost() function197 ctx->rcFBPost(ctx, colorBuffer); in rcFBPost()
2846 this->rcFBPost = &rcFBPost_enc; in renderControl_encoder_context_t()
31 rcFBPost_server_proc_t rcFBPost; member
31 rcFBPost = (rcFBPost_server_proc_t) getProc("rcFBPost", userData); in initDispatchByName()
416 this->rcFBPost(var_colorBuffer); in decode()
934 static void rcFBPost(uint32_t colorBuffer) in rcFBPost() function1569 dec->rcFBPost = rcFBPost; in initRenderControlContext()