OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nObjDestroy
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/renderscript/
RenderScript.java
85
native void
nObjDestroy
(int id);
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
100
nObjDestroy
(JNIEnv *_env, jobject _this, jint obj)
103
LOG_API("
nObjDestroy
, con(%p) obj(%p)", con, (void *)obj);
110
// This function only differs from
nObjDestroy
in that it calls the
[
all
...]
Completed in 367 milliseconds