Searched refs:convert_to_expected (Results 1 – 10 of 10) sorted by relevance
/external/OpenCL-CTS/test_conformance/gles/ |
D | testBase.h | 57 extern char * convert_to_expected( void * inputBuffer, size_t numPixels, ExplicitType inType, Expli…
|
D | test_renderbuffer.cpp | 86 …BufferOwningPtr<char> convertedInput(convert_to_expected( inputBuffer, width * height, type, actua… in test_renderbuffer_read_image() 263 …BufferOwningPtr<char> convertedData( convert_to_expected( resultData, width * height, type, source… in test_renderbuffer_image_write()
|
D | test_images_3D.cpp | 165 …BufferOwningPtr<char> convertedInputs(convert_to_expected( inputBuffer, width * height * depth, ty… in test_image_format_read()
|
D | test_images_2D.cpp | 178 …BufferOwningPtr<char> convertedInputs(convert_to_expected( inputBuffer, width * height, type, actu… in test_image_format_read() 530 …BufferOwningPtr<char> convertedGLResults( convert_to_expected( glResults, width * height, readType… in test_image_format_write()
|
D | helpers.cpp | 153 char * convert_to_expected( void * inputBuffer, size_t numPixels, ExplicitType inType, ExplicitType… in convert_to_expected() function
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | testBase.h | 49 extern char * convert_to_expected( void * inputBuffer, size_t numPixels, ExplicitType inType, Expli…
|
D | test_renderbuffer.cpp | 133 …BufferOwningPtr<char> convertedInput(convert_to_expected( inputBuffer, width * height, type, actua… in test_renderbuffer_read_image() 334 …BufferOwningPtr<char> validationSource( convert_to_expected( outSourceBuffer, width * height, sour… in test_renderbuffer_image_write() 350 …BufferOwningPtr<char> convertedData( convert_to_expected( resultData, width * height, type, valida… in test_renderbuffer_image_write()
|
D | test_images_write_common.cpp | 601 validationSource.reset( convert_to_expected( outSourceBuffer, in test_image_format_write() 629 convertedGLResults.reset( convert_to_expected( in test_image_format_write()
|
D | helpers.cpp | 172 char * convert_to_expected( void * inputBuffer, size_t numPixels, ExplicitType inType, ExplicitType… in convert_to_expected() function
|
D | test_images_read_common.cpp | 624 convertedInputs.reset(convert_to_expected( inputBuffer, in test_image_format_read()
|