Searched refs:AllocationCreateTyped (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 113 …dispatchTab.AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateT… in loadSymbols() 114 if (dispatchTab.AllocationCreateTyped == NULL) { in loadSymbols()
|
D | Allocation.cpp | 429 … 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()
|
D | rsDispatch.h | 124 AllocationCreateTypedFnPtr AllocationCreateTyped; member
|
/frameworks/rs/ |
D | rs.spec | 56 AllocationCreateTyped {
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 1026 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()
|