Searched refs:channelTypeConstantString (Results 1 – 4 of 4) sorted by relevance
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/ |
D | test_1D.cpp | 77 char channelTypeConstantString[256] = {0}; in test_get_1Dimage_info_single() local 86 … sprintf(channelTypeConstantString, "CLK_%s", &channelTypeName[3]); // replace CL_* with CLK_* in test_get_1Dimage_info_single() 93 channelTypeConstantString, channelOrderConstantString); in test_get_1Dimage_info_single()
|
D | test_1D_array.cpp | 81 char channelTypeConstantString[256] = {0}; in test_get_1Dimage_array_info_single() local 90 … sprintf(channelTypeConstantString, "CLK_%s", &channelTypeName[3]); // replace CL_* with CLK_* in test_get_1Dimage_array_info_single() 97 channelTypeConstantString, channelOrderConstantString); in test_get_1Dimage_array_info_single()
|
D | test_2D_array.cpp | 84 char channelTypeConstantString[256] = {0}; in test_get_2Dimage_array_info_single() local 93 … sprintf(channelTypeConstantString, "CLK_%s", &channelTypeName[3]); // replace CL_* with CLK_* in test_get_2Dimage_array_info_single() 103 channelTypeConstantString, channelOrderConstantString); in test_get_2Dimage_array_info_single()
|
D | test_2D.cpp | 102 char channelTypeConstantString[256] = {0}; in test_get_image_info_single() local 115 … sprintf(channelTypeConstantString, "CLK_%s", &channelTypeName[3]); // replace CL_* with CLK_* in test_get_image_info_single() 128 channelTypeConstantString, channelOrderConstantString); in test_get_image_info_single()
|