| /third_party/libwebsockets/win32port/zlib/ |
| H A D | inflate.h | 96 unsigned char FAR *window; /* allocated sliding window, if needed */
member
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_exp.c | 172 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_recp() local 315 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_mont() local 515 MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_TO_PREBUF() argument 533 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_FROM_PREBUF() argument 613 int i, bits, ret = 0, window, wvalue, wmask, window0; BN_mod_exp_mont_consttime() local 1314 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_simple() local [all...] |
| /third_party/openssl/crypto/bn/ |
| H A D | bn_exp.c | 172 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_recp() local 307 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_mont() local 507 MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_TO_PREBUF() argument 525 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_FROM_PREBUF() argument 605 int i, bits, ret = 0, window, wvalue, wmask, window0; BN_mod_exp_mont_consttime() local 1306 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_simple() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | DisplayD3D.cpp | 166 createWindowSurface(const egl::SurfaceState &state, EGLNativeWindowType window, const egl::AttributeMap &attribs) createWindowSurface() argument
|
| H A D | SurfaceD3D.cpp | 27 SurfaceD3D(const egl::SurfaceState &state, RendererD3D *renderer, egl::Display *display, EGLNativeWindowType window, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) SurfaceD3D() argument 474 WindowSurfaceD3D(const egl::SurfaceState &state, RendererD3D *renderer, egl::Display *display, EGLNativeWindowType window, const egl::AttributeMap &attribs) WindowSurfaceD3D() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/ |
| H A D | CompositorNativeWindow11.cpp | 20 CompositorNativeWindow11::CompositorNativeWindow11(EGLNativeWindowType window, bool hasAlpha) in CompositorNativeWindow11() argument 164 bool CompositorNativeWindow11::IsValidNativeWindow(EGLNativeWindowType window) in IsValidNativeWindow() argument 181 bool CompositorNativeWindow11::IsSpriteVisual(EGLNativeWindowType window) in IsSpriteVisual() argument
|
| /third_party/skia/third_party/externals/swiftshader/include/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/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
|
| /test/testfwk/arkxtest/uitest/core/ |
| H A D | ui_driver.cpp | 419 RetrieveWindow(const Window &window, ApiCallErr &err, bool updateTitle) RetrieveWindow() argument [all...] |
| /test/xts/acts/graphic/graphicnapitest/ |
| H A D | NativeWindowTest.cpp | 175 OHNativeWindow *window = nullptr; in HWTEST_F() local
|