Searched refs:glImage (Results 1 – 1 of 1) sorted by relevance
608 const GLImage& glImage = static_cast<const GLImage&>(image); in bindExternalTextureImage() local612 if (glImage.getEGLImage() != EGL_NO_IMAGE_KHR) { in bindExternalTextureImage()613 glEGLImageTargetTexture2DOES(target, static_cast<GLeglImageOES>(glImage.getEGLImage())); in bindExternalTextureImage()