android.renderscript
Class RenderScript

java.lang.Object
  extended by android.renderscript.RenderScript
Direct Known Subclasses:
RenderScriptGL

public class RenderScript
extends Object


Nested Class Summary
static class RenderScript.Priority
           
static class RenderScript.RSErrorHandler
           
static class RenderScript.RSMessageHandler
           
 
Method Summary
 void contextDump()
           
static RenderScript create(Context ctx)
           
 void destroy()
           
 void finish()
           
 Context getApplicationContext()
           
 RenderScript.RSErrorHandler getErrorHandler()
           
 RenderScript.RSMessageHandler getMessageHandler()
           
 void setErrorHandler(RenderScript.RSErrorHandler msg)
           
 void setMessageHandler(RenderScript.RSMessageHandler msg)
           
 void setPriority(RenderScript.Priority p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setMessageHandler

public void setMessageHandler(RenderScript.RSMessageHandler msg)

getMessageHandler

public RenderScript.RSMessageHandler getMessageHandler()

setErrorHandler

public void setErrorHandler(RenderScript.RSErrorHandler msg)

getErrorHandler

public RenderScript.RSErrorHandler getErrorHandler()

setPriority

public void setPriority(RenderScript.Priority p)

getApplicationContext

public final Context getApplicationContext()

create

public static RenderScript create(Context ctx)

contextDump

public void contextDump()

finish

public void finish()

destroy

public void destroy()


Copyright © 2008-2012. All Rights Reserved.