Home
last modified time | relevance | path

Searched refs:validationType (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_renderbuffer.cpp316 ExplicitType validationType; in test_renderbuffer_image_write() local
330 validationType = kFloat; in test_renderbuffer_image_write()
332 validationType = sourceType; in test_renderbuffer_image_write()
334 …e( convert_to_expected( outSourceBuffer, width * height, sourceType, validationType, get_channel_o… in test_renderbuffer_image_write()
350 …onvertedData( convert_to_expected( resultData, width * height, type, validationType, get_channel_o… in test_renderbuffer_image_write()
354 DumpGLBuffer(GetGLTypeForExplicitType(validationType), width, height, validationSource); in test_renderbuffer_image_write()
360 DumpGLBuffer(GetGLTypeForExplicitType(validationType), width, height, convertedData); in test_renderbuffer_image_write()
Dtest_images_write_common.cpp561 ExplicitType validationType; in test_image_format_write() local
589 validationType = kFloat; in test_image_format_write()
591 validationType = sourceType; in test_image_format_write()
602 …width * height * depth, sourceType, validationType, get_channel_order_channel_count(clFormat.image… in test_image_format_write()
630 …glResults, width * height * depth, readType, validationType, get_channel_order_channel_count(clFor… in test_image_format_write()