Home
last modified time | relevance | path

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

/frameworks/base/opengl/libagl2/src/
Dtexture.cpp327 GLboolean glIsTexture(GLuint texture) in glIsTexture() function
/frameworks/base/opengl/libs/GLES2_dbg/src/
Ddebugger_message.pb.cpp326 const Message_Function Message::glIsTexture; member in com::android::glesv2debugger::Message
Ddebugger_message.pb.h400 static const Function glIsTexture = Message_Function_glIsTexture; variable
/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.java1283 public static native boolean glIsTexture( in glIsTexture() method in GLES20
DGLLogWrapper.java3173 public boolean glIsTexture(int texture) { in glIsTexture() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1536 public native boolean glIsTexture( in glIsTexture() method in GLImpl