Home
last modified time | relevance | path

Searched defs:glGenTextures (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java514 void glGenTextures( in glGenTextures() method
520 void glGenTextures( in glGenTextures() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java639 public static native void glGenTextures( in glGenTextures() method in GLES10
647 public static native void glGenTextures( in glGenTextures() method in GLES10
DGLErrorWrapper.java347 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() method in GLErrorWrapper
353 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures() method in GLErrorWrapper
DGLES20.java797 public static native void glGenTextures( in glGenTextures() method in GLES20
805 public static native void glGenTextures( in glGenTextures() method in GLES20
DGLLogWrapper.java1696 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() method in GLLogWrapper
1709 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures() method in GLLogWrapper
/frameworks/native/opengl/libagl/
Dtexture.cpp880 void glGenTextures(GLsizei n, GLuint *textures) in glGenTextures() function
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java456 public native void glGenTextures( in glGenTextures() method in GLImpl
464 public native void glGenTextures( in glGenTextures() method in GLImpl
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h309 #define glGenTextures wrap_glGenTextures macro