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

/frameworks/native/opengl/libagl/
H A Dtexture.cpp891 void glGenTextures(GLsizei n, GLuint *textures) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp681 const GLMessage_Function GLMessage::glGenTextures; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1014 static const Function glGenTextures = GLMessage_Function_glGenTextures; member in class:android::gltrace::GLMessage
/frameworks/base/opengl/java/android/opengl/
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
H A DGLES20.java789 // C function void glGenTextures ( GLsizei n, GLuint *textures )
791 public static native void glGenTextures( method in class:GLES20
797 // C function void glGenTextures ( GLsizei n, GLuint *textures )
799 public static native void glGenTextures( method in class:GLES20
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);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java451 // C function void glGenTextures ( GLsizei n, GLuint *textures )
453 public native void glGenTextures( method in class:GLImpl
459 // C function void glGenTextures ( GLsizei n, GLuint *textures )
461 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 180 milliseconds