OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextErr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_main.cpp
78
cl_int
contextErr
= CL_SUCCESS;
79
*context = cl::Context(deviceList, NULL, error_notify, NULL, &
contextErr
);
80
if (
contextErr
!= CL_SUCCESS) {
81
SkDebugf("Context creation failed: %s\n", cl_error_to_string(
contextErr
));
/external/skia/tools/skpdiff/
skpdiff_main.cpp
78
cl_int
contextErr
= CL_SUCCESS;
79
*context = cl::Context(deviceList, NULL, error_notify, NULL, &
contextErr
);
80
if (
contextErr
!= CL_SUCCESS) {
81
SkDebugf("Context creation failed: %s\n", cl_error_to_string(
contextErr
));
Completed in 643 milliseconds