Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_interop.c71 return MESA_GLINTEROP_SUCCESS; in st_interop_query_device_info()
262 return MESA_GLINTEROP_SUCCESS; in lookup_object()
292 if (ret != MESA_GLINTEROP_SUCCESS) { in st_interop_export_object()
357 return MESA_GLINTEROP_SUCCESS; in st_interop_export_object()
370 if (ret != MESA_GLINTEROP_SUCCESS) in flush_object()
378 return MESA_GLINTEROP_SUCCESS; in flush_object()
403 if (ret != MESA_GLINTEROP_SUCCESS) { in st_interop_flush_objects()
428 return MESA_GLINTEROP_SUCCESS; in st_interop_flush_objects()
/external/mesa3d/src/gallium/frontends/rusticl/core/
Dgl.rs177 if err != MESA_GLINTEROP_SUCCESS as i32 { in new()
195 if err != MESA_GLINTEROP_SUCCESS as i32 { in new()
313 if err != MESA_GLINTEROP_SUCCESS as i32 { in export_object()
/external/mesa3d/include/GL/
Dmesa_glinterop.h84 MESA_GLINTEROP_SUCCESS = 0, enumerator
/external/mesa3d/src/egl/main/
Deglapi.c2896 return MESA_GLINTEROP_SUCCESS; in _eglLockDisplayInterop()
2908 if (ret != MESA_GLINTEROP_SUCCESS) in MesaGLInteropEGLQueryDeviceInfo()
2930 if (ret != MESA_GLINTEROP_SUCCESS) in MesaGLInteropEGLExportObject()
2952 if (ret != MESA_GLINTEROP_SUCCESS) in MesaGLInteropEGLFlushObjects()