Home
last modified time | relevance | path

Searched refs:CopyImage2Dto2DAction (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/events/
Daction_classes.h204 class CopyImage2Dto2DAction : public CopyImageAction
207 CopyImage2Dto2DAction() {} in CopyImage2Dto2DAction() function
208 virtual ~CopyImage2Dto2DAction() {} in ~CopyImage2Dto2DAction()
Dtest_callbacks.cpp224 actions[ index++ ] = new CopyImage2Dto2DAction(); in test_callbacks_simultaneous()
Daction_classes.cpp419 cl_int CopyImage2Dto2DAction::Setup( cl_device_id device, cl_context context, cl_command_queue queu… in Setup()