| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | TextureVk.h | 189 const vk::ImageHelper &getImage() const in getImage() function 195 vk::ImageHelper &getImage() in getImage() function
|
| D | RenderbufferVk.h | 77 vk::ImageHelper *getImage() const { return mImage; } in getImage() function
|
| D | ImageVk.h | 43 vk::ImageHelper *getImage() const { return mImage; } in getImage() function
|
| D | vk_helpers.h | 1646 const Image &getImage() const { return mImage; } in getImage() function
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| D | Image.hpp | 26 vk::Image getImage() in getImage() function in Image
|
| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| D | VkSwapchainKHR.hpp | 48 PresentImage const &getImage(uint32_t imageIndex) { return images[imageIndex]; } in getImage() function in vk::SwapchainKHR
|
| D | VkSurfaceKHR.hpp | 46 const Image *getImage() const { return image; } in getImage() function in vk::PresentImage
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
| D | AppletFrame.java | 130 public Image getImage(URL url) { in getImage() method in AppletFrame
|
| /third_party/skia/samplecode/ |
| D | SampleTextureUpload.cpp | 42 sk_sp<SkImage> getImage() { in getImage() function in TextureUploadSample::RenderTargetTexture
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_wallpaper.js | 208 getImage: function (...args) { method
|
| /third_party/skia/src/core/ |
| D | SkPictureData.h | 99 const SkImage* getImage(SkReadBuffer* reader) const { in getImage() function
|
| D | SkScalerContext.cpp | 550 void SkScalerContext::getImage(const SkGlyph& origGlyph) { in getImage() function in SkScalerContext
|
| /third_party/skia/src/codec/ |
| D | SkCodec.cpp | 458 std::tuple<sk_sp<SkImage>, SkCodec::Result> SkCodec::getImage(const SkImageInfo& info, in getImage() function in SkCodec 478 std::tuple<sk_sp<SkImage>, SkCodec::Result> SkCodec::getImage() { in getImage() function in SkCodec
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
| D | HardwareBufferImageSiblingVkAndroid.cpp | 415 vk::ImageHelper *HardwareBufferImageSiblingVkAndroid::getImage() const in getImage() function in rx::HardwareBufferImageSiblingVkAndroid
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkImageView.cpp | 304 const Image *ImageView::getImage(Usage usage) const in getImage() function in vk::ImageView
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Texture.cpp | 830 egl::Image *Texture2D::getImage(unsigned int level) in getImage() function in es2::Texture2D 1340 egl::Image *TextureCubeMap::getImage(int face, unsigned int level) in getImage() function in es2::TextureCubeMap 1345 egl::Image *TextureCubeMap::getImage(GLenum face, unsigned int level) in getImage() function in es2::TextureCubeMap 1867 egl::Image *Texture3D::getImage(unsigned int level) in getImage() function in es2::Texture3D
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | TextureD3D.cpp | 885 ImageD3D *TextureD3D_2D::getImage(int level, int layer) const in getImage() function in rx::TextureD3D_2D 892 ImageD3D *TextureD3D_2D::getImage(const gl::ImageIndex &index) const in getImage() function in rx::TextureD3D_2D 1700 ImageD3D *TextureD3D_Cube::getImage(int level, int layer) const in getImage() function in rx::TextureD3D_Cube 1707 ImageD3D *TextureD3D_Cube::getImage(const gl::ImageIndex &index) const in getImage() function in rx::TextureD3D_Cube 2410 ImageD3D *TextureD3D_3D::getImage(int level, int layer) const in getImage() function in rx::TextureD3D_3D 2417 ImageD3D *TextureD3D_3D::getImage(const gl::ImageIndex &index) const in getImage() function in rx::TextureD3D_3D 3083 ImageD3D *TextureD3D_2DArray::getImage(int level, int layer) const in getImage() function in rx::TextureD3D_2DArray 3090 ImageD3D *TextureD3D_2DArray::getImage(const gl::ImageIndex &index) const in getImage() function in rx::TextureD3D_2DArray 3859 ImageD3D *TextureD3DImmutableBase::getImage(const gl::ImageIndex &index) const in getImage() function in rx::TextureD3DImmutableBase
|
| /third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
| D | EGLImageWrappingTests.cpp | 98 EGLImage getImage() const { in getImage() function in __anonf452cb280111::ScopedEGLImage
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/ |
| D | DmaBufImageSiblingVkLinux.cpp | 546 vk::ImageHelper *DmaBufImageSiblingVkLinux::getImage() const in getImage() function in rx::DmaBufImageSiblingVkLinux
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| D | vktSynchronizationOperation.hpp | 215 const ImageResource& getImage (void) const { DE_ASSERT(m_imageData.get()); return *m_imageData; } in getImage() function in vkt::synchronization::Resource
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationOperation.hpp | 222 const ImageResource& getImage (void) const { DE_ASSERT(m_imageData.get()); return *m_imageData; } in getImage() function in vkt::synchronization::Resource
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | vktTextureTestUtil.hpp | 159 vk::VkImage getImage (void) { return *m_textureImage; } in getImage() function in vkt::texture::util::TextureBinding
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| D | vktTextureTestUtil.hpp | 159 vk::VkImage getImage (void) { return *m_textureImage; } in getImage() function in vkt::texture::util::TextureBinding
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsFboUtil.cpp | 654 const Image* Framebuffer::getImage (GLenum type, glw::GLuint imgName) const in getImage() function in deqp::gls::FboUtil::Framebuffer
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkImageUtil.cpp | 5337 VkImage ImageWithBuffer::getImage() { in getImage() function in vk::ImageWithBuffer
|