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

  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_client_context.h 44 rcFlushWindowColorBufferAsync_client_proc_t rcFlushWindowColorBufferAsync;
renderControl_entry.cpp 39 void rcFlushWindowColorBufferAsync(uint32_t windowSurface);
247 void rcFlushWindowColorBufferAsync(uint32_t windowSurface)
250 ctx->rcFlushWindowColorBufferAsync(ctx, windowSurface);
  /device/generic/opengl-transport/host/libs/virglrenderer/
RenderControl.cpp 773 static void rcFlushWindowColorBufferAsync(uint32_t windowSurface) {
859 rcFlushWindowColorBufferAsync = ::rcFlushWindowColorBufferAsync;

Completed in 4089 milliseconds