equal
deleted
inserted
replaced
132 { |
132 { |
133 return iIsDestroyed; |
133 return iIsDestroyed; |
134 } |
134 } |
135 #else |
135 #else |
136 void CEglImage::Duplicate() {} |
136 void CEglImage::Duplicate() {} |
137 TBool CEglImage::OpenForVgImage(TSize& aSize, VGHandle& aVgHandle, TUint64& aSgImageId) {} |
137 TBool CEglImage::OpenForVgImage(TSize& aSize, VGHandle& aVgHandle, TUint64& aSgImageId) {return ETrue;} |
138 TBool CEglImage::Close() {} |
138 TBool CEglImage::Close() {return ETrue;} |
139 TBool CEglImage::Destroy() {} |
139 TBool CEglImage::Destroy() {return ETrue;} |
140 TBool CEglImage::IsDestroyed() const {} |
140 TBool CEglImage::IsDestroyed() const {return ETrue;} |
141 TInt CEglImage::RefCount() {} |
141 TInt CEglImage::RefCount() {return 0;} |
142 EGLDisplay CEglImage::Display() const {} |
142 EGLDisplay CEglImage::Display() const {return ETrue;} |
143 #endif |
143 #endif |
144 |
144 |
145 |
145 |
146 //////////////////////////////////////////////////////////////////////////////////////////////////// |
146 //////////////////////////////////////////////////////////////////////////////////////////////////// |
147 // SgImage stuff in CGuestEGL |
147 // SgImage stuff in CGuestEGL |