Home
last modified time | relevance | path

Searched refs:glIsTexture (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.cpp67 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/
DGLES11.spec30 GLboolean glIsTexture ( GLuint texture )
DGLES20.spec89 GLboolean glIsTexture ( GLuint texture )
/frameworks/native/libs/gui/tests/
DSurfaceTextureMultiContextGL_test.cpp55 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/
DlibGLESv2.map.txt138 glIsTexture;
DlibGLESv1_CM.map.txt158 glIsTexture;
DlibGLESv3.map.txt246 glIsTexture;
Dentries_gles1.in168 GL_ENTRY(GLboolean, glIsTexture, GLuint texture)
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGLToolbox.java39 return GLES20.glIsTexture(texId); in isTexture()
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.128 GLboolean glIsTexture ( GLuint texture )
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTexture);
455 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glIsTexture); in init_stub_library()
Dstubs_arm.cc175 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/
DGL11.java424 boolean glIsTexture( in glIsTexture() method
/frameworks/base/opengl/java/android/opengl/
DGLES11.java542 public static native boolean glIsTexture( in glIsTexture() method in GLES11
DGLES20.java1288 public static native boolean glIsTexture( in glIsTexture() method in GLES20
DGLErrorWrapper.java1225 public boolean glIsTexture(int texture) { in glIsTexture() method in GLErrorWrapper
1227 boolean valid = mgl11.glIsTexture(texture); in glIsTexture()
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in289 GLboolean API_ENTRY(glIsTexture)(GLuint texture) {
290 CALL_GL_API_RETURN(glIsTexture, texture);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1540 public native boolean glIsTexture( in glIsTexture() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h501 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc465 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTexture);
1313 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsTexture); in init_stub_library()
Dstubs_arm64.cc465 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTexture);
1313 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsTexture); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm.cc465 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTexture);
1313 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsTexture); in init_stub_library()
Dstubs_arm64.cc465 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTexture);
1313 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsTexture); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in262 GLboolean API_ENTRY(glIsTexture)(GLuint texture) {
263 CALL_GL_API_RETURN(glIsTexture, texture);
/frameworks/native/opengl/include/GLES2/
Dgl2.h613 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);

12