-
public final class RenderHandler extends HandlerDraw 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 RenderHandlercreateHandler()final static RenderHandlercreateHandler(String name)final voidsetEglContext(EGLBase.IContext sharedContext, int tex_id, Object surface, boolean isRecordable)final voiddraw()final voiddraw(int tex_id)final voiddraw(Array<float> tex_matrix)final voiddraw(int tex_id, Array<float> tex_matrix)booleanisValid()final voidrelease()final voidhandleMessage(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
-
-
Method Detail
-
createHandler
static RenderHandler createHandler()
-
createHandler
final static RenderHandler createHandler(String name)
-
setEglContext
final void setEglContext(EGLBase.IContext sharedContext, int tex_id, Object surface, boolean isRecordable)
-
draw
final void draw()
-
draw
final void draw(int tex_id)
-
isValid
boolean isValid()
-
release
final void release()
-
handleMessage
final void handleMessage(Message msg)
-
-
-
-