Home
last modified time | relevance | path

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

12345

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFramebufferAttachmentObjectImpl.h44 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
53 const gl::ImageIndex &imageIndex) in initializeContents()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFramebufferAttachmentObjectImpl.h45 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
55 const gl::ImageIndex &imageIndex) in initializeContents()
/third_party/flutter/skia/third_party/externals/angle2/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.cpp38 const gl::ImageIndex &imageIndex) in initializeContents()
DRenderbufferGL.cpp114 const gl::ImageIndex &imageIndex) in initializeContents()
/third_party/skia/third_party/externals/angle2/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()
/third_party/skia/third_party/externals/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()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRenderbufferD3D.cpp103 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
110 const gl::ImageIndex &imageIndex) in initializeContents()
DSurfaceD3D.cpp433 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
448 const gl::ImageIndex &imageIndex) in initializeContents()
/third_party/skia/third_party/externals/angle2/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()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DExternalImageSiblingImpl11.cpp94 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
103 const gl::ImageIndex &imageIndex) in initializeContents()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DExternalImageSiblingImpl11.cpp102 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
112 const gl::ImageIndex &imageIndex) in initializeContents()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.cpp32 FramebufferAttachment::Target::Target(GLenum binding, const ImageIndex &imageIndex) in Target()
287 const ImageIndex &imageIndex, in getAttachmentRenderTarget()
294 const ImageIndex &imageIndex) in initializeContents()
DImage.h130 gl::ImageIndex imageIndex; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.cpp33 FramebufferAttachment::Target::Target(GLenum binding, const ImageIndex &imageIndex) in Target()
318 const ImageIndex &imageIndex, in getAttachmentRenderTarget()
327 const ImageIndex &imageIndex) in initializeContents()
DImage.h133 gl::ImageIndex imageIndex; member
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DVkSwapchainKHR.hpp48 PresentImage const &getImage(uint32_t imageIndex) { return images[imageIndex]; } in getImage()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp193 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget()
203 const gl::ImageIndex &imageIndex) in initializeContents()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DRenderbufferNULL.cpp45 const gl::ImageIndex &imageIndex) in initializeContents()
DSurfaceNULL.cpp97 const gl::ImageIndex &imageIndex) in initializeContents()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DRenderbufferNULL.cpp46 const gl::ImageIndex &imageIndex) in initializeContents()
/third_party/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

12345