HomeSort by relevance Sort by last modified time
    Searched refs:rcFlushWindowColorBuffer (Results 1 - 7 of 7) 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;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 243 static int rcFlushWindowColorBuffer(uint32_t windowSurface)
360 dec->set_rcFlushWindowColorBuffer(rcFlushWindowColorBuffer);
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 317 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface);
    [all...]

Completed in 485 milliseconds