Home
last modified time | relevance | path

Searched refs:logEglErrorAsWarning (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java238 logEglErrorAsWarning("EGLHelper", "eglMakeCurrent", mEgl.eglGetError()); in createSurface()
297 public static void logEglErrorAsWarning(String tag, String function, int error) { in logEglErrorAsWarning() method in BlockingGLTextureView.EglHelper