/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | ClearMultiviewGL.cpp | 122 const auto &imageIndex = attachment->getTextureImageIndex(); in attachTextures() local 138 const auto &imageIndex = depthStencilAttachment->getTextureImageIndex(); in attachTextures() local 148 const auto &imageIndex = depthAttachment->getTextureImageIndex(); in attachTextures() local 158 const auto &imageIndex = stencilAttachment->getTextureImageIndex(); in attachTextures() local
|
H A D | SurfaceGL.cpp | 39 const gl::ImageIndex &imageIndex) in initializeContents()
|
H A D | RenderbufferGL.cpp | 125 const gl::ImageIndex &imageIndex) in initializeContents()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | SurfaceWgpu.cpp | 108 const gl::ImageIndex &imageIndex) in initializeContents() 131 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 251 const gl::ImageIndex &imageIndex) in initializeContents() 272 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
|
H A D | RenderbufferWgpu.cpp | 47 const gl::ImageIndex &imageIndex) in initializeContents()
|
H A D | TextureWgpu.cpp | 314 const gl::ImageIndex &imageIndex) in initializeContents() 321 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | MediaMetadataRetriever.java | 967 public @Nullable Bitmap getImageAtIndex(int imageIndex, @NonNull BitmapParams params) { in getImageAtIndex() 988 int imageIndex, @NonNull BitmapParams params, int targetSize, int maxPixels); in getThumbnailImageAtIndex() 1005 public @Nullable Bitmap getImageAtIndex(int imageIndex) { in getImageAtIndex() 1047 private Bitmap getImageAtIndexInternal(int imageIndex, @Nullable BitmapParams params) { in getImageAtIndexInternal() 1060 private native Bitmap _getImageAtIndex(int imageIndex, @Nullable BitmapParams params); in _getImageAtIndex()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | FramebufferAttachment.cpp | 33 FramebufferAttachment::Target::Target(GLenum binding, const ImageIndex &imageIndex) in Target() 319 const ImageIndex &imageIndex, in getAttachmentRenderTarget() 329 const ImageIndex &imageIndex) in initializeContents()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | FramebufferAttachmentObjectImpl.h | 46 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 57 const gl::ImageIndex &imageIndex) in initializeContents()
|
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/ |
H A D | Swapchain.cpp | 73 void Swapchain::acquireNextImage(vk::Semaphore presentCompleteSemaphore, uint32_t &imageIndex) in acquireNextImage() 79 void Swapchain::queuePresent(vk::Queue queue, uint32_t imageIndex, vk::Semaphore waitSemaphore) in queuePresent()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoFrameBuffer.cpp | 239 …VkResult GetImageSetNewLayout(DeviceContext &vkDevCtx, uint32_t imageIndex, VkImageLayout newDpbIm… in GetImageSetNewLayout() 813 … const VkImageCreateInfo *pOutImageCreateInfo, uint32_t imageIndex, in CreateImage() 1001 for (uint32_t imageIndex = m_numImages; imageIndex < numImages; imageIndex++) in init() local 1083 for (uint32_t imageIndex = firstIndex; imageIndex < maxNumImages; imageIndex++) in init() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A D | RenderbufferD3D.cpp | 110 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 119 const gl::ImageIndex &imageIndex) in initializeContents()
|
H A D | ProgramExecutableD3D.cpp | 538 for (size_t imageIndex = 0; imageIndex < imageCount; ++imageIndex) in load() local 547 for (size_t imageIndex = 0; imageIndex < readonlyImageCount; ++imageIndex) in load() local 916 for (size_t imageIndex = 0; imageIndex < mImages[shaderType].size(); ++imageIndex) in save() local 923 for (size_t imageIndex = 0; imageIndex < mReadonlyImages[shaderType].size(); ++imageIndex) in save() local 1272 unsigned int imageIndex, in getImageMapping() 2260 unsigned int imageIndex = startImageIndex; in AssignImages() local
|
H A D | SurfaceD3D.cpp | 450 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 467 const gl::ImageIndex &imageIndex) in initializeContents()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ExternalImageSiblingImpl11.cpp | 121 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 132 const gl::ImageIndex &imageIndex) in initializeContents()
|
/aosp_15_r20/external/skia/bench/ |
H A D | BulkRectBench.cpp | 100 int imageIndex = kImageMode == ImageMode::kShared ? 0 : i; in drawImagesBatch() local 124 int imageIndex = kImageMode == ImageMode::kShared ? 0 : i; in drawImagesRef() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | SurfaceVk.cpp | 442 void AssociateQueueSerialWithPresentHistory(uint32_t imageIndex, in AssociateQueueSerialWithPresentHistory() 546 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 763 const gl::ImageIndex &imageIndex) in initializeContents() 1395 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 1796 for (uint32_t imageIndex = 0; imageIndex < imageCount; ++imageIndex) in createSwapChain() local 3079 const gl::ImageIndex &imageIndex) in initializeContents()
|
H A D | RenderbufferVk.cpp | 291 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 302 const gl::ImageIndex &imageIndex) in initializeContents()
|
/aosp_15_r20/development/apps/ShareTest/src/com/android/sharetest/ |
H A D | ShareTestActivity.kt | 280 val imageIndex = Random.nextInt(ADDITIONAL_ITEM_COUNT) in <lambda>() constant
|
/aosp_15_r20/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 138 int imageIndex = 0; in resizeBoxFilter() local 357 int imageIndex, in renderImage()
|
/aosp_15_r20/external/swiftshader/src/WSI/ |
H A D | VkSwapchainKHR.hpp | 48 const PresentImage &getImage(uint32_t imageIndex) { return images[imageIndex]; } in getImage()
|
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/ |
D | AlternatingImageStorage.cpp | 22 std::uint32_t imageIndex) { in getRotatingScratchBuffer()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/ |
H A D | RenderbufferNULL.cpp | 47 const gl::ImageIndex &imageIndex) in initializeContents()
|
H A D | SurfaceNULL.cpp | 98 const gl::ImageIndex &imageIndex) in initializeContents()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/linux/wayland/ |
H A D | WindowSurfaceVkWayland.cpp | 94 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
|