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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp 25 int rcFlushWindowColorBuffer(uint32_t windowSurface);
139 int rcFlushWindowColorBuffer(uint32_t windowSurface)
142 return ctx->rcFlushWindowColorBuffer(ctx, windowSurface);
renderControl_client_context.h 27 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer;
53 virtual rcFlushWindowColorBuffer_client_proc_t set_rcFlushWindowColorBuffer(rcFlushWindowColorBuffer_client_proc_t f) { rcFlushWindowColorBuffer_client_proc_t retval = rcFlushWindowColorBuffer; rcFlushWindowColorBuffer = f; return retval;}
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 236 static int rcFlushWindowColorBuffer(uint32_t windowSurface)
351 dec->set_rcFlushWindowColorBuffer(rcFlushWindowColorBuffer);

Completed in 45 milliseconds