Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_write_common.cpp593 BufferOwningPtr<char> validationSource; in test_image_format_write() local
597 validationSource.reset( outSourceBuffer ); in test_image_format_write()
601 validationSource.reset( convert_to_expected( outSourceBuffer, in test_image_format_write()
641 … valid = validate_float_results_rgb_101010( validationSource, glResults, width, height, depth, 1 ); in test_image_format_write()
645 valid = validate_float_results( validationSource, convertedGLResults, in test_image_format_write()
651 valid = validate_integer_results( validationSource, convertedGLResults, in test_image_format_write()
Dtest_renderbuffer.cpp334 …BufferOwningPtr<char> validationSource( convert_to_expected( outSourceBuffer, width * height, sour… in test_renderbuffer_image_write() local
354 DumpGLBuffer(GetGLTypeForExplicitType(validationType), width, height, validationSource); in test_renderbuffer_image_write()
368 …valid = validate_float_results( validationSource, convertedData, width, height, 1, get_channel_ord… in test_renderbuffer_image_write()
370 …valid = validate_integer_results( validationSource, convertedData, width, height, 1, get_explicit_… in test_renderbuffer_image_write()