Searched refs:writable (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/rs/
H A DrsScript.cpp77 void rsi_ScriptSetType(Context * rsc, RsType vt, uint32_t slot, bool writable, const char *name) argument
82 ss->mSlotWritable[slot] = writable;
/frameworks/base/graphics/java/android/renderscript/
H A DScript.java115 public void setType(boolean writable, int slot) { argument
116 mWritable[slot] = writable;
H A DRenderScript.java141 native void nScriptSetType(int type, boolean writable, String name, int slot); argument
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp898 nScriptSetType(JNIEnv *_env, jobject _this, jint type, jboolean writable, jstring _str, jint slot) argument
901 LOG_API("nScriptCAddType, con(%p), type(%p), writable(%i), slot(%i)", con, (RsType)type, writable, slot);
906 rsScriptSetType(con, (RsType)type, slot, writable, n);

Completed in 17 milliseconds