HomeSort by relevance Sort by last modified time
    Searched refs:rcFlushWindowColorBuffer (Results 1 - 5 of 5) 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;
53 virtual rcFlushWindowColorBuffer_client_proc_t set_rcFlushWindowColorBuffer(rcFlushWindowColorBuffer_client_proc_t f) { rcFlushWindowColorBuffer_client_proc_t retval = rcFlushWindowColorBuffer; rcFlushWindowColorBuffer = f; return retval;}
renderControl_entry.cpp 25 int rcFlushWindowColorBuffer(uint32_t windowSurface);
139 int rcFlushWindowColorBuffer(uint32_t windowSurface)
142 return ctx->rcFlushWindowColorBuffer(ctx, windowSurface);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 236 static int rcFlushWindowColorBuffer(uint32_t windowSurface)
351 dec->set_rcFlushWindowColorBuffer(rcFlushWindowColorBuffer);
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 316 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface);
    [all...]

Completed in 179 milliseconds