/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLContextSharingTest.cpp | 472 EGLWindow *window = getEGLWindow(); in TEST_P() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Display.cpp | 290 EGLSurface Display::createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLAttrib *attribList) in createWindowSurface() argument 660 bool Display::isValidWindow(EGLNativeWindowType window) in isValidWindow() argument 693 hasExistingWindowSurface(EGLNativeWindowType window) hasExistingWindowSurface() argument [all...] |
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
H A D | main.cpp | 353 SDL_Window* window = SDL_CreateWindow("Dear ImGui SDL2+Vulkan example", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 1280, 720, window_flags); in main() local [all...] |
/third_party/skia/third_party/externals/imgui/misc/fonts/ |
H A D | binary_to_compressed_c.cpp | 246 int window = stb__window; in stb_compress_chunk() local
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_glfw.cpp | 118 void ImGui_ImplGlfw_MouseButtonCallback(GLFWwindow* window, int button, int action, int mods) in ImGui_ImplGlfw_MouseButtonCallback() argument 128 void ImGui_ImplGlfw_ScrollCallback(GLFWwindow* window, double xoffset, double yoffset) in ImGui_ImplGlfw_ScrollCallback() argument 139 void ImGui_ImplGlfw_KeyCallback(GLFWwindow* window, int key, int scancode, int action, int mods) in ImGui_ImplGlfw_KeyCallback() argument 165 ImGui_ImplGlfw_WindowFocusCallback(GLFWwindow* window, int focused) ImGui_ImplGlfw_WindowFocusCallback() argument 175 ImGui_ImplGlfw_CursorEnterCallback(GLFWwindow* window, int entered) ImGui_ImplGlfw_CursorEnterCallback() argument 187 ImGui_ImplGlfw_CharCallback(GLFWwindow* window, unsigned int c) ImGui_ImplGlfw_CharCallback() argument 202 ImGui_ImplGlfw_Init(GLFWwindow* window, bool install_callbacks, GlfwClientApi client_api) ImGui_ImplGlfw_Init() argument 294 ImGui_ImplGlfw_InitForOpenGL(GLFWwindow* window, bool install_callbacks) ImGui_ImplGlfw_InitForOpenGL() argument 299 ImGui_ImplGlfw_InitForVulkan(GLFWwindow* window, bool install_callbacks) ImGui_ImplGlfw_InitForVulkan() argument 304 ImGui_ImplGlfw_InitForOther(GLFWwindow* window, bool install_callbacks) ImGui_ImplGlfw_InitForOther() argument [all...] |
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
H A D | main.cpp | 363 GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+Vulkan example", NULL, NULL); in main() local [all...] |
/third_party/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.cpp | 854 void GLWindowBase::Delete(GLWindowBase **window) in Delete() argument 867 void EGLWindow::Delete(EGLWindow **window) in Delete() argument
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
H A D | Win32Window.cpp | 245 Win32Window *window = reinterpret_cast<Win32Window *>(GetWindowLongPtr(hWnd, GWLP_USERDATA)); in WndProc() local [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | inflate.h | 99 unsigned char FAR *window; /* allocated sliding window, if needed */ member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vk_icd.h | 160 xcb_window_t window; member 168 Window window; member 183 struct ANativeWindow *window; member 233 void *window; member 241 struct _screen_window *window; member
|
/third_party/python/Objects/stringlib/ |
H A D | fastsearch.h | 372 const STRINGLIB_CHAR *window; in _two_way() local [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vk_icd.h | 156 xcb_window_t window; member 164 Window window; member 179 struct ANativeWindow *window; member 229 void *window; member 237 struct _screen_window *window; member 250 struct NativeWindow *window; member
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluUtil.cpp | 313 EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList) in createWindowSurface() argument [all...] |
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidPlatform.cpp | 116 NativeWindow::NativeWindow (Window* window, int width, int height, int32_t format) in NativeWindow() argument 170 Window* window = m_windowRegistry.tryAcquireWindow(); in createWindow() local 223 VulkanWindow (tcu::Android::Window& window) in VulkanWindow() argument 264 Window* const window = m_windowRegistry.tryAcquireWindow(); createWindow() local [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglMakeCurrentPerfTests.cpp | 280 eglu::NativeWindow* window = DE_NULL; in createWindow() local
|
/third_party/zlib/ |
H A D | inflate.h | 100 unsigned char FAR *window; /* allocated sliding window, if needed */ member
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | mpegaudiodsp_mips_float.c | 65 static void ff_mpadsp_apply_window_mips_float(float *synth_buf, float *window, in ff_mpadsp_apply_window_mips_float() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_dialoguenhance.c | 40 float *window; member 130 const float *window = s->window; in apply_window() local [all...] |
H A D | af_apsyclip.c | 50 float *window, *inv_window, *spread_table, *margin_curve; member 83 static void generate_hann_window(float *window, float *inv_window, int size) in generate_hann_window() argument 270 const float *window = s->window; in apply_window() local 334 const float *window = s->window; clip_to_window() local [all...] |
H A D | af_aspectralstats.c | 63 AVFrame *window; member 400 float *window = (float *)s->window->extended_data[ch]; in filter_channel() local [all...] |
H A D | avf_showfreqs.c | 61 AVFrame *window; member [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | siren.c | 385 float *window; member
|
H A D | sonic.c | 72 int *window; member 509 static void modified_levinson_durbin(int *window, int window_entries, in modified_levinson_durbin() argument [all...] |
/third_party/glfw/examples/ |
H A D | boing.c | 217 void reshape( GLFWwindow* window, int w, int h ) in reshape() argument 240 void key_callback( GLFWwindow* window, int key, int scancode, int action, int mods ) in key_callback() argument 276 mouse_button_callback( GLFWwindow* window, int button, int action, int mods ) mouse_button_callback() argument 292 cursor_position_callback( GLFWwindow* window, double x, double y ) cursor_position_callback() argument 626 GLFWwindow* window; main() local [all...] |
/third_party/glfw/src/ |
H A D | null_window.c | 33 static void applySizeLimits(_GLFWwindow* window, int* width, int* height) in applySizeLimits() argument 52 fitToMonitor(_GLFWwindow* window) fitToMonitor() argument 63 acquireMonitor(_GLFWwindow* window) acquireMonitor() argument 68 releaseMonitor(_GLFWwindow* window) releaseMonitor() argument 76 createNativeWindow(_GLFWwindow* window, const _GLFWwndconfig* wndconfig, const _GLFWfbconfig* fbconfig) createNativeWindow() argument 114 _glfwCreateWindowNull(_GLFWwindow* window, const _GLFWwndconfig* wndconfig, const _GLFWctxconfig* ctxconfig, const _GLFWfbconfig* fbconfig) _glfwCreateWindowNull() argument 169 _glfwDestroyWindowNull(_GLFWwindow* window) _glfwDestroyWindowNull() argument 181 _glfwSetWindowTitleNull(_GLFWwindow* window, const char* title) _glfwSetWindowTitleNull() argument 185 _glfwSetWindowIconNull(_GLFWwindow* window, int count, const GLFWimage* images) _glfwSetWindowIconNull() argument 189 _glfwSetWindowMonitorNull(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate) _glfwSetWindowMonitorNull() argument 224 _glfwGetWindowPosNull(_GLFWwindow* window, int* xpos, int* ypos) _glfwGetWindowPosNull() argument 232 _glfwSetWindowPosNull(_GLFWwindow* window, int xpos, int ypos) _glfwSetWindowPosNull() argument 245 _glfwGetWindowSizeNull(_GLFWwindow* window, int* width, int* height) _glfwGetWindowSizeNull() argument 253 _glfwSetWindowSizeNull(_GLFWwindow* window, int width, int height) _glfwSetWindowSizeNull() argument 268 _glfwSetWindowSizeLimitsNull(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight) _glfwSetWindowSizeLimitsNull() argument 278 _glfwSetWindowAspectRatioNull(_GLFWwindow* window, int n, int d) _glfwSetWindowAspectRatioNull() argument 286 _glfwGetFramebufferSizeNull(_GLFWwindow* window, int* width, int* height) _glfwGetFramebufferSizeNull() argument 294 _glfwGetWindowFrameSizeNull(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) _glfwGetWindowFrameSizeNull() argument 322 _glfwGetWindowContentScaleNull(_GLFWwindow* window, float* xscale, float* yscale) _glfwGetWindowContentScaleNull() argument 330 _glfwIconifyWindowNull(_GLFWwindow* window) _glfwIconifyWindowNull() argument 348 _glfwRestoreWindowNull(_GLFWwindow* window) _glfwRestoreWindowNull() argument 365 _glfwMaximizeWindowNull(_GLFWwindow* window) _glfwMaximizeWindowNull() argument 374 _glfwWindowMaximizedNull(_GLFWwindow* window) _glfwWindowMaximizedNull() argument 379 _glfwWindowHoveredNull(_GLFWwindow* window) _glfwWindowHoveredNull() argument 387 _glfwFramebufferTransparentNull(_GLFWwindow* window) _glfwFramebufferTransparentNull() argument 392 _glfwSetWindowResizableNull(_GLFWwindow* window, GLFWbool enabled) _glfwSetWindowResizableNull() argument 397 _glfwSetWindowDecoratedNull(_GLFWwindow* window, GLFWbool enabled) _glfwSetWindowDecoratedNull() argument 402 _glfwSetWindowFloatingNull(_GLFWwindow* window, GLFWbool enabled) _glfwSetWindowFloatingNull() argument 407 _glfwSetWindowMousePassthroughNull(_GLFWwindow* window, GLFWbool enabled) _glfwSetWindowMousePassthroughNull() argument 411 _glfwGetWindowOpacityNull(_GLFWwindow* window) _glfwGetWindowOpacityNull() argument 416 _glfwSetWindowOpacityNull(_GLFWwindow* window, float opacity) _glfwSetWindowOpacityNull() argument 421 _glfwSetRawMouseMotionNull(_GLFWwindow *window, GLFWbool enabled) _glfwSetRawMouseMotionNull() argument 430 _glfwShowWindowNull(_GLFWwindow* window) _glfwShowWindowNull() argument 435 _glfwRequestWindowAttentionNull(_GLFWwindow* window) _glfwRequestWindowAttentionNull() argument 439 _glfwHideWindowNull(_GLFWwindow* window) _glfwHideWindowNull() argument 450 _glfwFocusWindowNull(_GLFWwindow* window) _glfwFocusWindowNull() argument 473 _glfwWindowFocusedNull(_GLFWwindow* window) _glfwWindowFocusedNull() argument 478 _glfwWindowIconifiedNull(_GLFWwindow* window) _glfwWindowIconifiedNull() argument 483 _glfwWindowVisibleNull(_GLFWwindow* window) _glfwWindowVisibleNull() argument 504 _glfwGetCursorPosNull(_GLFWwindow* window, double* xpos, double* ypos) _glfwGetCursorPosNull() argument 512 _glfwSetCursorPosNull(_GLFWwindow* window, double x, double y) _glfwSetCursorPosNull() argument 518 _glfwSetCursorModeNull(_GLFWwindow* window, int mode) _glfwSetCursorModeNull() argument 538 _glfwSetCursorNull(_GLFWwindow* window, _GLFWcursor* cursor) _glfwSetCursorNull() argument 567 _glfwGetEGLNativeWindowNull(_GLFWwindow* window) _glfwGetEGLNativeWindowNull() argument 720 _glfwCreateWindowSurfaceNull(VkInstance instance, _GLFWwindow* window, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface) _glfwCreateWindowSurfaceNull() argument [all...] |