Searched defs:images (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/imageprocessing/
H A DImageRecyclerViewAdapter.java47 void updateList(List<Image> images) { argument
48 mImages = images;
90 protected Bitmap doInBackground(Image... images) {
91 Image image = images[0];
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h85 * Pin any mutable images to the GPU cache. A pinned images is guaranteed to
89 * @return true if all images have been successfully pinned to the GPU cache
95 bool pinImages(LsaVector<sk_sp<Bitmap>>& images) { return mRenderPipeline->pinImages(images); } argument
H A DOpenGLPipeline.cpp253 bool OpenGLPipeline::pinImages(LsaVector<sk_sp<Bitmap>>& images) { argument
256 for (auto& bitmapResource : images) {
/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp238 } images[android::BufferQueueDefs::NUM_BUFFER_SLOTS]; member in struct:vulkan::driver::__anon1931::Swapchain
257 "non-dequeued images");
271 // have already signalled, since the swapchain images are supposed
304 if (!swapchain->images[i].dequeued)
305 ReleaseSwapchainImage(device, nullptr, -1, swapchain->images[i]);
1136 // don't want to give the app back a swapchain with extra images (which they
1230 Swapchain::Image& img = swapchain->images[i];
1272 Swapchain::Image& img = swapchain->images[i];
1313 ReleaseSwapchainImage(device, window, -1, swapchain->images[i]);
1326 VkImage* images) {
1323 GetSwapchainImagesKHR(VkDevice, VkSwapchainKHR swapchain_handle, uint32_t* count, VkImage* images) argument
[all...]

Completed in 248 milliseconds