Home
last modified time | relevance | path

Searched refs:nativeFlushShadowQueue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DBLASTBufferQueue.java37 private static native void nativeFlushShadowQueue(long ptr); in nativeFlushShadowQueue() method in BLASTBufferQueue
128 nativeFlushShadowQueue(mNativeObject); in flushShadowQueue()
/frameworks/base/core/jni/
Dandroid_graphics_BLASTBufferQueue.cpp115 static void nativeFlushShadowQueue(JNIEnv* env, jclass clazz, jlong ptr) { in nativeFlushShadowQueue() function
150 {"nativeFlushShadowQueue", "(J)V", (void*)nativeFlushShadowQueue},