Searched refs:glIsTexture (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec30 GLboolean glIsTexture ( GLuint texture )
H A DGLES20.spec89 GLboolean glIsTexture ( GLuint texture )
/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 DGLES20.java1281 // C function GLboolean glIsTexture ( GLuint texture )
1283 public static native boolean glIsTexture( method in class:GLES20
H A DGLLogWrapper.java3173 public boolean glIsTexture(int texture) { method in class:GLLogWrapper
3174 begin("glIsTexture");
3177 boolean result = mgl11.glIsTexture(texture);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java424 boolean glIsTexture( method in interface:GL11
/frameworks/base/opengl/include/GLES/
H A Dgl.h691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1534 // C function GLboolean glIsTexture ( GLuint texture )
1536 public native boolean glIsTexture( method in class:GLImpl
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h400 static const Function glIsTexture = Message_Function_glIsTexture; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp494 msg.set_ret(static_cast<int>(dbg->hooks->gl.glIsTexture(
H A Ddebugger_message.pb.cpp326 const Message_Function Message::glIsTexture; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp2091 const int * ret = reinterpret_cast<const int *>(_c->glIsTexture(texture));
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h220 GL_ENTRY(GLboolean, glIsTexture, GLuint texture)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp1923 /* GLboolean glIsTexture ( GLuint texture ) */
1928 _returnValue = glIsTexture(
2503 {"glIsTexture", "(I)Z", (void *) android_glIsTexture__I },
H A Dandroid_opengl_GLES20.cpp3399 /* GLboolean glIsTexture ( GLuint texture ) */
3404 _returnValue = glIsTexture(
4986 {"glIsTexture", "(I)Z", (void *) android_glIsTexture__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp5291 /* GLboolean glIsTexture ( GLuint texture ) */
5296 _returnValue = glIsTexture(
7452 {"glIsTexture", "(I)Z", (void *) android_glIsTexture__I },

Completed in 151 milliseconds