Home
last modified time | relevance | path

Searched refs:AllocationCreateTyped (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp113 …dispatchTab.AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateT… in loadSymbols()
114 if (dispatchTab.AllocationCreateTyped == NULL) { in loadSymbols()
DAllocation.cpp429 … id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mipmaps, usage, 0); in createTyped()
443 id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mipmaps, usage, in createTyped()
DrsDispatch.h124 AllocationCreateTypedFnPtr AllocationCreateTyped; member
/frameworks/rs/
Drs.spec56 AllocationCreateTyped {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1026 return (jlong)(uintptr_t) dispatchTab.AllocationCreateTyped((RsContext)con, (RsType)type, in nAllocationCreateTyped()
1099 id = (jlong)(uintptr_t)dispatchTab.AllocationCreateTyped((RsContext)con, in nAllocationCreateBitmapBackedAllocation()
1935 ainI = dispatchTabInc.AllocationCreateTyped((RsContext)incCon, (RsType)type, in nIncAllocationCreateTyped()