Home
last modified time | relevance | path

Searched refs:glIsTexture (Results 1 – 25 of 29) 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/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/tools/glgen/specs/gles11/
DGLES11.spec30 GLboolean glIsTexture ( GLuint texture )
DGLES20.spec89 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/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.java1284 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()
DGLLogWrapper.java3173 public boolean glIsTexture(int texture) { in glIsTexture() method in GLLogWrapper
3177 boolean result = 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.java1537 public native boolean glIsTexture( in glIsTexture() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h508 #define glIsTexture wrap_glIsTexture macro
Dunwrap_gles.h508 #undef glIsTexture
/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.h615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp2414 _returnValue = glIsTexture( in android_glIsTexture__I()
Dandroid_opengl_GLES20.cpp4036 _returnValue = glIsTexture( in android_glIsTexture__I()
Dcom_google_android_gles_jni_GLImpl.cpp6093 _returnValue = glIsTexture( in android_glIsTexture__I()
/frameworks/native/opengl/include/GLES3/
Dgl3.h615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
Dgl31.h615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
Dgl32.h615 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/frameworks/native/opengl/libs/
Dentries.in489 GL_ENTRY(GLboolean, glIsTexture, GLuint texture)

12