HomeSort by relevance Sort by last modified time
    Searched refs:AllocationResize1D (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/cpp/
RenderScript.cpp 265 RS::dispatch->AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D");
266 if (RS::dispatch->AllocationResize1D == NULL) {
267 ALOGE("Couldn't initialize RS::dispatch->AllocationResize1D");
rsDispatch.h 132 AllocationResize1DFnPtr AllocationResize1D;
  /frameworks/rs/
rs.spec 209 AllocationResize1D {

Completed in 2541 milliseconds