Searched refs:CSurfaceWrapper (Results 1 – 10 of 10) sorted by relevance
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | utils.h | 119 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,
|
D | wrappers.h | 94 class CSurfaceWrapper { 96 CSurfaceWrapper(); 97 virtual ~CSurfaceWrapper(); 180 class CD3D9SurfaceWrapper : public CSurfaceWrapper {
|
D | wrappers.cpp | 461 CSurfaceWrapper::CSurfaceWrapper() {} in CSurfaceWrapper() function in CSurfaceWrapper 463 CSurfaceWrapper::~CSurfaceWrapper() {} in ~CSurfaceWrapper()
|
D | utils.cpp | 227 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()
|
D | test_functions_kernel.cpp | 105 std::auto_ptr<CSurfaceWrapper> surfaceSrc; in kernel_functions() 119 std::auto_ptr<CSurfaceWrapper> surfaceDst; in kernel_functions()
|
D | test_create_context.cpp | 71 std::auto_ptr<CSurfaceWrapper> surface; in context_create()
|
D | test_interop_sync.cpp | 75 std::auto_ptr<CSurfaceWrapper> surface; in interop_user_sync()
|
D | test_other_data_types.cpp | 161 std::auto_ptr<CSurfaceWrapper> surfaceSrc; in other_data_types() 175 std::auto_ptr<CSurfaceWrapper> surfaceDst; in other_data_types()
|
D | test_memory_access.cpp | 77 std::auto_ptr<CSurfaceWrapper> surface; in memory_access()
|
D | test_functions_api.cpp | 90 std::auto_ptr<CSurfaceWrapper> surface; in api_functions()
|