Home
last modified time | relevance | path

Searched defs:create_image (Results 1 – 14 of 14) sorted by relevance

/third_party/uboot/u-boot-2020.01/test/fs/
Dfs-test.sh113 function create_image() { function
/third_party/boost/libs/gil/test/core/image/
Dtest_fixture.hpp68 auto create_image(std::ptrdiff_t size_x, std::ptrdiff_t size_y, int channel_value) -> Image in create_image() function
/third_party/pixman/test/
Dglyph-test.c114 create_image (int max_size, const pixman_format_code_t *formats, uint32_t flags) in create_image() function
Dtolerance-test.c95 create_image (pixman_image_t **clone) in create_image() function
Daffine-bench.c132 create_image (uint32_t width, in create_image() function
/third_party/uboot/u-boot-2020.01/tools/
Dsunxi-spl-image-builder.c238 static int create_image(const struct image_info *info) in create_image() function
/third_party/skia/tests/
DCompressedBackendAllocationTest.cpp40 sk_sp<SkImage> create_image(GrDirectContext* dContext, const GrBackendTexture& backendTex) { in create_image() function
DImageTest.cpp87 static sk_sp<SkImage> create_image() { in create_image() function
/third_party/weston/libweston/renderer-gl/
Dgl-renderer-internal.h71 PFNEGLCREATEIMAGEKHRPROC create_image; member
/third_party/weston/clients/
Dsimple-dmabuf-egl.c95 PFNEGLCREATEIMAGEKHRPROC create_image; member
Dnested.c162 static PFNEGLCREATEIMAGEKHRPROC create_image; variable
Dsimple-dmabuf-egl-hos.c96 PFNEGLCREATEIMAGEKHRPROC create_image; member
/third_party/flutter/skia/tests/
DImageTest.cpp83 static sk_sp<SkImage> create_image() { in create_image() function
/third_party/python/Lib/tkinter/
D__init__.py2788 def create_image(self, *args, **kw): member in Canvas