Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/api/
Dtest_binary.cpp133 size_t binary3Size; in test_binary_create() local
134 …amInfo( programWithoutStatus, CL_PROGRAM_BINARY_SIZES, sizeof( binary3Size ), &binary3Size, NULL ); in test_binary_create()
138 unsigned char *binary3 = (unsigned char*)malloc(binary3Size); in test_binary_create()