Searched refs:clProtectedImage (Results 1 – 12 of 12) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | typeWrappers.h | 148 class clProtectedImage { 150 clProtectedImage() in clProtectedImage() function 155 clProtectedImage(cl_context context, cl_mem_flags flags, 158 clProtectedImage(cl_context context, cl_mem_flags flags, 161 clProtectedImage(cl_context context, cl_mem_flags flags, 164 clProtectedImage(cl_context context, cl_mem_object_type imageType, 168 ~clProtectedImage() in ~clProtectedImage() 188 clProtectedImage &operator=(const cl_mem &rhs)
|
D | typeWrappers.cpp | 34 clProtectedImage::clProtectedImage(cl_context context, cl_mem_flags mem_flags, in clProtectedImage() function in clProtectedImage 42 cl_int clProtectedImage::Create(cl_context context, cl_mem_flags mem_flags, in Create() 130 clProtectedImage::clProtectedImage(cl_context context, cl_mem_flags mem_flags, in clProtectedImage() function in clProtectedImage 138 cl_int clProtectedImage::Create(cl_context context, cl_mem_flags mem_flags, in Create() 229 clProtectedImage::clProtectedImage(cl_context context, cl_mem_flags mem_flags, in clProtectedImage() function in clProtectedImage 238 cl_int clProtectedImage::Create(cl_context context, cl_mem_flags mem_flags, in Create() 333 clProtectedImage::clProtectedImage(cl_context context, in clProtectedImage() function in clProtectedImage 345 cl_int clProtectedImage::Create(cl_context context, in Create()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_write_1D.cpp | 191 clProtectedImage protImage; in test_write_image_1D()
|
D | test_write_1D_array.cpp | 202 clProtectedImage protImage; in test_write_image_1D_array()
|
D | test_write_2D_array.cpp | 234 clProtectedImage protImage; in test_write_image_2D_array()
|
D | test_write_3D.cpp | 238 clProtectedImage protImage; in test_write_image_3D()
|
D | test_write_image.cpp | 223 clProtectedImage protImage; in test_write_image()
|
D | test_read_1D.cpp | 245 clProtectedImage protImage; in test_read_image_1D()
|
D | test_common.cpp | 284 clProtectedImage protImage; in test_read_image()
|
D | test_read_1D_array.cpp | 296 clProtectedImage protImage; in test_read_image_1D_array()
|
D | test_read_2D_array.cpp | 327 clProtectedImage protImage; in test_read_image_2D_array()
|
D | test_iterations.cpp | 1271 clProtectedImage protImage; in test_read_image_2D()
|