Searched refs:programErr (Results 1 – 1 of 1) sorted by relevance
64 cl_int programErr = clBuildProgram(program, 1, &fDevice, "", NULL, NULL); in loadKernelSource() local65 if (CL_SUCCESS != programErr) { in loadKernelSource()66 SkDebugf("Program creation failed: %s\n", cl_error_to_string(programErr)); in loadKernelSource()