Home
last modified time | relevance | path

Searched defs:window (Results 201 - 225 of 685) sorted by relevance

12345678910>>...28

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DSurface.hpp132 const EGLNativeWindowType window; member in egl::WindowSurface
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
H A Dmain.cpp45 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 DMultiChannelResampler.cpp151 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 DOSWindow.cpp444 void OSWindow::Delete(OSWindow **window) in Delete() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DSwapChainValidationTests.cpp61 glfwDestroyWindow(window); variable
67 GLFWwindow* window = nullptr; member in SwapChainValidationTests
/third_party/skia/tools/sk_app/
H A DCommandSet.cpp33 void CommandSet::attach(Window* window) { in attach() argument
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_android.h31 struct ANativeWindow* window; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_android.h31 struct ANativeWindow* window; member
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidRenderActivity.cpp355 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 DtcuLnxWayland.cpp234 Window* window = reinterpret_cast<Window*>(data); in handleConfigure() local
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_screen.h32 struct _screen_window* window; member
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/samples/
H A Dsample_xcomponent.cpp25 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 Dsample_xcomponent.cpp22 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 DNativeRender.cpp23 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 Dtetrahedron.cpp194 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 Dvulkan_example.h144 NativeWindow *window = nullptr; member in vkExample::VulkanExample
/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp109 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 Dplugin_render.cpp28 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 Dbios32.c400 struct resource_entry *window; in pcibios_init_resource() local
/kernel/linux/linux-5.10/arch/alpha/boot/
H A Dmisc.c46 static uch *window; /* Sliding window buffer */ variable
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
H A Dmisc.c36 static uch window[WSIZE]; /* Sliding window buffer */ variable
/kernel/linux/linux-6.6/arch/alpha/boot/
H A Dmisc.c46 static uch *window; /* Sliding window buffer */ variable
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dbios32.c398 struct resource_entry *window; in pcibios_init_resource() local
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/
H A Dmisc.c36 static uch window[WSIZE]; /* Sliding window buffer */ variable
/kernel/linux/linux-5.10/drivers/mtd/devices/
H A Dbcm47xxsflash.h72 void __iomem *window; member

Completed in 15 milliseconds

12345678910>>...28