Home
last modified time | relevance | path

Searched defs:window (Results 1 – 25 of 1114) sorted by relevance

12345678910>>...45

/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.h44 ANativeWindow_acquire(struct ANativeWindow *window) in ANativeWindow_acquire()
50 ANativeWindow_release(struct ANativeWindow *window) in ANativeWindow_release()
56 ANativeWindow_getFormat(struct ANativeWindow *window) in ANativeWindow_getFormat()
64 ANativeWindow_dequeueBuffer(struct ANativeWindow *window, in ANativeWindow_dequeueBuffer()
71 ANativeWindow_queueBuffer(struct ANativeWindow *window, in ANativeWindow_queueBuffer()
78 ANativeWindow_cancelBuffer(struct ANativeWindow *window, in ANativeWindow_cancelBuffer()
85 ANativeWindow_setUsage(struct ANativeWindow *window, uint64_t usage) in ANativeWindow_setUsage()
91 ANativeWindow_setSharedBufferMode(struct ANativeWindow *window, in ANativeWindow_setSharedBufferMode()
98 ANativeWindow_setSwapInterval(struct ANativeWindow *window, int interval) in ANativeWindow_setSwapInterval()
104 ANativeWindow_query(const struct ANativeWindow *window, in ANativeWindow_query()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowWindowTest.java38 Window window = activity.getWindow(); in getFlag_shouldReturnWindowFlags() local
53 Window window = activity.getWindow(); in getSystemFlag_isFalseByDefault() local
63 Window window = activity.getWindow(); in getSystemFlag_shouldReturnFlagsSetViaAddSystemFlags() local
75 Window window = activity.getWindow(); in getSystemFlag_callingAddSystemFlagsShouldNotOverrideExistingFlags() local
89 Window window = activity.getWindow(); in getSystemFlag_shouldReturnFlagsSetViaAddPrivateFlags() local
102 Window window = activity.getWindow(); in getSystemFlag_callingAddPrivateFlagsShouldNotOverrideExistingFlags() local
115 Window window = activity.getWindow(); in getTitle_shouldReturnWindowTitle() local
123 Window window = activity.getWindow(); in getBackgroundDrawable_returnsSetDrawable() local
136 Window window = activity.getWindow(); in getSoftInputMode_returnsSoftInputMode() local
171 Window window = activityController.get().getWindow(); in reportOnFrameMetricsAvailable_notifiesListeners() local
[all …]
/external/mesa3d/src/android_stub/
Dnativewindow_stub.cpp47 ANativeWindow_acquire(ANativeWindow *window) in ANativeWindow_acquire()
52 ANativeWindow_release(ANativeWindow *window) in ANativeWindow_release()
57 ANativeWindow_getFormat(ANativeWindow *window) in ANativeWindow_getFormat()
63 ANativeWindow_setSwapInterval(ANativeWindow *window, int interval) in ANativeWindow_setSwapInterval()
69 ANativeWindow_query(const ANativeWindow *window, in ANativeWindow_query()
77 ANativeWindow_dequeueBuffer(ANativeWindow *window, in ANativeWindow_dequeueBuffer()
85 ANativeWindow_queueBuffer(ANativeWindow *window, in ANativeWindow_queueBuffer()
92 int ANativeWindow_cancelBuffer(ANativeWindow* window, in ANativeWindow_cancelBuffer()
99 ANativeWindow_setUsage(ANativeWindow *window, uint64_t usage) in ANativeWindow_setUsage()
105 ANativeWindow_setSharedBufferMode(ANativeWindow *window, in ANativeWindow_setSharedBufferMode()
/external/flac/src/libFLAC/
Dwindow.c50 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
69 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett_hann()
78 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
88 void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman_harris_4term_92db_sidelobe()
97 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
110 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
119 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) in FLAC__window_gauss()
137 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
146 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
155 void FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L) in FLAC__window_kaiser_bessel()
[all …]
/external/angle/src/tests/gl_tests/
DPbufferTest.cpp58 EGLWindow *window = getEGLWindow(); in testSetUp() local
81 EGLWindow *window = getEGLWindow(); in createTestPbufferSurface() local
116 EGLWindow *window = getEGLWindow(); in destroyTestPbufferSurface() local
122 EGLWindow *window = getEGLWindow(); in recreatePbufferInSrgbColorspace() local
174 EGLWindow *window = getEGLWindow(); in TEST_P() local
209 EGLWindow *window = getEGLWindow(); in TEST_P() local
263 EGLWindow *window = getEGLWindow(); in TEST_P() local
306 EGLWindow *window = getEGLWindow(); in TEST_P() local
358 EGLWindow *window = getEGLWindow(); in TEST_P() local
397 EGLWindow *window = getEGLWindow(); in TEST_P() local
[all …]
/external/ComputeLibrary/src/cpu/kernels/select/generic/neon/
Dinteger.cpp36 …e_rank(const ITensor *c, const ITensor *x, const ITensor *y, ITensor *output, const Window &window) in neon_s8_select_same_rank()
40 …e_rank(const ITensor *c, const ITensor *x, const ITensor *y, ITensor *output, const Window &window) in neon_s16_select_same_rank()
44 …e_rank(const ITensor *c, const ITensor *x, const ITensor *y, ITensor *output, const Window &window) in neon_s32_select_same_rank()
48 …e_rank(const ITensor *c, const ITensor *x, const ITensor *y, ITensor *output, const Window &window) in neon_s8_select_not_same_rank()
52 …e_rank(const ITensor *c, const ITensor *x, const ITensor *y, ITensor *output, const Window &window) in neon_s16_select_not_same_rank()
56 …e_rank(const ITensor *c, const ITensor *x, const ITensor *y, ITensor *output, const Window &window) in neon_s32_select_not_same_rank()
60 …e_rank(const ITensor *c, const ITensor *x, const ITensor *y, ITensor *output, const Window &window) in neon_u8_select_same_rank()
64 …e_rank(const ITensor *c, const ITensor *x, const ITensor *y, ITensor *output, const Window &window) in neon_u16_select_same_rank()
68 …e_rank(const ITensor *c, const ITensor *x, const ITensor *y, ITensor *output, const Window &window) in neon_u32_select_same_rank()
72 …e_rank(const ITensor *c, const ITensor *x, const ITensor *y, ITensor *output, const Window &window) in neon_u8_select_not_same_rank()
[all …]
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java75 public static void addVisibilityFlag(final Window window, final int flag) { in addVisibilityFlag()
94 public static void removeVisibilityFlag(final Window window, final int flag) { in removeVisibilityFlag()
105 public static void addImmersiveFlagsToDecorView(final Window window, final int vis) { in addImmersiveFlagsToDecorView()
116 public static void removeImmersiveFlagsFromDecorView(final Window window, final int vis) { in removeImmersiveFlagsFromDecorView()
138 final Window window = dialog.getWindow(); in hideSystemBars() local
163 public static void hideSystemBars(final Window window) { in hideSystemBars()
184 public static void showSystemBars(final Window window, final Context context) { in showSystemBars()
215 public static void setBackButtonVisible(final Window window, final boolean visible) { in setBackButtonVisible()
248 private static void temporarilyDisableDialogFocus(final Window window) { in temporarilyDisableDialogFocus()
305 private static void getDecorView(Window window, OnDecorViewInstalledListener callback) { in getDecorView()
[all …]
/external/mesa3d/src/gfxstream/guest/android/
DANativeWindowAndroid.cpp16 bool ANativeWindowHelperAndroid::isValid(EGLNativeWindowType window) { in isValid()
45 void ANativeWindowHelperAndroid::acquire(EGLNativeWindowType window) { in acquire()
54 void ANativeWindowHelperAndroid::release(EGLNativeWindowType window) { in release()
81 int ANativeWindowHelperAndroid::getConsumerUsage(EGLNativeWindowType window, int* usage) { in getConsumerUsage()
92 void ANativeWindowHelperAndroid::setUsage(EGLNativeWindowType window, int usage) { in setUsage()
102 int ANativeWindowHelperAndroid::getWidth(EGLNativeWindowType window) { in getWidth()
112 int ANativeWindowHelperAndroid::getHeight(EGLNativeWindowType window) { in getHeight()
153 void ANativeWindowHelperAndroid::setSwapInterval(EGLNativeWindowType window, int interval) { in setSwapInterval()
163 int ANativeWindowHelperAndroid::queueBuffer(EGLNativeWindowType window, EGLClientBuffer buffer, in queueBuffer()
177 int ANativeWindowHelperAndroid::dequeueBuffer(EGLNativeWindowType window, EGLClientBuffer* buffer, in dequeueBuffer()
[all …]
DANativeWindowEmulated.cpp74 bool EmulatedANativeWindowHelper::isValid(EGLNativeWindowType window) { in isValid()
86 void EmulatedANativeWindowHelper::acquire(EGLNativeWindowType window) { in acquire()
91 void EmulatedANativeWindowHelper::release(EGLNativeWindowType window) { in release()
103 int EmulatedANativeWindowHelper::getConsumerUsage(EGLNativeWindowType window, int* usage) { in getConsumerUsage()
108 void EmulatedANativeWindowHelper::setUsage(EGLNativeWindowType window, int usage) { in setUsage()
113 int EmulatedANativeWindowHelper::getWidth(EGLNativeWindowType window) { in getWidth()
118 int EmulatedANativeWindowHelper::getHeight(EGLNativeWindowType window) { in getHeight()
140 void EmulatedANativeWindowHelper::setSwapInterval(EGLNativeWindowType window, int interval) { in setSwapInterval()
146 int EmulatedANativeWindowHelper::queueBuffer(EGLNativeWindowType window, EGLClientBuffer buffer, in queueBuffer()
152 int EmulatedANativeWindowHelper::dequeueBuffer(EGLNativeWindowType window, EGLClientBuffer* buffer, in dequeueBuffer()
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dwindow_util.cc30 Window window; in MakeWindow() local
43 Window window; in MakeWindow() local
91 std::string ToString(const Window& window) { in ToString()
138 bool HasStride(const Window& window) { in HasStride()
147 bool HasPadding(const Window& window) { in HasPadding()
156 bool HasSymmetricPadding(const Window& window) { in HasSymmetricPadding()
170 bool HasNegativePadding(const Window& window) { in HasNegativePadding()
176 bool HasBaseDilation(const Window& window) { in HasBaseDilation()
185 bool HasWindowDilation(const Window& window) { in HasWindowDilation()
194 bool HasWindowReversal(const Window& window) { in HasWindowReversal()
[all …]
/external/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.cc111 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList() local
181 [&sources, &pid_itr_map](CFDictionaryRef window) { in GetWindowList()
240 CFDictionaryRef window) { in IsWindowFullScreen()
266 GetWindowRef(id, [&](CFDictionaryRef window) { in IsWindowFullScreen()
272 bool IsWindowOnScreen(CFDictionaryRef window) { in IsWindowOnScreen()
280 if (GetWindowRef(id, [&on_screen](CFDictionaryRef window) { in IsWindowOnScreen()
288 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle()
301 if (GetWindowRef(id, [&title](CFDictionaryRef window) { in GetWindowTitle()
309 std::string GetWindowOwnerName(CFDictionaryRef window) { in GetWindowOwnerName()
321 if (GetWindowRef(id, [&owner_name](CFDictionaryRef window) { in GetWindowOwnerName()
[all …]
/external/ComputeLibrary/src/core/CL/
DICLKernel.h89 cl::NDRange default_lws_tune(const Window &window) in default_lws_tune()
155 …onst ICLArray<T> *array, const Strides &strides, unsigned int num_dimensions, const Window &window) in add_1D_array_argument()
165 void add_1D_tensor_argument(unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_1D_tensor_argument()
176 …_1D_tensor_argument_if(bool cond, unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_1D_tensor_argument_if()
189 void add_2D_tensor_argument(unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_2D_tensor_argument()
200 …_2D_tensor_argument_if(bool cond, unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_2D_tensor_argument_if()
213 void add_3D_tensor_argument(unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_3D_tensor_argument()
223 void add_4D_tensor_argument(unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_4D_tensor_argument()
233 void add_5D_tensor_argument(unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_5D_tensor_argument()
319 virtual void run(const Window &window, cl::CommandQueue &queue) in run()
[all …]
/external/cronet/stable/base/
Dmoving_window_unittest.cc35 MovingMax<int> window(window_size); in TEST_P() local
47 MovingMax<int> window(1u); in TEST() local
61 MovingMax<int> window(100u); in TEST() local
75 MovingMax<int> window(3u); in TEST() local
90 MovingAverage<int, int64_t> window(4u); in TEST() local
112 MovingMin<int> window(window_size); in TEST_P() local
135 MovingAverage<int, int64_t> window(window_size); in TEST_P() local
159 MovingAverageDeviation<double> window(window_size); in TEST_P() local
180 MovingWindow<int, base::MovingWindowFeatures::Iteration> window(kWindowSize); in TEST() local
198 MovingAverageDeviation<base::TimeDelta> window(2); in TEST() local
/external/cronet/tot/base/
Dmoving_window_unittest.cc35 MovingMax<int> window(window_size); in TEST_P() local
47 MovingMax<int> window(1u); in TEST() local
61 MovingMax<int> window(100u); in TEST() local
75 MovingMax<int> window(3u); in TEST() local
90 MovingAverage<int, int64_t> window(4u); in TEST() local
112 MovingMin<int> window(window_size); in TEST_P() local
135 MovingAverage<int, int64_t> window(window_size); in TEST_P() local
159 MovingAverageDeviation<double> window(window_size); in TEST_P() local
180 MovingWindow<int, base::MovingWindowFeatures::Iteration> window(kWindowSize); in TEST() local
198 MovingAverageDeviation<base::TimeDelta> window(2); in TEST() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/
DHlsMediaSourceTest.java77 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration() local
115 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_holdBackInPlaylist_targetLiveOffsetFromHoldBack() local
155 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_partHoldBackWithoutPartInformationInPlaylist_targetLiveOffsetFromHoldBack() local
188 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_partHoldBackWithPartInformationInPlaylist_targetLiveOffsetFromPartHoldBack() local
226 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withParts_defaultPositionPointsAtClosestIndependentPart() local
264 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withNonPreciseStartTime_targetLiveOffsetFromStartTime() local
308 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withNonPreciseStartTimeAndUserDefinedLiveOffset_startsFromPrecedingSegment() local
344 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withPreciseStartTime_targetLiveOffsetFromStartTime() local
387 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withPreciseStartTimeAndUserDefinedLiveOffset_startsFromStartTime() local
421 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_targetLiveOffsetInMediaItem_targetLiveOffsetPickedFromMediaItem() local
[all …]
/external/libkmsxx/kmscube/
Dcube-wl.cpp16 struct window { struct
19 struct wl_egl_window* egl_window; argument
44 struct window* window = (struct window*)data; in shell_surface_configure() local
57 static void create_window(struct window* window, int32_t width, int32_t height) in create_window()
66 static void delete_window(struct window* window) in delete_window()
83 struct window window; in main_wl() local
/external/ComputeLibrary/src/cpu/kernels/range/generic/neon/
Dinteger.cpp33 void u8_neon_range_function(ITensor *output, float start, float step, const Window &window) in u8_neon_range_function()
38 void u16_neon_range_function(ITensor *output, float start, float step, const Window &window) in u16_neon_range_function()
43 void u32_neon_range_function(ITensor *output, float start, float step, const Window &window) in u32_neon_range_function()
48 void s8_neon_range_function(ITensor *output, float start, float step, const Window &window) in s8_neon_range_function()
53 void s16_neon_range_function(ITensor *output, float start, float step, const Window &window) in s16_neon_range_function()
58 void s32_neon_range_function(ITensor *output, float start, float step, const Window &window) in s32_neon_range_function()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/
DHlsMediaSourceTest.java76 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration() local
112 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_holdBackInPlaylist_targetLiveOffsetFromHoldBack() local
150 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_partHoldBackWithoutPartInformationInPlaylist_targetLiveOffsetFromHoldBack() local
181 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_partHoldBackWithPartInformationInPlaylist_targetLiveOffsetFromPartHoldBack() local
217 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withParts_defaultPositionPointsAtClosestIndependentPart() local
255 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withNonPreciseStartTime_targetLiveOffsetFromStartTime() local
299 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withNonPreciseStartTimeAndUserDefinedLiveOffset_startsFromPrecedingSegment() local
335 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withPreciseStartTime_targetLiveOffsetFromStartTime() local
378 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withPreciseStartTimeAndUserDefinedLiveOffset_startsFromStartTime() local
412 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_targetLiveOffsetInMediaItem_targetLiveOffsetPickedFromMediaItem() local
[all …]
/external/angle/samples/multi_window/
DMultiWindow.cpp59 window window; in initialize() local
81 for (auto &window : mWindows) in initialize() local
100 for (auto &window : mWindows) in step() local
116 OSWindow *window = windowRecord.osWindow; in draw() local
133 OSWindow *window = windowRecord.osWindow; in draw() local
185 struct window struct in MultiWindowSample
187 OSWindow *osWindow;
188 EGLSurface surface;
/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp239 struct window { struct
240 struct list_head link; /* link in the global list of windows */ argument
241 struct list_head parent_link; /* link in parent window list of children */ argument
243 struct list_head children_windows; /* list of children windows */ argument
251 void (*display)(struct window*); argument
252 void (*destroy)(struct window*); argument
363 struct shader_window *window = (struct shader_window *) win; in display_shader_window() local
378 struct shader_window *window = (struct shader_window *) win; in destroy_shader_window() local
387 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
427 struct urb_window *window = (struct urb_window *) win; in display_urb_window() local
[all …]
/external/lzma/CPP/7zip/UI/Explorer/
DMyMessages.cpp16 void ShowErrorMessage(HWND window, LPCWSTR message) in ShowErrorMessage()
22 void ShowErrorMessageHwndRes(HWND window, UInt32 resID) in ShowErrorMessageHwndRes()
35 static void ShowErrorMessageDWORD(HWND window, DWORD errorCode) in ShowErrorMessageDWORD()
40 void ShowLastErrorMessage(HWND window) in ShowLastErrorMessage()
/external/mesa3d/src/imgui/
Dimgui.cpp2192 ImGuiWindow* window = ImGui::GetCurrentWindow(); in SetCursorPosYAndSetupDummyPrevLine() local
2288 ImGuiWindow* window = g.CurrentWindow; in RenderText() local
2314 ImGuiWindow* window = g.CurrentWindow; in RenderTextWrapped() local
2366 ImGuiWindow* window = g.CurrentWindow; in RenderTextClipped() local
2376 ImGuiWindow* window = g.CurrentWindow; in RenderFrame() local
2389 ImGuiWindow* window = g.CurrentWindow; in RenderFrameBorder() local
2436 ImGuiWindow* window = g.CurrentWindow; in RenderBullet() local
2443 ImGuiWindow* window = g.CurrentWindow; in RenderCheckMark() local
2465 ImGuiWindow* window = g.CurrentWindow; in RenderNavHighlight() local
2604 static void SetCurrentWindow(ImGuiWindow* window) in SetCurrentWindow()
[all …]
/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/
Dinteger.cpp31 …_s32_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window &window) in neon_s32_elementwise_binary()
46 …_s16_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window &window) in neon_s16_elementwise_binary()
60 …ison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window &window) in neon_u8_comparison_elementwise_binary()
72 …ison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window &window) in neon_s16_comparison_elementwise_binary()
84 …ison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window &window) in neon_s32_comparison_elementwise_binary()
/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/sve/
Dinteger.cpp32 …_s32_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window &window) in sve_s32_elementwise_binary()
46 …_s16_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window &window) in sve_s16_elementwise_binary()
60 …ison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window &window) in sve_u8_comparison_elementwise_binary()
72 …ison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window &window) in sve_s16_comparison_elementwise_binary()
84 …ison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window &window) in sve_s32_comparison_elementwise_binary()
/external/mesa3d/include/android_stub/system/
Dwindow.h642 struct ANativeWindow* window, int usage) in native_window_set_usage()
680 struct ANativeWindow* window, in native_window_set_crop()
701 struct ANativeWindow* window, in native_window_set_post_transform_crop()
719 struct ANativeWindow* window, in native_window_set_active_rect()
730 struct ANativeWindow* window, in native_window_set_buffer_count()
750 struct ANativeWindow* window, in native_window_set_buffers_geometry()
771 struct ANativeWindow* window, in native_window_set_buffers_dimensions()
796 struct ANativeWindow* window, in native_window_set_buffers_user_dimensions()
810 struct ANativeWindow* window, in native_window_set_buffers_format()
829 struct ANativeWindow* window, in native_window_set_buffers_data_space()
[all …]

12345678910>>...45