Searched refs:nContextSetSurface (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScriptGL.java | 213 nContextSetSurface(w, h, s); in setSurface() 234 nContextSetSurface(w, h, s); in setSurfaceTexture()
|
D | RenderScript.java | 246 synchronized void nContextSetSurface(int w, int h, Surface sur) { in nContextSetSurface() method in RenderScript
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 909 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) in nContextSetSurface() function 2836 …ntextSetSurface", "(JIILandroid/view/Surface;)V", (void*)nContextSetSurface },
|