Home
last modified time | relevance | path

Searched defs:window (Results 26 - 50 of 441) sorted by relevance

12345678910>>...18

/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DXlibSurfaceKHR.hpp46 const Window window; member in vk::XlibSurfaceKHR
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DWindow.hpp50 HWND window; member in Window
/third_party/skia/tools/sk_app/android/
H A DVulkanWindowContext_android.cpp21 std::unique_ptr<WindowContext> MakeVulkanForAndroid(ANativeWindow* window, in MakeVulkanForAndroid() argument
/third_party/skia/third_party/externals/dawn/src/utils/
H A DBackendBinding.cpp43 BackendBinding::BackendBinding(GLFWwindow* window, WGPUDevice device) in BackendBinding() argument
47 DiscoverAdapter(dawn_native::Instance* instance, GLFWwindow* window, wgpu::BackendType type) DiscoverAdapter() argument
72 CreateBinding(wgpu::BackendType type, GLFWwindow* window, WGPUDevice device) CreateBinding() argument
[all...]
H A DD3D12Binding.cpp30 D3D12Binding(GLFWwindow* window, WGPUDevice device) : BackendBinding(window, device) { in D3D12Binding() argument
51 BackendBinding* CreateD3D12Binding(GLFWwindow* window, WGPUDevice device) { in CreateD3D12Binding() argument
H A DVulkanBinding.cpp29 VulkanBinding(GLFWwindow* window, WGPUDevice device) : BackendBinding(window, device) { in VulkanBinding() argument
53 BackendBinding* CreateVulkanBinding(GLFWwindow* window, WGPUDevice device) { in CreateVulkanBinding() argument
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_window.py3 from idlelib import window namespace
/third_party/pulseaudio/src/tests/
H A Dgtk-test.c61 GtkWidget *window; in main() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemContext.cpp51 ProtectedContext(Context& ctx, vk::wsi::Type wsiType, vk::wsi::Display& display, vk::wsi::Window& window, const std::vector<std::string> instanceExtensions, const std::vector<std::string> deviceExtensions) ProtectedContext() argument
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp31 class window class
52 window::window(uint32_t width, uint32_t height) in window() function in window
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhca_data.h65 static const float window[128] = variable
H A Dsynth_filter.c27 synth_filter_float(FFTContext *imdct, float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[32], const float window[512], float out[32], const float in[32], float scale) synth_filter_float() argument
63 synth_filter_float_64(FFTContext *imdct, float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[64], const float window[1024], float out[64], const float in[64], float scale) synth_filter_float_64() argument
99 synth_filter_fixed(DCADCTContext *imdct, int32_t *synth_buf_ptr, int *synth_buf_offset, int32_t synth_buf2[32], const int32_t window[512], int32_t out[32], const int32_t in[32]) synth_filter_fixed() argument
135 synth_filter_fixed_64(DCADCTContext *imdct, int32_t *synth_buf_ptr, int *synth_buf_offset, int32_t synth_buf2[64], const int32_t window[1024], int32_t out[64], const int32_t in[64]) synth_filter_fixed_64() argument
[all...]
/third_party/glfw/tests/
H A Dtimeout.c45 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback() argument
58 GLFWwindow* window; in main() local
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dsynth_filter.c81 const float * window = (i & 1) ? ff_dca_fir_32bands_perfect : ff_dca_fir_32bands_nonperfect; in checkasm_check_synth_filter() local
/third_party/alsa-utils/alsamixer/
H A Dwidget.h13 WINDOW *window; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_screen.h31 struct _screen_window* window; member
H A Dvulkan_xcb.h31 xcb_window_t window; member
H A Dvulkan_vi.h30 void* window; member
H A Dvulkan_xlib.h31 Window window; member
/third_party/node/test/fixtures/wpt/resources/
H A Dcheck-layout-th.js
H A Dcheck-layout.js
/third_party/skia/third_party/externals/angle2/samples/WindowTest/
H A DWindowTest.cpp17 OSWindow *window = OSWindow::New(); in main() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DWindowSurfaceVkAndroid.cpp19 WindowSurfaceVkAndroid(const egl::SurfaceState &surfaceState, EGLNativeWindowType window) WindowSurfaceVkAndroid() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/fuchsia/
H A DDisplayVkFuchsia.cpp25 createWindowSurfaceVk(const egl::SurfaceState &state, EGLNativeWindowType window) createWindowSurfaceVk() argument
H A DWindowSurfaceVkFuchsia.cpp31 bool WindowSurfaceVkFuchsia::isValidNativeWindow(EGLNativeWindowType window) in isValidNativeWindow() argument
23 WindowSurfaceVkFuchsia(const egl::SurfaceState &surfaceState, EGLNativeWindowType window) WindowSurfaceVkFuchsia() argument

Completed in 10 milliseconds

12345678910>>...18