Home
last modified time | relevance | path

Searched defs:window (Results 276 - 300 of 454) sorted by relevance

1...<<111213141516171819

/third_party/libwebsockets/win32port/zlib/
H A Dinflate.h96 unsigned char FAR *window; /* allocated sliding window, if needed */ member
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_exp.c172 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 Dbn_exp.c172 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 DDisplayD3D.cpp166 createWindowSurface(const egl::SurfaceState &state, EGLNativeWindowType window, const egl::AttributeMap &attribs) createWindowSurface() argument
H A DSurfaceD3D.cpp27 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 DCompositorNativeWindow11.cpp20 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 Dvk_icd.h160 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 DEGLContextSharingTest.cpp472 EGLWindow *window = getEGLWindow(); in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DDisplay.cpp290 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 Dmain.cpp353 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 Dbinary_to_compressed_c.cpp246 int window = stb__window; in stb_compress_chunk() local
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp118 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 Dmain.cpp363 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 DEGLWindow.cpp854 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 DWin32Window.cpp245 Win32Window *window = reinterpret_cast<Win32Window *>(GetWindowLongPtr(hWnd, GWLP_USERDATA)); in WndProc() local
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dinflate.h99 unsigned char FAR *window; /* allocated sliding window, if needed */ member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvk_icd.h160 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 Dfastsearch.h372 const STRINGLIB_CHAR *window; in _two_way() local
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvk_icd.h156 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 DegluUtil.cpp313 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 DtcuAndroidPlatform.cpp116 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 DteglMakeCurrentPerfTests.cpp280 eglu::NativeWindow* window = DE_NULL; in createWindow() local
/third_party/zlib/
H A Dinflate.h100 unsigned char FAR *window; /* allocated sliding window, if needed */ member
/test/testfwk/arkxtest/uitest/core/
H A Dui_driver.cpp419 RetrieveWindow(const Window &window, ApiCallErr &err, bool updateTitle) RetrieveWindow() argument
[all...]
/test/xts/acts/graphic/graphicnapitest/
H A DNativeWindowTest.cpp175 OHNativeWindow *window = nullptr; in HWTEST_F() local

Completed in 28 milliseconds

1...<<111213141516171819