Home
last modified time | relevance | path

Searched refs:FenceNVVk (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFenceNVVk.cpp6 // FenceNVVk.cpp:
7 // Implements the class methods for FenceNVVk.
10 #include "libANGLE/renderer/vulkan/FenceNVVk.h"
20 FenceNVVk::FenceNVVk() : FenceNVImpl() {} in FenceNVVk() function in rx::FenceNVVk
22 FenceNVVk::~FenceNVVk() {} in ~FenceNVVk()
24 void FenceNVVk::onDestroy(const gl::Context *context) in onDestroy()
29 angle::Result FenceNVVk::set(const gl::Context *context, GLenum condition) in set()
35 angle::Result FenceNVVk
[all...]
H A DFenceNVVk.h6 // FenceNVVk.h:
7 // Defines the class interface for FenceNVVk, implementing FenceNVImpl.
18 class FenceNVVk : public FenceNVImpl class
21 FenceNVVk();
22 ~FenceNVVk() override;
H A DContextVk.cpp25 #include "libANGLE/renderer/vulkan/FenceNVVk.h"
4342 return new FenceNVVk(); in createFenceNV()

Completed in 10 milliseconds