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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp 22 void rcOpenColorBuffer(uint32_t colorbuffer);
121 void rcOpenColorBuffer(uint32_t colorbuffer)
124 ctx->rcOpenColorBuffer(ctx, colorbuffer);
renderControl_client_context.h 24 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer;
50 virtual rcOpenColorBuffer_client_proc_t set_rcOpenColorBuffer(rcOpenColorBuffer_client_proc_t f) { rcOpenColorBuffer_client_proc_t retval = rcOpenColorBuffer; rcOpenColorBuffer = f; return retval;}
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 218 static void rcOpenColorBuffer(uint32_t colorbuffer)
348 dec->set_rcOpenColorBuffer(rcOpenColorBuffer);

Completed in 207 milliseconds