Home
last modified time | relevance | path

Searched defs:glGenTextures (Results 1 – 9 of 9) 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.java795 public static native void glGenTextures( in glGenTextures() method in GLES20
803 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/base/libs/hwui/tests/
Dnullgles.cpp47 void glGenTextures(GLsizei n, GLuint *textures) { in glGenTextures() function
/frameworks/native/opengl/libagl/
Dtexture.cpp891 void glGenTextures(GLsizei n, GLuint *textures) in glGenTextures() function
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java453 public native void glGenTextures( in glGenTextures() method in GLImpl
461 public native void glGenTextures( in glGenTextures() method in GLImpl
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto172 glGenTextures = 144; enumerator