Home
last modified time | relevance | path

Searched refs:nContextSetSurface (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DRenderScriptGL.java213 nContextSetSurface(w, h, s); in setSurface()
234 nContextSetSurface(w, h, s); in setSurfaceTexture()
DRenderScript.java246 synchronized void nContextSetSurface(int w, int h, Surface sur) { in nContextSetSurface() method in RenderScript
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp909 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) in nContextSetSurface() function
2836 …ntextSetSurface", "(JIILandroid/view/Surface;)V", (void*)nContextSetSurface },