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

  /external/ImageMagick/MagickCore/
accelerate.c 866 imageBuffer = clEnv->library->clCreateBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus);
869 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
    [all...]
opencl-private.h 251 MAGICKpfn_clCreateBuffer clCreateBuffer;
opencl.c 449 return(openCL_library->clCreateBuffer(device->context,flags,size,host_ptr,
516 info->buffer=openCL_library->clCreateBuffer(device->context,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
memory.cpp 30 clCreateBuffer(cl_context ctx, cl_mem_flags flags, size_t size,
  /external/mesa3d/include/CL/
cl.h 544 clCreateBuffer(cl_context /* context */,
    [all...]
cl.hpp 271 #define __CREATE_BUFFER_ERR __ERR_STR(clCreateBuffer)
    [all...]

Completed in 48 milliseconds