Home
last modified time | relevance | path

Searched refs:ANativeWindow (Results 1 - 25 of 52) sorted by relevance

123

/third_party/mesa3d/include/android_stub/system/
H A Dwindow.h65 // support either the prior ANativeWindow interface, which did not pass libsync
67 // when the ANativeWindow interface does include libsync support.
149 * Users of the set_buffer_count ANativeWindow method should query this
166 /* Check whether queueBuffer operations on the ANativeWindow send the buffer
168 * to 1 if the ANativeWindow DOES send queued buffers directly to the window
173 * sent to the ANativeWindow. Note, however, that a result of 1 does NOT
181 /* Get the concrete type of a ANativeWindow. See below for the list of
191 * Default width and height of ANativeWindow buffers, these are the
301 * HAL implementation code with access to an ANativeWindow should not use these,
303 * ANativeWindow
403 struct ANativeWindow global() struct
406 ANativeWindow() ANativeWindow() function
627 typedef struct ANativeWindow ANativeWindow; global() typedef
[all...]
/third_party/mesa3d/include/android_stub/vndk/
H A Dwindow.h43 int ANativeWindow_OemStorageSet(ANativeWindow* window, uint32_t slot, intptr_t value);
54 int ANativeWindow_OemStorageGet(ANativeWindow* window, uint32_t slot, intptr_t* value);
62 int ANativeWindow_setSwapInterval(ANativeWindow* window, int interval);
72 * Users of the set_buffer_count ANativeWindow method should query this
90 * Default width of ANativeWindow buffers, these are the
176 int ANativeWindow_query(const ANativeWindow* window, ANativeWindowQuery query, int* value);
177 int ANativeWindow_queryf(const ANativeWindow* window, ANativeWindowQuery query, float* value);
199 int ANativeWindow_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd);
216 * queueBuffer, and the ANativeWindow implementation is responsible for
221 int ANativeWindow_queueBuffer(ANativeWindow* windo
[all...]
/third_party/mesa3d/include/android_stub/android/
H A Dnative_window.h18 * @defgroup ANativeWindow Native Window
20 * ANativeWindow represents the producer end of an image queue.
23 * submitted to ANativeWindow can be shown on the display or sent to
81 struct ANativeWindow;
87 typedef struct ANativeWindow ANativeWindow; typedef
116 * Acquire a reference on the given {@link ANativeWindow} object. This prevents the object
119 void ANativeWindow_acquire(ANativeWindow* window);
124 void ANativeWindow_release(ANativeWindow* window);
131 int32_t ANativeWindow_getWidth(ANativeWindow* windo
[all...]
/third_party/skia/third_party/externals/swiftshader/include/Android/vndk/
H A Dwindow.h21 struct ANativeWindow;
22 typedef struct ANativeWindow ANativeWindow; typedef
24 void ANativeWindow_acquire(ANativeWindow* window);
25 void ANativeWindow_release(ANativeWindow* window);
26 int32_t ANativeWindow_getWidth(ANativeWindow* window);
27 int32_t ANativeWindow_getHeight(ANativeWindow* window);
28 int ANativeWindow_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd);
29 int ANativeWindow_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
30 int ANativeWindow_cancelBuffer(ANativeWindow* windo
[all...]
/third_party/mesa3d/src/android_stub/
H A Dnativewindow_stub.cpp41 ANativeWindow_acquire(ANativeWindow *window) in ANativeWindow_acquire()
46 ANativeWindow_release(ANativeWindow *window) in ANativeWindow_release()
51 ANativeWindow_getFormat(ANativeWindow *window) in ANativeWindow_getFormat()
57 ANativeWindow_setSwapInterval(ANativeWindow *window, int interval) in ANativeWindow_setSwapInterval()
63 ANativeWindow_query(const ANativeWindow *window, in ANativeWindow_query()
71 ANativeWindow_dequeueBuffer(ANativeWindow *window, in ANativeWindow_dequeueBuffer()
79 ANativeWindow_queueBuffer(ANativeWindow *window, in ANativeWindow_queueBuffer()
86 int ANativeWindow_cancelBuffer(ANativeWindow* window, in ANativeWindow_cancelBuffer()
93 ANativeWindow_setUsage(ANativeWindow *window, uint64_t usage) in ANativeWindow_setUsage()
99 ANativeWindow_setSharedBufferMode(ANativeWindow *windo
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.h45 ANativeWindow_acquire(struct ANativeWindow *window) in ANativeWindow_acquire()
51 ANativeWindow_release(struct ANativeWindow *window) in ANativeWindow_release()
57 ANativeWindow_getFormat(struct ANativeWindow *window) in ANativeWindow_getFormat()
65 ANativeWindow_dequeueBuffer(struct ANativeWindow *window, in ANativeWindow_dequeueBuffer()
73 ANativeWindow_queueBuffer(struct ANativeWindow *window, in ANativeWindow_queueBuffer()
81 ANativeWindow_cancelBuffer(struct ANativeWindow *window, in ANativeWindow_cancelBuffer()
89 ANativeWindow_setUsage(struct ANativeWindow *window, uint64_t usage) in ANativeWindow_setUsage()
95 ANativeWindow_setSharedBufferMode(struct ANativeWindow *window, in ANativeWindow_setSharedBufferMode()
102 ANativeWindow_setSwapInterval(struct ANativeWindow *window, int interval) in ANativeWindow_setSwapInterval()
108 ANativeWindow_query(const struct ANativeWindow *windo
[all...]
H A Dplatform_ohos.h42 #define ANativeWindow NativeWindow macro
45 ANativeWindow_acquire(struct ANativeWindow *window) in ANativeWindow_acquire()
51 ANativeWindow_release(struct ANativeWindow *window) in ANativeWindow_release()
57 ANativeWindow_getFormat(struct ANativeWindow *window) in ANativeWindow_getFormat()
65 ANativeWindow_dequeueBuffer(struct ANativeWindow *window, in ANativeWindow_dequeueBuffer()
73 ANativeWindow_queueBuffer(struct ANativeWindow *window, in ANativeWindow_queueBuffer()
84 ANativeWindow_cancelBuffer(struct ANativeWindow *window, in ANativeWindow_cancelBuffer()
92 ANativeWindow_setUsage(struct ANativeWindow *window, uint64_t usage) in ANativeWindow_setUsage()
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidRenderActivity.hpp43 // Window messages. Argument is ANativeWindow pointer.
62 ANativeWindow* window;
80 Message (MessageType type_, ANativeWindow* window) in Message()
138 virtual void onWindowCreated (ANativeWindow* window) = 0;
139 virtual void onWindowResized (ANativeWindow* window) = 0;
140 virtual void onWindowDestroyed (ANativeWindow* window) = 0;
158 ANativeWindow* m_window;
176 virtual void onNativeWindowCreated (ANativeWindow* window);
177 virtual void onNativeWindowResized (ANativeWindow* window);
178 virtual void onNativeWindowRedrawNeeded (ANativeWindow* windo
[all...]
H A DtcuAndroidWindow.hpp56 Window (ANativeWindow* window);
66 ANativeWindow* getNativeWindow (void) { return m_window; } in getNativeWindow()
76 ANativeWindow* m_window;
87 void addWindow (ANativeWindow* window);
88 void destroyWindow (ANativeWindow* window);
H A DtcuAndroidNativeActivity.cpp64 static void onNativeWindowCreatedCallback (ANativeActivity* activity, ANativeWindow* window) in onNativeWindowCreatedCallback()
69 static void onNativeWindowResizedCallback (ANativeActivity* activity, ANativeWindow* window) in onNativeWindowResizedCallback()
74 static void onNativeWindowRedrawNeededCallback (ANativeActivity* activity, ANativeWindow* window) in onNativeWindowRedrawNeededCallback()
79 static void onNativeWindowDestroyedCallback (ANativeActivity* activity, ANativeWindow* window) in onNativeWindowDestroyedCallback()
173 void NativeActivity::onNativeWindowCreated (ANativeWindow* window) in onNativeWindowCreated()
178 void NativeActivity::onNativeWindowResized (ANativeWindow* window) in onNativeWindowResized()
183 void NativeActivity::onNativeWindowRedrawNeeded (ANativeWindow* window) in onNativeWindowRedrawNeeded()
188 void NativeActivity::onNativeWindowDestroyed (ANativeWindow* window) in onNativeWindowDestroyed()
H A DtcuAndroidNativeActivity.hpp55 virtual void onNativeWindowCreated (ANativeWindow* window);
56 virtual void onNativeWindowResized (ANativeWindow* window);
57 virtual void onNativeWindowRedrawNeeded (ANativeWindow* window);
58 virtual void onNativeWindowDestroyed (ANativeWindow* window);
H A DtcuAndroidTestActivity.hpp48 virtual void onWindowCreated (ANativeWindow* window);
49 virtual void onWindowResized (ANativeWindow* window);
50 virtual void onWindowDestroyed (ANativeWindow* window);
H A DtcuAndroidTestActivity.cpp64 void TestThread::onWindowCreated (ANativeWindow* window) in onWindowCreated()
69 void TestThread::onWindowDestroyed (ANativeWindow* window) in onWindowDestroyed()
74 void TestThread::onWindowResized (ANativeWindow* window) in onWindowResized()
H A DtcuAndroidWindow.cpp35 Window::Window (ANativeWindow* window) in Window()
141 void WindowRegistry::addWindow (ANativeWindow* window) in addWindow()
147 void WindowRegistry::destroyWindow (ANativeWindow* rawHandle) in destroyWindow()
H A DtcuAndroidRenderActivity.cpp355 void RenderActivity::onNativeWindowCreated (ANativeWindow* window) in onNativeWindowCreated()
361 void RenderActivity::onNativeWindowResized (ANativeWindow* window) in onNativeWindowResized()
367 void RenderActivity::onNativeWindowRedrawNeeded (ANativeWindow* window) in onNativeWindowRedrawNeeded()
372 void RenderActivity::onNativeWindowDestroyed (ANativeWindow* window) in onNativeWindowDestroyed()
/third_party/skia/tools/sk_app/android/
H A DWindowContextFactory_android.h23 std::unique_ptr<WindowContext> MakeVulkanForAndroid(ANativeWindow*, const DisplayParams&);
25 std::unique_ptr<WindowContext> MakeGLForAndroid(ANativeWindow*, const DisplayParams&);
27 std::unique_ptr<WindowContext> MakeRasterForAndroid(ANativeWindow*, const DisplayParams&);
H A DRasterWindowContext_android.cpp20 RasterWindowContext_android(ANativeWindow*, const DisplayParams& params);
32 ANativeWindow* fNativeWindow = nullptr;
39 RasterWindowContext_android::RasterWindowContext_android(ANativeWindow* window, in RasterWindowContext_android()
98 std::unique_ptr<WindowContext> MakeRasterForAndroid(ANativeWindow* window, in MakeRasterForAndroid()
H A DGLWindowContext_android.cpp22 GLWindowContext_android(ANativeWindow*, const DisplayParams&);
38 ANativeWindow* fNativeWindow = nullptr;
43 GLWindowContext_android::GLWindowContext_android(ANativeWindow* window, in GLWindowContext_android()
147 std::unique_ptr<WindowContext> MakeGLForAndroid(ANativeWindow* window, in MakeGLForAndroid()
H A Dsurface_glue_android.h36 ANativeWindow* fNativeWindow = nullptr;
64 ANativeWindow* fNativeWindow;
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferAndroid.hpp23 struct ANativeWindow;
31 FrameBufferAndroid(ANativeWindow *window, int width, int height);
44 ANativeWindow *nativeWindow;
H A DFrameBufferAndroid.cpp29 inline int dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer) in dequeueBuffer()
39 inline int queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) in queueBuffer()
44 inline int cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) in cancelBuffer()
50 FrameBufferAndroid::FrameBufferAndroid(ANativeWindow* window, int width, int height) in FrameBufferAndroid()
193 sw::FrameBuffer *createFrameBuffer(void *display, ANativeWindow* window, int width, int height) in createFrameBuffer()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcAndroidTestActivity.hpp51 virtual void onWindowCreated(ANativeWindow* window);
52 virtual void onWindowResized(ANativeWindow* window);
53 virtual void onWindowDestroyed(ANativeWindow* window);
H A DglcAndroidTestActivity.cpp86 void TestThread::onWindowCreated(ANativeWindow* window) in onWindowCreated()
91 void TestThread::onWindowDestroyed(ANativeWindow* window) in onWindowDestroyed()
96 void TestThread::onWindowResized(ANativeWindow* window) in onWindowResized()
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglplatform.h100 struct ANativeWindow;
103 typedef struct ANativeWindow* EGLNativeWindowType;
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglplatform.h100 struct ANativeWindow;
103 typedef struct ANativeWindow* EGLNativeWindowType;

Completed in 9 milliseconds

123