Loading graphics/java/android/renderscript/RenderScript.java +1 −1 Original line number Diff line number Diff line Loading @@ -679,7 +679,7 @@ public class RenderScript { /** * Base class application should derive from for handling RS messages * comming from their scripts. When a script calls sendToClient the data * coming from their scripts. When a script calls sendToClient the data * fields will be filled in and then the run method called by a message * handling thread. This will occur some time after sendToClient completes * in the script. Loading graphics/java/android/renderscript/RenderScriptGL.java +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ public class RenderScriptGL extends RenderScript { * Construct a new RenderScriptGL context. * * @param ctx The context. * @param sc The desired format of the primart rendering surface. * @param sc The desired format of the primary rendering surface. */ public RenderScriptGL(Context ctx, SurfaceConfig sc) { super(ctx); Loading Loading
graphics/java/android/renderscript/RenderScript.java +1 −1 Original line number Diff line number Diff line Loading @@ -679,7 +679,7 @@ public class RenderScript { /** * Base class application should derive from for handling RS messages * comming from their scripts. When a script calls sendToClient the data * coming from their scripts. When a script calls sendToClient the data * fields will be filled in and then the run method called by a message * handling thread. This will occur some time after sendToClient completes * in the script. Loading
graphics/java/android/renderscript/RenderScriptGL.java +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ public class RenderScriptGL extends RenderScript { * Construct a new RenderScriptGL context. * * @param ctx The context. * @param sc The desired format of the primart rendering surface. * @param sc The desired format of the primary rendering surface. */ public RenderScriptGL(Context ctx, SurfaceConfig sc) { super(ctx); Loading