Home
last modified time | relevance | path

Searched defs:nformats (Results 1 – 12 of 12) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_1D.cpp51 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_1D() local
69 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write_1D() local
82 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_1D_getinfo() local
98 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_texturebuffer() local
116 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write_texturebuffer() local
129 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_texturebuffer_getinfo() local
Dtest_images_2D.cpp74 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_2D() local
96 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_cube() local
116 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write() local
129 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write_cube() local
158 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_2D_getinfo() local
180 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_cube_getinfo() local
Dtest_images_depth.cpp85 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_read_2D_depth() local
109 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_write_2D_depth() local
127 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_read_2Darray_depth() local
151 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_images_write_2Darray_depth() local
Dtest_images_3D.cpp53 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_3D() local
79 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write_3D() local
99 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_3D_getinfo() local
Dtest_images_1Darray.cpp48 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_1Darray() local
66 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write_1Darray() local
79 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_1Darray_getinfo() local
Dtest_images_2Darray.cpp49 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_read_2Darray() local
69 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_write_2Darray() local
82 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_images_2Darray_getinfo() local
Dtest_images_multisample.cpp77 size_t nformats; in test_images_read_2D_multisample() local
105 size_t nformats; in test_images_read_2Darray_multisample() local
Dtest_image_methods.cpp344 size_t nformats = sizeof(depth_formats) / sizeof(depth_formats[0]); in test_image_methods_depth() local
385 size_t nformats = sizeof(common_formats) / sizeof(common_formats[0]); in test_image_methods_multisample() local
Dtest_images_getinfo_common.cpp201 cl_command_queue queue, struct format* formats, size_t nformats, in test_images_get_info_common()
Dtest_images_read_common.cpp649 cl_command_queue queue, struct format* formats, size_t nformats, in test_images_read_common()
Dtest_images_write_common.cpp667 cl_command_queue queue, struct format* formats, size_t nformats, in test_images_write_common()
/external/libjpeg-turbo/
Dtjunittest.c525 static void doTest(int w, int h, const int *formats, int nformats, int subsamp, in doTest()