Searched refs:glBindFramebuffer (Results 1 - 5 of 5) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_ftable.h15 {"glBindFramebuffer", (void*)glBindFramebuffer},
H A Dgl2_client_context.h15 glBindFramebuffer_client_proc_t glBindFramebuffer; member in struct:gl2_client_context_t
224 virtual glBindFramebuffer_client_proc_t set_glBindFramebuffer(glBindFramebuffer_client_proc_t f) { glBindFramebuffer_client_proc_t retval = glBindFramebuffer; glBindFramebuffer = f; return retval;}
H A Dgl2_entry.cpp13 void glBindFramebuffer(GLenum target, GLuint framebuffer);
250 void glBindFramebuffer(GLenum target, GLuint framebuffer) function
253 ctx->glBindFramebuffer(ctx, target, framebuffer);
/development/samples/HelloEffects/src/com/example/android/mediafx/
H A DTextureRenderer.java107 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, 0);
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2.h478 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);

Completed in 13 milliseconds