Home | History | Annotate | Download | only in gl

Lines Matching refs:GLFence

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() {
153 GLFence* GLFence::CreateWithoutFlush() {