Home
last modified time | relevance | path

Searched refs:convert_to_expected (Results 1 – 10 of 10) sorted by relevance

/external/OpenCL-CTS/test_conformance/gles/
DtestBase.h57 extern char * convert_to_expected( void * inputBuffer, size_t numPixels, ExplicitType inType, Expli…
Dtest_renderbuffer.cpp86 …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()
Dtest_images_3D.cpp165 …BufferOwningPtr<char> convertedInputs(convert_to_expected( inputBuffer, width * height * depth, ty… in test_image_format_read()
Dtest_images_2D.cpp178 …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()
Dhelpers.cpp153 char * convert_to_expected( void * inputBuffer, size_t numPixels, ExplicitType inType, ExplicitType… in convert_to_expected() function
/external/OpenCL-CTS/test_conformance/gl/
DtestBase.h49 extern char * convert_to_expected( void * inputBuffer, size_t numPixels, ExplicitType inType, Expli…
Dtest_renderbuffer.cpp133 …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()
Dtest_images_write_common.cpp601 validationSource.reset( convert_to_expected( outSourceBuffer, in test_image_format_write()
629 convertedGLResults.reset( convert_to_expected( in test_image_format_write()
Dhelpers.cpp172 char * convert_to_expected( void * inputBuffer, size_t numPixels, ExplicitType inType, ExplicitType… in convert_to_expected() function
Dtest_images_read_common.cpp624 convertedInputs.reset(convert_to_expected( inputBuffer, in test_image_format_read()