Home
last modified time | relevance | path

Searched defs:imageIndex (Results 1 – 25 of 255) sorted by relevance

1234567891011

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DClearMultiviewGL.cpp122 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 DSurfaceGL.cpp39 const gl::ImageIndex &imageIndex) in initializeContents()
H A DRenderbufferGL.cpp125 const gl::ImageIndex &imageIndex) in initializeContents()
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DSurfaceWgpu.cpp108 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 DRenderbufferWgpu.cpp47 const gl::ImageIndex &imageIndex) in initializeContents()
H A DTextureWgpu.cpp314 const gl::ImageIndex &imageIndex) in initializeContents()
321 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMediaMetadataRetriever.java967 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 DFramebufferAttachment.cpp33 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 DFramebufferAttachmentObjectImpl.h46 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
57 const gl::ImageIndex &imageIndex) in initializeContents()
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/
H A DSwapchain.cpp73 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 DvktVideoFrameBuffer.cpp239 …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 DRenderbufferD3D.cpp110 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
119 const gl::ImageIndex &imageIndex) in initializeContents()
H A DProgramExecutableD3D.cpp538 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 DSurfaceD3D.cpp450 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 DExternalImageSiblingImpl11.cpp121 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
132 const gl::ImageIndex &imageIndex) in initializeContents()
/aosp_15_r20/external/skia/bench/
H A DBulkRectBench.cpp100 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 DSurfaceVk.cpp442 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 DRenderbufferVk.cpp291 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 DShareTestActivity.kt280 val imageIndex = Random.nextInt(ADDITIONAL_ITEM_COUNT) in <lambda>() constant
/aosp_15_r20/packages/apps/Messaging/jni/
DGifTranscoder.cpp138 int imageIndex = 0; in resizeBoxFilter() local
357 int imageIndex, in renderImage()
/aosp_15_r20/external/swiftshader/src/WSI/
H A DVkSwapchainKHR.hpp48 const PresentImage &getImage(uint32_t imageIndex) { return images[imageIndex]; } in getImage()
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DAlternatingImageStorage.cpp22 std::uint32_t imageIndex) { in getRotatingScratchBuffer()
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DRenderbufferNULL.cpp47 const gl::ImageIndex &imageIndex) in initializeContents()
H A DSurfaceNULL.cpp98 const gl::ImageIndex &imageIndex) in initializeContents()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/linux/wayland/
H A DWindowSurfaceVkWayland.cpp94 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()

1234567891011