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

  /frameworks/rs/cpp/
RenderScript.cpp 258 RS::dispatch->Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead");
259 if (RS::dispatch->Allocation1DRead == NULL) {
260 ALOGV("Couldn't initialize RS::dispatch->Allocation1DRead");
rsDispatch.h 130 Allocation1DReadFnPtr Allocation1DRead;
Allocation.cpp 221 tryDispatch(mRS, RS::dispatch->Allocation1DRead(mRS->getContext(), getIDSafe(), off, mSelectedLOD,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs.spec 183 Allocation1DRead {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs.spec 183 Allocation1DRead {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs.spec 183 Allocation1DRead {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 129 Allocation1DReadFnPtr Allocation1DRead;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 129 Allocation1DReadFnPtr Allocation1DRead;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 129 Allocation1DReadFnPtr Allocation1DRead;
  /frameworks/rs/
rs.spec 193 Allocation1DRead {

Completed in 38 milliseconds