| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | FramebufferAttachmentObjectImpl.h | 45 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 55 const gl::ImageIndex &imageIndex) in initializeContents()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| 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
|
| D | SurfaceGL.cpp | 44 const gl::ImageIndex &imageIndex) in initializeContents()
|
| D | RenderbufferGL.cpp | 124 const gl::ImageIndex &imageIndex) in initializeContents()
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| 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()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | RenderbufferD3D.cpp | 110 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 118 const gl::ImageIndex &imageIndex) in initializeContents()
|
| D | SurfaceD3D.cpp | 445 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 461 const gl::ImageIndex &imageIndex) in initializeContents()
|
| D | ProgramD3D.cpp | 833 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
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | ExternalImageSiblingImpl11.cpp | 102 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 112 const gl::ImageIndex &imageIndex) in initializeContents()
|
| D | Image11.cpp | 357 const gl::ImageIndex &imageIndex, in copyFromTexStorage()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | FramebufferAttachment.cpp | 33 FramebufferAttachment::Target::Target(GLenum binding, const ImageIndex &imageIndex) in Target() 318 const ImageIndex &imageIndex, in getAttachmentRenderTarget() 327 const ImageIndex &imageIndex) in initializeContents()
|
| D | Image.h | 133 gl::ImageIndex imageIndex; member
|
| D | ProgramExecutable.cpp | 471 for (size_t imageIndex = 0; imageIndex < imageBindingCount; ++imageIndex) in load() local 819 for (uint32_t imageIndex = 0; imageIndex < imageBindings.size(); ++imageIndex) in updateActiveImages() local
|
| D | Image.cpp | 234 void ExternalImageSibling::setInitState(const gl::ImageIndex &imageIndex, gl::InitState initState) in setInitState()
|
| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| D | VkSwapchainKHR.hpp | 48 PresentImage const &getImage(uint32_t imageIndex) { return images[imageIndex]; } in getImage()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | RenderbufferNULL.cpp | 46 const gl::ImageIndex &imageIndex) in initializeContents()
|
| D | SurfaceNULL.cpp | 103 const gl::ImageIndex &imageIndex) in initializeContents()
|
| D | TextureNULL.cpp | 230 const gl::ImageIndex &imageIndex) in initializeContents()
|
| /third_party/skia/bench/ |
| D | BulkRectBench.cpp | 97 int imageIndex = kImageMode == ImageMode::kShared ? 0 : i; in drawImagesBatch() local 121 int imageIndex = kImageMode == ImageMode::kShared ? 0 : i; in drawImagesRef() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
| D | vktVideoFrameBuffer.cpp | 233 deUint32 imageIndex, in GetImageSetNewLayout() 762 deUint32 imageIndex, in CreateImage() 950 for (deUint32 imageIndex = m_numImages; imageIndex < numImages; imageIndex++) { in init() local 1026 for (deUint32 imageIndex = firstIndex; imageIndex < maxNumImages; imageIndex++) { in init() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | RenderbufferVk.cpp | 247 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 257 const gl::ImageIndex &imageIndex) in initializeContents()
|
| D | SurfaceVk.cpp | 263 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 472 const gl::ImageIndex &imageIndex) in initializeContents() 901 const gl::ImageIndex &imageIndex, in getAttachmentRenderTarget() 1202 for (uint32_t imageIndex = 0; imageIndex < imageCount; ++imageIndex) in createSwapChain() local 2022 const gl::ImageIndex &imageIndex) in initializeContents()
|
| /third_party/skia/gm/ |
| D | imagefromyuvtextures.cpp | 234 int imageIndex = 0; in onDraw() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
| D | vktWsiSharedPresentableImageTests.cpp | 806 deUint32 imageIndex = 42; // initialize to junk value in initSwapchainResources() local 901 deUint32 imageIndex = 0; // There is only one image. in render() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
| D | vktWsiSharedPresentableImageTests.cpp | 806 deUint32 imageIndex = 42; // initialize to junk value in initSwapchainResources() local 901 deUint32 imageIndex = 0; // There is only one image. in render() local
|