Home
last modified time | relevance | path

Searched refs:channelTypeConstantString (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_1D.cpp77 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()
Dtest_1D_array.cpp81 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()
Dtest_2D_array.cpp84 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()
Dtest_2D.cpp102 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()