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

  /frameworks/rs/cpp/
rsDispatch.h 79 typedef RsScript (*ScriptIntrinsicCreateFnPtr) (RsContext, uint32_t id, RsElement);
150 ScriptIntrinsicCreateFnPtr ScriptIntrinsicCreate;
RenderScript.cpp 355 RS::dispatch->ScriptIntrinsicCreate = (ScriptIntrinsicCreateFnPtr)dlsym(handle, "rsScriptIntrinsicCreate");

Completed in 39 milliseconds