Home
last modified time | relevance | path

Searched refs:AllocationCreateFromBitmap (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp46 …dispatchTab.AllocationCreateFromBitmap = (AllocationCreateFromBitmapFnPtr)dlsym(handle, "rsAllocat… in loadSymbols()
185 if (dispatchTab.AllocationCreateFromBitmap == nullptr) { in loadSymbols()
DrsDispatch.h117 AllocationCreateFromBitmapFnPtr AllocationCreateFromBitmap; member
/frameworks/rs/
Drs.spec65 AllocationCreateFromBitmap {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1084 id = (jlong)(uintptr_t)dispatchTab.AllocationCreateFromBitmap((RsContext)con, in nAllocationCreateFromBitmap()