FileDocCategorySizeDatePackage
RenderScript.javaAPI DocAndroid 5.1 API2390Sat Mar 14 14:09:42 GMT 2015android.renderscript

RenderScript

public class RenderScript extends Object

Fields Summary
public static final int
CREATE_FLAG_LOW_LATENCY
public static final int
CREATE_FLAG_LOW_POWER
public static final int
CREATE_FLAG_NONE
Constructors Summary
RenderScript()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidcontextDump()

 throw new RuntimeException("Stub!"); 
public static android.renderscript.RenderScriptcreate(android.content.Context ctx, android.renderscript.RenderScript$ContextType ct)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.RenderScriptcreate(android.content.Context ctx, android.renderscript.RenderScript$ContextType ct, int flags)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.RenderScriptcreate(android.content.Context ctx)

 throw new RuntimeException("Stub!"); 
public voiddestroy()

 throw new RuntimeException("Stub!"); 
public voidfinish()

 throw new RuntimeException("Stub!"); 
public final android.content.ContextgetApplicationContext()

 throw new RuntimeException("Stub!"); 
public android.renderscript.RenderScript$RSErrorHandlergetErrorHandler()

 throw new RuntimeException("Stub!"); 
public android.renderscript.RenderScript$RSMessageHandlergetMessageHandler()

 throw new RuntimeException("Stub!"); 
public voidsendMessage(int id, int[] data)

 throw new RuntimeException("Stub!"); 
public voidsetErrorHandler(android.renderscript.RenderScript$RSErrorHandler msg)

 throw new RuntimeException("Stub!"); 
public voidsetMessageHandler(android.renderscript.RenderScript$RSMessageHandler msg)

 throw new RuntimeException("Stub!"); 
public voidsetPriority(android.renderscript.RenderScript$Priority p)

 throw new RuntimeException("Stub!");