Home
last modified time | relevance | path

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

/development/tools/emulator/opengl/system/renderControl_enc/
DrenderControl_ftable.h29 {"rcFBPost", (void*)rcFBPost},
DrenderControl_client_context.h29 rcFBPost_client_proc_t rcFBPost; member
55 …FBPost(rcFBPost_client_proc_t f) { rcFBPost_client_proc_t retval = rcFBPost; rcFBPost = f; return … in set_rcFBPost()
DrenderControl_entry.cpp27 void rcFBPost(uint32_t colorBuffer);
151 void rcFBPost(uint32_t colorBuffer) in rcFBPost() function
154 ctx->rcFBPost(ctx, colorBuffer); in rcFBPost()
DrenderControl.in19 GL_ENTRY(void, rcFBPost, uint32_t colorBuffer)
DREADME78 through rcFBPost.
102 void rcFBPost(uint32_t colorBuffer);
118 posts for the buffer requested previously through rcFBPost has been
/development/tools/emulator/opengl/system/gralloc/
Dgralloc.cpp455 rcEnc->rcFBPost(rcEnc, cb->hostHandle); in fb_post()