Searched defs:glDeleteTextures (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLId.java28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); method in interface:GLId
H A DGLES20IdImpl.java25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { method in class:GLES20IdImpl
26 GLES20.glDeleteTextures(n, textures, offset);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp902 void glDeleteTextures(GLsizei n, const GLuint *textures) function
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp184 void glDeleteTextures(GLsizei n, const GLuint *textures) {} function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java207 public void glDeleteTextures(int n, int[] textures, int offset) { method in class:GLErrorWrapper
209 mgl.glDeleteTextures(n, textures, offset);
213 public void glDeleteTextures(int n, IntBuffer textures) { method in class:GLErrorWrapper
215 mgl.glDeleteTextures(n, textures);
H A DGLES10.java473 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
475 public static native void glDeleteTextures( method in class:GLES10
481 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
483 public static native void glDeleteTextures( method in class:GLES10
H A DGLLogWrapper.java1422 public void glDeleteTextures(int n, int[] textures, int offset) { method in class:GLLogWrapper
1423 begin("glDeleteTextures");
1429 mgl.glDeleteTextures(n, textures, offset);
1433 public void glDeleteTextures(int n, IntBuffer textures) { method in class:GLLogWrapper
1434 begin("glDeleteTextures");
1439 mgl.glDeleteTextures(n, textures);
H A DGLES20.java616 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
618 public static native void glDeleteTextures( method in class:GLES20
624 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
626 public static native void glDeleteTextures( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java287 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
289 public native void glDeleteTextures( method in class:GLImpl
295 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
297 public native void glDeleteTextures( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java396 void glDeleteTextures( method in interface:GL10
402 void glDeleteTextures( method in interface:GL10

Completed in 248 milliseconds