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

/frameworks/native/opengl/libagl/
H A Dtexture.cpp891 void glGenTextures(GLsizei n, GLuint *textures) function
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp49 void glGenTextures(GLsizei n, GLuint *textures) { function
H A Dunwrap_gles.h311 #undef glGenTextures macro
H A Dwrap_gles.h311 #define glGenTextures wrap_glGenTextures macro
/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 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 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 DGLES20.java793 // C function void glGenTextures ( GLsizei n, GLuint *textures )
795 public static native void glGenTextures( method in class:GLES20
801 // C function void glGenTextures ( GLsizei n, GLuint *textures )
803 public static native void glGenTextures( method in class:GLES20
/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 1695 milliseconds