Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h188 const vk::ImageHelper &getImage() const in getImage() function
194 vk::ImageHelper &getImage() in getImage() function
DRenderbufferVk.h77 vk::ImageHelper *getImage() const { return mImage; } in getImage() function
DImageVk.h41 vk::ImageHelper *getImage() const { return mImage; } in getImage() function
/external/sonivox/jet_tools/JetCreator/
Dimg_Redo.py71 def getImage(): function
Dimg_Save.py91 def getImage(): function
Dimg_Copy.py43 def getImage(): function
Dimg_Cut.py96 def getImage(): function
Dimg_New.py53 def getImage(): function
Dimg_Open.py71 def getImage(): function
Dimg_Paste.py33 def getImage(): function
Dimg_Print.py54 def getImage(): function
Dimg_splash.py1149 def getImage(): function
Dimg_Find.py77 def getImage(): function
Dimg_Undo.py73 def getImage(): function
Dimg_favicon.py53 def getImage(): function
/external/swiftshader/tests/VulkanWrapper/
DImage.hpp26 vk::Image getImage() in getImage() function in Image
/external/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
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
DImageFactory.java40 private ImageIcon getImage(String name) { in getImage() method in ImageFactory
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DAppletFrame.java130 public Image getImage(URL url) { in getImage() method in AppletFrame
/external/skia/samplecode/
DSampleTextureUpload.cpp42 sk_sp<SkImage> getImage() { in getImage() function in TextureUploadSample::RenderTargetTexture
/external/testng/src/main/java/org/testng/reporters/
DJqReporter.java184 private static String getImage(String tagClass) { in getImage() method in JqReporter
/external/skia/src/core/
DSkPictureData.h99 const SkImage* getImage(SkReadBuffer* reader) const { in getImage() function
/external/skqp/src/core/
DSkPictureData.h100 const SkImage* getImage(SkReadBuffer* reader) const { in getImage() function
/external/skia/src/codec/
DSkCodec.cpp441 std::tuple<sk_sp<SkImage>, SkCodec::Result> SkCodec::getImage(const SkImageInfo& info, in getImage() function in SkCodec
461 std::tuple<sk_sp<SkImage>, SkCodec::Result> SkCodec::getImage() { in getImage() function in SkCodec

12