Home
last modified time | relevance | path

Searched defs:glBindTexture (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java120 void glBindTexture( in glBindTexture() method
DGL10.java275 void glBindTexture( in glBindTexture() method
/frameworks/native/opengl/libagl/
Dtexture.cpp865 void glBindTexture(GLenum target, GLuint texture) in glBindTexture() function
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp171 void glBindTexture(GLenum target, GLuint texture) {} in glBindTexture() function
Dwrap_gles.h49 #define glBindTexture wrap_glBindTexture macro
/frameworks/base/opengl/java/android/opengl/
DGLES10.java295 public static native void glBindTexture( in glBindTexture() method in GLES10
DGLErrorWrapper.java88 public void glBindTexture(int target, int texture) { in glBindTexture() method in GLErrorWrapper
DGLES20.java380 public static native void glBindTexture( in glBindTexture() method in GLES20
DGLLogWrapper.java1203 public void glBindTexture(int target, int texture) { in glBindTexture() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java109 public native void glBindTexture( in glBindTexture() method in GLImpl