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

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h215 {"glIsFramebufferOES", (void*)glIsFramebufferOES},
H A Dgl_client_context.h235 glIsFramebufferOES_client_proc_t glIsFramebufferOES; member in struct:gl_client_context_t
H A Dgl_client_context.cpp235 glIsFramebufferOES = (glIsFramebufferOES_client_proc_t) getProc("glIsFramebufferOES", userData);
H A Dgl_entry.cpp230 GLboolean glIsFramebufferOES(GLuint framebuffer);
1645 GLboolean glIsFramebufferOES(GLuint framebuffer) function
1648 return ctx->glIsFramebufferOES(ctx, framebuffer);
H A Dgl_enc.cpp6366 ALOGE("glIsFramebufferOES: GL communication error, please report this issue to b.android.com.\n");
8508 this->glIsFramebufferOES = &glIsFramebufferOES_enc;
/device/generic/goldfish-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);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dglext.h758 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);

Completed in 69 milliseconds