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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h 26 rcSetWindowColorBuffer_client_proc_t rcSetWindowColorBuffer;
renderControl_entry.cpp 24 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer);
134 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer)
137 ctx->rcSetWindowColorBuffer(ctx, windowSurface, colorBuffer);

Completed in 30 milliseconds