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

  /frameworks/rs/cpp/
rsDispatch.h 53 typedef void (*Allocation1DElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, const void*, size_t, size_t);
124 Allocation1DElementDataFnPtr Allocation1DElementData;
RenderScript.cpp 225 RS::dispatch->Allocation1DElementData = (Allocation1DElementDataFnPtr)dlsym(handle, "rsAllocation1DElementData");

Completed in 118 milliseconds