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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 24 {"rcOpenColorBuffer", (void*)rcOpenColorBuffer},
renderControl_client_context.h 24 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer;
renderControl_client_context.cpp 26 rcOpenColorBuffer = (rcOpenColorBuffer_client_proc_t) getProc("rcOpenColorBuffer", userData);
renderControl_entry.cpp 22 void rcOpenColorBuffer(uint32_t colorbuffer);
122 void rcOpenColorBuffer(uint32_t colorbuffer)
125 ctx->rcOpenColorBuffer(ctx, colorbuffer);
renderControl_enc.cpp 548 this->rcOpenColorBuffer = &rcOpenColorBuffer_enc;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 229 static void rcOpenColorBuffer(uint32_t colorbuffer)
357 dec->set_rcOpenColorBuffer(rcOpenColorBuffer);

Completed in 143 milliseconds