Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_write_common.cpp619 BufferOwningPtr<char> glResults( ReadGLTexture( in test_image_format_write() local
622 if( glResults == NULL ) in test_image_format_write()
630glResults, width * height * depth, readType, validationType, get_channel_order_channel_count(clFor… in test_image_format_write()
641 … valid = validate_float_results_rgb_101010( validationSource, glResults, width, height, depth, 1 ); in test_image_format_write()
/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_2D.cpp527 …BufferOwningPtr<char> glResults( ReadGLTexture( target, glTexture, format, internalFormat, glType,… in test_image_format_write() local
530 …BufferOwningPtr<char> convertedGLResults( convert_to_expected( glResults, width * height, readType… in test_image_format_write()
534 DumpGLBuffer(glType, width, height, glResults); in test_image_format_write()