Searched refs:pointSmooth (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/rs/
H A DrsProgramRaster.cpp28 bool pointSmooth,
35 mPointSmooth = pointSmooth;
122 bool pointSmooth,
127 pointSmooth,
27 ProgramRaster(Context *rsc, bool pointSmooth, bool lineSmooth, bool pointSprite) argument
121 rsi_ProgramRasterCreate(Context * rsc, RsElement in, RsElement out, bool pointSmooth, bool lineSmooth, bool pointSprite) argument
H A DrsProgramRaster.h32 bool pointSmooth,
H A Drs.spec357 param bool pointSmooth
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java164 native int nProgramRasterCreate(int in, int out, boolean pointSmooth, boolean lineSmooth, boolean pointSprite); argument
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1175 jboolean pointSmooth, jboolean lineSmooth, jboolean pointSprite)
1178 LOG_API("nProgramRasterCreate, con(%p), in(%p), out(%p), pointSmooth(%i), lineSmooth(%i), pointSprite(%i)",
1179 con, (RsElement)in, (RsElement)out, pointSmooth, lineSmooth, pointSprite);
1180 return (jint)rsProgramRasterCreate(con, (RsElement)in, (RsElement)out, pointSmooth, lineSmooth, pointSprite);
1174 nProgramRasterCreate(JNIEnv *_env, jobject _this, jint in, jint out, jboolean pointSmooth, jboolean lineSmooth, jboolean pointSprite) argument

Completed in 76 milliseconds