Home
last modified time | relevance | path

Searched defs:getImage (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.h189 const vk::ImageHelper &getImage() const in getImage() function
195 vk::ImageHelper &getImage() in getImage() function
DRenderbufferVk.h77 vk::ImageHelper *getImage() const { return mImage; } in getImage() function
DImageVk.h43 vk::ImageHelper *getImage() const { return mImage; } in getImage() function
Dvk_helpers.h1646 const Image &getImage() const { return mImage; } in getImage() function
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DImage.hpp26 vk::Image getImage() in getImage() function in Image
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DVkSwapchainKHR.hpp48 PresentImage const &getImage(uint32_t imageIndex) { return images[imageIndex]; } in getImage() function in vk::SwapchainKHR
DVkSurfaceKHR.hpp46 const Image *getImage() const { return image; } in getImage() function in vk::PresentImage
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DAppletFrame.java130 public Image getImage(URL url) { in getImage() method in AppletFrame
/third_party/skia/samplecode/
DSampleTextureUpload.cpp42 sk_sp<SkImage> getImage() { in getImage() function in TextureUploadSample::RenderTargetTexture
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_wallpaper.js208 getImage: function (...args) { method
/third_party/skia/src/core/
DSkPictureData.h99 const SkImage* getImage(SkReadBuffer* reader) const { in getImage() function
DSkScalerContext.cpp550 void SkScalerContext::getImage(const SkGlyph& origGlyph) { in getImage() function in SkScalerContext
/third_party/skia/src/codec/
DSkCodec.cpp458 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/
DHardwareBufferImageSiblingVkAndroid.cpp415 vk::ImageHelper *HardwareBufferImageSiblingVkAndroid::getImage() const in getImage() function in rx::HardwareBufferImageSiblingVkAndroid
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImageView.cpp304 const Image *ImageView::getImage(Usage usage) const in getImage() function in vk::ImageView
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp830 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/
DTextureD3D.cpp885 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/
DEGLImageWrappingTests.cpp98 EGLImage getImage() const { in getImage() function in __anonf452cb280111::ScopedEGLImage
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
DDmaBufImageSiblingVkLinux.cpp546 vk::ImageHelper *DmaBufImageSiblingVkLinux::getImage() const in getImage() function in rx::DmaBufImageSiblingVkLinux
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationOperation.hpp215 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/
DvktSynchronizationOperation.hpp222 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/
DvktTextureTestUtil.hpp159 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/
DvktTextureTestUtil.hpp159 vk::VkImage getImage (void) { return *m_textureImage; } in getImage() function in vkt::texture::util::TextureBinding
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.cpp654 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/
DvkImageUtil.cpp5337 VkImage ImageWithBuffer::getImage() { in getImage() function in vk::ImageWithBuffer

12