Searched refs:textureID (Results 1 – 3 of 3) sorted by relevance
160 int textureID = textures[0]; in loadTexture() local163 GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, textureID); in loadTexture()180 return textureID; in loadTexture()
142 private void renderQuad(int textureID) { in renderQuad() argument147 GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, textureID); in renderQuad()
1021 private int textureID = -1; field in GLSurfaceViewFactory.GLSurfaceViewThread1166 textureID = textures[0]; in eglSurfaceCreated()1167 GLES20.glBindTexture(GLES11Ext.GL_TEXTURE_EXTERNAL_OES, textureID); in eglSurfaceCreated()1186 GLES20.glBindTexture(GLES11Ext.GL_TEXTURE_EXTERNAL_OES, textureID); in drawFrame()1221 return textureID; in getTextureId()