Searched defs:eid (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp429 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, argument
432 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i)",
433 con, eid, dimx, dimy, dimz, mips, faces);
435 jint id = (jint)rsTypeCreate(con, (RsElement)eid, dimx, dimy, dimz, mips, faces);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3802 int eid = Res_GETENTRY(resID); local
3803 if (eid < 0 || eid >= (int)t->getOrderedConfigs().size()) {
3808 sp<ConfigList> c = t->getOrderedConfigs()[eid];
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java243 native int rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces); argument
244 synchronized int nTypeCreate(int eid, int x, int y, int z, boolean mips, boolean faces) { argument
246 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces);

Completed in 83 milliseconds