Home
last modified time | relevance | path

Searched defs:native_handle (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/include/android_stub/cutils/
Dnative_handle.h34 typedef struct native_handle struct
36 int version; /* sizeof(native_handle_t) */ argument
47 } native_handle_t; argument
/third_party/skia/third_party/externals/swiftshader/src/Common/
DGrallocAndroid.cpp121 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local
129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local
142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local
168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local
224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
238 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
/third_party/skia/third_party/externals/swiftshader/src/System/
DGrallocAndroid.cpp121 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local
129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local
142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local
168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local
224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
238 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
/third_party/gn/src/util/
Dsemaphore.h45 NativeHandle& native_handle() { return native_handle_; } in native_handle() function
46 const NativeHandle& native_handle() const { return native_handle_; } in native_handle() function
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dandroid_util.cpp15 typedef struct native_handle struct
17 int version; /* sizeof(native_handle_t) */ argument
21 } native_handle_t; argument
/third_party/skia/third_party/externals/angle2/src/common/
Dandroid_util.cpp22 typedef struct native_handle struct
24 int version; /* sizeof(native_handle_t) */ argument
40 } native_handle_t; argument
/third_party/cef/include/base/internal/
Dcef_lock_impl.h78 NativeHandle* native_handle() { return &native_handle_; } in native_handle() function
/third_party/benchmark/src/
Dmutex.h81 std::mutex& native_handle() { return mut_; } in native_handle() function
93 MutexLockImp& native_handle() { return ml_; } in native_handle() function
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_android_mapper.cpp56 auto native_handle = const_cast<native_handle_t*>(buffer); in GetMetadata() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/winrt/
Dgstglwindow_winrt_egl.cpp231 GstGLWindowWinRTEGLResizeHandler(IInspectable * native_handle, in GstGLWindowWinRTEGLResizeHandler()