HomeSort by relevance Sort by last modified time
    Searched refs:rcFBPost (Results 1 - 7 of 7) sorted by null

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 29 {"rcFBPost", (void*)rcFBPost},
renderControl_client_context.h 29 rcFBPost_client_proc_t rcFBPost;
renderControl_client_context.cpp 31 rcFBPost = (rcFBPost_client_proc_t) getProc("rcFBPost", userData);
renderControl_entry.cpp 27 void rcFBPost(uint32_t colorBuffer);
152 void rcFBPost(uint32_t colorBuffer)
155 ctx->rcFBPost(ctx, colorBuffer);
renderControl_enc.cpp 553 this->rcFBPost = &rcFBPost_enc;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 278 static void rcFBPost(uint32_t colorBuffer)
362 dec->set_rcFBPost(rcFBPost);
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 455 rcEnc->rcFBPost(rcEnc, cb->hostHandle);

Completed in 44 milliseconds