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

  /frameworks/rs/cpp/
rsDispatch.h 79 typedef RsScript (*ScriptIntrinsicCreateFnPtr) (RsContext, uint32_t id, RsElement);
151 ScriptIntrinsicCreateFnPtr ScriptIntrinsicCreate;
RenderScript.cpp 363 RS::dispatch->ScriptIntrinsicCreate = (ScriptIntrinsicCreateFnPtr)dlsym(handle, "rsScriptIntrinsicCreate");
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 79 typedef RsScript (*ScriptIntrinsicCreateFnPtr) (RsContext, uint32_t id, RsElement);
150 ScriptIntrinsicCreateFnPtr ScriptIntrinsicCreate;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 79 typedef RsScript (*ScriptIntrinsicCreateFnPtr) (RsContext, uint32_t id, RsElement);
150 ScriptIntrinsicCreateFnPtr ScriptIntrinsicCreate;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 79 typedef RsScript (*ScriptIntrinsicCreateFnPtr) (RsContext, uint32_t id, RsElement);
150 ScriptIntrinsicCreateFnPtr ScriptIntrinsicCreate;

Completed in 37 milliseconds