Home
last modified time | relevance | path

Searched defs:glIsTexture (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java424 boolean glIsTexture( in glIsTexture() method
/frameworks/base/opengl/java/android/opengl/
DGLES11.java542 public static native boolean glIsTexture( in glIsTexture() method in GLES11
DGLErrorWrapper.java1225 public boolean glIsTexture(int texture) { in glIsTexture() method in GLErrorWrapper
DGLES20.java1284 public static native boolean glIsTexture( in glIsTexture() method in GLES20
DGLLogWrapper.java3173 public boolean glIsTexture(int texture) { in glIsTexture() method in GLLogWrapper
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto245 glIsTexture = 217; enumerator
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1537 public native boolean glIsTexture( in glIsTexture() method in GLImpl