Home
last modified time | relevance | path

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

1234

/external/angle/src/libANGLE/renderer/gl/
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
DSurfaceGL.cpp39 const gl::ImageIndex &imageIndex) in initializeContents()
DRenderbufferGL.cpp125 const gl::ImageIndex &imageIndex) in initializeContents()
/external/angle/src/libANGLE/renderer/
DFramebufferAttachmentObjectImpl.h46 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
57 const gl::ImageIndex &imageIndex) in initializeContents()
/external/swiftshader/tests/VulkanWrapper/
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()
/external/angle/src/libANGLE/renderer/d3d/
DRenderbufferD3D.cpp110 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
119 const gl::ImageIndex &imageIndex) in initializeContents()
DSurfaceD3D.cpp450 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
467 const gl::ImageIndex &imageIndex) in initializeContents()
DProgramD3D.cpp856 unsigned int imageIndex, in getImageMapping()
1012 for (size_t imageIndex = 0; imageIndex < imageCount; ++imageIndex) in load() local
1021 for (size_t imageIndex = 0; imageIndex < readonlyImageCount; ++imageIndex) in load() local
1367 for (size_t imageIndex = 0; imageIndex < mImages[shaderType].size(); ++imageIndex) in save() local
1374 for (size_t imageIndex = 0; imageIndex < mReadonlyImages[shaderType].size(); ++imageIndex) in save() local
3018 unsigned int imageIndex = startImageIndex; in AssignImages() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DExternalImageSiblingImpl11.cpp121 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
132 const gl::ImageIndex &imageIndex) in initializeContents()
/external/angle/src/libANGLE/
DFramebufferAttachment.cpp33 FramebufferAttachment::Target::Target(GLenum binding, const ImageIndex &imageIndex) in Target()
319 const ImageIndex &imageIndex, in getAttachmentRenderTarget()
329 const ImageIndex &imageIndex) in initializeContents()
DImage.h143 gl::ImageIndex imageIndex; member
DProgramExecutable.cpp498 for (size_t imageIndex = 0; imageIndex < imageBindingCount; ++imageIndex) in load() local
868 for (uint32_t imageIndex = 0; imageIndex < imageBindings.size(); ++imageIndex) in updateActiveImages() local
1586 for (unsigned int imageIndex : mImageUniformRange) in linkSamplerAndImageBindings() local
DImage.cpp264 const gl::ImageIndex &imageIndex, in setInitState()
/external/swiftshader/src/WSI/
DVkSwapchainKHR.hpp48 const PresentImage &getImage(uint32_t imageIndex) { return images[imageIndex]; } in getImage()
/external/angle/src/libANGLE/renderer/null/
DRenderbufferNULL.cpp47 const gl::ImageIndex &imageIndex) in initializeContents()
DSurfaceNULL.cpp98 const gl::ImageIndex &imageIndex) in initializeContents()
/external/skia/bench/
DBulkRectBench.cpp97 int imageIndex = kImageMode == ImageMode::kShared ? 0 : i; in drawImagesBatch() local
121 int imageIndex = kImageMode == ImageMode::kShared ? 0 : i; in drawImagesRef() local
/external/angle/src/libANGLE/renderer/vulkan/linux/wayland/
DWindowSurfaceVkWayland.cpp93 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
/external/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp279 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
290 const gl::ImageIndex &imageIndex) in initializeContents()
DSurfaceVk.cpp403 void AssociateQueueSerialWithPresentHistory(uint32_t imageIndex, in AssociateQueueSerialWithPresentHistory()
531 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
750 const gl::ImageIndex &imageIndex) in initializeContents()
1329 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
1700 for (uint32_t imageIndex = 0; imageIndex < imageCount; ++imageIndex) in createSwapChain() local
2983 const gl::ImageIndex &imageIndex) in initializeContents()
DSurfaceVk.h187 uint32_t imageIndex; member
/external/skia/gm/
Dimagefromyuvtextures.cpp233 int imageIndex = 0; in onDraw() local
/external/armnn/tests/ModelAccuracyTool-Armnn/
DModelAccuracyTool-Armnn.cpp464 size_t imageIndex = begIndex; in LoadValidationImageFilenamesAndLabels() local
/external/angle/third_party/vulkan_memory_allocator/src/
DSparseBindingTest.cpp565 for(size_t imageIndex = images.size(); imageIndex--; ) in TestSparseBinding() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp806 deUint32 imageIndex = 42; // initialize to junk value in initSwapchainResources() local
901 deUint32 imageIndex = 0; // There is only one image. in render() local

1234