Home | History | Annotate | Download | only in android

Lines Matching refs:SkDebugf

94         SkDebugf("VENDOR: %s\n", eglQueryString(fDisplay, EGL_VENDOR));
95 SkDebugf("APIS: %s\n", eglQueryString(fDisplay, EGL_CLIENT_APIS));
96 SkDebugf("VERSION: %s\n", eglQueryString(fDisplay, EGL_VERSION));
97 SkDebugf("EXTENSIONS %s\n", eglQueryString(fDisplay, EGL_EXTENSIONS));
117 SkDebugf("eglChooseConfig failed. EGL Error: 0x%08x\n", eglGetError());
123 SkDebugf("eglCreateContext failed. EGL Error: 0x%08x\n", eglGetError());
135 SkDebugf("eglCreatePbufferSurface failed. EGL Error: 0x%08x\n", eglGetError());
141 SkDebugf("eglMakeCurrent failed. EGL Error: 0x%08x\n", eglGetError());
148 SkDebugf("Failed to create gl interface.\n");
165 SkDebugf("Could not set the context.\n");
171 SkDebugf("Could not complete eglSwapBuffers.\n");