Searched defs:GL_LOG_TAG (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java63 private static final String GL_LOG_TAG = "ImageWallpaperGL"; field in class:ImageWallpaper
685 Log.d(GL_LOG_TAG, "Error while linking program:\n" + error);
706 Log.d(GL_LOG_TAG, "Error while compiling shader:\n" + error);
717 Log.w(GL_LOG_TAG, "EGL error = " + GLUtils.getEGLErrorString(error));
724 Log.w(GL_LOG_TAG, "GL error = 0x" + Integer.toHexString(error), new Throwable());
783 Log.e(GL_LOG_TAG, "requested texture size " +
793 Log.e(GL_LOG_TAG, "createWindowSurface returned " +

Completed in 29 milliseconds