Searched refs:BindFramebufferOES (Results 1 – 6 of 6) sorted by relevance
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| D | OES_framebuffer_object.txt | 96 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/ |
| D | OES_framebuffer_object.txt | 106 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/ |
| D | entry_points.h | 216 void GL_APIENTRY BindFramebufferOES(GLenum target, GLuint framebuffer);
|
| D | libGLESv2.cpp | 6144 void GL_APIENTRY BindFramebufferOES(GLenum target, GLuint framebuffer) in BindFramebufferOES() function 6286 FUNCTION(BindFramebufferOES), in es2GetProcAddress()
|
| D | entry_points.cpp | 1730 this->glBindFramebufferOES = gl::BindFramebufferOES; in LibGLESv2exports()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_ext_autogen.cpp | 9470 ANGLE_CAPTURE(BindFramebufferOES, isCallValid, context, target, framebufferPacked); in GL_BindFramebufferOES()
|