Searched refs:glIsTexture (Results 1 - 21 of 21) 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/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java39 return GLES20.glIsTexture(texId);
/frameworks/native/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.java1279 // C function GLboolean glIsTexture ( GLuint texture )
1281 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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto243 glIsTexture = 217;
/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.h560 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp2481 EXPECT_EQ(GL_FALSE, glIsTexture(TEX_ID));
2497 EXPECT_EQ(GL_FALSE, glIsTexture(TEX_ID));
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h894 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp2287 /* GLboolean glIsTexture ( GLuint texture ) */
2292 _returnValue = glIsTexture(
2996 {"glIsTexture", "(I)Z", (void *) android_glIsTexture__I },
H A Dandroid_opengl_GLES20.cpp3923 /* GLboolean glIsTexture ( GLuint texture ) */
3928 _returnValue = glIsTexture(
6150 {"glIsTexture", "(I)Z", (void *) android_glIsTexture__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp6084 /* GLboolean glIsTexture ( GLuint texture ) */
6089 _returnValue = glIsTexture(
8662 {"glIsTexture", "(I)Z", (void *) android_glIsTexture__I },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp858 const GLMessage_Function GLMessage::glIsTexture; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1206 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);

Completed in 405 milliseconds