Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_framebuffer_object.txt96 BindFramebufferOES to bind a framebuffer object to the current context.
154 void BindFramebufferOES(enum target, uint framebuffer);
174 Accepted by the <target> parameter of BindFramebufferOES,
/third_party/openGLES/extensions/OES/
DOES_framebuffer_object.txt106 BindFramebufferOES to bind a framebuffer object to the current context.
164 void BindFramebufferOES(enum target, uint framebuffer);
184 Accepted by the <target> parameter of BindFramebufferOES,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h216 void GL_APIENTRY BindFramebufferOES(GLenum target, GLuint framebuffer);
DlibGLESv2.cpp6144 void GL_APIENTRY BindFramebufferOES(GLenum target, GLuint framebuffer) in BindFramebufferOES() function
6286 FUNCTION(BindFramebufferOES), in es2GetProcAddress()
Dentry_points.cpp1730 this->glBindFramebufferOES = gl::BindFramebufferOES; in LibGLESv2exports()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp9470 ANGLE_CAPTURE(BindFramebufferOES, isCallValid, context, target, framebufferPacked); in GL_BindFramebufferOES()