Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp223 dispatchTab.AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D"); in loadSymbols()
224 if (dispatchTab.AllocationResize1D == NULL) { in loadSymbols()
DrsDispatch.h153 AllocationResize1DFnPtr AllocationResize1D; member
/frameworks/rs/
Drs.spec273 AllocationResize1D {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1376 dispatchTab.AllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX); in nAllocationResize1D()