Home
last modified time | relevance | path

Searched refs:CSurfaceWrapper (Results 1 – 10 of 10) sorted by relevance

/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dutils.h119 bool YUVSurfaceSetNV12(std::auto_ptr<CSurfaceWrapper> &surface,
122 bool YUVSurfaceSetYV12(std::auto_ptr<CSurfaceWrapper> &surface,
126 std::auto_ptr<CSurfaceWrapper> &surface,
129 bool YUVSurfaceGetNV12(std::auto_ptr<CSurfaceWrapper> &surface,
132 bool YUVSurfaceGetYV12(std::auto_ptr<CSurfaceWrapper> &surface,
136 std::auto_ptr<CSurfaceWrapper> &surface,
181 std::auto_ptr<CSurfaceWrapper> &surface,
186 std::auto_ptr<CSurfaceWrapper> &surface,
207 std::auto_ptr<CSurfaceWrapper> &surface,
Dwrappers.h94 class CSurfaceWrapper {
96 CSurfaceWrapper();
97 virtual ~CSurfaceWrapper();
180 class CD3D9SurfaceWrapper : public CSurfaceWrapper {
Dwrappers.cpp461 CSurfaceWrapper::CSurfaceWrapper() {} in CSurfaceWrapper() function in CSurfaceWrapper
463 CSurfaceWrapper::~CSurfaceWrapper() {} in ~CSurfaceWrapper()
Dutils.cpp227 bool YUVSurfaceSetNV12(std::auto_ptr<CSurfaceWrapper> &surface, in YUVSurfaceSetNV12()
260 bool YUVSurfaceSetYV12(std::auto_ptr<CSurfaceWrapper> &surface, in YUVSurfaceSetYV12()
308 std::auto_ptr<CSurfaceWrapper> &surface, in YUVSurfaceSet()
329 bool YUVSurfaceGetNV12(std::auto_ptr<CSurfaceWrapper> &surface, in YUVSurfaceGetNV12()
366 bool YUVSurfaceGetYV12(std::auto_ptr<CSurfaceWrapper> &surface, in YUVSurfaceGetYV12()
414 std::auto_ptr<CSurfaceWrapper> &surface, in YUVSurfaceGet()
1081 std::auto_ptr<CSurfaceWrapper> &surface, in GetMemObjInfo()
1175 std::auto_ptr<CSurfaceWrapper> &surface, in ImageInfoVerify()
1554 std::auto_ptr<CSurfaceWrapper> &surface, in MediaSurfaceCreate()
Dtest_functions_kernel.cpp105 std::auto_ptr<CSurfaceWrapper> surfaceSrc; in kernel_functions()
119 std::auto_ptr<CSurfaceWrapper> surfaceDst; in kernel_functions()
Dtest_create_context.cpp71 std::auto_ptr<CSurfaceWrapper> surface; in context_create()
Dtest_interop_sync.cpp75 std::auto_ptr<CSurfaceWrapper> surface; in interop_user_sync()
Dtest_other_data_types.cpp161 std::auto_ptr<CSurfaceWrapper> surfaceSrc; in other_data_types()
175 std::auto_ptr<CSurfaceWrapper> surfaceDst; in other_data_types()
Dtest_memory_access.cpp77 std::auto_ptr<CSurfaceWrapper> surface; in memory_access()
Dtest_functions_api.cpp90 std::auto_ptr<CSurfaceWrapper> surface; in api_functions()