Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/events/
Daction_classes.h215 class CopyImage2Dto3DAction : public CopyImageAction
218 CopyImage2Dto3DAction() {} in CopyImage2Dto3DAction() function
219 virtual ~CopyImage2Dto3DAction() {} in ~CopyImage2Dto3DAction()
Dtest_callbacks.cpp233 actions[ index++ ] = new CopyImage2Dto3DAction(); in test_callbacks_simultaneous()
Daction_classes.cpp438 cl_int CopyImage2Dto3DAction::Setup( cl_device_id device, cl_context context, cl_command_queue queu… in Setup()