/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_frame.cpp | 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()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureMultiContextGL_test.cpp | 55 EXPECT_EQ(GL_FALSE, glIsTexture(TEX_ID)); in TEST_F() 72 EXPECT_EQ(GL_FALSE, glIsTexture(TEX_ID)); in TEST_F()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11.spec | 30 GLboolean glIsTexture ( GLuint texture )
|
D | GLES20.spec | 89 GLboolean glIsTexture ( GLuint texture )
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GLToolbox.java | 39 return GLES20.glIsTexture(texId); in isTexture()
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1 | 28 GLboolean glIsTexture ( GLuint texture )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 424 boolean glIsTexture( in glIsTexture() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11.java | 542 public static native boolean glIsTexture( in glIsTexture() method in GLES11
|
D | GLES20.java | 1284 public static native boolean glIsTexture( in glIsTexture() method in GLES20
|
D | GLErrorWrapper.java | 1225 public boolean glIsTexture(int texture) { in glIsTexture() method in GLErrorWrapper 1227 boolean valid = mgl11.glIsTexture(texture); in glIsTexture()
|
D | GLLogWrapper.java | 3173 public boolean glIsTexture(int texture) { in glIsTexture() method in GLLogWrapper 3177 boolean result = mgl11.glIsTexture(texture); in glIsTexture()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 289 GLboolean API_ENTRY(glIsTexture)(GLuint texture) { 290 CALL_GL_API_RETURN(glIsTexture, texture);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1537 public native boolean glIsTexture( in glIsTexture() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 508 #define glIsTexture wrap_glIsTexture macro
|
D | unwrap_gles.h | 508 #undef glIsTexture
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 262 GLboolean API_ENTRY(glIsTexture)(GLuint texture) { 263 CALL_GL_API_RETURN(glIsTexture, texture);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 2414 _returnValue = glIsTexture( in android_glIsTexture__I()
|
D | android_opengl_GLES20.cpp | 4036 _returnValue = glIsTexture( in android_glIsTexture__I()
|
D | com_google_android_gles_jni_GLImpl.cpp | 6093 _returnValue = glIsTexture( in android_glIsTexture__I()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
D | gl31.h | 615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
D | gl32.h | 615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 489 GL_ENTRY(GLboolean, glIsTexture, GLuint texture)
|