Home
last modified time | relevance | path

Searched defs:glGenTextures (Results 1 – 10 of 10) 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.java791 public static native void glGenTextures( in glGenTextures() method in GLES20
799 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.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/
Dgltrace.proto170 glGenTextures = 144; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp681 const GLMessage_Function GLMessage::glGenTextures; member in android::gltrace::GLMessage
Dgltrace.pb.h1014 static const Function glGenTextures = GLMessage_Function_glGenTextures; variable