HomeSort by relevance Sort by last modified time
    Searched refs:GLStub (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasMock.java 40 mGL = new GLStub();
TextureTest.java 58 GL11 glStub = new GLStub();
59 GLCanvas canvas = new GLCanvasImpl(glStub);
79 GLCanvas canvas2 = new GLCanvasImpl(new GLStub());
94 GL11 glStub = new GLStub();
95 GLCanvas canvas = new GLCanvasImpl(glStub);
99 GLCanvas canvas2 = new GLCanvasImpl(new GLStub());
150 GL11 glStub = new GLStub();
    [all...]
GLCanvasTest.java 41 GL11 glStub = new GLStub();
42 GLCanvas canvas = new GLCanvasImpl(glStub);
70 GL11 glStub = new GLStub();
71 GLCanvas canvas = new GLCanvasImpl(glStub);
129 GL11 glStub = new GLStub();
130 GLCanvas canvas = new GLCanvasImpl(glStub);
388 private static class ClipRectTest extends GLStub {
    [all...]
GLMock.java 24 public class GLMock extends GLStub {
GLStub.java 25 public class GLStub implements GL, GL10, GL10Ext, GL11, GL11Ext {
27 private static final String TAG = "GLStub";

Completed in 28 milliseconds