Home
last modified time | relevance | path

Searched refs:BindFramebufferOES (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp156 void BindFramebufferOES(GLenum target, GLuint framebuffer);
568 return es1::BindFramebufferOES(target, framebuffer); in glBindFramebufferOES()
1423 this->glBindFramebufferOES = es1::BindFramebufferOES; in LibGLES_CMexports()
DlibGLES_CM.cpp139 void BindFramebufferOES(GLenum target, GLuint framebuffer) in BindFramebufferOES() function
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h216 void BindFramebufferOES(GLenum target, GLuint framebuffer);
DlibGLESv2.cpp6184 void BindFramebufferOES(GLenum target, GLuint framebuffer) in BindFramebufferOES() function
6326 FUNCTION(BindFramebufferOES), in es2GetProcAddress()
Dentry_points.cpp1730 this->glBindFramebufferOES = gl::BindFramebufferOES; in LibGLESv2exports()