Commit 3806be3ddb8766860e267b9183997c456b226089

  • avatar
  • Chia-I Wu <olvaffe @gm…l.com>
  • Fri Sep 18 07:42:48 GMT 2009
egl_android: Remove unused variables.
src/egl/drivers/android/droid_intel.c
(0 / 4)
  
280280 NativeWindowType win)
281281{
282282 struct droid_surface_intel *isurf;
283 uint32_t pitch, cpp;
284283
285284 if (!win) {
286285 LOGE("invalid native window");
293293 _eglError(EGL_BAD_NATIVE_WINDOW, "eglCreateWindowSurface");
294294 return NULL;
295295 }
296
297 cpp = ui_bytes_per_pixel(win->format);
298 pitch = win->stride * cpp;
299296
300297 isurf = calloc(1, sizeof(*isurf));
301298 if (!isurf) {

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment