Searched refs:GLStub (Results 1 – 5 of 5) sorted by relevance
63 GL11 glStub = new GLStub(); in testBasicTexture()84 GLCanvas canvas2 = new GLCanvasImpl(new GLStub()); in testBasicTexture()137 GL11 glStub = new GLStub(); in testUploadedTexture()
41 GL11 glStub = new GLStub(); in testSetSize()109 GL11 glStub = new GLStub(); in testSetGetMultiplyAlpha()364 GL11 glStub = new GLStub(); in testGetGLInstance()
40 mGL = new GLStub(); in GLCanvasMock()
24 public class GLMock extends GLStub {
25 public class GLStub implements GL, GL10, GL10Ext, GL11, GL11Ext { class