HomeSort by relevance Sort by last modified time
    Searched defs:load_image (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/arch/i386/prefix/
hdprefix.S 9 movw $load_image, %bp
14 load_image: label
  /device/linaro/bootloader/arm-trusted-firmware/common/
bl_common.c 212 int load_image(meminfo_t *mem_layout, function
  /external/opencv/cxcore/src/
cximage.cpp 52 static CvLoadImageFunc load_image = 0; variable
131 if( load_image )
132 img = load_image( filename, color );
370 load_image = _load_image;
  /external/skia/tools/debugger/
SkDrawCommand.cpp 880 static sk_sp<SkImage> load_image(const Json::Value& jsonImage, UrlDataManager& urlDataManager) { function
    [all...]

Completed in 434 milliseconds