Home
last modified time | relevance | path

Searched refs:GL_TARGET (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java44 private static final int GL_TARGET = GL11.GL_TEXTURE_2D; field in GLES20Canvas
428 GLES20.glBindTexture(GL_TARGET, texture.getId()); in prepareTexture()
460 GLES20.glBindTexture(GL_TARGET, texture.getId()); in setTextureParameters()
464 GLES20.glTexParameterf(GL_TARGET, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_LINEAR); in setTextureParameters()
465 GLES20.glTexParameterf(GL_TARGET, GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR); in setTextureParameters()
470 GLES20.glBindTexture(GL_TARGET, texture.getId()); in initializeTextureSize()
474 GLES20.glTexImage2D(GL_TARGET, 0, format, width, height, 0, format, type, null); in initializeTextureSize()
479 GLES20.glBindTexture(GL_TARGET, texture.getId()); in initializeTexture()
481 GLUtils.texImage2D(GL_TARGET, 0, bitmap, 0); in initializeTexture()
487 GLES20.glBindTexture(GL_TARGET, texture.getId()); in texSubImage2D()
[all …]