Home
last modified time | relevance | path

Searched refs:channelTypeName (Results 1 – 5 of 5) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_image_methods.cpp236 const char* channelTypeName=0; in test_image_format_methods() local
239 channelTypeName = GetChannelTypeName( imageFormat.image_channel_data_type ); in test_image_format_methods()
240 if(channelTypeName && strlen(channelTypeName)) { in test_image_format_methods()
242 sprintf(channelTypeConstKernelLine, channelTypeConstLine, &channelTypeName[3]); in test_image_format_methods()
313 result |= verify(outKernelData.channelType, outKernelData.expectedChannelType, channelTypeName); in test_image_format_methods()
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_1D.cpp80 const char* channelTypeName = GetChannelTypeName( imageInfo->format->image_channel_data_type ); in test_get_1Dimage_info_single() local
85 if(channelTypeName && strlen(channelTypeName)) in test_get_1Dimage_info_single()
86 … sprintf(channelTypeConstantString, "CLK_%s", &channelTypeName[3]); // replace CL_* with CLK_* in test_get_1Dimage_info_single()
Dtest_1D_array.cpp84 const char* channelTypeName = GetChannelTypeName( imageInfo->format->image_channel_data_type ); in test_get_1Dimage_array_info_single() local
89 if(channelTypeName && strlen(channelTypeName)) in test_get_1Dimage_array_info_single()
90 … sprintf(channelTypeConstantString, "CLK_%s", &channelTypeName[3]); // replace CL_* with CLK_* in test_get_1Dimage_array_info_single()
Dtest_2D_array.cpp87 const char* channelTypeName = GetChannelTypeName( imageInfo->format->image_channel_data_type ); in test_get_2Dimage_array_info_single() local
92 if(channelTypeName && strlen(channelTypeName)) in test_get_2Dimage_array_info_single()
93 … sprintf(channelTypeConstantString, "CLK_%s", &channelTypeName[3]); // replace CL_* with CLK_* in test_get_2Dimage_array_info_single()
Dtest_2D.cpp105 const char* channelTypeName = GetChannelTypeName( imageInfo->format->image_channel_data_type ); in test_get_image_info_single() local
114 if(channelTypeName && strlen(channelTypeName)) in test_get_image_info_single()
115 … sprintf(channelTypeConstantString, "CLK_%s", &channelTypeName[3]); // replace CL_* with CLK_* in test_get_image_info_single()