Searched defs:glIsTexture (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java540 // C function GLboolean glIsTexture ( GLuint texture )
542 public static native boolean glIsTexture( method in class:GLES11
H A DGLErrorWrapper.java1225 public boolean glIsTexture(int texture) { method in class:GLErrorWrapper
1227 boolean valid = mgl11.glIsTexture(texture);
H A DGLLogWrapper.java3173 public boolean glIsTexture(int texture) { method in class:GLLogWrapper
3174 begin("glIsTexture");
3177 boolean result = mgl11.glIsTexture(texture);
H A DGLES20.java1323 // C function GLboolean glIsTexture ( GLuint texture )
1325 public static native boolean glIsTexture( method in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java424 boolean glIsTexture( method in interface:GL11
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1535 // C function GLboolean glIsTexture ( GLuint texture )
1537 public native boolean glIsTexture( method in class:GLImpl
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp754 const GLMessage_Function GLMessage::glIsTexture; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1087 static const Function glIsTexture = GLMessage_Function_glIsTexture; member in class:android::gltrace::GLMessage

Completed in 66 milliseconds