HomeSort by relevance Sort by last modified time
    Searched full:ncontextsetsurface (Results 1 - 3 of 3) sorted by null

  /frameworks/base/rs/java/android/renderscript/
RenderScriptGL.java 213 nContextSetSurface(w, h, s);
234 nContextSetSurface(w, h, s);
RenderScript.java 233 synchronized void nContextSetSurface(int w, int h, Surface sur) {
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 283 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd)
285 LOG_API("nContextSetSurface, con(%p), width(%i), height(%i), surface(%p)", (RsContext)con, width, height, (Surface *)wnd);
    [all...]

Completed in 416 milliseconds