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

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
GridLayoutBuilder.java 33 private static GridLayout mGL;
36 mGL = new GridLayout();
44 parent.setLayout(GridLayoutBuilder.mGL);
50 mGL.marginHeight = 0;
51 mGL.marginWidth = 0;
52 mGL.marginLeft = 0;
53 mGL.marginTop = 0;
54 mGL.marginRight = 0;
55 mGL.marginBottom = 0;
61 mGL.marginHeight = n
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 39 private GL mGL;
42 mGL = gl;
47 int error = ((GL10)mGL).glGetError();
57 ((GL10) mGL).glActiveTexture(texture);
62 ((GL10)mGL).glAlphaFunc(func, ref);
67 ((GL10)mGL).glAlphaFuncx(func, ref);
72 ((GL10)mGL).glBindTexture(target, texture);
77 ((GL10)mGL).glBlendFunc(sfactor, dfactor);
82 ((GL10)mGL).glClear(mask);
87 ((GL10)mGL).glClearColor(red, green, blue, alpha)
    [all...]
GLSurfaceView.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderThread.java 51 GL10 mGL;
157 mGL.glGenTextures(1, textureIds, 0);
166 mGL.glBindTexture(GL10.GL_TEXTURE_2D, mTextureId);
168 mGL.glTexParameterx(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_MIN_FILTER, GL10.GL_LINEAR);
169 mGL.glTexParameterx(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_MAG_FILTER, GL10.GL_LINEAR);
193 mGL.glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
197 mGL.glViewport(0, 0, mDisplayWidth, mDisplayHeight);
200 mGL.glMatrixMode(GL10.GL_PROJECTION);
201 mGL.glLoadIdentity();
202 mGL.glFrustumf(-mDisplayWidth, mDisplayWidth, mDisplayHeight, -mDisplayHeight, NEAR_CLIPPING_PLANE, FA (…)
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasMock.java 33 private GL11 mGL;
36 mGL = gl;
40 mGL = new GLStub();
45 return mGL;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 49 private final GL11 mGL;
87 mGL = gl;
96 GL11 gl = mGL;
137 GL11 gl = mGL;
167 GL11 gl = mGL;
185 GL11 gl = mGL;
204 GL11 gl = mGL;
239 GL11 gl = mGL;
268 mGL.glLoadMatrixf(mMatrixValues, 0);
270 mGL.glBindBuffer(GL11.GL_ARRAY_BUFFER, xyBuffer)
    [all...]
GLRootView.java 65 private GL11 mGL;
216 if (mGL != null) {
218 Log.i(TAG, "GLObject has changed from " + mGL + " to " + gl);
220 mGL = gl;
241 Utils.assertTrue(mGL == gl);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 146 private GL mGL;
398 mGL = mEglContext.getGL();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 119 private GL mGL;
595 mGL = mEglContext.getGL();

Completed in 218 milliseconds