HomeSort by relevance Sort by last modified time
    Searched refs:rcOpenColorBuffer (Results 1 - 5 of 5) 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;

Completed in 28 milliseconds