Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/events/
Daction_classes.h237 class CopyImage3Dto3DAction : public CopyImageAction
240 CopyImage3Dto3DAction() {} in CopyImage3Dto3DAction() function
241 virtual ~CopyImage3Dto3DAction() {} in ~CopyImage3Dto3DAction()
Dtest_callbacks.cpp235 actions[ index++ ] = new CopyImage3Dto3DAction(); in test_callbacks_simultaneous()
Daction_classes.cpp482 cl_int CopyImage3Dto3DAction::Setup( cl_device_id device, cl_context context, cl_command_queue queu… in Setup()