Searched refs:Allocation2DData (Results 1 - 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
H A D | Allocation.cpp | 238 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, 265 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, yoff,
|
H A D | RenderScript.cpp | 230 RS::dispatch->Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"); 231 if (RS::dispatch->Allocation2DData == NULL) { 232 ALOGE("Couldn't initialize RS::dispatch->Allocation2DData");
|
H A D | rsDispatch.h | 125 Allocation2DDataFnPtr Allocation2DData; member in struct:__anon1590
|
/frameworks/rs/ |
H A D | rs.spec | 149 Allocation2DData {
|
Completed in 892 milliseconds