Home
last modified time | relevance | path

Searched refs:supports_depth (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_image_methods.cpp93 extern int supportsDepth(cl_context context, bool* supports_depth);
120 bool supports_depth; in test_image_format_methods() local
121 error = supportsDepth(context, &supports_depth); in test_image_format_methods()
123 if (!supports_depth) return 0; in test_image_format_methods()
Dtest_images_write_common.cpp465 int supportsDepth(cl_context context, bool* supports_depth) in supportsDepth() argument
478 *supports_depth = is_extension_available(devices[0], "cl_khr_gl_depth_images"); in supportsDepth()
773 bool supports_depth; in test_images_write_common() local
774 int errorInGetInfo = supportsDepth(context, &supports_depth); in test_images_write_common()
776 if (!supports_depth) return 0; in test_images_write_common()
Dtest_images_read_common.cpp28 extern int supportsDepth(cl_context context, bool* supports_depth);
426 bool supports_depth; in test_image_format_read() local
427 error = supportsDepth(context, &supports_depth); in test_image_format_read()
429 if (!supports_depth) return 0; in test_image_format_read()