/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Surface.hpp | 132 const EGLNativeWindowType window; member in egl::WindowSurface
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
H A D | main.cpp | 45 GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+WebGPU example", NULL, NULL); in main() local 131 static void main_loop(void* window) in main_loop() argument [all...] |
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
H A D | MultiChannelResampler.cpp | 151 float window = mKaiserWindow(tapPhase * numTapsHalfInverse); in generateCoefficients() local 153 float window = mCoshWindow(tapPhase * numTapsHalfInverse); in generateCoefficients() local
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | OSWindow.cpp | 444 void OSWindow::Delete(OSWindow **window) in Delete() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | SwapChainValidationTests.cpp | 61 glfwDestroyWindow(window); variable 67 GLFWwindow* window = nullptr; member in SwapChainValidationTests
|
/third_party/skia/tools/sk_app/ |
H A D | CommandSet.cpp | 33 void CommandSet::attach(Window* window) { in attach() argument
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_android.h | 31 struct ANativeWindow* window; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_android.h | 31 struct ANativeWindow* window; member
|
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidRenderActivity.cpp | 355 onNativeWindowCreated(ANativeWindow* window) onNativeWindowCreated() argument 361 onNativeWindowResized(ANativeWindow* window) onNativeWindowResized() argument 367 onNativeWindowRedrawNeeded(ANativeWindow* window) onNativeWindowRedrawNeeded() argument 372 onNativeWindowDestroyed(ANativeWindow* window) onNativeWindowDestroyed() argument [all...] |
/third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
H A D | tcuLnxWayland.cpp | 234 Window* window = reinterpret_cast<Window*>(data); in handleConfigure() local
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_screen.h | 32 struct _screen_window* window; member
|
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/samples/ |
H A D | sample_xcomponent.cpp | 25 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB() argument 53 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB() argument
|
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/entry/src/main/cpp/samples/ |
H A D | sample_xcomponent.cpp | 22 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB() argument 50 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB() argument
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/ |
H A D | NativeRender.cpp | 23 void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* window) in OnSurfaceCreatedCB() argument 34 void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB() argument 40 void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB() argument
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/ |
H A D | tetrahedron.cpp | 194 int32_t Tetrahedron::Init(void *window, int32_t width, int32_t height)
in Init() argument
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/ |
H A D | vulkan_example.h | 144 NativeWindow *window = nullptr; member in vkExample::VulkanExample
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/manager/ |
H A D | plugin_manager.cpp | 109 void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* window) in OnSurfaceCreatedCB() argument 126 void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB() argument 140 void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB() argument 154 void DispatchTouchEventCB(OH_NativeXComponent* component, void* window) in DispatchTouchEventCB() argument 289 void PluginManager::OnSurfaceCreated(OH_NativeXComponent* component, void* window) in OnSurfaceCreated() argument 303 OnSurfaceDestroyed(OH_NativeXComponent* component, void* window) OnSurfaceDestroyed() argument 308 DispatchTouchEvent(OH_NativeXComponent* component, void* window) DispatchTouchEvent() argument 330 OnSurfaceChanged(OH_NativeXComponent* component, void* window) OnSurfaceChanged() argument [all...] |
/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/render/ |
H A D | plugin_render.cpp | 28 void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* window) in OnSurfaceCreatedCB() argument 57 void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB() argument 82 void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB() argument 103 DispatchTouchEventCB(OH_NativeXComponent* component, void* window) DispatchTouchEventCB() argument 127 DispatchMouseEventCB(OH_NativeXComponent* component, void* window) DispatchMouseEventCB() argument 163 OnFocusEventCB(OH_NativeXComponent* component, void* window) OnFocusEventCB() argument 181 OnBlurEventCB(OH_NativeXComponent* component, void* window) OnBlurEventCB() argument 199 OnKeyEventCB(OH_NativeXComponent* component, void* window) OnKeyEventCB() argument 311 OnSurfaceChanged(OH_NativeXComponent* component, void* window) OnSurfaceChanged() argument 335 OnTouchEvent(OH_NativeXComponent* component, void* window) OnTouchEvent() argument 379 OnMouseEvent(OH_NativeXComponent* component, void* window) OnMouseEvent() argument 398 OnFocusEvent(OH_NativeXComponent* component, void* window) OnFocusEvent() argument 403 OnBlurEvent(OH_NativeXComponent* component, void* window) OnBlurEvent() argument 408 OnKeyEvent(OH_NativeXComponent* component, void* window) OnKeyEvent() argument [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | bios32.c | 400 struct resource_entry *window; in pcibios_init_resource() local
|
/kernel/linux/linux-5.10/arch/alpha/boot/ |
H A D | misc.c | 46 static uch *window; /* Sliding window buffer */ variable
|
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/ |
H A D | misc.c | 36 static uch window[WSIZE]; /* Sliding window buffer */ variable
|
/kernel/linux/linux-6.6/arch/alpha/boot/ |
H A D | misc.c | 46 static uch *window; /* Sliding window buffer */ variable
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | bios32.c | 398 struct resource_entry *window; in pcibios_init_resource() local
|
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/ |
H A D | misc.c | 36 static uch window[WSIZE]; /* Sliding window buffer */ variable
|
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | bcm47xxsflash.h | 72 void __iomem *window; member
|