Searched refs:sourceImage (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLReadback.cpp78 EGLImageKHR sourceImage = eglCreateImageKHR(display, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, local
81 if (sourceImage == EGL_NO_IMAGE_KHR) {
89 copyImageInto(sourceImage, texTransform, width, height, srcRect, bitmap);
95 eglDestroyImageKHR(display, sourceImage);
/frameworks/base/libs/hwui/pipeline/skia/
H A DVectorDrawableAtlas.cpp108 SkImage* sourceImage; // copy either from the atlas or from a standalone surface local
113 sourceImage = entry.surface->makeImageSnapshot().get();
115 sourceImage = sourceImageAtlas;
122 canvas->drawImageRect(sourceImage, currentVDRect, newRect, nullptr);
/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp520 ImageItem &sourceImage = itemIdToItemMap.editValueAt(itemIndex); local
523 sourceImage.hidden = true;

Completed in 487 milliseconds