Searched refs:norm (Results 26 - 28 of 28) sorted by relevance

12

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp246 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size) argument
248 LOG_API("nElementCreate, con(%p), type(%i), kind(%i), norm(%i), size(%i)", con, type, kind, norm, size);
249 return (jint)rsElementCreate(con, (RsDataType)type, (RsDataKind)kind, norm, size);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp409 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
411 LOG_API("nElementCreate, con(%p), type(%i), kind(%i), norm(%i), size(%i)", (RsContext)con, type, kind, norm, size);
412 return (jlong)(uintptr_t)rsElementCreate((RsContext)con, (RsDataType)type, (RsDataKind)kind, norm, size);
/frameworks/rs/cpp/
H A DrsCppStructs.h1065 Element(void *id, sp<RS> rs, RsDataType dt, RsDataKind dk, bool norm, uint32_t size);

Completed in 147 milliseconds

12