OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fence9
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Fence9.cpp
7
//
Fence9
.cpp: Defines the rx::
Fence9
class.
9
#include "libGLESv2/renderer/d3d/d3d9/
Fence9
.h"
17
Fence9
::
Fence9
(rx::Renderer9 *renderer)
23
Fence9
::~
Fence9
()
28
bool
Fence9
::isSet() const
33
void
Fence9
::set()
49
bool
Fence9
::test(bool flushCommandBuffer
[
all
...]
Fence9.h
7
//
Fence9
.h: Defines the rx::
Fence9
class which implements rx::FenceImpl.
18
class
Fence9
: public FenceImpl
21
explicit
Fence9
(rx::Renderer9 *renderer);
22
virtual ~
Fence9
();
30
DISALLOW_COPY_AND_ASSIGN(
Fence9
);
Completed in 1006 milliseconds