Searched refs:mGL (Results 1 – 6 of 6) sorted by relevance
55 private GL11 mGL; field in GLES11Canvas98 mGL = gl; in GLES11Canvas()135 GL11 gl = mGL; in setSize()176 GL11 gl = mGL; in drawRect()194 GL11 gl = mGL; in drawLine()213 GL11 gl = mGL; in fillRect()265 GL11 gl = mGL; in textureRect()490 GL11 gl = mGL; in setMixedColor()559 final GL11 gl = mGL; in drawMixed()596 mGL = gl; in GLState()[all …]
163 GL10 mGL; field in FireflyRenderer.FireflyRenderThread184 mGL.glMatrixMode(GL10.GL_PROJECTION); in run()185 mGL.glLoadIdentity(); in run()189 mGL.glMatrixMode(GL10.GL_MODELVIEW); in run()190 mGL.glLoadIdentity(); in run()193 mGL.glDepthMask(true); in run()219 mGL.glLoadIdentity(); in run()222 mGL.glEnable(GL10.GL_BLEND); in run()227 firefly.draw(mGL); in run()251 mGL.glGenTextures(1, textureIds, 0); in loadStarTexture()[all …]
323 private GL10 mGL; field in BlockingGLTextureView.RenderThread399 mGL = mEglHelper.createGL(); in handleMessageLocked()400 mRenderer.onSurfaceCreated(mGL, mEglHelper.mEglConfig); in handleMessageLocked()404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight); in handleMessageLocked()407 mRenderer.onDrawFrame(mGL); in handleMessageLocked()
81 private GL11 mGL; field in GLRootView286 if (mGL != null) { in onSurfaceCreated()288 Log.i(TAG, "GLObject has changed from " + mGL + " to " + gl); in onSurfaceCreated()292 mGL = gl; in onSurfaceCreated()322 Utils.assertTrue(mGL == gl); in onSurfaceChanged()
145 private GL mGL; field in GLTextureViewActivity.RenderThread400 mGL = mEglContext.getGL(); in initGL()