/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A D | GLId.java | 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); method in interface:GLId
|
H A D | GLES20IdImpl.java | 25 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 D | texture.cpp | 891 void glDeleteTextures(GLsizei n, const GLuint *textures) function
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLErrorWrapper.java | 207 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 D | GLES10.java | 473 // 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 D | GLLogWrapper.java | 1422 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 D | GLES20.java | 616 // 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 D | GLImpl.java | 287 // 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 D | GL10.java | 396 void glDeleteTextures( method in interface:GL10 402 void glDeleteTextures( method in interface:GL10
|
/frameworks/base/libs/hwui/debug/ |
H A D | gles_redefine.h | 171 #define glDeleteTextures wrap_glDeleteTextures macro
|
H A D | gles_undefine.h | 171 #undef glDeleteTextures macro
|