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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h83 * Pin any mutable images to the GPU cache. A pinned images is guaranteed to
87 * @return true if all images have been successfully pinned to the GPU cache
93 bool pinImages(LsaVector<sk_sp<Bitmap>>& images) { argument
94 return mRenderPipeline->pinImages(images);
H A DOpenGLPipeline.cpp235 bool OpenGLPipeline::pinImages(LsaVector<sk_sp<Bitmap>>& images) { argument
238 for (auto& bitmapResource : images) {
/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp233 } images[android::BufferQueueDefs::NUM_BUFFER_SLOTS]; member in struct:vulkan::driver::__anon1940::Swapchain
252 "non-dequeued images");
266 // have already signalled, since the swapchain images are supposed
299 if (!swapchain->images[i].dequeued)
300 ReleaseSwapchainImage(device, nullptr, -1, swapchain->images[i]);
985 // don't want to give the app back a swapchain with extra images (which they
1072 Swapchain::Image& img = swapchain->images[i];
1115 Swapchain::Image& img = swapchain->images[i];
1155 ReleaseSwapchainImage(device, window, -1, swapchain->images[i]);
1168 VkImage* images) {
1165 GetSwapchainImagesKHR(VkDevice, VkSwapchainKHR swapchain_handle, uint32_t* count, VkImage* images) argument
[all...]

Completed in 157 milliseconds