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/native/libs/gui/tests/
H A DSurfaceTextureMultiContextGL_test.cpp55 EXPECT_EQ(GL_FALSE, glIsTexture(TEX_ID));
72 EXPECT_EQ(GL_FALSE, glIsTexture(TEX_ID));
/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.java1282 // C function GLboolean glIsTexture ( GLuint texture )
1284 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/libs/hwui/debug/
H A Dgles_redefine.h505 #define glIsTexture wrap_glIsTexture macro
H A Dgles_undefine.h505 #undef glIsTexture macro
/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.h615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp2548 /* GLboolean glIsTexture ( GLuint texture ) */
2553 _returnValue = glIsTexture(
3299 {"glIsTexture", "(I)Z", (void *) android_glIsTexture__I },
H A Dandroid_opengl_GLES20.cpp4225 /* GLboolean glIsTexture ( GLuint texture ) */
4230 _returnValue = glIsTexture(
6604 {"glIsTexture", "(I)Z", (void *) android_glIsTexture__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp6474 /* GLboolean glIsTexture ( GLuint texture ) */
6479 _returnValue = glIsTexture(
9266 {"glIsTexture", "(I)Z", (void *) android_glIsTexture__I },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
H A Dgl31.h615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
H A Dgl32.h615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);

Completed in 5533 milliseconds