Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h132 ImagePtr (*getEGLImage)(unsigned int imageId); member
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp66 ImagePtr getEGLImage(unsigned int imageId);
97 .getEGLImage = translator::egl::getEGLImage,
1373 ImagePtr getEGLImage(unsigned int imageId) in getEGLImage() function
1468 ImagePtr img = getEGLImage(imagehndl); in eglDestroyImageKHR()
1629 ImagePtr img = getEGLImage(imagehndl); in eglSetImageFenceANDROID()
1822 ImagePtr img = getEGLImage(imagehndl); in eglGetNativeImageANDROID()
1830 ImagePtr img = getEGLImage(imagehndl); in eglSetImageInfoANDROID()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2203 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in glEGLImageTargetTexture2DOES()
2242 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in glEGLImageTargetRenderbufferStorageOES()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp410 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in blitFromCurrentReadBufferANDROID()
4261 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in glEGLImageTargetTexture2DOES()
4341 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in glEGLImageTargetRenderbufferStorageOES()