Searched refs:glIsFramebufferOES (Results 1 - 7 of 7) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_ftable.h215 {"glIsFramebufferOES", (void*)glIsFramebufferOES},
H A Dgl_client_context.h233 glIsFramebufferOES_client_proc_t glIsFramebufferOES; member in struct:gl_client_context_t
525 virtual glIsFramebufferOES_client_proc_t set_glIsFramebufferOES(glIsFramebufferOES_client_proc_t f) { glIsFramebufferOES_client_proc_t retval = glIsFramebufferOES; glIsFramebufferOES = f; return retval;}
H A Dgl_entry.cpp231 GLboolean glIsFramebufferOES(GLuint framebuffer);
1647 GLboolean glIsFramebufferOES(GLuint framebuffer) function
1650 return ctx->glIsFramebufferOES(ctx, framebuffer);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h223 {"glIsFramebufferOES", (void *)glIsFramebufferOES},
H A Dgles_dispatch.h226 glIsFramebufferOES_t glIsFramebufferOES; member in struct:gles_dispatch
498 glIsFramebufferOES_t set_glIsFramebufferOES(glIsFramebufferOES_t f) { glIsFramebufferOES_t retval = glIsFramebufferOES; glIsFramebufferOES = f; return retval;}
H A Dgles.cpp1071 GLboolean glIsFramebufferOES(GLuint framebuffer) function
1073 return getDispatch()->glIsFramebufferOES(framebuffer);
/development/ndk/platforms/android-4/include/GLES/
H A Dglext.h620 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);

Completed in 24 milliseconds