Lines Matching refs:ret
133 EGLint ret = 0; in rcGetFBParam() local
137 ret = fb->getWidth(); in rcGetFBParam()
140 ret = fb->getHeight(); in rcGetFBParam()
143 ret = 72; // XXX: should be implemented in rcGetFBParam()
146 ret = 72; // XXX: should be implemented in rcGetFBParam()
149 ret = 60; in rcGetFBParam()
152 ret = 1; // XXX: should be implemented in rcGetFBParam()
155 ret = 1; // XXX: should be implemented in rcGetFBParam()
161 return ret; in rcGetFBParam()
172 HandleType ret = fb->createRenderContext(config, share, glVersion == 2); in rcCreateContext() local
173 return ret; in rcCreateContext()
264 bool ret = fb->bindContext(context, drawSurf, readSurf); in rcMakeCurrent() local
266 return (ret ? EGL_TRUE : EGL_FALSE); in rcMakeCurrent()