Home
last modified time | relevance | path

Searched refs:OnDestroyCommandBuffer (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/common/gpu/
Dgpu_channel.h163 void OnDestroyCommandBuffer(int32 route_id);
Dgpu_channel.cc654 OnDestroyCommandBuffer) in OnControlMessageReceived()
814 void GpuChannel::OnDestroyCommandBuffer(int32 route_id) { in OnDestroyCommandBuffer() function in content::GpuChannel
/external/chromium_org/content/browser/gpu/
Dgpu_process_host.h168 void OnDestroyCommandBuffer(int32 surface_id);
Dgpu_process_host.cc563 IPC_MESSAGE_HANDLER(GpuHostMsg_DestroyCommandBuffer, OnDestroyCommandBuffer) in OnMessageReceived()
732 void GpuProcessHost::OnDestroyCommandBuffer(int32 surface_id) { in OnDestroyCommandBuffer() function in content::GpuProcessHost