Home
last modified time | relevance | path

Searched refs:rcFBPost (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h29 {"rcFBPost", (void*)rcFBPost},
DrenderControl_client_base.h29 rcFBPost_client_proc_t rcFBPost; member
DrenderControl_client_context.h31 rcFBPost_client_proc_t rcFBPost; member
DrenderControl_entry.cpp26 void rcFBPost(uint32_t colorBuffer);
160 void rcFBPost(uint32_t colorBuffer) in rcFBPost() function
163 ctx->rcFBPost(ctx, colorBuffer); in rcFBPost()
DrenderControl_client_context.cpp31 rcFBPost = (rcFBPost_client_proc_t) getProc("rcFBPost", userData); in initDispatchByName()
DREADME78 through rcFBPost.
102 void rcFBPost(uint32_t colorBuffer);
118 posts for the buffer requested previously through rcFBPost has been
DrenderControl.in19 GL_ENTRY(void, rcFBPost, uint32_t colorBuffer)
DrenderControl_enc.cpp1393 this->rcFBPost = &rcFBPost_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp817 rcEnc->rcFBPost(rcEnc, cb->hostHandle); in fb_post()