📄 sharedutils.h
字号:
/*!****************************************************************************
@File sharedutils.h
@Title shared user/kernel side functions API Header
@Author Imagination Technologies
@date 24/10/2003
@Copyright Copyright 2003-2004 by Imagination Technologies Limited.
All rights reserved. No part of this software, either
material or conceptual may be copied or distributed,
transmitted, transcribed, stored in a retrieval system
or translated into any human or computer language in any
form by any means, electronic, mechanical, manual or
other-wise, or disclosed to third parties without the
express written permission of Imagination Technologies
Limited, Unit 8, HomePark Industrial Estate,
King's Langley, Hertfordshire, WD4 8LZ, U.K.
@Platform Generic
@Description Provides shared user/kernel side functions
@DoxygenVer
******************************************************************************/
/******************************************************************************
Modifications :-
$Log: sharedutils.h $
*****************************************************************************/
IMG_VOID FreeHWContextID(PVRSRV_DEV_INFO *psDevInfo, IMG_UINT32 ui32HWContextID);
PVRSRV_ERROR IMG_CALLCONV PVRSRVAcquireSlavePort (PVRSRV_DEV_INFO *psDevInfo,
PVRSRV_SLAVEPORT_TYPE eSlavePortType,
IMG_BOOL bBlock);
PVRSRV_ERROR IMG_CALLCONV PVRSRVReleaseSlavePort (PVRSRV_DEV_INFO *psDevInfo,
PVRSRV_SLAVEPORT_TYPE eSlavePortType);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -