Searched defs:glDeleteTextures (Results 1 - 9 of 9) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Dtexture.cpp902 void glDeleteTextures(GLsizei n, const GLuint *textures) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp608 const GLMessage_Function GLMessage::glDeleteTextures; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h941 static const Function glDeleteTextures = GLMessage_Function_glDeleteTextures; member in class:android::gltrace::GLMessage
/frameworks/base/opengl/java/android/opengl/
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 DGLES20.java612 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
614 public static native void glDeleteTextures( method in class:GLES20
620 // C function void glDeleteTextures ( GLsizei n, const GLuint *textures )
622 public static native void glDeleteTextures( method in class:GLES20
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 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);
/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 97 milliseconds