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_base.h 24 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer;
renderControl_client_context.h 26 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);
125 void rcOpenColorBuffer(uint32_t colorbuffer)
128 ctx->rcOpenColorBuffer(ctx, colorbuffer);
renderControl_enc.cpp     [all...]

Completed in 37 milliseconds