Lines Matching defs:image
65 GrEGLImage image = GR_EGL_NO_IMAGE;
70 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, image);
76 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, image);
92 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, image);
104 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, image);
109 image = glCtx1->texture2DToEGLImage(texInfo.fID);
110 if (GR_EGL_NO_IMAGE == image) {
112 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, image);
123 // the EGL image. Also, this must be done after creating the EGLImage as the texture
124 // contents may not be preserved when the image is created.
143 externalTexture.fID = glCtx0->eglImageToExternalTexture(image);
147 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, image);
162 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, image);
172 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, image);
213 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, image);