Home
last modified time | relevance | path

Searched defs:Present (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DNativeSwapChainImplGL.cpp71 DawnSwapChainError NativeSwapChainImpl::Present() { in Present() function in dawn_native::opengl::NativeSwapChainImpl
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DNativeSwapChainImplGL.cpp71 DawnSwapChainError NativeSwapChainImpl::Present() { in Present() function in dawn_native::opengl::NativeSwapChainImpl
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dsession_connection.cc50 void SessionConnection::Present( in Present() function in flutter_runner::SessionConnection
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DNativeSwapChainImplD3D12.cpp105 DawnSwapChainError NativeSwapChainImpl::Present() { in Present() function in dawn_native::d3d12::NativeSwapChainImpl
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DNativeSwapChainImplD3D12.cpp103 DawnSwapChainError NativeSwapChainImpl::Present() { in Present() function in dawn_native::d3d12::NativeSwapChainImpl
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DNativeSwapChainImplVk.cpp181 DawnSwapChainError NativeSwapChainImpl::Present() { in Present() function in dawn_native::vulkan::NativeSwapChainImpl
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DNativeSwapChainImplVk.cpp196 DawnSwapChainError NativeSwapChainImpl::Present() { in Present() function in dawn_native::vulkan::NativeSwapChainImpl
/third_party/skia/third_party/externals/dawn/src/include/dawn/
Ddawn_wsi.h52 DawnSwapChainError (*Present)(void* userData); member
/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn/
Ddawn_wsi.h52 DawnSwapChainError (*Present)(void* userData); member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DMCAsmParser.cpp67 bool Present = (getTok().getKind() == T); in parseOptionalToken() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DSwapChain.cpp124 void SwapChainBase::Present(TextureBase* texture) { in Present() function in dawn_native::SwapChainBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDisassemblerTypes.h67 uint64_t Present; /* 1 if this symbol is present */ member
/third_party/flutter/engine/flutter/testing/
Dtest_gl_surface.cc207 bool TestGLSurface::Present() { in Present() function in flutter::testing::TestGLSurface
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/
Dembedder_test_compositor.cc134 bool EmbedderTestCompositor::Present(const FlutterLayer** layers, in Present() function in flutter::testing::EmbedderTestCompositor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h270 mutable SparseBitVector<> Present; variable
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp213 void Present(sample_info &info, VkFence drawFence) in Present() function
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp213 void Present(sample_info &info, VkFence drawFence) in Present() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp350 DawnSwapChainError NativeSwapChainImpl::Present() { in Present() function in dawn_native::null::NativeSwapChainImpl
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.h69 Present, enumerator
Dvk_helpers.h1408 Present, enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp476 DawnSwapChainError NativeSwapChainImpl::Present() { in Present() function in dawn_native::null::NativeSwapChainImpl
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.h633 Present = 9, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp795 if (any_of(ElementPresent, [](bool Present) { return !Present; })) in foldInsSequenceIntoSplat()