HomeSort by relevance Sort by last modified time
    Searched refs:GetJMethod (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 166 static jmethodID GetJMethod(JNIEnv* env, jclass clazz, const char name[],
181 gActivityGlue.m_setTitle = GetJMethod(env, clazz, "setTitle", "(Ljava/lang/CharSequence;)V");
182 gActivityGlue.m_setSlideList = GetJMethod(env, clazz, "setSlideList", "([Ljava/lang/String;)V");
183 gActivityGlue.m_addToDownloads = GetJMethod(env, clazz, "addToDownloads",
190 gWindowGlue.m_inval = GetJMethod(env, clazz, "requestRender", "()V");
191 gWindowGlue.m_queueSkEvent = GetJMethod(env, clazz, "queueSkEvent", "()V");
192 gWindowGlue.m_startTimer = GetJMethod(env, clazz, "startTimer", "(I)V");
193 gWindowGlue.m_getMSAASampleCount = GetJMethod(env, clazz, "getMSAASampleCount", "()I");
  /external/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 166 static jmethodID GetJMethod(JNIEnv* env, jclass clazz, const char name[],
181 gActivityGlue.m_setTitle = GetJMethod(env, clazz, "setTitle", "(Ljava/lang/CharSequence;)V");
182 gActivityGlue.m_setSlideList = GetJMethod(env, clazz, "setSlideList", "([Ljava/lang/String;)V");
183 gActivityGlue.m_addToDownloads = GetJMethod(env, clazz, "addToDownloads",
190 gWindowGlue.m_inval = GetJMethod(env, clazz, "requestRender", "()V");
191 gWindowGlue.m_queueSkEvent = GetJMethod(env, clazz, "queueSkEvent", "()V");
192 gWindowGlue.m_startTimer = GetJMethod(env, clazz, "startTimer", "(I)V");
193 gWindowGlue.m_getMSAASampleCount = GetJMethod(env, clazz, "getMSAASampleCount", "()I");

Completed in 347 milliseconds