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_base.h 27 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer;
renderControl_client_context.h 29 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);
143 int rcFlushWindowColorBuffer(uint32_t windowSurface)
146 return ctx->rcFlushWindowColorBuffer(ctx, windowSurface);
renderControl_enc.cpp 636 ALOGE("rcFlushWindowColorBuffer: GL communication error, please report this issue to b.android.com.\n");
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 317 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface);
    [all...]

Completed in 36 milliseconds