Home | History | Annotate | Download | only in service

Lines Matching defs:gl

27 #include "ui/gl/gl_implementation.h"
28 #include "ui/gl/gl_mock.h"
29 #include "ui/gl/gl_surface_stub.h"
689 ::testing::StrictMock< ::gfx::MockGLInterface>* gl = test->GetGLMock();
696 EXPECT_CALL(*gl, GenQueriesARB(1, _))
699 EXPECT_CALL(*gl, BeginQueryARB(query_type.type, service_id))
709 EXPECT_CALL(*gl, EndQueryARB(query_type.type))
714 EXPECT_CALL(*gl, GetError())
720 EXPECT_CALL(*gl, Flush()).RetiresOnSaturation();
721 EXPECT_CALL(*gl, FenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0))
725 EXPECT_CALL(*gl, IsSync(kGlSync))
737 *gl, GetQueryObjectuivARB(service_id, GL_QUERY_RESULT_AVAILABLE_EXT, _))
740 EXPECT_CALL(*gl, GetQueryObjectuivARB(service_id, GL_QUERY_RESULT_EXT, _))
746 EXPECT_CALL(*gl, IsSync(kGlSync))
750 EXPECT_CALL(*gl, ClientWaitSync(kGlSync, _, _))
763 EXPECT_CALL(*gl, DeleteQueriesARB(1, _)).Times(1).RetiresOnSaturation();
767 EXPECT_CALL(*gl, IsSync(kGlSync))
771 EXPECT_CALL(*gl, DeleteSync(kGlSync)).Times(1).RetiresOnSaturation();
948 // NOTE: There are no expectations because no GL functions should be