Searched refs:EglImage (Results 1 – 7 of 7) sorted by relevance
48 struct EglImage struct50 EglImage() : in EglImage() argument66 ~EglImage(){}; in ~EglImage() argument84 typedef std::shared_ptr<EglImage> ImagePtr; argument
131 struct EglImage;143 void preSaveAddEglImage(EglImage* eglImage);
78 void fillEglImage(EglImage* eglImage);
530 static void touchEglImage(EglImage* eglImage, in touchEglImage()693 ImagePtr eglImg(new EglImage); in onLoadAllImages()
1403 ImagePtr img( new EglImage() ); in eglCreateImageKHR()1437 ImagePtr img( new EglImage() ); in eglCreateImageKHR()1847 ImagePtr img( new EglImage() ); in eglImportImageANDROID()
299 void GlobalNameSpace::preSaveAddEglImage(EglImage* eglImage) { in preSaveAddEglImage()
1048 void SaveableTexture::fillEglImage(EglImage* eglImage) { in fillEglImage()