Searched refs:rcSetTracingForPuid (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_ftable.h | 67 {"rcSetTracingForPuid", (void*)rcSetTracingForPuid},
|
D | renderControl_client_context.h | 69 rcSetTracingForPuid_client_proc_t rcSetTracingForPuid; member
|
D | renderControl_client_context.cpp | 69 rcSetTracingForPuid = (rcSetTracingForPuid_client_proc_t) getProc("rcSetTracingForPuid", userData); in initDispatchByName()
|
D | renderControl_entry.cpp | 64 void rcSetTracingForPuid(uint64_t puid, uint32_t enable, uint64_t guestTime); 422 void rcSetTracingForPuid(uint64_t puid, uint32_t enable, uint64_t guestTime) in rcSetTracingForPuid() function 425 ctx->rcSetTracingForPuid(ctx, puid, enable, guestTime); in rcSetTracingForPuid()
|
D | renderControl_enc.cpp | 2884 this->rcSetTracingForPuid = &rcSetTracingForPuid_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 69 rcSetTracingForPuid_server_proc_t rcSetTracingForPuid; member
|
D | renderControl_server_context.cpp | 69 rcSetTracingForPuid = (rcSetTracingForPuid_server_proc_t) getProc("rcSetTracingForPuid", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 1204 this->rcSetTracingForPuid(var_puid, var_enable, var_guestTime); in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.in | 57 GL_ENTRY(void, rcSetTracingForPuid, uint64_t puid, uint32_t enable, uint64_t guestTime)
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 1453 static void rcSetTracingForPuid(uint64_t puid, uint32_t enable, uint64_t time) { in rcSetTracingForPuid() function 1607 dec->rcSetTracingForPuid = rcSetTracingForPuid; in initRenderControlContext()
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 706 rcEnc->rcSetTracingForPuid(rcEnc, getPuid(), 1, currGuestTimeNs()); in onSwapBuffersSuccesful() 711 rcEnc->rcSetTracingForPuid(rcEnc, getPuid(), 0, currGuestTimeNs()); in onSwapBuffersSuccesful()
|