Home
last modified time | relevance | path

Searched refs:SurfaceFormatToString (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A Dtest_create_context.cpp61 SurfaceFormatToString(surfaceFormat, formatStr); in context_create()
357 SurfaceFormatToString(formats[formatIdx], formatStr); in test_context_create()
H A Dtest_interop_sync.cpp64 SurfaceFormatToString(surfaceFormat, formatStr); in interop_user_sync()
402 SurfaceFormatToString(formats[formatIdx], in test_interop_user_sync()
H A Dutils.h203 void SurfaceFormatToString(TSurfaceFormat surfaceFormat, std::string &str);
H A Dtest_other_data_types.cpp112 SurfaceFormatToString(surfaceFormat, formatStr); in other_data_types()
127 SurfaceFormatToString(surfaceFormat, formatStr); in other_data_types()
H A Dtest_functions_kernel.cpp95 SurfaceFormatToString(surfaceFormat, formatStr); in kernel_functions()
H A Dtest_memory_access.cpp67 SurfaceFormatToString(surfaceFormat, formatStr); in memory_access()
H A Dtest_functions_api.cpp80 SurfaceFormatToString(surfaceFormat, formatStr); in api_functions()
H A Dutils.cpp1522 void SurfaceFormatToString(TSurfaceFormat surfaceFormat, std::string &str) in SurfaceFormatToString() function