Searched defs:isStatic (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/ |
D | rsPath.cpp | 27 Path::Path(Context *rsc, RsPathPrimitive pp, bool isStatic, in Path() 73 RsPath rsi_PathCreate(Context *rsc, RsPathPrimitive pp, bool isStatic, in rsi_PathCreate()
|
/frameworks/compile/mclinker/lib/MC/ |
D | MCLDAttribute.cpp | 81 bool AttributeProxy::isStatic() const in isStatic() function in AttributeProxy
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | MCLDAttribute.h | 70 bool isStatic() const in isStatic() function
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | StubMethodAdapter.java | 52 String invokeSignature, boolean isStatic, boolean isNative) { in StubMethodAdapter()
|
D | DelegateMethodAdapter2.java | 123 boolean isStatic) { in DelegateMethodAdapter2()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 683 native int rsnPathCreate(int con, int prim, boolean isStatic, int vtx, int loop, float q); in rsnPathCreate() 684 synchronized int nPathCreate(int prim, boolean isStatic, int vtx, int loop, float q) { in nPathCreate()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 1307 nPathCreate(JNIEnv *_env, jobject _this, RsContext con, jint prim, jboolean isStatic, jint _vtx, ji… in nPathCreate()
|