Home
last modified time | relevance | path

Searched refs:test_images_write_common (Results 1 – 9 of 9) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_depth.cpp115 return test_images_write_common( device, context, queue, depth_formats, in test_images_write_2D_depth()
157 return test_images_write_common( device, context, queue, depth_formats, in test_images_write_2Darray_depth()
Dtest_images_1D.cpp75 return test_images_write_common( device, context, queue, common_formats, in test_images_write_1D()
122 return test_images_write_common( device, context, queue, common_formats, in test_images_write_texturebuffer()
Dtest_images_2D.cpp122 return test_images_write_common( device, context, queue, common_formats, in test_images_write()
145 return test_images_write_common( device, context, queue, common_formats, in test_images_write_cube()
Dcommon.h64 int test_images_write_common(cl_device_id device, cl_context context,
Dtest_images_1Darray.cpp72 return test_images_write_common( device, context, queue, common_formats, in test_images_write_1Darray()
Dtest_images_2Darray.cpp75 return test_images_write_common( device, context, queue, common_formats, in test_images_write_2Darray()
Dtest_images_3D.cpp86 return test_images_write_common( device, context, queue, common_formats, in test_images_write_3D()
DCMakeLists.txt28 test_images_write_common.cpp
Dtest_images_write_common.cpp666 int test_images_write_common(cl_device_id device, cl_context context, in test_images_write_common() function