Searched refs:nScriptSetClearColor (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java57 mRS.nScriptSetClearColor(mID, r, g, b, a);
H A DRenderScript.java137 native void nScriptSetClearColor(int script, float r, float g, float b, float a); method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp857 nScriptSetClearColor(JNIEnv *_env, jobject _this, jint script, jfloat r, jfloat g, jfloat b, jfloat a) function
860 LOG_API("nScriptSetClearColor, con(%p), s(%p), r(%f), g(%f), b(%f), a(%f)", con, (void *)script, r, g, b, a);
1423 {"nScriptSetClearColor", "(IFFFF)V", (void*)nScriptSetClearColor },

Completed in 63 milliseconds