Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/api/
Dtest_binary.cpp126 …clProgramWrapper programWithoutStatus = clCreateProgramWithBinary( context, 1, &deviceID, &binary2… in test_binary_create() local
129 error = clBuildProgram( programWithoutStatus, 1, &deviceID, NULL, NULL, NULL ); in test_binary_create()
134 …error = clGetProgramInfo( programWithoutStatus, CL_PROGRAM_BINARY_SIZES, sizeof( binary3Size ), &b… in test_binary_create()
140 …error = clGetProgramInfo( programWithoutStatus, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffers, … in test_binary_create()