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

/frameworks/base/graphics/java/android/renderscript/
H A DProgramRaster.java57 mRS.nProgramRasterSetPointSize(mID, s);
H A DRenderScript.java166 native void nProgramRasterSetPointSize(int pr, float v); method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1184 nProgramRasterSetPointSize(JNIEnv *_env, jobject _this, jint vpr, jfloat v) function
1187 LOG_API("nProgramRasterSetPointSize, con(%p), vpf(%p), value(%f)", con, (RsProgramRaster)vpr, v);
1454 {"nProgramRasterSetPointSize", "(IF)V", (void*)nProgramRasterSetPointSize },

Completed in 50 milliseconds