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

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp67 texture_state_ = glIsTexture(texture_id) ? kStateComplete : kStateGenerated;
286 if (glIsTexture(texture_id_)) {
325 return texture_state_ == kStateComplete && !glIsTexture(texture_id_);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec30 GLboolean glIsTexture ( GLuint texture )
H A DGLES20.spec89 GLboolean glIsTexture ( GLuint texture )
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto243 glIsTexture = 217;
/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/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/include/GLES/
H A Dgl.h691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp2271 EXPECT_EQ(GL_FALSE, glIsTexture(TEX_ID));
2287 EXPECT_EQ(GL_FALSE, glIsTexture(TEX_ID));
/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
H A Dgltrace_api.cpp3419 glmsg.set_function(GLMessage::glIsTexture);
3430 GLboolean retValue = glContext->hooks->gl.glIsTexture(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 179 milliseconds