Searched refs:IsFramebufferOES (Results 1 – 6 of 6) sorted by relevance
153 boolean IsFramebufferOES(uint framebuffer);
163 boolean IsFramebufferOES(uint framebuffer);
215 GLboolean GL_APIENTRY IsFramebufferOES(GLuint framebuffer);
6139 GLboolean GL_APIENTRY IsFramebufferOES(GLuint framebuffer) in IsFramebufferOES() function6453 FUNCTION(IsFramebufferOES), in es2GetProcAddress()
1729 this->glIsFramebufferOES = gl::IsFramebufferOES; in LibGLESv2exports()
9821 ANGLE_CAPTURE(IsFramebufferOES, isCallValid, context, framebufferPacked, returnValue); in GL_IsFramebufferOES()