Searched refs:mTextureID (Results 1 – 4 of 4) sorted by relevance
112 GLES20.glBindTexture(GL_TEXTURE_EXTERNAL_OES, mTextureID); in onDrawFrame()196 mTextureID = textures[0]; in onSurfaceCreated()197 GLES20.glBindTexture(GL_TEXTURE_EXTERNAL_OES, mTextureID); in onSurfaceCreated()216 mSurface = new SurfaceTexture(mTextureID); in onSurfaceCreated()330 private int mTextureID; field in MyRenderer
150 GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, mTextureID); in onDrawFrame()227 mTextureID = textures[0]; in onSurfaceCreated()228 GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, mTextureID); in onSurfaceCreated()357 private int mTextureID; field in GLDepthTestActivity.GLES20TriangleRenderer
205 GLES20.glBindTexture(GL_TEXTURE_EXTERNAL_OES, mTextureID); in onDrawFrame()291 mTextureID = textures[0]; in onSurfaceCreated()292 GLES20.glBindTexture(GL_TEXTURE_EXTERNAL_OES, mTextureID); in onSurfaceCreated()311 mSurface = new SurfaceTexture(mTextureID); in onSurfaceCreated()484 private int mTextureID; field in CamRenderer
317 private int mTextureID; field in VideoDumpView.VideoDumpRenderer396 GLES20.glBindTexture(GL_TEXTURE_EXTERNAL_OES, mTextureID); in onDrawFrame()555 mTextureID = textures[0]; in onSurfaceCreated()556 GLES20.glBindTexture(GL_TEXTURE_EXTERNAL_OES, mTextureID); in onSurfaceCreated()575 mSurface = new SurfaceTexture(mTextureID); in onSurfaceCreated()