Searched refs:validate_float_results (Results 1 – 10 of 10) sorted by relevance
/external/OpenCL-CTS/test_conformance/gles/ |
D | testBase.h | 60 extern int validate_float_results( void *expectedResults, void *actualResults, size_t width, size_t… 61 extern int validate_float_results( void *expectedResults, void *actualResults, size_t width, size_t…
|
D | helpers.cpp | 389 int validate_float_results( void *expectedResults, void *actualResults, size_t width, size_t height… in validate_float_results() function 391 return validate_float_results( expectedResults, actualResults, width, height, 0 ); in validate_float_results() 394 int validate_float_results( void *expectedResults, void *actualResults, size_t width, size_t height… in validate_float_results() function
|
D | test_renderbuffer.cpp | 104 valid = validate_float_results( convertedInput, actualResults, width, height ); in test_renderbuffer_read_image() 281 valid = validate_float_results( sourceData, convertedData, width, height ); in test_renderbuffer_image_write()
|
D | test_images_3D.cpp | 171 return validate_float_results( convertedInputs, actualResults, width, height, depth ); in test_image_format_read()
|
D | test_images_2D.cpp | 184 valid = validate_float_results( convertedInputs, actualResults, width, height ); in test_image_format_read() 546 valid = validate_float_results( actualSource, convertedGLResults, width, height ); in test_image_format_write()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | testBase.h | 52 extern int validate_float_results( void *expectedResults, void *actualResults, size_t width, size_t… 53 extern int validate_float_results( void *expectedResults, void *actualResults, size_t width, size_t…
|
D | helpers.cpp | 440 int validate_float_results( void *expectedResults, void *actualResults, size_t width, size_t height… in validate_float_results() function 442 …return validate_float_results( expectedResults, actualResults, width, height, sampleNum, 0, channe… in validate_float_results() 445 int validate_float_results( void *expectedResults, void *actualResults, size_t width, size_t height… in validate_float_results() function
|
D | test_renderbuffer.cpp | 151 …valid = validate_float_results( convertedInput, actualResults, width, height, 1, get_channel_order… in test_renderbuffer_read_image() 368 …valid = validate_float_results( validationSource, convertedData, width, height, 1, get_channel_ord… in test_renderbuffer_image_write()
|
D | test_images_read_common.cpp | 639 …return validate_float_results( convertedInputs, actualResults, w, h, d, samples, get_channel_order… in test_image_format_read()
|
D | test_images_write_common.cpp | 645 valid = validate_float_results( validationSource, convertedGLResults, in test_image_format_write()
|