HomeSort by relevance Sort by last modified time
    Searched refs:setVar (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptTest.java 40 S.setVar(4, 9.0f); // floatTest
41 S.setVar(5, 9.0); // doubleTest
42 S.setVar(6, 7); // charTest
43 S.setVar(7, 300); // shortTest
44 S.setVar(8, 20000); // intTest
45 S.setVar(9, 20000000000l); // longTest
46 S.setVar(11, true); // boolTest
50 S.setVar(12, fp); // structTest
54 S.setVar(13, a); // allocationTest
  /frameworks/base/graphics/java/android/renderscript/
Script.java 101 public void setVar(int index, float v) {
111 public void setVar(int index, double v) {
121 public void setVar(int index, int v) {
131 public void setVar(int index, long v) {
141 public void setVar(int index, boolean v) {
151 public void setVar(int index, BaseObj o) {
161 public void setVar(int index, FieldPacker v) {
  /frameworks/base/libs/rs/
rsScript.cpp 56 void Script::setVar(uint32_t slot, const void *val, size_t len) {
57 //LOGE("setVar %i %p %i", slot, val, len);
59 LOGE("Script::setVar unable to set allocation, invalid slot index");
124 s->setVar(slot, &value, sizeof(value));
135 s->setVar(slot, &value, sizeof(value));
140 s->setVar(slot, &value, sizeof(value));
145 s->setVar(slot, &value, sizeof(value));
150 s->setVar(slot, data, len);
rsScript.h 73 void setVar(uint32_t slot, const void *val, size_t len);
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 232 milliseconds