equal
deleted
inserted
replaced
60 IMPORT_C TInt MapToHWAddress( const TInt aChunkHandle, TUint32& aHWAddress ); |
60 IMPORT_C TInt MapToHWAddress( const TInt aChunkHandle, TUint32& aHWAddress ); |
61 |
61 |
62 IMPORT_C TInt EglGetSgHandles( const TUint64 aId, TUint64 *aSgHandles ); |
62 IMPORT_C TInt EglGetSgHandles( const TUint64 aId, TUint64 *aSgHandles ); |
63 |
63 |
64 /** |
64 /** |
65 * Gets Base Address of Frame Buffer |
65 * Gets Base Address of Surface Buffer |
66 * @param aHWAddress returned Base Address |
66 * @param aHWAddress returned Base Address |
67 * |
67 * |
68 * @note A base address of 0 is invalid, and indicates a failure to |
68 * @note A base address of 0 is invalid, and indicates a failure to |
69 * obtain the base address. |
69 * obtain the base address. |
70 */ |
70 */ |
71 IMPORT_C TInt GetFrameBufferBaseAddress( TUint32& aHWAddress ); |
71 IMPORT_C TInt GetSurfaceBufferBaseAddress( TUint32& aHWAddress ); |
72 |
72 |
73 |
73 |
74 private: |
74 private: |
75 /* |
75 /* |
76 Buffer, or send if it needs a reply, a command to the virtual video hardware |
76 Buffer, or send if it needs a reply, a command to the virtual video hardware |