HomeSort by relevance Sort by last modified time
    Searched defs:load_image (Results 1 - 5 of 5) 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 210 int load_image(unsigned int image_id, image_info_t *image_data) function
314 rc = load_image(image_id, image_data);
350 * loaded by calling the 'load_image()' function. Therefore, it returns the
385 int load_image(meminfo_t *mem_layout, function
515 rc = load_image(mem_layout, image_id, image_base, image_data,
551 * loaded by calling the 'load_image()' function. Therefore, it returns the
  /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 941 static sk_sp<SkImage> load_image(const Json::Value& jsonImage, UrlDataManager& urlDataManager) { function
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp 941 static sk_sp<SkImage> load_image(const Json::Value& jsonImage, UrlDataManager& urlDataManager) { function
    [all...]

Completed in 164 milliseconds