Searched defs:Fence (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A DFence.h15 // Fence.h: Defines the Fence class, which supports the GL_NV_fence extension.
28 class Fence class in namespace:gl
31 Fence();
32 virtual ~Fence();
H A DFence.cpp15 // Fence.cpp: Implements the Fence class, which supports the GL_NV_fence extension.
17 #include "Fence.h"
25 Fence::Fence() function in class:gl::Fence
32 Fence::~Fence()
37 GLboolean Fence::isFence()
44 void Fence::setFence(GLenum condition)
56 GLboolean Fence
[all...]
/external/swiftshader/src/OpenGL/libGLESv2/
H A DFence.cpp15 // Fence.cpp: Implements the Fence class, which supports the GL_NV_fence extension.
17 #include "Fence.h"
25 Fence::Fence() function in class:es2::Fence
32 Fence::~Fence()
37 GLboolean Fence::isFence()
44 void Fence::setFence(GLenum condition)
56 GLboolean Fence
[all...]
H A DFence.h15 // Fence.h: Defines the Fence class, which supports the GL_NV_fence extension.
26 class Fence class in namespace:es2
29 Fence();
30 virtual ~Fence();
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.h58 class Fence;
232 VkResult wait(const std::vector<const Fence *> &fences, bool wait_all, uint64_t timeout);
233 VkResult wait(const Fence &fence) { return wait(std::vector<const Fence *>(1, &fence), true, (uint64_t)-1); }
284 void submit(const std::vector<const CommandBuffer *> &cmds, Fence &fence);
285 void submit(const CommandBuffer &cmd, Fence &fence);
318 class Fence : public internal::NonDispHandle<VkFence> { class in namespace:vk_testing
320 ~Fence();
753 inline VkFenceCreateInfo Fence::create_info(VkFenceCreateFlags flags) {
760 inline VkFenceCreateInfo Fence
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml211 | Fence Constructor in type:Opcode/t
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml199 | Fence Constructor in type:Opcode/t
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp2155 class Fence class in namespace:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE
2158 Fence() function in class:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::Fence
2162 Fence( std::nullptr_t ) function in class:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::Fence
2166 VULKAN_HPP_TYPESAFE_EXPLICIT Fence( VkFence fence ) function in class:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::Fence
2171 Fence & operator=(VkFence fence)
2178 Fence & operator=( std::nullptr_t )
2184 bool operator==( Fence const & rhs ) const
2189 bool operator!=(Fence const & rhs ) const
2194 bool operator<(Fence const & rhs ) const
2220 static_assert( sizeof( Fence )
12128 AcquireNextImageInfoKHX( SwapchainKHR swapchain_ = SwapchainKHR(), uint64_t timeout_ = 0, Semaphore semaphore_ = Semaphore(), Fence fence_ = Fence(), uint32_t deviceMask_ = 0 ) argument
23454 FenceGetWin32HandleInfoKHR( Fence fence_ = Fence(), ExternalFenceHandleTypeFlagBitsKHR handleType_ = ExternalFenceHandleTypeFlagBitsKHR::eOpaqueFd ) argument
23519 FenceGetFdInfoKHR( Fence fence_ = Fence(), ExternalFenceHandleTypeFlagBitsKHR handleType_ = ExternalFenceHandleTypeFlagBitsKHR::eOpaqueFd ) argument
23667 ImportFenceWin32HandleInfoKHR( Fence fence_ = Fence(), FenceImportFlagsKHR flags_ = FenceImportFlagsKHR(), ExternalFenceHandleTypeFlagBitsKHR handleType_ = ExternalFenceHandleTypeFlagBitsKHR::eOpaqueFd, HANDLE handle_ = 0, LPCWSTR name_ = 0 ) argument
23759 ImportFenceFdInfoKHR( Fence fence_ = Fence(), FenceImportFlagsKHR flags_ = FenceImportFlagsKHR(), ExternalFenceHandleTypeFlagBitsKHR handleType_ = ExternalFenceHandleTypeFlagBitsKHR::eOpaqueFd, int fd_ = 0 ) argument
[all...]

Completed in 1266 milliseconds