Home
last modified time | relevance | path

Searched defs:glIsTexture (Results 1 – 9 of 9) 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.java1281 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/
Dgltrace.proto243 glIsTexture = 217; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp858 const GLMessage_Function GLMessage::glIsTexture; member in android::gltrace::GLMessage
Dgltrace.pb.h1206 static const Function glIsTexture = GLMessage_Function_glIsTexture; variable
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1537 public native boolean glIsTexture( in glIsTexture() method in GLImpl