OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fence11
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Fence11.h
7
//
Fence11
.h: Defines the rx::
Fence11
class which implements rx::FenceImpl.
18
class
Fence11
: public FenceImpl
21
explicit
Fence11
(rx::Renderer11 *renderer);
22
virtual ~
Fence11
();
31
DISALLOW_COPY_AND_ASSIGN(
Fence11
);
Fence11.cpp
8
//
Fence11
.cpp: Defines the rx::
Fence11
class which implements rx::FenceImpl.
10
#include "libGLESv2/renderer/
Fence11
.h"
17
Fence11
::
Fence11
(rx::Renderer11 *renderer)
23
Fence11
::~
Fence11
()
32
GLboolean
Fence11
::isFence()
39
void
Fence11
::setFence(GLenum condition)
59
GLboolean
Fence11
::testFence(
[
all
...]
Completed in 115 milliseconds