Searched refs:testAllocationCreation (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/tests/cpp_api/cppf16/ |
D | compute.cpp | 11 void testAllocationCreation(const sp<RS>& rs, const sp<const Element>& e, uint32_t nDims) { in testAllocationCreation() function 40 testAllocationCreation(rs, half, nDims); in main() 41 testAllocationCreation(rs, half2, nDims); in main() 42 testAllocationCreation(rs, half3, nDims); in main() 43 testAllocationCreation(rs, half4, nDims); in main()
|