Home
last modified time | relevance | path

Searched defs:textures (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLId.java26 public synchronized static void glGenTextures(int n, int[] textures, int offset) { in glGenTextures()
38 public synchronized static void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
DRendererUtils.java71 int[] textures = new int[1]; in createTexture() local
119 int[] textures = new int[1]; in clearTexture() local
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
DSurfaceTextureView.java182 int[] textures = new int[1]; in onSurfaceCreated() local
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLStub.java166 int[] textures, in glDeleteTextures()
172 java.nio.IntBuffer textures in glDeleteTextures()
284 int[] textures, in glGenTextures()
290 java.nio.IntBuffer textures in glGenTextures()