HomeSort by relevance Sort by last modified time
    Searched defs:glGenTextures (Results 1 - 13 of 13) sorted by null

  /frameworks/base/opengl/libagl/
texture.cpp 910 void glGenTextures(GLsizei n, GLuint *textures)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 274 public void glGenTextures(int n, int[] textures, int offset) {
275 mgl.glGenTextures(n, textures, offset);
278 public void glGenTextures(int n, IntBuffer textures) {
279 mgl.glGenTextures(n, textures);
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 347 public void glGenTextures(int n, int[] textures, int offset) {
349 mgl.glGenTextures(n, textures, offset);
353 public void glGenTextures(int n, IntBuffer textures) {
355 mgl.glGenTextures(n, textures);
    [all...]
GLLogWrapper.java     [all...]
GLES10.java 637 // C function void glGenTextures ( GLsizei n, GLuint *textures )
639 public static native void glGenTextures(
645 // C function void glGenTextures ( GLsizei n, GLuint *textures )
647 public static native void glGenTextures(
    [all...]
GLES20.java     [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 365 #define glGenTextures(...) do { glGenTextures(__VA_ARGS__); GLCHECK("glGenTextures");} while(0)
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 450 // C function void glGenTextures ( GLsizei n, GLuint *textures )
452 public native void glGenTextures(
458 // C function void glGenTextures ( GLsizei n, GLuint *textures )
460 public native void glGenTextures(
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 514 void glGenTextures(
520 void glGenTextures(
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 801 milliseconds