Home
last modified time | relevance | path

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

123

/external/angle/src/libANGLE/renderer/
DFramebufferAttachmentObjectImpl.h45 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
55 const gl::ImageIndex &imageIndex) in initializeContents()
/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.cpp44 const gl::ImageIndex &imageIndex) in initializeContents()
DRenderbufferGL.cpp124 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()
118 const gl::ImageIndex &imageIndex) in initializeContents()
DSurfaceD3D.cpp445 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
461 const gl::ImageIndex &imageIndex) in initializeContents()
DProgramD3D.cpp833 unsigned int imageIndex, in getImageMapping()
1002 for (size_t imageIndex = 0; imageIndex < csImageCount; ++imageIndex) in load() local
1011 for (size_t imageIndex = 0; imageIndex < csReadonlyImageCount; ++imageIndex) in load() local
1349 for (size_t imageIndex = 0; imageIndex < mImagesCS.size(); ++imageIndex) in save() local
1356 for (size_t imageIndex = 0; imageIndex < mReadonlyImagesCS.size(); ++imageIndex) in save() local
2945 unsigned int imageIndex = startImageIndex; in AssignImages() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DExternalImageSiblingImpl11.cpp97 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
107 const gl::ImageIndex &imageIndex) in initializeContents()
DImage11.cpp357 const gl::ImageIndex &imageIndex, in copyFromTexStorage()
/external/angle/src/libANGLE/
DFramebufferAttachment.cpp33 FramebufferAttachment::Target::Target(GLenum binding, const ImageIndex &imageIndex) in Target()
295 const ImageIndex &imageIndex, in getAttachmentRenderTarget()
304 const ImageIndex &imageIndex) in initializeContents()
DImage.h130 gl::ImageIndex imageIndex; member
DProgramExecutable.cpp399 for (size_t imageIndex = 0; imageIndex < imageBindingCount; ++imageIndex) in load() local
776 for (uint32_t imageIndex = 0; imageIndex < imageBindings->size(); ++imageIndex) in updateActiveImages() local
DImage.cpp221 void ExternalImageSibling::setInitState(const gl::ImageIndex &imageIndex, gl::InitState initState) in setInitState()
DTexture.cpp2140 void Texture::setInitState(const ImageIndex &imageIndex, InitState initState) in setInitState()
2174 const ImageIndex &imageIndex, in doesSubImageNeedInit()
2194 const ImageIndex &imageIndex, in ensureSubImageInitialized()
/external/swiftshader/src/WSI/
DVkSwapchainKHR.hpp48 PresentImage const &getImage(uint32_t imageIndex) { return images[imageIndex]; } in getImage()
/external/angle/src/libANGLE/renderer/null/
DRenderbufferNULL.cpp46 const gl::ImageIndex &imageIndex) in initializeContents()
DSurfaceNULL.cpp103 const gl::ImageIndex &imageIndex) in initializeContents()
DTextureNULL.cpp229 const gl::ImageIndex &imageIndex) in initializeContents()
/external/skia/bench/
DBulkRectBench.cpp96 int imageIndex = kImageMode == ImageMode::kShared ? 0 : i; in drawImagesBatch() local
120 int imageIndex = kImageMode == ImageMode::kShared ? 0 : i; in drawImagesRef() local
/external/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp253 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
263 const gl::ImageIndex &imageIndex) in initializeContents()
DSurfaceVk.cpp158 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
407 const gl::ImageIndex &imageIndex) in initializeContents()
805 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
1114 for (uint32_t imageIndex = 0; imageIndex < imageCount; ++imageIndex) in createSwapChain() local
1887 const gl::ImageIndex &imageIndex) in initializeContents()
/external/skia/gm/
Dimagefromyuvtextures.cpp235 int imageIndex = 0; in onDraw() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp791 deUint32 imageIndex = 42; // initialize to junk value in initSwapchainResources() local
886 deUint32 imageIndex = 0; // There is only one image. in render() local
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp768 const gl::ImageIndex &imageIndex, in copyFromTexStorage()

123