OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLFence
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gl/
gl_fence.h
13
class GL_EXPORT
GLFence
{
15
GLFence
();
16
virtual ~
GLFence
();
18
static
GLFence
* Create();
21
static
GLFence
* CreateWithoutFlush();
32
DISALLOW_COPY_AND_ASSIGN(
GLFence
);
gl_fence.cc
13
class GLFenceNVFence: public gfx::
GLFence
{
52
class GLFenceARBSync: public gfx::
GLFence
{
88
class EGLFenceSync : public gfx::
GLFence
{
127
gfx::
GLFence
* CreateFence(bool flush) {
143
GLFence
::
GLFence
() {
146
GLFence
::~
GLFence
() {
149
GLFence
*
GLFence
::Create()
[
all
...]
Completed in 31 milliseconds