Package 

Class RenderHandler


  • 
    public final class RenderHandler
    extends Handler
                        

    Draw shared texture on specific whole Surface using OpenGL|ES this will deprecate soon because I don't use this now

    • Method Summary

      Modifier and Type Method Description
      static RenderHandler createHandler()
      final static RenderHandler createHandler(String name)
      final void setEglContext(EGLBase.IContext sharedContext, int tex_id, Object surface, boolean isRecordable)
      final void draw()
      final void draw(int tex_id)
      final void draw(Array<float> tex_matrix)
      final void draw(int tex_id, Array<float> tex_matrix)
      boolean isValid()
      final void release()
      final void handleMessage(Message msg)
      • Methods inherited from class android.os.Handler

        createAsync, dispatchMessage, dump, getLooper, getMessageName, handleMessage, hasCallbacks, hasMessages, obtainMessage, post, postAtFrontOfQueue, postAtTime, postDelayed, removeCallbacks, removeCallbacksAndMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait