aboutsummaryrefslogtreecommitdiff
path: root/xcore/base/xcam_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'xcore/base/xcam_common.h')
-rw-r--r--xcore/base/xcam_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xcore/base/xcam_common.h b/xcore/base/xcam_common.h
index 46cc6fd..1f16e1e 100644
--- a/xcore/base/xcam_common.h
+++ b/xcore/base/xcam_common.h
@@ -49,6 +49,8 @@ typedef enum {
XCAM_RETURN_ERROR_IOCTL = -8,
XCAM_RETURN_ERROR_CL = -9,
XCAM_RETURN_ERROR_ORDER = -10,
+ XCAM_RETURN_ERROR_GLES = -11,
+ XCAM_RETURN_ERROR_VULKAN = -12,
XCAM_RETURN_ERROR_TIMEOUT = -20,