Searched refs:glIsTexture (Results 1 – 13 of 13) sorted by relevance
67 texture_state_ = glIsTexture(texture_id) ? kStateComplete : kStateGenerated; in InitWithTexture()286 if (glIsTexture(texture_id_)) { in GenerateTextureName()325 return texture_state_ == kStateComplete && !glIsTexture(texture_id_); in TextureWasDeleted()
39 return GLES20.glIsTexture(texId); in isTexture()
424 boolean glIsTexture( in glIsTexture() method
542 public static native boolean glIsTexture( in glIsTexture() method in GLES11
1288 public static native boolean glIsTexture( in glIsTexture() method in GLES20
1225 public boolean glIsTexture(int texture) { in glIsTexture() method in GLErrorWrapper1227 boolean valid = mgl11.glIsTexture(texture); in glIsTexture()
3173 public boolean glIsTexture(int texture) { in glIsTexture() method in GLLogWrapper3177 boolean result = mgl11.glIsTexture(texture); in glIsTexture()
1540 public native boolean glIsTexture( in glIsTexture() method in GLImpl
2518 _returnValue = glIsTexture( in android_glIsTexture__I()
4197 _returnValue = glIsTexture( in android_glIsTexture__I()
6424 _returnValue = glIsTexture( in android_glIsTexture__I()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
30140 method public static boolean glIsTexture(int);30634 method public static boolean glIsTexture(int);61405 method public boolean glIsTexture(int);