Searched refs:glIsFramebuffer (Results 1 – 23 of 23) sorted by relevance
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_frame.cpp | 74 fbo_state_ = glIsFramebuffer(fbo_id) ? kStateComplete : kStateGenerated; in InitWithFbo() 331 if (glIsFramebuffer(fbo_id_)) { in GenerateFboName()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 134 glIsFramebuffer;
|
D | libGLESv3.map.txt | 238 glIsFramebuffer;
|
D | entries.in | 509 GL_ENTRY(GLboolean, glIsFramebuffer, GLuint framebuffer)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 85 GLboolean glIsFramebuffer ( GLuint framebuffer )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1264 public static native boolean glIsFramebuffer( in glIsFramebuffer() method in GLES20
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 448 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsFramebuffer); 1296 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsFramebuffer); in init_stub_library()
|
D | stubs_arm64.cc | 448 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsFramebuffer); 1296 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsFramebuffer); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 448 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsFramebuffer); 1296 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsFramebuffer); in init_stub_library()
|
D | stubs_arm.cc | 448 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsFramebuffer); 1296 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsFramebuffer); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 489 #define glIsFramebuffer wrap_glIsFramebuffer macro
|
D | gles_undefine.h | 488 #undef glIsFramebuffer
|
D | gles_stubs.in | 250 GLboolean API_ENTRY(glIsFramebuffer)(GLuint framebuffer) { 251 CALL_GL_API_RETURN(glIsFramebuffer, framebuffer);
|
D | gles_decls.in | 84 GL_ENTRY(GLboolean, glIsFramebuffer, GLuint framebuffer)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 250 GLboolean API_ENTRY(glIsFramebuffer)(GLuint framebuffer) { 251 CALL_GL_API_RETURN(glIsFramebuffer, framebuffer);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 609 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 609 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
D | gl31.h | 611 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
D | gl32.h | 611 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 4153 _returnValue = glIsFramebuffer( in android_glIsFramebuffer__I()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19791 method public static boolean glIsFramebuffer(int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32468 method public static boolean glIsFramebuffer(int);
|
/frameworks/base/api/ |
D | current.txt | 32612 method public static boolean glIsFramebuffer(int);
|