Home | History | Annotate | Download | only in gl

Lines Matching refs:GLFence

21 GLFence* CreateFence(bool flush) {
25 scoped_ptr<GLFence> fence;
38 DCHECK_EQ(!!fence.get(), GLFence::IsSupported());
44 GLFence::GLFence() {
47 GLFence::~GLFence() {
50 bool GLFence::IsSupported() {
59 GLFence* GLFence::Create() {
63 GLFence* GLFence::CreateWithoutFlush() {