/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/opengl/tools/glgen/specs/gles11/ |
D | GLES11.spec | 30 GLboolean glIsTexture ( GLuint texture )
|
D | GLES20.spec | 89 GLboolean glIsTexture ( GLuint texture )
|
/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/libs/ |
D | libGLESv2.map.txt | 138 glIsTexture;
|
D | libGLESv1_CM.map.txt | 158 glIsTexture;
|
D | libGLESv3.map.txt | 246 glIsTexture;
|
D | entries_gles1.in | 168 GL_ENTRY(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/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTexture); 455 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glIsTexture); in init_stub_library()
|
D | stubs_arm.cc | 175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTexture); 455 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glIsTexture); in init_stub_library()
|
/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 | 1288 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()
|
/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 | 1540 public native boolean glIsTexture( in glIsTexture() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 501 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 465 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTexture); 1313 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsTexture); in init_stub_library()
|
D | stubs_arm64.cc | 465 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTexture); 1313 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsTexture); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm.cc | 465 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTexture); 1313 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsTexture); in init_stub_library()
|
D | stubs_arm64.cc | 465 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTexture); 1313 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsTexture); in init_stub_library()
|
/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 | 613 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|