HomeSort by relevance Sort by last modified time
    Searched refs:get_image (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/include/state_tracker/
drisw_api.h 14 void (*get_image) (struct dri_drawable *dri_drawable, member in struct:drisw_loader_funcs
  /external/libxcam/modules/ocl/
cl_image_bo_buffer.h 46 SmartPtr<CLImage> &get_image () { function in class:XCam::CLImageBoData
cl_image_bo_buffer.cpp 60 return image->get_image ();
157 image = image_data->get_image ();
  /external/mesa3d/src/gallium/state_trackers/dri/
drisw.c 90 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) function
351 get_image(dPriv, x, y, w, h, map);
354 get_image() has a pitch rounded up to 4 bytes. */
389 .get_image = drisw_get_image,
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 143 dri_sw_ws->lf->get_image((void *)dri_sw_dt->front_private, 0, 0, dri_sw_dt->width, dri_sw_dt->height, dri_sw_dt->stride, dri_sw_dt->data);
  /external/tensorflow/tensorflow/lite/testing/model_coverage/
model_coverage_lib.py 56 def get_image(size): function

Completed in 1933 milliseconds