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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 27 {"rcFlushWindowColorBuffer", (void*)rcFlushWindowColorBuffer},
renderControl_client_context.h 27 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer;
renderControl_client_context.cpp 29 rcFlushWindowColorBuffer = (rcFlushWindowColorBuffer_client_proc_t) getProc("rcFlushWindowColorBuffer", userData);
renderControl_entry.cpp 25 int rcFlushWindowColorBuffer(uint32_t windowSurface);
140 int rcFlushWindowColorBuffer(uint32_t windowSurface)
143 return ctx->rcFlushWindowColorBuffer(ctx, windowSurface);
renderControl_enc.cpp 551 this->rcFlushWindowColorBuffer = &rcFlushWindowColorBuffer_enc;
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 319 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface);
    [all...]

Completed in 36 milliseconds