Searched refs:glIsFramebuffer (Results 1 - 4 of 4) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_ftable.h94 {"glIsFramebuffer", (void*)glIsFramebuffer},
H A Dgl2_client_context.h94 glIsFramebuffer_client_proc_t glIsFramebuffer; member in struct:gl2_client_context_t
303 virtual glIsFramebuffer_client_proc_t set_glIsFramebuffer(glIsFramebuffer_client_proc_t f) { glIsFramebuffer_client_proc_t retval = glIsFramebuffer; glIsFramebuffer = f; return retval;}
H A Dgl2_entry.cpp92 GLboolean glIsFramebuffer(GLuint framebuffer);
732 GLboolean glIsFramebuffer(GLuint framebuffer) function
735 return ctx->glIsFramebuffer(ctx, framebuffer);
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2.h557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);

Completed in 13 milliseconds