Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/events/
Daction_classes.h226 class CopyImage3Dto2DAction : public CopyImageAction
229 CopyImage3Dto2DAction() {} in CopyImage3Dto2DAction() function
230 virtual ~CopyImage3Dto2DAction() {} in ~CopyImage3Dto2DAction()
Dtest_callbacks.cpp234 actions[ index++ ] = new CopyImage3Dto2DAction(); in test_callbacks_simultaneous()
Daction_classes.cpp461 cl_int CopyImage3Dto2DAction::Setup( cl_device_id device, cl_context context, cl_command_queue queu… in Setup()