Home | History | Annotate | Download | only in rs

Lines Matching full:loge

99        LOGE("couldn't find an EGLConfig matching the screen format\n");
111 LOGE("eglCreateContext returned EGL_NO_CONTEXT");
150 LOGE("GL Error, 0x%x, from %s", err, msg);
252 LOGE("Context::setupCheck() 1 fail");
292 LOGE("Error allocating tls storage");
299 LOGE("pthread_setspecific %i", status);
414 LOGE("Failed to init thread tls key.");
426 LOGE("Failed to init thread attribute.");
439 LOGE("Failed to start rs context thread.");
508 LOGE("eglCreateWindowSurface returned EGL_NO_SURFACE");
521 LOGE("EGL/Surface mismatch EGL (%i x %i) SF (%i x %i)", mEGL.mWidth, mEGL.mHeight, mWidth, mHeight);
547 LOGE("Error, OpenGL ES Lite not supported");
669 LOGE("Context::ObjDestroyOOBInit mutex init failure");
680 LOGE("Context::ObjDestroyOOBRun: error %i locking for OOBRun.", status);
692 LOGE("Context::ObjDestroyOOBRun: error %i unlocking for set condition.", status);
707 LOGE("Context::ObjDestroyOOBRun: error %i locking for OOBRun.", status);
716 LOGE("Context::ObjDestroyOOBRun: error %i unlocking for set condition.", status);
722 //LOGE("getMessageToClient %i %i", bufferLen, wait);
731 //LOGE("getMessageToClient 2 con=%p", this);
735 //LOGE("getMessageToClient 3 %i %i", commandID, bytesData);
748 //LOGE("sendMessageToClient %i %i %i", cmdID, len, waitForSpace);
750 LOGE("Attempting to send invalid command 0 to client.");
759 //LOGE("sendMessageToClient 2");
763 //LOGE("sendMessageToClient 3");
798 LOGE("RS Context debug %p", this);
799 LOGE("RS Context debug");
801 LOGE(" EGL ver %i %i", mEGL.mMajorVersion, mEGL.mMinorVersion);
802 LOGE(" EGL context %p surface %p, w=%i h=%i Display=%p", mEGL.mContext,
804 LOGE(" GL vendor: %s", mGL.mVendor);
805 LOGE(" GL renderer: %s", mGL.mRenderer);
806 LOGE(" GL Version: %s", mGL.mVersion);
807 LOGE(" GL Extensions: %s", mGL.mExtensions);
808 LOGE(" GL int Versions %i %i", mGL.mMajorVersion, mGL.mMinorVersion);
809 LOGE(" RS width %i, height %i", mWidth, mHeight);
810 LOGE(" RS running %i, exit %i, useDepth %i, paused %i", mRunning, mExit, mUseDepth, mPaused);
811 LOGE(" RS pThreadID %li, nativeThreadID %i", mThreadId, mNativeThreadId);
837 LOGE("Invalid sampler slot");
910 LOGE("RS Error %i %s", *e, msg);