Home
last modified time | relevance | path

Searched refs:rcOpenColorBuffer_client_proc_t (Results 1 – 3 of 3) sorted by relevance

/development/tools/emulator/opengl/system/renderControl_enc/
DrenderControl_client_context.h24 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer;
50 …virtual rcOpenColorBuffer_client_proc_t set_rcOpenColorBuffer(rcOpenColorBuffer_client_proc_t f) {… in set_rcOpenColorBuffer()
DrenderControl_client_proc.h25 typedef void (renderControl_APIENTRY *rcOpenColorBuffer_client_proc_t) (void * ctx, uint32_t); typedef
DrenderControl_client_context.cpp28 …etProc("rcOpenColorBuffer", userData); set_rcOpenColorBuffer((rcOpenColorBuffer_client_proc_t)ptr); in initDispatchByName()