Searched defs:glGenTextures (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dtexture.cpp909 void glGenTextures(GLsizei n, GLuint *textures) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java347 public void glGenTextures(int n, int[] textures, int offset) { method in class:GLErrorWrapper
349 mgl.glGenTextures(n, textures, offset);
353 public void glGenTextures(int n, IntBuffer textures) { method in class:GLErrorWrapper
355 mgl.glGenTextures(n, textures);
H A DGLLogWrapper.java1696 public void glGenTextures(int n, int[] textures, int offset) { method in class:GLLogWrapper
1697 begin("glGenTextures");
1702 mgl.glGenTextures(n, textures, offset);
1709 public void glGenTextures(int n, IntBuffer textures) { method in class:GLLogWrapper
1710 begin("glGenTextures");
1714 mgl.glGenTextures(n, textures);
H A DGLES10.java637 // C function void glGenTextures ( GLsizei n, GLuint *textures )
639 public static native void glGenTextures( method in class:GLES10
645 // C function void glGenTextures ( GLsizei n, GLuint *textures )
647 public static native void glGenTextures( method in class:GLES10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java441 // C function void glGenTextures ( GLsizei n, GLuint *textures )
443 public native void glGenTextures( method in class:GLImpl
449 // C function void glGenTextures ( GLsizei n, GLuint *textures )
451 public native void glGenTextures( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java514 void glGenTextures( method in interface:GL10
520 void glGenTextures( method in interface:GL10

Completed in 22 milliseconds