Searched refs:enqueueCopyImage (Results 1 – 9 of 9) sorted by relevance
| /external/angle/src/libANGLE/renderer/ |
| D | CLCommandQueueImpl.h | 125 virtual cl_int enqueueCopyImage(const cl::Image &srcImage,
|
| /external/angle/src/libANGLE/renderer/cl/ |
| D | CLCommandQueueCL.h | 126 cl_int enqueueCopyImage(const cl::Image &srcImage,
|
| D | CLCommandQueueCL.cpp | 332 cl_int CLCommandQueueCL::enqueueCopyImage(const cl::Image &srcImage, in enqueueCopyImage() function in rx::CLCommandQueueCL
|
| /external/angle/src/libANGLE/ |
| D | CLCommandQueue.h | 145 cl_int enqueueCopyImage(cl_mem srcImage,
|
| D | CLCommandQueue.cpp | 386 cl_int CommandQueue::enqueueCopyImage(cl_mem srcImage, in enqueueCopyImage() function in cl::CommandQueue 402 cl_int errorCode = mImpl->enqueueCopyImage(src, dst, srcOrigin, dstOrigin, region, waitEvents, in enqueueCopyImage()
|
| /external/angle/src/libGLESv2/ |
| D | cl_stubs.cpp | 879 return command_queue->cast<CommandQueue>().enqueueCopyImage( in EnqueueCopyImage()
|
| /external/ComputeLibrary/include/CL/ |
| D | opencl.hpp | 7906 cl_int enqueueCopyImage( 9771 inline cl_int enqueueCopyImage( 9787 return queue.enqueueCopyImage(
|
| /external/mesa3d/include/CL/ |
| D | cl2.hpp | 7797 cl_int enqueueCopyImage( 9662 inline cl_int enqueueCopyImage( 9678 return queue.enqueueCopyImage(
|
| D | cl.hpp | 5998 cl_int enqueueCopyImage( in enqueueCopyImage() function in cl::CommandQueue 7110 inline cl_int enqueueCopyImage( in enqueueCopyImage() function 7126 return queue.enqueueCopyImage( in enqueueCopyImage()
|